HomeSort by relevance Sort by last modified time
    Searched refs:sdk (Results 276 - 300 of 889) sorted by null

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-alpha4/
testutils-25.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-alpha7/
testutils-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-beta1/
testutils-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-beta2/
testutils-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-beta3/
testutils-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-rc1/
testutils-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-rc2/
testutils-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.1/
testutils-25.2.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationEditorDelegate.java 28 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java 27 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditorDelegate.java 27 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java 21 import com.android.ide.eclipse.adt.internal.sdk.AdtConsoleSdkLog;
39 * Wizard shown on first start for new users: configure SDK location, accept or
55 * @param showInstallSdkPage show page to install SDK's
139 // Set SDK path after installation since this will trigger a SDK refresh.
164 // Get a shell to use for the SDK installation. There are cases where getActiveShell
178 AdtPlugin.log(IStatus.WARNING, "No parent shell for SDK installation dialog");
201 AdtPlugin.printErrorToConsole("Failed to install Android SDK.");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 294 "SDK git repository", sdkPath);
295 File sdk = new File(sdkPath); local
296 assertNotNull("$ADT_SDK_SOURCE_PATH (" + sdk.getPath() + ") is not a directory",
297 sdk.isDirectory());
298 File git = sdk.getParentFile();
  /build/core/
main.mk 327 # "sdk" : sdk API only
338 -include $(TOPDIR)prebuilts/sdk/tools/jack_versions.mk
339 -include $(TOPDIR)prebuilts/sdk/tools/jack_for_module.mk
344 -include $(TOPDIR)prebuilts/sdk/tools/jack_server_setup.mk
367 ifneq ($(filter sdk win_sdk sdk_addon,$(MAKECMDGOALS)),)
448 ## sdk ##
452 # Detect if we want to build a repository for the SDK
457 $(error The 'sdk' target may not be specified with any other targets)
460 # TODO: this should be eng I think. Since the sdk is built from the en
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 278 .sdk #sdk-link a,
292 .sdk #sdk-link a:hover,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_osx_support.py 274 # compile an extension using an SDK that is not present
275 # on the current machine it is better to not use an SDK
279 # provide SDKs. If the SDK is not present, it is assumed
286 sdk = m.group(1)
287 if not os.path.exists(sdk):
342 # Check if the SDK that is used during compilation actually exists,
343 # the universal build requires the usage of a universal SDK and not all
355 log.warn("Compiling with an SDK that doesn't seem to exist: %s",
  /prebuilts/gdb/linux-x86/lib/python2.7/
_osx_support.py 274 # compile an extension using an SDK that is not present
275 # on the current machine it is better to not use an SDK
279 # provide SDKs. If the SDK is not present, it is assumed
286 sdk = m.group(1)
287 if not os.path.exists(sdk):
342 # Check if the SDK that is used during compilation actually exists,
343 # the universal build requires the usage of a universal SDK and not all
355 log.warn("Compiling with an SDK that doesn't seem to exist: %s",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 274 # compile an extension using an SDK that is not present
275 # on the current machine it is better to not use an SDK
279 # provide SDKs. If the SDK is not present, it is assumed
286 sdk = m.group(1)
287 if not os.path.exists(sdk):
342 # Check if the SDK that is used during compilation actually exists,
343 # the universal build requires the usage of a universal SDK and not all
355 log.warn("Compiling with an SDK that doesn't seem to exist: %s",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 274 # compile an extension using an SDK that is not present
275 # on the current machine it is better to not use an SDK
279 # provide SDKs. If the SDK is not present, it is assumed
286 sdk = m.group(1)
287 if not os.path.exists(sdk):
342 # Check if the SDK that is used during compilation actually exists,
343 # the universal build requires the usage of a universal SDK and not all
355 log.warn("Compiling with an SDK that doesn't seem to exist: %s",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ResourceManagerBuilder.java 27 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
28 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
90 // (this means: no SDK, no target, or unresolvable target.)
121 Sdk currentSdk = Sdk.getCurrent();
129 ProjectState projectState = Sdk.getProjectState(project);
150 // Check that the SDK directory has been setup.
203 // either there is no 'gen' source folder in the project (older SDK),
206 // In case we are migrating from an older SDK, we go through the current sourc
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 22 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
23 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
67 IAndroidTarget target = Sdk.getCurrent().getTarget(iProject);
68 AndroidTargetData data = Sdk.getCurrent().getTargetData(target);
LayoutReloadMonitor.java 31 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
32 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
288 ProjectState state = Sdk.getProjectState(project);
290 Set<ProjectState> mainProjects = Sdk.getMainProjectsFor(project);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 54 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
55 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
530 Sdk sdk = Sdk.getCurrent(); local
531 if (sdk != null) {
532 data = sdk.getTargetData(target);
620 Sdk sdk = Sdk.getCurrent() local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 32 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
33 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
193 Sdk currentSdk = Sdk.getCurrent();
262 combo.add("SDK not initialized");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesContentAssist.java 27 import static com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData.DESCRIPTOR_LAYOUT;
40 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;

Completed in 1246 milliseconds

<<11121314151617181920>>