HomeSort by relevance Sort by last modified time
    Searched refs:SDK (Results 101 - 125 of 148) sorted by null

1 2 3 45 6

  /sdk/find_java/
find_java.bat 65 echo You can find the complete Android SDK requirements here:
66 echo http://developer.android.com/sdk/requirements.html
  /compatibility/cdd/3_software/
3_8_user-interface-compatibility.md 63 provided through the notification badges APIs described in [the SDK](
88 in the Android SDK documentation for details.
108 the SDK documentation, and to the extent possible with the device implementation
126 API documented in the SDK.
279 as defined by the Android SDK.
384 support IME APIs as defined in the Android SDK documentation.
460 application behaviors and APIs described in the Android SDK
3_9_device-administration.md 10 policies defined in the Android SDK documentation, they:
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 88 addResult(VERSION_SDK, Build.VERSION.SDK);
260 * name and availability pairs like "feature1:sdk:true;feature2:sdk:false;feature3:other:true;".
272 addFeature(features, featureName, "sdk", hasFeature);
296 * Use reflection to get the features defined by the SDK. If there are features that do not fit
300 * @return list of feature names from sdk
  /external/replicaisland/src/com/replica/replicaisland/
MainMenuActivity.java 202 final int sdkVersion = Integer.parseInt(Build.VERSION.SDK);
Game.java 82 final int sdkVersion = Integer.parseInt(Build.VERSION.SDK);
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py 64 _RO_BUILD_VERSION_SDK = 'ro.build.version.sdk='
269 """ Returns the Android SDK version on the remote device.
273 dryrun: If set, this function assumes Android SDK version is 1.
276 logging.debug('Pretending target device\'s Android SDK version is 1')
293 logging.debug('Target device\'s Android SDK version: %d', android_sdk_version)
298 """Verifies if the Android SDK versions of the pushing image and the test
304 dryrun: If set, this function assumes Android SDK versions match.
307 AssertionError: If the Android SDK version of pushing image does not match
308 the Android SDK version on the remote test device.
311 logging.debug('Pretending Android SDK versions match'
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 5 # Note: Make sure that cl.exe is configured to include Platform SDK
  /prebuilts/gradle-plugin/com/android/tools/jack/jack-api/0.10.0/
jack-api-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/jack/jack-api/0.11.0/
jack-api-0.11.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/jack/jack-api/0.13.0/
jack-api-0.13.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/jack/jack-api/0.11.0/
jack-api-0.11.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/jack/jack-api/0.12.0/
jack-api-0.12.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 205 SDK's compatibility Linux toolchain, one can do the following:
261 # Use the check for the availability of a compatibility SDK in Darwin
265 # $1: SDK root path
271 var_append BUILD_LDFLAGS "-Wl,-syslibroot,$sdk -mmacosx-version-min=$2"
279 elif check_darwin_sdk /Developer/SDKs/MacOSX10.5.sdk 10.5; then
281 elif check_darwin_sdk /Developer/SDKs/MacOSX10.6.sdk 10.6; then
626 --build=$HOST_TAG --with-widl=$WITH_WIDL --enable-sdk=all --enable-secure-api
  /build/soong/cc/
ndk_library.go 138 // fix up every module that was using it as its SDK version. Clip to the
  /compatibility/cdd/7_hardware-compatibility/
7_6_memory-and-storage.md 119 permission on this shared storage as documented in the SDK. Shared storage
7_2_input-devices.md 136 the 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`; \
  /prebuilts/tools/common/m2/repository/com/android/tools/jack/jack-api/0.1/
jack-api-0.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/jack/jack-api/0.9.0/
jack-api-0.9.0.jar 
  /build/make/core/
config.mk 75 SRC_API_DIR := $(TOPDIR)prebuilts/sdk/api
76 SRC_SYSTEM_API_DIR := $(TOPDIR)prebuilts/sdk/system-api
77 SRC_TEST_API_DIR := $(TOPDIR)prebuilts/sdk/test-api
497 prebuilt_sdk_tools := prebuilts/sdk/tools
828 # Collect a list of the SDK versions that we could compile against
832 HISTORICAL_SDK_VERSIONS_ROOT := $(TOPDIR)prebuilts/sdk
    [all...]
  /build/soong/android/
config.go 264 // Generally shouldn't be used, but useful to find the XCode SDK, etc.
  /build/soong/java/
java.go 97 // if not blank, set to the version of the sdk to compile against
160 sdkDependencyTag = dependencyTag{name: "sdk"}
568 // SDK java prebuilts (.jar containing resources plus framework.aidl)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho.go 596 ml.data[1] = 10<<16 | 7<<8 | 0<<0 // SDK 10.7.0
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho.go 596 ml.data[1] = 10<<16 | 7<<8 | 0<<0 // SDK 10.7.0

Completed in 1525 milliseconds

1 2 3 45 6