Searched defs:debuggable (Results 1 – 15 of 15) sorted by relevance
35 debuggable, enumerator44 bool debuggable; member
30 bool debuggable; member
46 debuggable: bool, field132 let debuggable = env!("TARGET_BUILD_VARIANT") != "user"; in try_main() localVariable
36 let debuggable = env!("TARGET_BUILD_VARIANT") != "user"; in try_main() localVariable
26 bool debuggable = 2; field
127 boolean debuggable, in DBCustomAudience()174 boolean debuggable, in fromServiceObject()572 public Builder setDebuggable(boolean debuggable) { in setDebuggable()
120 boolean debuggable) { in create()
122 boolean debuggable) { in insertOrOverwriteCustomAudience()
46 let debuggable = in validate_args() localVariable
118 std::optional<bool> debuggable; in adbconnection_client_new() local
53 let debuggable = is_debuggable()?; in dice_derivation() localVariable
650 let debuggable = is_debuggable()?; in load_crashkernel_if_supported() localVariable
113 let debuggable = verified_boot_data.debug_level != DebugLevel::None; in main() localVariable
185 const std::string& main_apk_path, const std::string& payload_binary_name, bool debuggable, in create_vm_config()
725 VirtualMachineConfig debuggable = debuggableBuilder.build(); in compatibleConfigTests() local1888 private boolean checkVmOutputIsRedirectedToLogcat(boolean debuggable) throws Exception { in checkVmOutputIsRedirectedToLogcat()