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

1 23 4 5 6

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 540 getVersionMinMajor(MachO::version_min_command &C, bool SDK) {
541 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
546 getVersionMinMinor(MachO::version_min_command &C, bool SDK) {
547 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
552 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) {
553 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 540 getVersionMinMajor(MachO::version_min_command &C, bool SDK) {
541 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
546 getVersionMinMinor(MachO::version_min_command &C, bool SDK) {
547 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
552 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) {
553 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 540 getVersionMinMajor(MachO::version_min_command &C, bool SDK) {
541 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
546 getVersionMinMinor(MachO::version_min_command &C, bool SDK) {
547 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
552 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) {
553 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 48 assertEquals("Build.VERSION.SDK", "" + EXPECTED_SDK, Build.VERSION.SDK);
  /packages/apps/Messaging/build/
android_lint.mk 26 # Lint tool expects api-versions.xml from the SDK to be in development/sdk but
27 # it's not. Create a symbolic link to the android SDK to fix it
28 API_VERSIONS_XML := $(abspath development/sdk/api-versions.xml)
  /packages/services/Car/car-support-lib/
Android.mk 32 # Build against the current public APIs of the SDK
64 # Build against the current public APIs of the SDK
131 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR := external/doclava/res/assets/templates-sdk
  /prebuilts/devtools/
update_jars.sh 66 Update SDK prebuilts.
  /build/make/core/
copy_headers.mk 11 # Modules linking against the SDK do not have the include path to use
  /build/make/target/board/generic/
BoardConfig.mk 33 # of an SDK AVD. Note that this operation only works on Linux for now
  /build/make/target/board/generic_x86/
BoardConfig.mk 22 # of an SDK AVD. Note that this operation only works on Linux for now
  /build/make/target/board/generic_x86_64/
BoardConfig.mk 28 # of an SDK AVD. Note that this operation only works on Linux for now
  /build/make/target/board/generic_x86_arm/
BoardConfig.mk 38 # of an SDK AVD. Note that this operation only works on Linux for now
  /compatibility/cdd/3_software/
3_1_managed-api-compatibility.md 10 [Android SDK](http://developer.android.com/reference/packages.html)
  /compatibility/cdd/9_security-model/
9_1_permissions.md 8 MUST enforce each permission defined as described in the SDK documentation; no
  /cts/hostsidetests/theme/
Android.mk 21 # Special handling for pre-release builds where the SDK version has not been
  /cts/tests/tests/webkit/
Android.mk 39 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /device/sample/products/
sample_addon.mk 14 # Copy the manifest and hardware files for the SDK add-on.
39 # This add-on extends the default sdk product.
40 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
  /external/objenesis/
Android.mk 44 # SDK 10 needed for ObjectStreamClass lookupAny
  /external/robolectric/
Android.mk 52 # Distribute the android-all artifact with SDK artifacts.
54 $(call dist-for-goals,sdk win_sdk,\
57 $(call dist-for-goals,sdk win_sdk,\
  /hardware/intel/common/utils/ituxd/
Android.mk 17 # including x86, the emulator, and the SDK. Modules must be uniquely
  /hardware/intel/common/utils/ituxd/jni/
Android.mk 17 # including x86, the emulator, and the SDK. Modules must be uniquely
  /build/make/core/tasks/
sdk-addon.mk 42 # Files that are built and then copied into the sdk-addon
54 # Files that are copied directly into the sdk-addon
109 @echo Packaging SDK Addon: $@
119 @echo Packaging SDK Addon System-Image: $@
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
GenericDeviceInfo.java 78 store.addResult(BUILD_VERSION_SDK, Build.VERSION.SDK);
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
VersionedGestureDetector.java 31 final int sdkVersion = Integer.parseInt(Build.VERSION.SDK);
  /external/vulkan-validation-layers/
CONTRIBUTING.md 40 * Please base your fixes on the master branch. SDK branches are generally not updated except for critical fixes needed to repair an SDK release.

Completed in 1364 milliseconds

1 23 4 5 6