Home
last modified time | relevance | path

Searched defs:comp (Results 1 – 8 of 8) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitLaunchConfigurationTab.java151 Composite comp = new Composite(parent, SWT.NONE); in createControl() local
174 private void createSpacer(Composite comp) { in createSpacer()
181 private void createSingleTestSection(Composite comp) { in createSingleTestSection()
261 private void createTestContainerSelectionGroup(Composite comp) { in createTestContainerSelectionGroup()
300 private void createInstrumentationGroup(Composite comp) { in createInstrumentationGroup()
321 private void createSizeSelector(Composite comp) { in createSizeSelector()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp57 unsigned char *genTexture(int width, int height, int comp) in genTexture()
73 unsigned char *genRedTexture(int width, int height, int comp) in genRedTexture()
/sdk/ddms/app/src/com/android/ddms/
DUIThread.java1181 private void createTopPanel(final Composite comp, Color darkGray) { in createTopPanel()
1246 private void createBottomPanel(final Composite comp) { in createBottomPanel()
1416 private void createLeftPanel(final Composite comp) { in createLeftPanel()
1435 private void createRightPanel(final Composite comp) { in createRightPanel()
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp77 unsigned char *genTexture(int width, int height, int comp) in genTexture()
92 unsigned char *genRedTexture(int width, int height, int comp) in genRedTexture()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DMainLaunchConfigTab.java125 Composite comp = new Composite(parent, SWT.NONE); in createControl() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiTreeBlock.java835 ViewerComparator comp = mTreeViewer.getComparator(); in run() local
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
DManifestData.java383 int comp = mLargeScreens.compareTo(o.mLargeScreens); in compareScreenSizesWith() local
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogCatPanel.java908 Composite comp = new Composite(parent, SWT.NONE); in createViewerToolTipContentArea() local