/bionic/libc/arch-x86/string/ |
sse2-memchr-atom.S | 78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) 81 #define ENTRANCE PUSH (%edi);
|
sse2-memset-atom.S | 85 #define PUSH(REG) pushl REG; CFI_PUSH (REG) 100 # define ENTRANCE PUSH (%ebx); 320 PUSH (%ebx) 328 PUSH (%ebx)
|
ssse3-wcscpy-atom.S | 80 # define PUSH(REG) pushl REG; CFI_PUSH (REG) 104 PUSH (%edi) 107 PUSH (%esi)
|
sse2-wcscmp-atom.S | 78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) 81 #define ENTRANCE PUSH(%esi); PUSH(%edi)
|
ssse3-strlcat-atom.S | 76 #define PUSH(REG) pushl REG; CFI_PUSH (REG) 87 PUSH (%ebx) 123 PUSH (%edi)
|
sse2-memrchr-atom.S | 78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) 697 PUSH (%edi)
|
sse2-strlen-atom.S | 94 # define PUSH(REG) pushl REG; CFI_PUSH (REG) 104 PUSH (%edi)
|
/external/llvm/test/MC/ARM/ |
thumb-diagnostics.s | 56 @ Invalid writeback and register lists for PUSH/POP 58 push {r8, r9} 63 @ CHECK-ERRORS: push {r8, r9}
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
armVCM4P10_Interpolate_Chroma_s.S | 28 PUSH {r4-r12,lr}
|
armVCM4P10_DecodeCoeffsToPair_s.S | 16 PUSH {r4-r12,lr}
|
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.S | 16 PUSH {r4-r12,lr}
|
omxVCM4P10_PredictIntraChroma_8x8_s.S | 26 PUSH {r4-r10,lr}
|
omxVCM4P10_PredictIntra_16x16_s.S | 33 PUSH {r4-r12,lr}
|
omxVCM4P10_PredictIntra_4x4_s.S | 25 PUSH {r4-r12,lr}
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestPkgAttrNode.java | 129 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH);
|
UiPackageAttributeNode.java | 129 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiFlagAttributeNode.java | 104 final Button selectButton = toolkit.createButton(composite, "Select...", SWT.PUSH);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCheckPage.java | 114 final Button browseButton = new Button(composite, SWT.PUSH);
|
ProjectCheckPage.java | 104 Button browseButton = new Button(projectComposite, SWT.PUSH);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchConfigurationTab.java | 213 mProjButton = new Button(comp, SWT.PUSH); 240 mSearchButton = new Button(comp, SWT.PUSH); 288 mContainerSearchButton = new Button(comp, SWT.PUSH); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
GLFunctionTraceViewer.java | 479 mExpandAllToolItem = new ToolItem(toolBar, SWT.PUSH); 489 mCollapseAllToolItem = new ToolItem(toolBar, SWT.PUSH); 495 mSaveAsToolItem = new ToolItem(toolBar, SWT.PUSH); [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Filt_6k_7k_opt.s | 84 STR r5, [sp, #-4] @ PUSH r5 to stack
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
Filt_6k_7k_neon.s | 84 @STR r5, [sp, #-4] @ PUSH r5 to stack
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceOptionsDialog.java | 180 Button browse = new Button(c, SWT.PUSH);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ClientRulesEngine.java | 493 Button button = new Button(composite, SWT.PUSH); 585 Button button = new Button(composite, SWT.PUSH);
|