HomeSort by relevance Sort by last modified time
    Searched refs:PASTE (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/compiler/glsl/glcpp/tests/
082-invalid-paste.c 1 #define PASTE(x,y) x ## y
2 PASTE(<,>)
3 PASTE(0,abc)
4 PASTE(1,=)
5 PASTE(2,~)
6 PASTE(3,-4)
7 PASTE(4,+5.2)
  /external/clang/test/Preprocessor/
ucn-pp-identifier.c 60 #define PASTE(A, B) A ## B
61 extern int PASTE(\, u00FD);
62 extern int PASTE(\u, 00FD); // expected-warning{{\u used with no following hex digits}}
63 extern int PASTE(\u0, 0FD); // expected-warning{{incomplete universal character name}}
  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
instructions.h 32 /* This defines the "paste" instruction from Power ISA 3.0 Book II, section 4.4. */
35 #define PASTE(RA, RB, L, RC) \
38 static inline int paste(void *i) function
42 asm volatile(str(PASTE(0, %1, 0, 0))";"
55 asm volatile(str(PASTE(0, %1, 1, 1))";"
  /external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
logging.h 33 #define PASTE(x, y) x ## y
34 #define ATRACE_NAME(name) ScopedTrace PASTE(___tracer, __LINE__) (name)
  /external/linux-kselftest/tools/testing/selftests/powerpc/context_switch/
cp_abort.c 12 * This program tests the copy paste abort functionality of a P9
15 * executes paste.
17 * The paste instruction should never succeed, as the cp_abort
35 /* This defines the "paste" instruction from Power ISA 3.0 Book II, section 4.4. */
36 #define PASTE(RA, RB, L, RC) \
39 int paste(void *i) function
43 asm volatile(str(PASTE(0, %1, 1, 1))";"
78 * to leak into a paste.
93 /* A paste succeeds if CR0 EQ bit is set */
94 FAIL_IF(paste(buf) & 0x20000000)
    [all...]
  /external/jline/src/src/main/java/jline/
ConsoleOperations.java 260 final short PASTE = -60;
ConsoleReader.java 48 names.put("PASTE", new Short(PASTE));
659 case PASTE:
660 success = paste();
796 * Paste the contents of the clipboard into the console buffer
800 public boolean paste() throws IOException { method in class:ConsoleReader
    [all...]
  /external/elfutils/backends/
common-reloc.c 32 #define R_TYPE(name) PASTE (RELOC_PREFIX, name)
33 #define PASTE(a, b) PASTE_1 (a, b)
40 #define STRINGIFIED_PASTE(a, b) STRINGIFY (PASTE (a, b))
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-lex.l 515 RETURN_TOKEN (PASTE);
glcpp-parse.y 179 %token PASTE
764 | PASTE { $$ = PASTE; }
1169 case PASTE:
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 130 EDIT, PREFS, EMAIL, RESIZE, COPY, PASTE;
699 menu.add(Menu.NONE, MenuId.PASTE.getId(), Menu.NONE, R.string.terminal_menu_paste);
719 } else if (itemId == MenuId.PASTE.getId()) {
    [all...]
  /external/jline/
jline-1.0.jar 

Completed in 848 milliseconds