Searched defs:PASTE (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 082-invalid-paste.c | 1 #define PASTE(x,y) x ## y macro
|
/external/clang/test/Preprocessor/ |
D | ucn-pp-identifier.c | 60 #define PASTE(A, B) A ## B macro
|
/external/linux-kselftest/tools/testing/selftests/powerpc/context_switch/ |
D | cp_abort.c | 36 #define PASTE(RA, RB, L, RC) \ macro
|
/external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
D | instructions.h | 34 #define PASTE(RA, RB, L, RC) \ macro
|
/external/elfutils/backends/ |
D | common-reloc.c | 33 #define PASTE(a, b) PASTE_1 (a, b) macro
|
/external/jline/src/src/main/java/jline/ |
D | ConsoleOperations.java | 260 final short PASTE = -60; field
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | ConsoleActivity.java | 130 EDIT, PREFS, EMAIL, RESIZE, COPY, PASTE; enumConstant
|
/external/harfbuzz_ng/src/ |
D | hb-private.hh | 252 #define PASTE(a,b) _PASTE1(a,b) macro
|