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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0/
protos-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-beta1/
protos-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-beta2/
protos-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-beta3/
protos-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-beta4/
protos-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.1/
protos-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.3/
protos-25.3.3.jar 
  /frameworks/layoutlib/bridge/tests/
Android.mk 32 sdk-common \
39 # Copy the jar to DIST_DIR for sdk builds
40 $(call dist-for-goals, sdk win_sdk, $(LOCAL_INSTALLED_MODULE))
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha6/
protos-25.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha7/
protos-25.2.0-alpha7.jar 
  /frameworks/base/tools/split-select/
RuleGenerator.cpp 113 sp<Rule> sdk = new Rule(); local
114 sdk->op = Rule::GREATER_THAN;
115 sdk->key = Rule::SDK_VERSION;
116 sdk->longArgs.add(group[index].config.sdkVersion - 1);
117 rootRule->subrules.add(sdk);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IdeScanningContext.java 30 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
31 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
77 Sdk sdk = Sdk.getCurrent(); local
78 if (sdk != null) {
79 AndroidTargetData targetData = sdk.getTargetData(project);
  /external/compiler-rt/make/platform/
darwin_bni.mk 12 override CC := $(shell xcrun -sdk $(SDKROOT) -find clang || echo "false")
13 AR := $(shell xcrun -sdk $(SDKROOT) -find ar || echo "false")
14 RANLIB := $(shell xcrun -sdk $(SDKROOT) -find ranlib || echo "false")
15 STRIP := $(shell xcrun -sdk $(SDKROOT) -find strip || echo "false")
16 LIPO := $(shell xcrun -sdk $(SDKROOT) -find lipo || echo "false")
17 DSYMUTIL := $(shell xcrun -sdk $(SDKROOT) -find dsymutil || echo "false")
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatBackgroundHelper.java 150 final int sdk = Build.VERSION.SDK_INT; local
151 if (sdk > 21) {
155 } else if (sdk == 21) {
AppCompatImageHelper.java 173 final int sdk = Build.VERSION.SDK_INT; local
174 if (sdk > 21) {
178 } else if (sdk == 21) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 24 import com.android.ide.eclipse.adt.internal.sdk.AdtConsoleSdkLog;
25 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
26 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
152 * Installs the Android Support library into the SDK extras/ folder. If a minimum
167 final Sdk sdk = Sdk.getCurrent(); local
168 if (sdk == null) {
171 "Error: Android SDK is not loaded yet."); //$NON-NLS-1
230 final Sdk sdk = Sdk.getCurrent(); local
369 final Sdk sdk = Sdk.getCurrent(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
SupportLibraryHelper.java 29 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
30 import com.android.ide.eclipse.adt.internal.sdk.ProjectState.LibraryState;
31 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
55 * install it via the SDK manager.
56 * <li> (The tool may also offer to adjust the minimum SDK of the project
62 * (if the minimum SDK is less than 14) return "com.android.support.v7.GridLayout"
78 // See if the support library is installed in the SDK area
84 ProjectState state = Sdk.getProjectState(project);
165 ProjectState state = Sdk.getProjectState(project)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoaderTest.java 17 package com.android.ide.eclipse.adt.internal.sdk;
19 import com.android.ide.eclipse.adt.internal.sdk.AndroidJarLoader;
20 import com.android.ide.eclipse.adt.internal.sdk.IAndroidClassLoader.IClassDescriptor;
  /tools/tradefederation/core/prod-tests/src/com/android/sdk/
EmulatorBootTest.java 17 package com.android.sdk;
20 import com.android.sdk.tests.EmulatorGpsPreparer;
21 import com.android.sdk.tests.EmulatorSmsPreparer;
54 mAvdPreparer = (SdkAvdPreparer) mConfiguration.getConfigurationObject("sdk-avd-preparer");
  /development/build/tools/
patch_windows_sdk.sh 18 # This script takes a Linux SDK, cleans it and injects the necessary Windows
19 # binaries needed by the SDK. The script has 2 parts:
22 # - sdk/build/patch_windows_sdk.sh to process folder and files which
23 # depend on the sdk.git repo. This file is invoked by the makefile
28 # $1 = Temporary SDK directory, that is the Linux SDK being patched into
44 echo "Win SDK: $0 $*"
74 ${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}development/build/sdk-windows-x86.atree \
88 # (and its DLLs) next to the new SDK.
windows_sdk.mk 1 # Makefile to build the Windows SDK under linux.
3 # This file is included by build/core/Makefile when a PRODUCT-sdk-win_sdk build
7 # - create a regular Linux SDK
9 # - mirror the linux SDK directory and patch it with the Windows tools
11 # This way we avoid the headache of building a full SDK in MinGW mode, which is
16 $(error Linux is required to create a Windows SDK)
22 # Define WIN_SDK_TARGETS (the list of targets located in topdir/sdk)
25 include $(TOPDIR)sdk/build/windows_sdk_tools.mk
68 $(info ====== [Windows SDK] $1 ======)
96 $(TOPDIR)sdk/build/patch_windows_sdk.sh $(subst @,-q,$(hide))
    [all...]
  /external/dng_sdk/source/
dng_xmp_sdk.h 84 dng_xmp_sdk (const dng_xmp_sdk &sdk);
232 dng_xmp_sdk & operator= (const dng_xmp_sdk &sdk);
  /frameworks/base/media/java/android/media/
AudioFocusInfo.java 53 int gainRequest, int lossReceived, int flags, int sdk) {
61 mSdkTarget = sdk;
  /prebuilts/gradle-plugin/com/android/tools/screenshot2/24.4.0-beta3/
screenshot2-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/screenshot2/24.4.0-beta6/
screenshot2-24.4.0-beta6.jar 

Completed in 1573 milliseconds

1 2 3 4 5 67 8 91011>>