Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 96) sorted by relevance

1234

/openbmc/qemu/rust/qemu-api-macros/src/
H A Dtests.rs5 use quote::quote;
21 quote! { ::core::compile_error! { #error_msg } }.to_string()
43 quote! { in test_derive_object()
53 quote! { in test_derive_object()
60 quote! { in test_derive_object()
79 quote! { in test_derive_tryinto()
89 quote! { in test_derive_tryinto()
97 quote! { in test_derive_tryinto()
H A Dlib.rs6 use quote::quote;
90 Ok(quote! { in derive_object_or_error()
120 Ok(quote! { in derive_opaque_or_error()
196 #[rustfmt::skip::macros(quote)]
204 Ok(quote! { in derive_tryinto_body()
213 #[rustfmt::skip::macros(quote)]
220 Ok(quote! { in derive_tryinto_or_error()
/openbmc/qemu/subprojects/
H A Dquote-1-rs.wrap2 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
H A D.gitignore20 /quote-1.0.36
/openbmc/qemu/subprojects/packagefiles/quote-1-rs/
H A Dmeson.build1 project('quote-1-rs', 'rust',
12 'quote',
31 meson.override_dependency('quote-1-rs', quote_dep, native: true)
/openbmc/qemu/rust/
H A DCargo.lock36 "quote",
104 "quote",
115 "quote",
143 "quote",
148 name = "quote"
163 "quote",
H A Dmeson.build14 subproject('quote-1-rs', required: true)
17 quote_rs_native = dependency('quote-1-rs', native: true)
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-quote-tools/
H A Dtpm-quote-tools_1.0.4.bb2 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/u-boot/arch/mips/lib/
H A Dbootm.c78 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-test-automation/lib/
H A Descape.tcl53 set quote {'}
66 if { $char == $quote } {
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dlic_checksum.py29 """ % (urllib.parse.quote(lic_path), urllib.parse.quote(lic_path)))
/openbmc/qemu/subprojects/packagefiles/proc-macro-error-attr-1-rs/
H A Dmeson.build8 subproject('quote-1-rs', required: true)
11 quote_dep = dependency('quote-1-rs', native: true)
/openbmc/qemu/scripts/
H A Dcheck_sparse.py54 print('REAL_CC=%s' % shlex.quote(cmdline[0]),
55 ' '.join((shlex.quote(x) for x in cmd)))
/openbmc/qemu/subprojects/packagefiles/syn-2-rs/
H A Dmeson.build8 subproject('quote-1-rs', required: true)
12 quote_dep = dependency('quote-1-rs', native: true)
/openbmc/qemu/subprojects/packagefiles/proc-macro-error-1-rs/
H A Dmeson.build8 subproject('quote-1-rs', required: true)
14 quote_dep = dependency('quote-1-rs', native: true)
/openbmc/u-boot/test/py/tests/
H A Dtest_env.py130 quote = '"'
132 quote = ''
137 'setenv %s %s%s%s' % (var, quote, value, quote))
/openbmc/qemu/subprojects/packagefiles/bilge-impl-0.2-rs/
H A Dmeson.build10 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 D0001-Adjust-test-expectations-for-ptest.patch25 -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/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-rpds-py-crates.inc22 crate://crates.io/quote/1.0.36 \
48 SRC_URI[quote-1.0.36.sha256sum] = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
/openbmc/qemu/rust/qemu-api-macros/
H A DCargo.toml20 quote = "1"
/openbmc/qemu/target/i386/kvm/
H A Dmeson.build11 i386_kvm_ss.add(when: 'CONFIG_TDX', if_true: files('tdx.c', 'tdx-quote-generator.c'), if_false: fil…
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dnpm.py78 cmd = "tar --extract --gzip --file=%s" % shlex.quote(tarball)
140 cmd += " --%s=%s" % (key, shlex.quote(value))
144 cmd += " --%s=%s" % (key, shlex.quote(value))
205 pkgver = shlex.quote(ud.package + "@" + ud.version)
H A Dgit.py434 …= "LANG=C %s clone --bare --mirror %s %s --progress" % (ud.basecmd, shlex.quote(repourl), ud.clone…
464 …runfetchcmd("%s remote add --mirror=fetch origin %s" % (ud.basecmd, shlex.quote(repourl)), d, work…
467 … fetch_cmd = "LANG=C %s fetch -f --progress %s refs/*:refs/*" % (ud.basecmd, shlex.quote(repourl))
469 …progress %s refs/heads/*:refs/heads/* refs/tags/*:refs/tags/*" % (ud.basecmd, shlex.quote(repourl))
581 remote = shlex.quote(repourl)
655 … runfetchcmd("%s remote set-url origin %s" % (ud.basecmd, shlex.quote(repourl)), d, workdir=dest)
729 …runfetchcmd("%s remote set-url origin %s" % (ud.basecmd, shlex.quote(repourl)), d, workdir=destdir)
865 return "%s://%s%s%s" % (ud.proto, username, ud.host, urllib.parse.quote(ud.path))
890 (ud.basecmd, shlex.quote(repourl), search)
990 "git rev-list %s -- | wc -l" % shlex.quote(rev),
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitpkgv.bbclass59 from shlex import quote
86 vars = { 'repodir' : quote(url.localpath),
87 'rev' : quote(url.revision) }
/openbmc/openbmc/meta-security/meta-tpm/recipes-core/packagegroup/
H A Dpackagegroup-security-tpm.bb15 tpm-quote-tools \

1234