HomeSort by relevance Sort by last modified time
    Searched refs:sdk (Results 726 - 750 of 1694) sorted by null

<<21222324252627282930>>

  /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 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.3/
testutils-25.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.4/
testutils-25.2.4.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/make/core/
main.mk 164 # "sdk" : sdk API only
175 -include $(TOPDIR)prebuilts/sdk/tools/jack_versions.mk
176 -include $(TOPDIR)prebuilts/sdk/tools/jack_for_module.mk
181 -include $(TOPDIR)prebuilts/sdk/tools/jack_server_setup.mk
211 ifneq ($(filter sdk win_sdk sdk_addon,$(MAKECMDGOALS)),)
297 ## sdk ##
301 # Detect if we want to build a repository for the SDK
306 $(error The 'sdk' target may not be specified with any other targets)
312 # TODO: this should be eng I think. Since the sdk is built from the en
    [all...]
  /build/soong/cc/
relocation_packer.go 59 if ctx.sdk() {
  /external/compiler-rt/make/platform/
clang_darwin.mk 13 # (3): SDK path
50 result=`xcrun --sdk $(1).internal --show-sdk-path 2> /dev/null`; \
52 result=`xcrun --sdk $(1) --show-sdk-path 2> /dev/null`; \
  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 278 .sdk #sdk-link a,
292 .sdk #sdk-link a:hover,
  /external/protobuf/
tests.sh 227 -sdk iphonesimulator \
239 -sdk iphonesimulator \
  /external/protobuf/util/
tests.sh 227 -sdk iphonesimulator \
239 -sdk iphonesimulator \
  /external/python/cpython2/Lib/
_osx_support.py 280 # compile an extension using an SDK that is not present
281 # on the current machine it is better to not use an SDK
285 # provide SDKs. If the SDK is not present, it is assumed
292 sdk = m.group(1)
293 if not os.path.exists(sdk):
348 # Check if the SDK that is used during compilation actually exists,
349 # the universal build requires the usage of a universal SDK and not all
361 log.warn("Compiling with an SDK that doesn't seem to exist: %s",
  /frameworks/base/services/core/java/com/android/server/audio/
FocusRequester.java 91 String pn, int uid, @NonNull MediaFocusControl ctlr, int sdk) {
104 mSdkTarget = sdk;
238 + " -- sdk:" + mSdkTarget);
387 Log.v(TAG, "not ducking uid " + this.mCallingUid + " - old SDK");
  /frameworks/support/
Android.mk 18 # use prebuilts/sdk/current/
  /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",

Completed in 1942 milliseconds

<<21222324252627282930>>