Searched defs:debug (Results 1 – 11 of 11) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | GlobalDebugImplTest.cpp | 37 GlobalDebugImpl<Elf, uint64_t, Uint64_P> debug(ARCH_X86_64, memory, libs, nullptr); in TEST() local 46 GlobalDebugImpl<Elf, uint64_t, Uint64_P> debug(ARCH_ARM64, memory, libs, nullptr); in TEST() local
|
/system/nfc/src/fuzzers/ |
D | fuzz.sh | 123 function debug() { function
|
/system/bt/gd/packet/parser/ |
D | logging.h | 40 …LogMessage(bool debug, std::initializer_list<const Loggable*> tokens) : debug_(debug), tokens_(tok… in LogMessage()
|
/system/core/storaged/ |
D | storaged_service.cpp | 109 bool debug = false; in dump() local
|
/system/extras/libfec/ |
D | fec_private.h | 195 #define debug(format, args...) macro 197 #define debug(format, args...) __log(DEBUG, "debug", format, ##args) macro
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | neverallow.c | 13 static int debug; variable
|
/system/apex/apexd/ |
D | apexservice.cpp | 614 if (auto debug = CheckDebuggable("remountPackages"); !debug.isOk()) { in remountPackages() local 632 if (auto debug = CheckDebuggable("recollectPreinstalledData"); in recollectPreinstalledData() local 653 if (auto debug = CheckDebuggable("recollectDataApex"); !debug.isOk()) { in recollectDataApex() local
|
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 473 def debug(string): function
|
/system/chre/host/hal_generic/common/ |
D | generic_context_hub_base.h | 103 Return<void> debug(const hidl_handle &fd, in debug() function
|
/system/logging/logd/ |
D | LogTags.cpp | 648 bool debug = (!dynamic && source && !strcmp(source, debug_event_log_tags)) || in WritePersistEventLogTags() local
|
/system/bt/gd/hci/ |
D | hci_layer_test.cc | 475 auto debug = hal->GetSentCommand(); in TEST_F() local
|