Home
last modified time | relevance | path

Searched defs:config (Results 1 – 25 of 47) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitLaunchConfigurationTab.java356 public void initializeFrom(ILaunchConfiguration config) { in initializeFrom()
380 private void updateInstrumentationFromConfig(ILaunchConfiguration config) { in updateInstrumentationFromConfig()
403 private void updateTestSizeFromConfig(ILaunchConfiguration config) { in updateTestSizeFromConfig()
416 private String updateProjectFromConfig(ILaunchConfiguration config) { in updateProjectFromConfig()
428 private void updateTestTypeFromConfig(ILaunchConfiguration config) { in updateTestTypeFromConfig()
458 private void updateTestContainerFromConfig(ILaunchConfiguration config) { in updateTestContainerFromConfig()
488 public void performApply(ILaunchConfigurationWorkingCopy config) { in performApply()
523 private void mapResources(ILaunchConfigurationWorkingCopy config) throws CoreException { in mapResources()
658 public boolean isValid(ILaunchConfiguration config) { in isValid()
797 public void setDefaults(ILaunchConfigurationWorkingCopy config) { in setDefaults()
[all …]
DAndroidJUnitLaunchShortcut.java41 ILaunchConfigurationWorkingCopy config = super.createLaunchConfiguration(element); in createLaunchConfiguration() local
DAndroidJUnitLaunchConfigDelegate.java71 final AndroidLaunch androidLaunch, final AndroidLaunchConfiguration config, in doLaunch()
281 static void setJUnitDefaults(ILaunchConfigurationWorkingCopy config) { in setJUnitDefaults()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchShortcut.java88 ILaunchConfiguration config = AndroidLaunchController.getLaunchConfig(project, in debugProject() local
109 private boolean hasNdkAttributes(ILaunchConfiguration config) { in hasNdkAttributes()
120 private ILaunchConfiguration setNdkDefaults(ILaunchConfiguration config, IProject project) in setNdkDefaults()
DNdkDebuggerTab.java257 public void setDefaults(ILaunchConfigurationWorkingCopy config) { in setDefaults()
262 public void initializeFrom(ILaunchConfiguration config) { in initializeFrom()
279 private String getAttribute(ILaunchConfiguration config, String key, String defaultValue) { in getAttribute()
287 private List<String> getAttribute(ILaunchConfiguration config, String key, in getAttribute()
297 public void performApply(ILaunchConfigurationWorkingCopy config) { in performApply()
DNdkGdbLaunchDelegate.java85 public void launch(ILaunchConfiguration config, String mode, ILaunch launch, in launch()
96 public boolean doLaunch(ILaunchConfiguration config, String mode, ILaunch launch, in doLaunch()
359 private ILaunchConfiguration performVariableSubstitutions(ILaunchConfiguration config, in performVariableSubstitutions()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
DProjectLintConfigurationTest.java50 ProjectLintConfiguration config = in testBasic() local
86 ProjectLintConfiguration config = in testInheritance() local
137 ProjectLintConfiguration config = in testBulkEditing() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DLayoutCreatorDialog.java56 public LayoutCreatorDialog(Shell parentShell, String fileName, FolderConfiguration config) { in LayoutCreatorDialog()
136 public void getConfiguration(FolderConfiguration config) { in getConfiguration()
/sdk/emulator/opengl/tests/ut_renderer/
DRendererSurface.cpp25 EGLConfig RendererSurface::getEglConfig(EGLDisplay eglDisplay, SurfaceConfig config) in getEglConfig()
61 RendererSurface * RendererSurface::create(EGLDisplay eglDisplay, SurfaceConfig config, NativeWindow… in create()
DRendererContext.cpp20 RendererContext * RendererContext::create(EGLDisplay dpy, EGLConfig config, RendererContext *shareC… in create()
DRendererSurface.h40 …endererSurface(EGLDisplay display, NativeWindowType window, EGLSurface surface, EGLConfig config) : in RendererSurface()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchConfiguration.java101 public void set(ILaunchConfiguration config) { in set()
158 public static TargetMode parseTargetMode(ILaunchConfiguration config, TargetMode defaultMode) { in parseTargetMode()
DLaunchConfigDelegate.java214 AndroidLaunchConfiguration config = new AndroidLaunchConfiguration(); in launch() local
244 AndroidLaunchConfiguration config, AndroidLaunchController controller, in doLaunch()
410 private final void revertToNoActionLaunch(IProject project, AndroidLaunchConfiguration config) { in revertToNoActionLaunch()
DLaunchShortcut.java96 ILaunchConfiguration config = AndroidLaunchController.getLaunchConfig(project, in launch() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
DResourceHelperTest.java41 public boolean checkAndSet(String value, FolderConfiguration config) { in checkAndSet()
101 FolderConfiguration config = new FolderConfiguration(); in testGetIcon() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
DConfigMatchTest.java261 FolderConfiguration config = new FolderConfiguration(); in getConfiguration() local
280 private void addFolder(ResourceRepository resources, FolderConfiguration config, in addFolder()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglPixmapSurface.cpp28 EglConfig* config) : in EglPixmapSurface()
DEglWindowSurface.cpp28 EglConfig* config, in EglWindowSurface()
DEglPbufferSurface.h25 EglPbufferSurface(EglDisplay *dpy, EglConfig* config): in EglPbufferSurface()
DEglContext.cpp30 EglConfig* config,GLEScontext* glesCtx,GLESVersion ver,ObjectNameManager* mngr): in EglContext()
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DMyActivity.java60 Configuration config = getResources().getConfiguration(); in onCreate() local
177 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl.cpp99 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib()
104 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface()
109 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
114 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
149 …ientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint… in eglCreatePbufferFromClientBuffer()
174 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCreateNewConfigJob.java51 @NonNull FolderConfiguration config) { in CreateNewConfigJob()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
DApiDemosRenderingTest.java228 FolderConfiguration config = getConfiguration(); in testSample() local
301 FolderConfiguration config = new FolderConfiguration(); in getConfiguration() local
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DDebuggerConnector.java62 ILaunchConfiguration config = findConfig(manager, configType, projectName, in connectDebugger() local

12