Home
last modified time | relevance | path

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

/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.cpp539 if (auto debug = CheckDebuggable("remountPackages"); !debug.isOk()) { in remountPackages() local
557 if (auto debug = CheckDebuggable("recollectPreinstalledData"); in recollectPreinstalledData() local
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py478 def debug(string): function
/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc1299 static bool debug = true; // Print only once. in Zip() local
1332 static constexpr bool debug{false}; member
2456 static constexpr bool debug{false}; member in FakeSystemCall
/system/chre/host/hal_generic/
Dgeneric_context_hub.cc93 Return<void> GenericContextHub::debug( in debug() function in android::hardware::contexthub::V1_0::implementation::GenericContextHub
/system/core/logd/
DLogTags.cpp647 bool debug = (!dynamic && source && !strcmp(source, debug_event_log_tags)) || in WritePersistEventLogTags() local