Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 11 of 11) sorted by relevance

/system/unwinding/libunwindstack/tests/
DGlobalDebugImplTest.cpp37 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/
Dfuzz.sh123 function debug() { function
/system/bt/gd/packet/parser/
Dlogging.h40 …LogMessage(bool debug, std::initializer_list<const Loggable*> tokens) : debug_(debug), tokens_(tok… in LogMessage()
/system/core/storaged/
Dstoraged_service.cpp109 bool debug = false; in dump() local
/system/extras/libfec/
Dfec_private.h195 #define debug(format, args...) macro
197 #define debug(format, args...) __log(DEBUG, "debug", format, ##args) macro
/system/sepolicy/tools/sepolicy-analyze/
Dneverallow.c13 static int debug; variable
/system/apex/apexd/
Dapexservice.cpp614 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/
Dbootanalyze.py473 def debug(string): function
/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h103 Return<void> debug(const hidl_handle &fd, in debug() function
/system/logging/logd/
DLogTags.cpp648 bool debug = (!dynamic && source && !strcmp(source, debug_event_log_tags)) || in WritePersistEventLogTags() local
/system/bt/gd/hci/
Dhci_layer_test.cc475 auto debug = hal->GetSentCommand(); in TEST_F() local