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

1 23 4 5

  /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/tools/droiddoc/templates-ds/
sdkpage.cs 4 <?cs if:sdk.redirect ?>
7 <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
16 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
28 <?cs if:sdk.redirect ?>
33 <a href="<?cs var:toroot ?>sdk/<?cs
34 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
36 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?c
    [all...]
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 4 <?cs if:sdk.redirect ?>
7 <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
15 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
27 <?cs if:sdk.redirect ?>
32 <a href="<?cs var:toroot ?>sdk/<?cs
33 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
35 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?c
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 102 # The SDK provides two sets of libraries, Debug and Release. Debug libraries
112 # with the SDK) expect and are capable of dealing with the '/' seperator.
113 # For this reason, the tools in the SDK, including Makefiles and build scripts
138 # We use the existence of tools/oshelpers.py to verify the validity of the SDK
147 # If this makefile is part of a valid nacl SDK, but NACL_SDK_ROOT is set
154 $(error common.mk included from an SDK that does not match the current NACL_SDK_ROOT)
185 # Check for required minimum SDK version.
208 # By default this is the NaCl SDK 'lib' folder.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 38 unzip -qq -o eclipse-SDK*.zip
64 REM Setup up the test (target) GEF SDK
  /frameworks/support/v7/mediarouter/
Android.mk 17 # Build the resources using the current SDK version.
19 # SDK version than the resources. The resources library and the R class that it
  /prebuilts/devtools/
update_jars.sh 66 Update SDK prebuilts.
  /cts/tests/tests/net/
Android.mk 35 # 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/chromium_org/native_client_sdk/src/build_tools/
library.mk 27 # GNU Makefile based on shared rules provided by the Native Client SDK.
template.mk 5 # GNU Makefile based on shared rules provided by the Native Client SDK.
  /external/objenesis/
Android.mk 36 # SDK 10 needed for ObjectStreamClass lookupAny
  /external/openssl/
Crypto.mk 73 # host static library, which is used by some SDK tools.
  /frameworks/base/tools/aapt/
Android.mk 59 # Statically link libz for MinGW (Win SDK under Linux),
  /sdk/avdlauncher/
Android.mk 6 # This simple .exe will sit at the root of the Windows SDK
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 4 <?cs if:sdk.redirect ?>
7 <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
15 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
27 <?cs if:sdk.redirect ?>
32 <a href="<?cs var:toroot ?>sdk/<?cs
33 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
35 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?c
    [all...]
  /build/core/tasks/
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: $@
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
VersionedGestureDetector.java 31 final int sdkVersion = Integer.parseInt(Build.VERSION.SDK);
  /external/compiler-rt/make/platform/
clang_linux.mk 114 # Use our stub SDK as the sysroot to support more portable building. For now we
115 # just do this for the core module, because the stub SDK doesn't have
  /ndk/toolchains/x86-4.6/
setup.mk 67 # The ABI-specific sub-directory that the SDK tools recognize for
  /ndk/toolchains/x86-4.7/
setup.mk 67 # The ABI-specific sub-directory that the SDK tools recognize for
  /ndk/toolchains/x86-4.8/
setup.mk 67 # The ABI-specific sub-directory that the SDK tools recognize for
  /sdk/monitor/
Android.mk 3 # Expose the Monitor RCP only for the SDK builds.
4 ifneq (,$(is_sdk_build)$(filter sdk sdk_x86 sdk_mips,$(TARGET_PRODUCT)))
26 MONITOR_DEP_LIBRARIES := $(shell $(TOPDIR)sdk/eclipse/scripts/create_all_symlinks.sh -d)
29 # The RCP monitor. It is referenced by build/target/products/sdk.mk
30 $(LOCAL_BUILT_MODULE) : $(TOPDIR)sdk/monitor/monitor \
31 $(TOPDIR)sdk/monitor/build.xml \
32 $(TOPDIR)sdk/monitor/build.properties \
35 $(hide) $(TOPDIR)sdk/eclipse/scripts/create_all_symlinks.sh -c
36 $(hide)cd $(TOPDIR)sdk/monitor && \
60 $(hide)$(ACP) -fp $(V) $(TOPDIR)sdk/monitor/monitor $
    [all...]
  /build/target/board/generic/
BoardConfig.mk 34 # of an SDK AVD. Note that this operation only works on Linux for now
  /ndk/toolchains/x86-clang3.2/
setup.mk 88 # The ABI-specific sub-directory that the SDK tools recognize for

Completed in 725 milliseconds

1 23 4 5