Searched defs:debuggable (Results 1 – 10 of 10) sorted by relevance
30 debuggable, enumerator39 bool debuggable; member
27 bool debuggable; member
44 debuggable: bool, field110 let debuggable = env!("TARGET_BUILD_VARIANT") != "user"; in try_main() localVariable
26 bool debuggable = 2; field
35 let debuggable = env!("TARGET_BUILD_VARIANT") != "user"; in try_main() localVariable
65 std::optional<bool> debuggable; in adbconnection_client_new() local
156 let debuggable = verified_boot_data.debug_level != DebugLevel::None; in main() localVariable
46 let debuggable = in validate_args() localVariable
292 let debuggable = system_properties::read_bool(DEBUGGABLE_PROP, true)?; in dice_derivation() localVariable804 let debuggable = system_properties::read_bool(DEBUGGABLE_PROP, true)?; in load_crashkernel_if_supported() localVariable
587 VirtualMachineConfig debuggable = debuggableBuilder.build(); in compatibleConfigTests() local1592 private boolean checkVmOutputIsRedirectedToLogcat(boolean debuggable) throws Exception { in checkVmOutputIsRedirectedToLogcat()