Searched defs:paste (Results 1 - 23 of 23) sorted by relevance

/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D040-token-pasting.c1 #define paste(a,b) a ## b macro
2 paste(one , token)
H A 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(,)
H A D059-token-pasting-integer.c1 #define paste(x,y) x ## y macro
2 paste(1,2)
3 paste(1,000)
4 paste(identifier,2)
H A D072-token-pasting-same-line.c1 #define paste(x) success_ ## x macro
2 paste(1) paste(2) paste(3)
/external/fio/lib/
H A Dpattern.h9 * be called to paste something inside the buffer.
14 int (*paste)(char *buf, unsigned int len, void *priv); member in struct:pattern_fmt_desc
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
H A Dinstructions.h32 /* This defines the "paste" instruction from Power ISA 3.0 Book II, section 4.4. */
38 static inline int paste(void *i) function
/external/linux-kselftest/tools/testing/selftests/powerpc/context_switch/
H A Dcp_abort.c12 * 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. */
39 int paste(void *i) function
78 * to leak into a paste.
93 /* A paste succeeds if CR0 EQ bit is set */
94 FAIL_IF(paste(buf) & 0x20000000);
/external/python/cpython2/Mac/Demo/mlte/
H A Dmlted.py195 self.pasteitem = MenuItem(m, "Paste", "V", self.paste)
343 def paste(self, *args): member in class:Mlted
/external/python/cpython2/Mac/Demo/textedit/
H A Dped.py203 self.pasteitem = MenuItem(m, "Paste", "V", self.paste)
332 def paste(self, *args): member in class:Ped
/external/llvm/lib/TableGen/
H A DTGLexer.h43 paste, // # enumerator in enum:llvm::tgtok::TokKind
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java205 paste();
281 void paste () { method in class:DumbTextComponent
/external/jline/src/src/main/java/jline/
H A DConsoleReader.java660 success = paste();
800 public boolean paste() throws IOException { method in class:ConsoleReader
/external/python/cpython2/Lib/idlelib/
H A DEditorWindow.py216 text.bind("<<paste>>", self.paste)
576 def paste(self,event): member in class:EditorWindow
/external/python/cpython3/Lib/idlelib/
H A Deditor.py145 text.bind("<<paste>>", self.paste)
505 def paste(self,event): member in class:EditorWindow
/external/toybox/generated/
H A Dglobals.h1217 // toys/posix/paste.c
1539 struct paste_data paste; member in union:global_union
/external/jline/
H A Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 638 milliseconds