Home
last modified time | relevance | path

Searched refs:paste (Results 1 – 25 of 155) sorted by relevance

1234567

/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D058-token-pasting-empty-arguments.c1 #define paste(x,y) x ## y macro
2 paste(a,b)
3 paste(a,)
4 paste(,b)
5 paste(,)
D072-token-pasting-same-line.c1 #define paste(x) success_ ## x macro
2 paste(1) paste(2) paste(3)
D059-token-pasting-integer.c1 #define paste(x,y) x ## y macro
2 paste(1,2)
3 paste(1,000)
4 paste(identifier,2)
D040-token-pasting.c1 #define paste(a,b) a ## b macro
2 paste(one , token)
/third_party/node/deps/v8/tools/perf/
Dstatistics-for-json.R29 printf(paste("usage: Rscript %%this_script patched-results.json",
79 printf(paste(" Wilcoxon U-test W=%.4f, p=%.4f,",
89 printf(paste(" Welch t-test t=%.4f, df = %.2f, p=%.4f,",
100 name=paste("Benchmark, n=", length(patch_res))) +
/third_party/libwebsockets/READMEs/
DREADME.contributing.md12 - paste a `git diff`
16 - paste in a github issue
DREADME.porting.md31 Cut and paste a flag to select your platform, preferably `LWS_PLAT_MYPLATFORM` or so
/third_party/typescript/tests/cases/fourslash/
Dpaste.ts6 edit.paste('x,y,z');
DautoFormattingOnPasting.ts7 edit.paste(` class TestClass{
DformatAfterPasteInString.ts6 edit.paste("bb");
DpasteLambdaOverModule.ts7 edit.paste(code);
/third_party/typescript/tests/cases/fourslash/server/
DimpliedNodeFormat.ts18 edit.paste(`\n"${"a".repeat(256)}";`);
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Dcopy-tex.css2 * copy/paste the entire source code. If you omit this CSS, partial
Dcopy-tex.mjs71 } // Preserve usual HTML copy/paste behavior.
/third_party/python/Lib/idlelib/
Dconfig-keys.def13 paste=<Control-Key-v> <Control-Key-V>
73 paste=<Control-Key-y>
133 paste = <Control-Key-v> <Shift-Key-Insert>
193 paste=<Command-Key-v>
288 paste = <Command-Key-v>
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_filter_cubic.adoc39 SSCALED_PACKED32, UINT_PACK32, and SINT_PACK32 (cut/paste error)
DVK_EXT_filter_cubic.txt39 SSCALED_PACKED32, UINT_PACK32, and SINT_PACK32 (cut/paste error)
/third_party/mesa3d/docs/relnotes/
D10.0.5.rst86 - mesa: fix copy & paste bugs in pack_ubyte_SARGB8()
87 - mesa: fix copy & paste bugs in pack_ubyte_SRGB8()
/third_party/skia/third_party/wuffs/
DBUILD.gn26 # Continuing to copy/paste:
/third_party/astc-encoder/Test/
Dastc_test_image_dl.py114 montage.paste(im, (width * col, height * row))
/third_party/python/Misc/NEWS.d/
D3.10.0a6.rst93 :mod:`readline`: Explicitly disable bracketed paste in the interactive
96 REPL has not implemented bracketed paste support. Also, bracketed mode
99 enabled by calling ``readline.parse_and_bind("set enable-bracketed-paste
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h45 paste, // # enumerator
/third_party/icu/icu4c/source/data/translit/
DHebr_Latn.txt20 # Click Edit, paste in this file, Save As hebrew-latin/XXX
/third_party/node/doc/api/
Dsynopsis.md55 paste in the following content:
/third_party/skia/third_party/externals/icu/source/data/translit/
DHebr_Latn.txt20 # Click Edit, paste in this file, Save As hebrew-latin/XXX

1234567