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

1 2

  /external/mesa3d/src/glsl/glcpp/tests/
082-invalid-paste.c 1 #define PASTE(x,y) x ## y
2 PASTE(<,>)
  /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}}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditorContributor.java 88 actionBars.setGlobalActionHandler(ActionFactory.PASTE.getId(),
89 getAction(editor, ITextEditorActionConstants.PASTE));
  /external/elfutils/src/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
AbstractControlActionsManager.java 48 IWorkbenchActionDefinitionIds.PASTE,
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 263 return PASTE;
glcpp-parse.y 164 %token PASTE
587 | PASTE { $$ = PASTE; }
984 case PASTE:
1340 /* Look ahead for a PASTE token, skipping space. */
1348 if (next_non_space->token->type != PASTE) {
1353 /* Now find the next non-space token after the PASTE. */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 180 /** Paste action for the Edit or context menu. */
    [all...]
MoveGesture.java 480 return InsertType.PASTE;
    [all...]
OutlinePage.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 383 bars.setGlobalActionHandler(ActionFactory.PASTE.getId(),
384 mTextEditor.getAction(ActionFactory.PASTE.getId()));
416 bars.setGlobalActionHandler(ActionFactory.PASTE.getId(), null);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 97 OP(PASTE, "##") \
241 consecutive paste tokens in a macro expansion). */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 69 * When actions are performed in the tool (like a paste action, or a drag from palette,
399 * @return the parent node the paste was applied into
405 // and attempt to paste, this will reselect the parent of the button as the paste
428 mInsertType = InsertType.PASTE;
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/harfbuzz_ng/src/
hb-private.hh 209 #define PASTE(a,b) _PASTE1(a,b)
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 819 milliseconds

1 2