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

12 3

  /build/target/board/generic_x86/
BoardConfig.mk 25 # of an SDK AVD. Note that this operation only works on Linux for now
  /cts/tests/tests/drm/
Android.mk 32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/graphics/
Android.mk 32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/hardware/
Android.mk 29 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/location/
Android.mk 32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/media/
Android.mk 32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/net/
Android.mk 32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/os/
Android.mk 32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/telephony/
Android.mk 33 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/text/
Android.mk 32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/util/
Android.mk 32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/webkit/
Android.mk 32 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /frameworks/base/tools/aapt/
Android.mk 50 # Statically link libz for MinGW (Win SDK under Linux),
  /sdk/layoutlib_api/sample/src/com/example/android/render/
Main.java 50 * we should get rid of this one) and a full SDK (or at leas the platform component).
55 // path to the SDK and the project to render
56 private final static String SDK = "...<insert>...";
64 File f = new File(SDK + "/platforms/android-3.1");
  /system/media/mca/filterfw/native/
libfilterfw.mk 24 # Neven FaceDetect SDK
  /build/core/tasks/
apicheck.mk 53 # SDK version.
65 # SDK version.
sdk-addon.mk 41 # Files that are built and then copied into the sdk-addon
53 # Files that are copied directly into the sdk-addon
56 # All SDK add-ons have these files
82 @echo Packaging SDK Addon: $@
  /frameworks/base/core/java/android/os/
Build.java 93 * The user-visible SDK version of the framework in its raw String
99 public static final String SDK = getString("ro.build.version.sdk");
102 * The user-visible SDK version of the framework; its possible
106 "ro.build.version.sdk", 0);
115 * The SDK version to use when accessing resources.
116 * Use the current SDK version code. If we are a development build,
117 * also allow the previous SDK version + 1.
125 * Enumeration of the currently known SDK version codes. These are the
126 * values that can be found in {@link VERSION#SDK}. Version number
    [all...]
  /build/core/combo/
HOST_darwin-x86.mk 26 # Use the Mac OSX SDK 10.5 if the build host is 10.6
29 sdk_105_root := /Developer/SDKs/MacOSX10.5.sdk
33 $(warning * Can not find SDK 10.5 at $(sdk_105_root))
  /development/build/
Android.mk 26 @echo Compiling SDK Stubs: $@
62 @echo Package SDK Stubs: $@
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
HttpClientFactory.java 125 Build.VERSION.SDK,
  /build/target/board/generic/
BoardConfig.mk 35 # of an SDK AVD. Note that this operation only works on Linux for now
  /device/sample/products/
sample_addon.mk 14 # Copy the manifest and hardware files for the SDK add-on.
36 # This add-on extends the default sdk product.
37 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
  /sdk/avdlauncher/
Android.mk 6 # This simple .exe will sit at the root of the Windows SDK
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
VersionedGestureDetector.java 31 final int sdkVersion = Integer.parseInt(Build.VERSION.SDK);

Completed in 1039 milliseconds

12 3