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(<,>)
  /sdk/rule_api/src/com/android/ide/common/api/
InsertType.java 23 * copy/paste operation or as the first half of a move operation.
47 * The view is being inserted here as a result of a copy/paste from elsewhere
50 PASTE;
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.h 63 PASTE = 280,
glcpp-lex.l 269 return PASTE;
glcpp-parse.y 168 %token PASTE
554 | PASTE { $$ = PASTE; }
926 case PASTE:
1362 /* Look ahead for a PASTE token, skipping space. */
1370 if (next_non_space->token->type != PASTE) {
1375 /* Now find the next non-space token after the PASTE. */
    [all...]
glcpp-parse.c 271 PASTE = 280,
659 "PASTE", "OR", "AND", "'|'", "'^'", "'&'", "NOT_EQUAL", "EQUAL", "'<'",
    [all...]
glcpp-lex.c     [all...]
  /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/backends/
common-reloc.c 29 #define R_TYPE(name) PASTE (RELOC_PREFIX, name)
30 #define PASTE(a, b) PASTE_1 (a, b)
37 #define STRINGIFIED_PASTE(a, b) STRINGIFY (PASTE (a, b))
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 45 private static final int PASTE = 2;
137 } else if (TextUtils.equals(title, mMenuItemsStrings[PASTE])) {
152 mMenuItemsStrings[PASTE] = resources.getString(android.R.string.paste);
164 menu.getItem(PASTE).setVisible(false);
204 CharSequence paste = clip.getItemAt(i).coerceToText(getContext()); local
205 if (canPaste(paste)) {
206 ((Editable) getText()).insert(getSelectionEnd(), paste); local
212 private boolean canPaste(CharSequence paste) {
215 Float.parseFloat(paste.toString())
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
AbstractControlActionsManager.java 48 IWorkbenchActionDefinitionIds.PASTE,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 103 OP(PASTE, "##") \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 99 OP(PASTE, "##") \
233 consecutive paste tokens in a macro expansion). */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 99 OP(PASTE, "##") \
233 consecutive paste tokens in a macro expansion). */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 99 OP(PASTE, "##") \
233 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/gle2/
LayoutCanvas.java 174 /** Paste action for the Edit or context menu. */
715 * For global actions such as copy or paste, the action id must be composed of
    [all...]
MoveGesture.java 476 return InsertType.PASTE;
    [all...]
OutlinePage.java     [all...]
  /external/qemu/android/
hw-events.h 177 KEY_CODE(PASTE ,135) \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 66 * When actions are performed in the tool (like a paste action, or a drag from palette,
371 * @return the parent node the paste was applied into
377 // and attempt to paste, this will reselect the parent of the button as the paste
400 mInsertType = InsertType.PASTE;
    [all...]
  /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 
  /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 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 1133 milliseconds

1 2