HomeSort by relevance Sort by last modified time
    Searched refs:SDK (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/objenesis/main/src/test/java/android/os/
Build.java 27 public static final String SDK = "42";
  /external/grpc-grpc/src/csharp/experimental/
build_native_ext_for_ios.sh 24 SDK="$1"
27 PATH_AR="$(xcrun --sdk $SDK --find ar)"
28 PATH_CC="$(xcrun --sdk $SDK --find clang)"
29 PATH_CXX="$(xcrun --sdk $SDK --find clang++)"
32 CPPFLAGS="-O2 -Wframe-larger-than=16384 -arch $ARCH -isysroot $(xcrun --sdk $SDK --show-sdk-path) -DPB_NO_PACKED_STRUCTS=1
    [all...]
  /build/make/target/product/
sdk_phone_x86.mk 19 # Define the host tools and libs that are parts of the SDK.
20 -include sdk/build/product_sdk.mk
27 PRODUCT_MODEL := Android SDK built for x86
sdk_phone_x86_64.mk 19 # Define the host tools and libs that are parts of the SDK.
20 -include sdk/build/product_sdk.mk
27 PRODUCT_MODEL := Android SDK built for x86_64
sdk_phone_arm64.mk 19 # Define the host tools and libs that are parts of the SDK.
20 $(call inherit-product, sdk/build/product_sdk.mk)
23 # keep this apk for sdk targets for now
31 PRODUCT_MODEL := Android SDK built for arm64
  /dalvik/dx/tests/132-invoke-polymorphic/
run 20 echo Trying SDK version $UNSUPPORTED_SDK_VERSION with invoke-polymorphic.
21 dx --min-sdk-version=$UNSUPPORTED_SDK_VERSION --debug --dex --dump-to=- --dump-width=1000 TestInvokePolymorphic.class 2>&1 | grep "SimException"
23 echo Unexpected success with SDK version $UNSUPPORTED_SDK_VERSION
27 dx --min-sdk-version=$SUPPORTED_SDK_VERSION --debug --dex --dump-to=- --dump-width=1000 TestInvokePolymorphic.class
  /dalvik/dx/tests/141-invoke-polymorphic-varhandles/
run 20 echo Trying SDK version $UNSUPPORTED_SDK_VERSION with invoke-polymorphic.
21 dx --min-sdk-version=$UNSUPPORTED_SDK_VERSION --debug --dex --dump-to=- --dump-width=1000 VarHandleDexTest.class 2>&1 | grep "SimException"
23 echo Unexpected success with SDK version $UNSUPPORTED_SDK_VERSION
28 dx --min-sdk-version=$SUPPORTED_SDK_VERSION --debug --dex --dump-to=- --dump-width=1000 VarHandleDexTest.class | \
  /dalvik/dx/tests/142-const-method-handle/
run 21 # Expect failure with unsupported SDK version
25 # Expect success with supported SDK version
32 echo Trying SDK version ${SDK_VERSION} with const-method-handle.
33 dx --min-sdk-version=${SDK_VERSION} --dex --output=constmethodhandle.dex \
37 echo Unexpected status ${STATUS} for SDK version ${SDK_VERSION}.
  /external/python/setuptools/
msvc-build-launcher.cmd 3 REM Use old Windows SDK 6.1 so created .exe will be compatible with
5 REM Windows SDK 6.1 may be downloaded at:
9 REM The SDK creates a false install of Visual Studio at one of these locations
19 echo Windows SDK 6.1 not found to build Windows 32-bit version
35 echo Windows SDK 6.1 not found to build Windows 64-bit version
  /development/build/
Android.mk 3 # ===== SDK source.property files =====
5 # Add all files to be generated from the source.prop templates to the SDK pre-requisites
7 $(TOPDIR)development/sdk/%_source.prop_template, \
8 $(HOST_OUT)/development/sdk/%_source.properties, \
9 $(wildcard $(TOPDIR)development/sdk/*_source.prop_template))
39 $(sdk_props) : $(HOST_OUT)/development/sdk/%_source.properties : $(TOPDIR)development/sdk/%_source.prop_template
58 # ===== SDK jar file of stubs =====
59 # A.k.a the "current" version of the public SDK (android.jar inside the SDK package)
    [all...]
  /development/build/tools/
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)
67 development/build/sdk-windows-x86.atree
68 @echo Build Windows SDK $(WIN_SDK_NAME)
sdk_repo.mk 1 # Makefile to build the SDK repository packages.
14 # $2=sdk zip (e.g. out/host/linux.../android-eng-sdk.zip)
17 define sdk-repo-pkg-zip
18 $(dir $(2))/sdk-repo-$(1)-$(3)-$(FILE_NAME_TAG).zip
21 # Defines the rule to build an SDK repository package by zipping all
23 # E.g. given a folder out/host/linux.../sdk/android-eng-sdk/tools
24 # this generates an sdk-repo-linux-tools that contains tools/*
28 # $3=sdk zip (e.g. out/host/linux.../android-eng-sdk.zip
    [all...]
  /build/make/tools/droiddoc/templates-pdk/
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
21 <?cs if:sdk.redirect ?>
26 <a href="<?cs var:toroot ?>sdk/<?cs
27 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
29 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?c
    [all...]
  /device/google/atv/sdk/
Android.mk 4 $(HOST_OUT)/device/google/atv/sdk/images_$(TARGET_CPU_ABI)_source.properties
8 $(source_properties_file): $(TOPDIR)device/google/atv/sdk/images_$(TARGET_CPU_ABI)_source.prop_template
17 endif # ATV SDK build
  /build/make/core/
local_systemsdk.mk 18 # Apps and jars in vendor or odm partition are forced to build against System SDK.
29 # Runtime resource overlays are exempted from building against System SDK.
38 # Ensure that the selected System SDK version is one of the supported versions.
41 ifneq (,$(call has-system-sdk-version,$(LOCAL_SDK_VERSION)))
43 # apps bundled in system partition can use all system sdk versions provided by the platform
53 _system_sdk_version := $(call get-numeric-sdk-version,$(LOCAL_SDK_VERSION))
56 System SDK version '$(_system_sdk_version)' is not supported. Supported versions are: $(_supported_systemsdk_versions))
  /dalvik/dx/tests/135-invoke-custom/
run 20 # Expect failure with unsupported SDK version
23 # Expect success with supported SDK version
30 echo Trying SDK version ${SDK_VERSION} with invoke-custom.
31 dx --min-sdk-version=${SDK_VERSION} --dex --output=invokecustom.dex \
35 echo Unexpected status ${STATUS} for SDK version ${SDK_VERSION}.
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessor.java 25 * This abstract class defines SDK-independent API for communication with
35 * SDK-specific implementation of the class.
44 * Check the version of the SDK we are running on. Choose an
45 * implementation class designed for that version of the SDK.
55 int sdkVersion = Integer.parseInt(Build.VERSION.SDK); // Cupcake style
  /device/generic/goldfish/
sdk_phone_x86_vendor.mk 25 PRODUCT_MODEL := Android SDK built for x86
  /external/python/cpython2/PC/VS7.1/
amd64_ml64.bat 4 set MLEXE=Microsoft Platform SDK\Bin\Win64\x86\AMD64\ml64.EXE
  /external/syzkaller/vendor/golang.org/x/oauth2/google/
sdk.go 41 // authorized via the Google Cloud SDK.
47 // NewSDKConfig creates an SDKConfig for the given Google Cloud SDK
49 // Google Cloud SDK properties is used.
50 // Google Cloud SDK credentials must be created by running `gcloud auth`
52 // The Google Cloud SDK is available at https://cloud.google.com/sdk/.
56 return nil, fmt.Errorf("oauth2/google: error getting SDK config path: %v", err)
61 return nil, fmt.Errorf("oauth2/google: failed to load SDK credentials: %v", err)
67 return nil, fmt.Errorf("oauth2/google: failed to decode SDK credentials from %q: %v", credentialsPath, err)
76 return nil, fmt.Errorf("oauth2/google: failed to load SDK properties: %v", err
    [all...]
  /cts/tests/camera/libctscamera2jni/
Android.mk 32 # Flags needed by DNG SDK
35 # Flags to avoid warnings from DNG SDK
  /external/skia/platform_tools/android/bin/utils/
android_setup.sh 69 echo "No ANDROID_NDK_ROOT set and can't auto detect it from location of SDK."
  /external/skqp/platform_tools/android/bin/utils/
android_setup.sh 69 echo "No ANDROID_NDK_ROOT set and can't auto detect it from location of SDK."
  /build/make/tools/droiddoc/templates-ndk/
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/llvm/include/llvm/Object/
MachO.h 426 getVersionMinMajor(MachO::version_min_command &C, bool SDK) {
427 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
432 getVersionMinMinor(MachO::version_min_command &C, bool SDK) {
433 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;
438 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) {
439 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version;

Completed in 2627 milliseconds

1 2 3 4