/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 058-token-pasting-empty-arguments.c | 1 #define paste(x,y) x ## y macro 2 paste(a,b) 3 paste(a,) 4 paste(,b) 5 paste(,)
|
D | 072-token-pasting-same-line.c | 1 #define paste(x) success_ ## x macro 2 paste(1) paste(2) paste(3)
|
D | 059-token-pasting-integer.c | 1 #define paste(x,y) x ## y macro 2 paste(1,2) 3 paste(1,000) 4 paste(identifier,2)
|
D | 040-token-pasting.c | 1 #define paste(a,b) a ## b macro 2 paste(one , token)
|
/external/v8/tools/perf/ |
D | statistics-for-json.R | 29 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))) +
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | code.td | 11 // CHECK: code Code = [{With paste 7}]; 20 class B<int i> : A<"With paste " # i>;
|
/external/linux-kselftest/tools/testing/selftests/powerpc/context_switch/ |
D | cp_abort.c | 39 int paste(void *i) in paste() function 94 FAIL_IF(paste(buf) & 0x20000000); in test_cp_abort()
|
/external/u-boot/doc/ |
D | README.iomux | 75 with calling tstc() and then getc() means that copy&paste will normally not 77 On a faster machine, such as a sequoia, cut&paste of longer (about 80 81 is quite slow. Even on a sequoia cut&paste does not work on the serial 87 them is nc, also causes problems. Even on a sequoia cut&paste does not work
|
/external/linux-kselftest/tools/testing/selftests/powerpc/alignment/ |
D | paste_unaligned.c | 34 paste(cacheline_buf+1); in test_paste_unaligned()
|
/external/pdfium/third_party/freetype/ |
D | roll-freetype.sh | 11 REVIEWERS=`paste -s -d, third_party/freetype/OWNERS`
|
/external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
D | instructions.h | 38 static inline int paste(void *i) in paste() function
|
/external/libxml2/result/HTML/ |
D | utf8bug.html.err | 14 �ین پاسخ را برای نویسنده مقاله رجانیوز copy&paste
|
/external/tensorflow/.github/ISSUE_TEMPLATE/ |
D | 40-tflite-op-request.md | 17 # Copy and paste here
|
/external/python/cpython3/Lib/idlelib/ |
D | config-keys.def | 13 paste=<Control-Key-v> <Control-Key-V> 72 paste=<Control-Key-y> 131 paste = <Control-Key-v> <Shift-Key-Insert> 190 paste=<Command-Key-v> 284 paste = <Command-Key-v>
|
/external/python/cpython2/Lib/idlelib/ |
D | config-keys.def | 13 paste=<Control-Key-v> <Control-Key-V> 64 paste=<Control-Key-y> 115 paste=<Command-Key-v> 201 paste = <Command-Key-v>
|
/external/tensorflow/tensorflow/examples/tf2_showcase/ |
D | README.md | 9 should be able to copy-paste the example code into their project and have it
|
/external/honggfuzz/tools/ |
D | createStackBlacklist.sh | 154 paste -d" " - $tmpFile | sort -nu | cut -d" " -f 2- \
|
/external/llvm/lib/TableGen/ |
D | TGLexer.h | 43 paste, // # enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | TGLexer.h | 43 paste, // # enumerator
|
/external/jline/src/src/main/resources/jline/ |
D | keybindings-mac.properties | 54 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
|
D | keybindings.properties | 54 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
|
D | windowsbindings.properties | 55 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
|
/external/skia/third_party/wuffs/ |
D | BUILD.gn | 26 # Continuing to copy/paste:
|
/external/skqp/third_party/wuffs/ |
D | BUILD.gn | 26 # Continuing to copy/paste:
|
/external/python/cpython2/Mac/Demo/mlte/ |
D | mlted.py | 195 self.pasteitem = MenuItem(m, "Paste", "V", self.paste) 343 def paste(self, *args): member in Mlted
|