/aosp12/bionic/linker/ |
H A D | linker_config.h | 157 int target_sdk_version() const { in target_sdk_version() function 176 void set_target_sdk_version(int target_sdk_version) { in set_target_sdk_version()
|
H A D | linker_config.cpp | 442 void set_target_sdk_version(int target_sdk_version) { in set_target_sdk_version() 489 int target_sdk_version = __ANDROID_API__; in read_binary_config() local
|
/aosp12/art/libnativeloader/ |
H A D | native_loader.cpp | 140 int32_t target_sdk_version, in CreateClassLoaderNamespaceLocked() 186 jstring CreateClassLoaderNamespace(JNIEnv* env, int32_t target_sdk_version, jobject class_loader, in CreateClassLoaderNamespace() 209 void* OpenNativeLibrary(JNIEnv* env, int32_t target_sdk_version, const char* path, in OpenNativeLibrary()
|
H A D | native_loader_lazy.cpp | 47 jstring CreateClassLoaderNamespace(JNIEnv* env, int32_t target_sdk_version, jobject class_loader, in CreateClassLoaderNamespace() 55 void* OpenNativeLibrary(JNIEnv* env, int32_t target_sdk_version, const char* path, in OpenNativeLibrary()
|
H A D | library_namespaces.cpp | 150 uint32_t target_sdk_version, const std::vector<std::string>& uses_libraries, in filter_public_libraries() 170 Result<NativeLoaderNamespace*> LibraryNamespaces::Create(JNIEnv* env, uint32_t target_sdk_version, in Create()
|
H A D | native_loader_test.cpp | 174 uint32_t target_sdk_version = 29; member in android::nativeloader::NativeLoaderTest_Create
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | otapreopt_parameters.h | 47 int target_sdk_version; variable
|
H A D | run_dex2oat.cpp | 84 int target_sdk_version, in Initialize() 184 int target_sdk_version, in PrepareCompilerConfigFlags()
|
H A D | run_dex2oat_test.cpp | 114 int target_sdk_version = 0; member
|
H A D | dexopt.cpp | 1676 bool downgrade, int target_sdk_version, const char* profile_name, in dexopt()
|
/aosp12/build/soong/scripts/ |
H A D | manifest_fixer.py | 73 def raise_min_sdk_version(doc, min_sdk_version, target_sdk_version, library): argument
|
H A D | manifest_fixer_test.py | 58 target_sdk_version, library): argument
|
/aosp12/frameworks/base/core/proto/android/content/ |
H A D | package_item_info.proto | 60 optional int32 target_sdk_version = 3; field
|
/aosp12/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser.h | 77 Maybe<int> target_sdk_version; member
|
/aosp12/art/runtime/entrypoints/ |
H A D | entrypoint_utils.cc | 73 uint32_t target_sdk_version = Runtime::Current()->GetTargetSdkVersion(); in InvokeProxyInvocationHandler() local
|
/aosp12/art/tools/veridex/ |
H A D | veridex.cc | 82 int target_sdk_version = 29; /* Q */ member
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_dexopt_test.cpp | 362 int32_t target_sdk_version = 0; // default in CompileSecondaryDex() local 483 int32_t target_sdk_version = 0; // default in CompilePrimaryDex() local
|
/aosp12/art/runtime/native/ |
H A D | dalvik_system_VMRuntime.cc | 252 static void VMRuntime_setTargetSdkVersionNative(JNIEnv*, jobject, jint target_sdk_version) { in VMRuntime_setTargetSdkVersionNative()
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 4608 optional int32 target_sdk_version = 6; field
|