Home
last modified time | relevance | path

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

1234567

/external/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)
/external/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))) +
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
Dcode.td11 // CHECK: code Code = [{With paste 7}];
20 class B<int i> : A<"With paste " # i>;
/external/linux-kselftest/tools/testing/selftests/powerpc/context_switch/
Dcp_abort.c39 int paste(void *i) in paste() function
94 FAIL_IF(paste(buf) & 0x20000000); in test_cp_abort()
/external/u-boot/doc/
DREADME.iomux75 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/
Dpaste_unaligned.c34 paste(cacheline_buf+1); in test_paste_unaligned()
/external/pdfium/third_party/freetype/
Droll-freetype.sh11 REVIEWERS=`paste -s -d, third_party/freetype/OWNERS`
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dinstructions.h38 static inline int paste(void *i) in paste() function
/external/libxml2/result/HTML/
Dutf8bug.html.err14 �ین پاسخ را برای نویسنده مقاله رجانیوز copy&paste
/external/tensorflow/.github/ISSUE_TEMPLATE/
D40-tflite-op-request.md17 # Copy and paste here
/external/python/cpython3/Lib/idlelib/
Dconfig-keys.def13 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/
Dconfig-keys.def13 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/
DREADME.md9 should be able to copy-paste the example code into their project and have it
/external/honggfuzz/tools/
DcreateStackBlacklist.sh154 paste -d" " - $tmpFile | sort -nu | cut -d" " -f 2- \
/external/llvm/lib/TableGen/
DTGLexer.h43 paste, // # enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGLexer.h43 paste, // # enumerator
/external/jline/src/src/main/resources/jline/
Dkeybindings-mac.properties54 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
Dkeybindings.properties54 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
Dwindowsbindings.properties55 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
/external/skia/third_party/wuffs/
DBUILD.gn26 # Continuing to copy/paste:
/external/skqp/third_party/wuffs/
DBUILD.gn26 # Continuing to copy/paste:
/external/python/cpython2/Mac/Demo/mlte/
Dmlted.py195 self.pasteitem = MenuItem(m, "Paste", "V", self.paste)
343 def paste(self, *args): member in Mlted

1234567