/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/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/linux-kselftest/tools/testing/selftests/powerpc/alignment/ |
D | paste_unaligned.c | 34 paste(cacheline_buf+1); in test_paste_unaligned()
|
/external/fio/lib/ |
D | pattern.h | 14 int (*paste)(char *buf, unsigned int len, void *priv); member
|
/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/python/cpython3/Lib/idlelib/ |
D | config-keys.def | 13 paste=<Control-Key-v> <Control-Key-V> 64 paste=<Control-Key-y> 115 paste = <Control-Key-v> <Shift-Key-Insert> 166 paste=<Command-Key-v> 252 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/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/jline/src/src/main/resources/jline/ |
D | keybindings-mac.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)
|
D | keybindings.properties | 54 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
|
/external/python/cpython2/Mac/Demo/textedit/ |
D | ped.py | 203 self.pasteitem = MenuItem(m, "Paste", "V", self.paste) 332 def paste(self, *args): member in Ped
|
/external/libvncserver/webclients/novnc/ |
D | README.md | 53 * Clipboard copy/paste 103 * Point your browser to the cut-and-paste URL that is output by the
|
/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
|
/external/curl/lib/ |
D | objnames-test10.sh | 190 paste $list_obj $list_c | sort > $list_obj_c
|
D | objnames-test08.sh | 190 paste $list_obj $list_c | sort > $list_obj_c
|
/external/icu/icu4c/source/data/translit/ |
D | Hebr_Latn.txt | 19 # Click Edit, paste in this file, Save As hebrew-latin/XXX
|
/external/perfetto/gn/standalone/sanitizers/ |
D | BUILD.gn | 114 # This is not a copy/paste mistake. The LSan runtime library has
|