Searched defs:debug (Results 1 – 9 of 9) sorted by relevance
40 …LogMessage(bool debug, std::initializer_list<const Loggable*> tokens) : debug_(debug), tokens_(tok… in LogMessage()
109 bool debug = false; in dump() local
195 #define debug(format, args...) macro197 #define debug(format, args...) __log(DEBUG, "debug", format, ##args) macro
13 static int debug; variable
539 if (auto debug = CheckDebuggable("remountPackages"); !debug.isOk()) { in remountPackages() local557 if (auto debug = CheckDebuggable("recollectPreinstalledData"); in recollectPreinstalledData() local
478 def debug(string): function
1299 static bool debug = true; // Print only once. in Zip() local1332 static constexpr bool debug{false}; member2456 static constexpr bool debug{false}; member in FakeSystemCall
93 Return<void> GenericContextHub::debug( in debug() function in android::hardware::contexthub::V1_0::implementation::GenericContextHub
647 bool debug = (!dynamic && source && !strcmp(source, debug_event_log_tags)) || in WritePersistEventLogTags() local