/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/ |
082-invalid-paste.c | 1 #define PASTE(x,y) x ## y 2 PASTE(<,>)
|
/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}}
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-parse.h | 65 PASTE = 283, 103 #define PASTE 283
|
glcpp-parse.c | 277 PASTE = 283, 315 #define PASTE 283 708 "LINE_EXPANDED", "NEWLINE", "OTHER", "PLACEHOLDER", "SPACE", "PASTE", [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,
|
/external/chromium_org/third_party/mesa/src/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...] |
/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...] |
/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/darwin-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/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...] |
/external/qemu/android/ |
hw-events.h | 188 KEY_CODE(PASTE ,135) \
|
/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 | |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-private.hh | 103 #define PASTE(a,b) _PASTE1(a,b)
|
/external/harfbuzz_ng/src/ |
hb-private.hh | 100 #define PASTE(a,b) _PASTE1(a,b)
|