Home
last modified time | relevance | path

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

123456

/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/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/linux-kselftest/tools/testing/selftests/powerpc/alignment/
Dpaste_unaligned.c34 paste(cacheline_buf+1); in test_paste_unaligned()
/external/fio/lib/
Dpattern.h14 int (*paste)(char *buf, unsigned int len, void *priv); member
/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/python/cpython3/Lib/idlelib/
Dconfig-keys.def13 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/
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/honggfuzz/tools/
DcreateStackBlacklist.sh154 paste -d" " - $tmpFile | sort -nu | cut -d" " -f 2- \
/external/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)
Dwindowsbindings.properties55 # 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)
/external/python/cpython2/Mac/Demo/textedit/
Dped.py203 self.pasteitem = MenuItem(m, "Paste", "V", self.paste)
332 def paste(self, *args): member in Ped
/external/libvncserver/webclients/novnc/
DREADME.md53 * Clipboard copy/paste
103 * Point your browser to the cut-and-paste URL that is output by the
/external/python/cpython2/Mac/Demo/mlte/
Dmlted.py195 self.pasteitem = MenuItem(m, "Paste", "V", self.paste)
343 def paste(self, *args): member in Mlted
/external/curl/lib/
Dobjnames-test10.sh190 paste $list_obj $list_c | sort > $list_obj_c
Dobjnames-test08.sh190 paste $list_obj $list_c | sort > $list_obj_c
/external/icu/icu4c/source/data/translit/
DHebr_Latn.txt19 # Click Edit, paste in this file, Save As hebrew-latin/XXX
/external/perfetto/gn/standalone/sanitizers/
DBUILD.gn114 # This is not a copy/paste mistake. The LSan runtime library has

123456