Home
last modified time | relevance | path

Searched refs:pasted (Results 1 – 25 of 46) sorted by relevance

12

/external/rust/crates/paste/src/
Dlib.rs213 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()
Dsegment.rs228 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/
Dtest_expr.rs32 let pasted = paste!([<CONST 0>]); in test_integer() localVariable
33 assert_eq!(pasted, CONST0); in test_integer()
/external/toolchain-utils/crosperf/experiment_files/
DREADME.md27 # Paste experiment benchmarks here. Example, I pasted
/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-Basic/
Din.s2 # copy-and-pasted bits of compiler output and likely does not actually
Dout.s6 # copy-and-pasted bits of compiler output and likely does not actually
/external/rust/crates/paste/
DREADME.md16 including using pasted identifiers to define new items.
29 Within the `paste!` macro, identifiers inside `[<`...`>]` are pasted together to
/external/skqp/site/user/api/
Dskcanvas_overview.md12 heptagram. This function can be cut and pasted into
/external/skia/site/docs/user/api/
Dskcanvas_overview.md19 heptagram. This function can be cut and pasted into
/external/wayland/
Dreleasing.txt50 snippet that can be pasted into releases.html (or e.g. in emacs
/external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/
Dbuild_defs.bzl40 # Copy-pasted from the Bazel Bash runfiles library v2.
/external/arm-neon-tests/
DAndroid.bp76 // List of validated intrinsics (copy-pasted from Makefile)
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/
Dmain.m62 …e that if not we extend it with even more fuzzy random meaningless words pasted one after the othe…
/external/pigweed/pw_presubmit/
Ddocs.rst105 A simple example presubmit check script follows. This can be copied-and-pasted
/external/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm20 // TODO: this class is basically copy and pasted from GrVklUniformHandler so that we can have
/external/python/cpython3/Lib/idlelib/
DTODO.txt50 - after paste, show end of pasted text
/external/skqp/src/gpu/mtl/
DGrMtlUniformHandler.mm13 // TODO: this class is basically copy and pasted from GrVklUniformHandler so that we can have
/external/python/cpython2/Lib/idlelib/
DTODO.txt50 - after paste, show end of pasted text
/external/google-styleguide/docguide/
Dstyle.md288 Because most commandline snippets are intended to be copied and pasted directly
/external/llvm-project/llvm/lib/Target/X86/
DX86ScheduleSLM.td93 // FIXME: These are probably wrong. They are copy pasted from WriteStore/Load.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ScheduleSLM.td93 // FIXME: These are probably wrong. They are copy pasted from WriteStore/Load.
/external/boringssl/src/util/fipstools/acvp/
DACVP.md114 …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/
Dmain.m509 @"with even more fuzzy random meaningless words pasted one after the "
/external/clang/docs/
DModules.rst837 **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/
DModules.rst1069 **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…

12