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

  /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 21 * copy/paste operation or as the first half of a move operation.
41 * The view is being inserted here as a result of a copy/paste from elsewhere
44 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));
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 41 private static final int PASTE = 2;
79 } else if (TextUtils.equals(title, mMenuItemsStrings[PASTE])) {
94 mMenuItemsStrings[PASTE] = resources.getString(android.R.string.paste);
106 menu.getItem(PASTE).setVisible(false);
146 CharSequence paste = clip.getItemAt(i).coerceToText(getContext()); local
147 if (canPaste(paste)) {
148 ((Editable) getText()).insert(getSelectionEnd(), paste); local
154 private boolean canPaste(CharSequence paste) {
157 Float.parseFloat(paste.toString())
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 103 OP(PASTE, "##") \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 103 OP(PASTE, "##") \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cpplib.h 103 OP(PASTE, "##") \
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 175 /** Paste action for the Edit or context menu. */
687 * For global actions such as copy or paste, the action id must be composed of
    [all...]
MoveGesture.java 472 return InsertType.PASTE;
    [all...]
OutlinePage.java 653 mMenuManager.add(new DelegateAction(prefix + ActionFactory.PASTE.getId()));
    [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 72 * When actions are performed in the tool (like a paste action, or a drag from palette,
443 mInsertType = InsertType.PASTE;
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 667 milliseconds