Home
last modified time | relevance | path

Searched refs:enable_hidden_api_checks (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/
Drun_dex2oat.h51 bool enable_hidden_api_checks,
77 bool enable_hidden_api_checks,
Drun_dex2oat.cpp81 bool enable_hidden_api_checks, in Initialize() argument
93 debuggable, target_sdk_version, enable_hidden_api_checks, in Initialize()
183 bool enable_hidden_api_checks, in PrepareCompilerConfigFlags() argument
272 if (enable_hidden_api_checks) { in PrepareCompilerConfigFlags()
Drun_dex2oat_test.cpp115 bool enable_hidden_api_checks = false; member
260 args->enable_hidden_api_checks, in CallRunDex2Oat()
433 args->enable_hidden_api_checks = true; in TEST_F()
567 args->enable_hidden_api_checks = true; in TEST_F()
Ddexopt.cpp1827 bool enable_hidden_api_checks = (dexopt_flags & DEXOPT_ENABLE_HIDDEN_API_CHECKS) != 0; in dexopt() local
1968 enable_hidden_api_checks, generate_compact_dex, compile_without_image, in dexopt()