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

  /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...]
d3d11.h     [all...]
  /build/soong/java/
java_test.go 137 sdk_version: "",
143 sdk_version: "14",
149 sdk_version: "current",
155 sdk_version: "system_current",
161 sdk_version: "test_current",
  /frameworks/base/tools/aapt2/cmd/
Util.cpp 278 Maybe<int> sdk_version = ResourceUtils::ParseSdkVersion(*compiled_str->value); local
279 if (sdk_version) {
280 return sdk_version;
291 Maybe<int> sdk_version = ResourceUtils::ParseSdkVersion(attr->value); local
292 if (sdk_version) {
293 return sdk_version;
Optimize.cpp 113 void SetMinSdkVersion(int sdk_version) {
114 sdk_version_ = sdk_version;
  /build/soong/cc/
cc.go 148 Sdk_version string
428 return ctx.mod.Properties.Sdk_version != ""
438 return ctx.mod.Properties.Sdk_version
629 ctx.PropertyErrorf("sdk_version", err.Error())
631 c.Properties.Sdk_version = version
868 if from.Properties.Sdk_version == "" {
877 // These are allowed, but don't set sdk_version
881 // These are allowed, but don't set sdk_version
889 if to.Properties.Sdk_version == "" {
900 if from.Properties.Sdk_version == "current"
    [all...]
ndk_headers.go 42 // Returns the NDK base include path for use with sdk_version current. Usable with -I.
stl.go 60 ctx.ModuleErrorf("stl: %q is not a supported STL with sdk_version set", s)
binary.go 119 // For `sdk_version: "current"`, we don't actually have a
library.go 444 // For `sdk_version: "current"`, we don't actually have a
  /art/runtime/
dex_file_annotations.cc 124 int32_t sdk_version = Runtime::Current()->GetTargetSdkVersion(); local
125 if (sdk_version > 0 && sdk_version <= 23) {
    [all...]
  /external/autotest/server/hosts/
adb_host.py     [all...]
  /build/soong/androidmk/cmd/androidmk/
android.go 65 "LOCAL_SDK_VERSION": "sdk_version",

Completed in 123 milliseconds