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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10misc.h 37 HMODULE swrast, UINT flags, UINT sdk_version, ID3D10Device **device);
40 HMODULE swrast, UINT flags, UINT sdk_version, DXGI_SWAP_CHAIN_DESC *swapchain_desc,
d3d11.idl     [all...]
  /build/make/core/
verify_uses_libraries.sh 23 export sdk_version=$(echo "${badging}" | grep "sdkVersion" | sed -n "s/sdkVersion:'\(.*\)'/\1/p")
  /frameworks/base/tools/aapt2/cmd/
Util.cpp 294 Maybe<int> sdk_version = ResourceUtils::ParseSdkVersion(*compiled_str->value); local
295 if (sdk_version) {
296 return sdk_version;
307 Maybe<int> sdk_version = ResourceUtils::ParseSdkVersion(attr.value); local
308 if (sdk_version) {
309 return sdk_version;
Optimize.cpp 124 void SetMinSdkVersion(int sdk_version) {
125 sdk_version_ = sdk_version;
  /frameworks/base/core/proto/android/content/
configuration.proto 62 optional uint32 sdk_version = 2;
  /frameworks/base/tools/aapt2/
Configuration.proto 200 uint32 sdk_version = 24;
  /test/framework/harnesses/host_controller/tradefed/
remote_operation.py 108 sdk_version=dev_obj["sdk"],
  /prebuilts/sdk/update_prebuilts/
update_prebuilts.py     [all...]
  /build/soong/java/
java_test.go 331 properties: `sdk_version: "",`,
339 properties: `sdk_version: "14",`,
347 properties: `sdk_version: "current",`,
355 properties: `sdk_version: "system_current",`,
363 properties: `sdk_version: "system_14",`,
371 properties: `sdk_version: "test_current",`,
379 properties: `sdk_version: "core_current",`,
820 sdk_version: "14",
app_test.go 300 sdk_version: "%s",
java.go 166 Sdk_version *string
327 ctx.PropertyErrorf("sdk_version", "invalid sdk version")
363 ctx.PropertyErrorf("sdk_version", "incompatible sdk version %q. System SDK version should be one of %q",
390 ctx.PropertyErrorf("sdk_version", "invalid sdk version %q, %q does not exist", v, jar)
395 ctx.PropertyErrorf("sdk_version", "invalid sdk version %q, %q does not exist", v, aidl)
441 sdkDep := decodeSdkDep(ctx, String(j.deviceProperties.Sdk_version))
574 if strings.HasPrefix(String(from.deviceProperties.Sdk_version), "core_") {
575 if !strings.HasPrefix(String(to.deviceProperties.Sdk_version), "core_") {
585 sdkDep := decodeSdkDep(ctx, String(j.deviceProperties.Sdk_version))
690 sdk := sdkStringToNumber(ctx, String(j.deviceProperties.Sdk_version))
    [all...]
aar.go 208 // aaptLibs collects libraries from dependencies and sdk_version and converts them into paths
280 a.aapt.deps(ctx, String(a.deviceProperties.Sdk_version))
285 a.aapt.buildActions(ctx, String(a.deviceProperties.Sdk_version), "--static-lib")
341 Sdk_version *string
385 sdkDep := decodeSdkDep(ctx, String(a.properties.Sdk_version))
452 transitiveStaticLibs, libDeps, libFlags := aaptLibs(ctx, String(a.properties.Sdk_version))
  /test/framework/harnesses/host_controller/
console_test.py 54 sdk_version="27") variable in class:ConsoleTest
134 "device_serial state run_target build_id sdk_version stub\n"
  /build/soong/cc/
cc.go 165 Sdk_version *string
497 return String(ctx.mod.Properties.Sdk_version) != ""
515 return String(ctx.mod.Properties.Sdk_version)
791 ctx.PropertyErrorf("sdk_version", err.Error())
793 c.Properties.Sdk_version = StringPtr(version)
1058 if String(from.Properties.Sdk_version) == "" {
1067 // These are allowed, but they don't set sdk_version
1071 // These are allowed, but they don't set sdk_version
1079 if String(to.Properties.Sdk_version) == "" {
1090 if String(from.Properties.Sdk_version) == "current"
    [all...]
stl.go 73 ctx.ModuleErrorf("stl: %q is not a supported STL with sdk_version set", s)
binary.go 125 // For `sdk_version: "current"`, we don't actually have a
ndk_headers.go 43 // Returns the NDK base include path for use with sdk_version current. Usable with -I.
library.go 459 // For `sdk_version: "current"`, we don't actually have a
  /build/soong/cmd/pom2bp/
pom2bp.go 222 sdk_version: "{{.SdkVersion}}",{{if .IsAar}}
231 sdk_version: "{{.SdkVersion}}",{{if .IsAar}}
  /test/vts/utils/python/controllers/
android_device.py 469 def sdk_version(self): member in class:AndroidDevice
500 level_str = self.sdk_version
    [all...]
  /art/runtime/dex/
dex_file_annotations.cc 126 int32_t sdk_version = Runtime::Current()->GetTargetSdkVersion(); local
127 if (sdk_version > 0 && sdk_version <= 23) {
    [all...]
  /external/autotest/server/hosts/
adb_host.py     [all...]
  /build/soong/androidmk/cmd/androidmk/
android.go 87 "LOCAL_SDK_VERSION": "sdk_version",
  /frameworks/base/tools/aapt2/format/proto/
ProtoDeserialize.cpp 352 out_config->sdkVersion = static_cast<uint16_t>(pb_config.sdk_version());
    [all...]

Completed in 581 milliseconds

1 2