/external/rust/crates/paste/src/ |
D | lib.rs | 213 let pasted = segment::paste(&segments)?; in expand() localVariable 214 let tokens = pasted_to_tokens(pasted, span)?; in expand() 380 fn pasted_to_tokens(mut pasted: String, span: Span) -> Result<TokenStream> { in pasted_to_tokens() 383 if pasted.starts_with('\'') { in pasted_to_tokens() 387 pasted.remove(0); in pasted_to_tokens() 390 let ident = match panic::catch_unwind(|| Ident::new(&pasted, span)) { in pasted_to_tokens() 395 &format!("`{:?}` is not a valid identifier", pasted), in pasted_to_tokens()
|
D | segment.rs | 228 let mut pasted = evaluated.into_iter().collect::<String>(); in paste() localVariable 230 pasted.insert(0, '\''); in paste() 232 Ok(pasted) in paste()
|
/external/rust/crates/paste/tests/ |
D | test_expr.rs | 32 let pasted = paste!([<CONST 0>]); in test_integer() localVariable 33 assert_eq!(pasted, CONST0); in test_integer()
|
/external/toolchain-utils/crosperf/experiment_files/ |
D | README.md | 27 # Paste experiment benchmarks here. Example, I pasted
|
/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-Basic/ |
D | in.s | 2 # copy-and-pasted bits of compiler output and likely does not actually
|
D | out.s | 6 # copy-and-pasted bits of compiler output and likely does not actually
|
/external/rust/crates/paste/ |
D | README.md | 16 including using pasted identifiers to define new items. 29 Within the `paste!` macro, identifiers inside `[<`...`>]` are pasted together to
|
/external/skqp/site/user/api/ |
D | skcanvas_overview.md | 12 heptagram. This function can be cut and pasted into
|
/external/skia/site/docs/user/api/ |
D | skcanvas_overview.md | 19 heptagram. This function can be cut and pasted into
|
/external/wayland/ |
D | releasing.txt | 50 snippet that can be pasted into releases.html (or e.g. in emacs
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/ |
D | build_defs.bzl | 40 # Copy-pasted from the Bazel Bash runfiles library v2.
|
/external/arm-neon-tests/ |
D | Android.bp | 76 // List of validated intrinsics (copy-pasted from Makefile)
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/ |
D | main.m | 62 …e that if not we extend it with even more fuzzy random meaningless words pasted one after the othe…
|
/external/pigweed/pw_presubmit/ |
D | docs.rst | 105 A simple example presubmit check script follows. This can be copied-and-pasted
|
/external/skia/src/gpu/mtl/ |
D | GrMtlUniformHandler.mm | 20 // TODO: this class is basically copy and pasted from GrVklUniformHandler so that we can have
|
/external/python/cpython3/Lib/idlelib/ |
D | TODO.txt | 50 - after paste, show end of pasted text
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlUniformHandler.mm | 13 // TODO: this class is basically copy and pasted from GrVklUniformHandler so that we can have
|
/external/python/cpython2/Lib/idlelib/ |
D | TODO.txt | 50 - after paste, show end of pasted text
|
/external/google-styleguide/docguide/ |
D | style.md | 288 Because most commandline snippets are intended to be copied and pasted directly
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ScheduleSLM.td | 93 // FIXME: These are probably wrong. They are copy pasted from WriteStore/Load.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ScheduleSLM.td | 93 // FIXME: These are probably wrong. They are copy pasted from WriteStore/Load.
|
/external/boringssl/src/util/fipstools/acvp/ |
D | ACVP.md | 114 …provide a file that contains the base64-encoded TOTP seed, which must be pasted in as the value of…
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/ |
D | main.m | 509 @"with even more fuzzy random meaningless words pasted one after the "
|
/external/clang/docs/ |
D | Modules.rst | 837 **Macro-guarded copy-and-pasted definitions** 838 …, it is fairly common to see a definition such as the following copy-and-pasted throughout the hea… 847 …sponding to the lucky first header. Any other headers that have copy-and-pasted versions of this p…
|
/external/llvm-project/clang/docs/ |
D | Modules.rst | 1069 **Macro-guarded copy-and-pasted definitions** 1070 …, it is fairly common to see a definition such as the following copy-and-pasted throughout the hea… 1079 …sponding to the lucky first header. Any other headers that have copy-and-pasted versions of this p…
|