Searched refs:enable_hidden_api_checks (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/installd/ |
D | run_dex2oat.h | 51 bool enable_hidden_api_checks, 77 bool enable_hidden_api_checks,
|
D | run_dex2oat.cpp | 81 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()
|
D | run_dex2oat_test.cpp | 115 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()
|
D | dexopt.cpp | 1827 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()
|