Home
last modified time | relevance | path

Searched defs:debuggable (Results 1 – 15 of 15) sorted by relevance

/packages/modules/adb/libs/adbconnection/include/adbconnection/
Dclient.h35 debuggable, enumerator
44 bool debuggable; member
Dcommon.h30 bool debuggable; member
/packages/modules/Virtualization/authfs/service/src/
Dmain.rs46 debuggable: bool, field
132 let debuggable = env!("TARGET_BUILD_VARIANT") != "user"; in try_main() localVariable
/packages/modules/Virtualization/compos/composd/src/
Dcomposd_main.rs36 let debuggable = env!("TARGET_BUILD_VARIANT") != "user"; in try_main() localVariable
/packages/modules/adb/proto/
Dapp_processes.proto26 bool debuggable = 2; field
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/
DDBCustomAudience.java127 boolean debuggable, in DBCustomAudience()
174 boolean debuggable, in fromServiceObject()
572 public Builder setDebuggable(boolean debuggable) { in setDebuggable()
DDBCustomAudienceBackgroundFetchData.java120 boolean debuggable) { in create()
DCustomAudienceDao.java122 boolean debuggable) { in insertOrOverwriteCustomAudience()
/packages/modules/Virtualization/compos/src/
Dcompilation.rs46 let debuggable = in validate_args() localVariable
/packages/modules/adb/libs/adbconnection/
Dadbconnection_client.cpp118 std::optional<bool> debuggable; in adbconnection_client_new() local
/packages/modules/Virtualization/microdroid_manager/src/
Ddice.rs53 let debuggable = is_debuggable()?; in dice_derivation() localVariable
Dmain.rs650 let debuggable = is_debuggable()?; in load_crashkernel_if_supported() localVariable
/packages/modules/Virtualization/pvmfw/src/
Dmain.rs113 let debuggable = verified_boot_data.debug_level != DebugLevel::None; in main() localVariable
/packages/modules/Virtualization/demo_native/
Dmain.cpp185 const std::string& main_apk_path, const std::string& payload_binary_name, bool debuggable, in create_vm_config()
/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java725 VirtualMachineConfig debuggable = debuggableBuilder.build(); in compatibleConfigTests() local
1888 private boolean checkVmOutputIsRedirectedToLogcat(boolean debuggable) throws Exception { in checkVmOutputIsRedirectedToLogcat()