Home
last modified time | relevance | path

Searched defs:api_level (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tools/skqp/
Dskqp_gn_args.py22 def GetGNArgs(arch, android_ndk, debug, api_level): argument
/third_party/skia/m133/gn/
Dskqp_gn_args.py5 def GetGNArgs(api_level, debug, arch=None, ndk=None, is_android_bp=False): argument
/third_party/protobuf/go/google/protobuf/
Dgo_features.proto47 optional APILevel api_level = 2 [ field
/third_party/musl/src/info/linux/
Ddevice_api_version.c43 int api_level = atoi(para_value); in InitDeviceApiVersion() local
/third_party/rust/rust/src/bootstrap/
Dcc_detect.rs243 let api_level = in ndk_compiler() localVariable