/openbmc/qemu/subprojects/ |
H A D | quote-1-rs.wrap | 2 directory = quote-1.0.36 3 source_url = https://crates.io/api/v1/crates/quote/1.0.36/download 4 source_filename = quote-1.0.36.0.tar.gz 7 patch_directory = quote-1-rs
|
/openbmc/qemu/rust/ |
H A D | Cargo.lock | 30 "quote", 67 "quote", 78 "quote", 104 "quote", 109 name = "quote" 124 "quote",
|
/openbmc/qemu/rust/qemu-api-macros/src/ |
H A D | lib.rs | 7 use quote::{quote, quote_spanned}; 40 let expanded = quote! { in derive_object() 69 #[rustfmt::skip::macros(quote)] 79 Ok(quote! { in derive_offsets_or_error()
|
/openbmc/linux/rust/macros/ |
H A D | zeroable.rs | 29 new_impl_generics.extend(quote! { : ::kernel::init::Zeroable }); in derive() 43 new_impl_generics.extend(quote! { ::kernel::init::Zeroable + }); in derive() 61 new_impl_generics.extend(quote! { : ::kernel::init::Zeroable }); in derive() 63 quote! { in derive()
|
H A D | pinned_drop.rs | 38 toks.splice(idx..idx, quote!(::kernel::init::)); in pinned_drop() 42 quote!(::kernel::__pinned_drop! { in pinned_drop()
|
H A D | quote.rs | 55 $crate::quote::ToTokens::to_tokens(&$id, &mut ts); 62 $crate::quote::ToTokens::to_tokens(&token, &mut ts); 153 macro_rules! quote { macro
|
/openbmc/qemu/subprojects/packagefiles/quote-1-rs/ |
H A D | meson.build | 1 project('quote-1-rs', 'rust', 12 'quote', 30 meson.override_dependency('quote-1-rs', quote_dep, native: true)
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | bootm.c | 78 const char *bootargs, *next, *quote; in linux_cmdline_legacy() local 89 quote = strchr(bootargs, '"'); in linux_cmdline_legacy() 92 while (next && quote && quote < next) { in linux_cmdline_legacy() 97 next = strchr(quote + 1, '"'); in linux_cmdline_legacy() 99 quote = strchr(next + 1, '"'); in linux_cmdline_legacy()
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-quote-tools/ |
H A D | tpm-quote-tools_1.0.4.bb | 2 for TPM based attestation using the TPM quote mechanism. \ 5 for TPM based attestation using the TPM quote mechanism. The manual \ 18 SRC_URI = "git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools;branch=master"
|
/openbmc/openbmc-test-automation/lib/ |
H A D | escape.tcl | 53 set quote {'} 66 if { $char == $quote } {
|
/openbmc/qemu/rust/qemu-api-macros/ |
H A D | meson.build | 2 subproject('quote-1-rs', required: true) 5 quote_dep = dependency('quote-1-rs', native: true)
|
/openbmc/qemu/subprojects/packagefiles/proc-macro-error-attr-1-rs/ |
H A D | meson.build | 8 subproject('quote-1-rs', required: true) 11 quote_dep = dependency('quote-1-rs', native: true)
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | lic_checksum.py | 29 """ % (urllib.parse.quote(lic_path), urllib.parse.quote(lic_path)))
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_env.py | 130 quote = '"' 132 quote = '' 137 'setenv %s %s%s%s' % (var, quote, value, quote))
|
/openbmc/qemu/subprojects/packagefiles/proc-macro-error-1-rs/ |
H A D | meson.build | 8 subproject('quote-1-rs', required: true) 14 quote_dep = dependency('quote-1-rs', native: true)
|
/openbmc/qemu/subprojects/packagefiles/syn-2-rs/ |
H A D | meson.build | 8 subproject('quote-1-rs', required: true) 12 quote_dep = dependency('quote-1-rs', native: true)
|
/openbmc/qemu/scripts/ |
H A D | check_sparse.py | 54 print('REAL_CC=%s' % shlex.quote(cmdline[0]), 55 ' '.join((shlex.quote(x) for x in cmd)))
|
/openbmc/qemu/subprojects/packagefiles/bilge-impl-0.2-rs/ |
H A D | meson.build | 10 subproject('quote-1-rs', required: true) 17 quote_dep = dependency('quote-1-rs', native: true)
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/ |
H A D | 0001-Adjust-test-expectations-for-ptest.patch | 25 -wrong-import-order:30:0:30:40::"third party import ""six.moves.urllib.parse.quote"" should be plac… 27 …used_import"", ""totally_missing"", ""astroid"", ""six.moves.urllib.parse.quote"", first party imp… 31 …xclusive"", ""unused_import"" (...) ""astroid"", ""six.moves.urllib.parse.quote"", ""requests"", f… 36 +wrong-import-order:30:0:30:40::"third party import ""six.moves.urllib.parse.quote"" should be plac… 38 …", ""unused_import"" (...) ""pylint.pyreverse"", ""six.moves.urllib.parse.quote"", ""pylint.consta…
|
/openbmc/linux/tools/perf/util/ |
H A D | config.c | 77 int quote = 0, comment = 0, space = 0; in parse_value() local 86 if (quote) in parse_value() 93 if (isspace(c) && !quote) { in parse_value() 97 if (!quote) { in parse_value() 133 quote = 1-quote; in parse_value()
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | npm.py | 78 cmd = "tar --extract --gzip --file=%s" % shlex.quote(tarball) 125 cmd += " --%s=%s" % (key, shlex.quote(value)) 129 cmd += " --%s=%s" % (key, shlex.quote(value)) 190 pkgver = shlex.quote(ud.package + "@" + ud.version)
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-rpds-py-crates.inc | 22 crate://crates.io/quote/1.0.36 \ 48 SRC_URI[quote-1.0.36.sha256sum] = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/ |
H A D | suricata-crates.inc | 85 crate://crates.io/quote/0.6.13 \ 86 crate://crates.io/quote/1.0.29 \ 207 SRC_URI[quote-0.6.13.sha256sum] = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 208 SRC_URI[quote-1.0.29.sha256sum] = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" 291 crate://crates.io/quote/1.0.21 \ 382 SRC_URI[quote-1.0.21.sha256sum] = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 442 crate://crates.io/quote/1.0.26 \ 473 SRC_URI[quote-1.0.26.sha256sum] = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 521 crate://crates.io/quote/1.0.23 \ 575 SRC_URI[quote-1.0.23.sha256sum] = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | gitpkgv.bbclass | 59 from shlex import quote 88 vars = { 'repodir' : quote(url.localpath), 89 'rev' : quote(rev) }
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_core.c | 3298 static inline void hci_quote_sent(struct hci_conn *conn, int num, int *quote) in hci_quote_sent() argument 3304 *quote = 0; in hci_quote_sent() 3331 *quote = q ? q : 1; in hci_quote_sent() 3335 int *quote) in hci_low_sent() argument 3366 hci_quote_sent(conn, num, quote); in hci_low_sent() 3368 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent() 3399 int *quote) in hci_chan_sent() argument 3455 hci_quote_sent(chan->conn, num, quote); in hci_chan_sent() 3457 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent() 3539 int quote; in hci_sched_sco() local [all …]
|