Searched defs:debug (Results 1 - 7 of 7) sorted by path

/system/bt/stack/rfcomm/
H A Dport_api.c46 #define debug(fmt, ...) LOG_DEBUG(LOG_TAG, "%s: " fmt,__FUNCTION__, ## __VA_ARGS__) macro
/system/connectivity/shill/
H A Dppp_daemon.h49 : debug(false),
61 bool debug; member in struct:shill::PPPDaemon::Options
/system/core/adb/
H A Dsockets.cpp341 // so save variables for debug printing below.
420 char debug[PROPERTY_VALUE_MAX]; local
422 property_get("ro.debuggable", debug, "");
425 if ((!strncmp(name, "root:", 5) && getuid() != 0 && strcmp(debug, "1") == 0) ||
/system/extras/libfec/
H A Dfec_private.h145 /* warnings, errors, debug output */
159 #define debug(format, args...) macro
161 #define debug(format, args...) __log(DEBUG, "debug", format, ##args) macro
/system/sepolicy/tools/sepolicy-analyze/
H A Dneverallow.c13 static int debug; variable
17 fprintf(stderr, "\tneverallow [-w|--warn] [-d|--debug] [-n|--neverallows <neverallow-rules>] | [-f|--file <neverallow-file>]\n");
42 if (debug)
53 if (debug && !openparens)
61 if (debug && openparens == 1)
71 if (debug)
79 if (debug)
101 if (debug)
111 if (debug)
203 if (debug)
[all...]
/system/vold/
H A DVolumeManager.cpp142 static int setupLoopDevice(char* buffer, size_t len, const char* asecFileName, const char* idHash, bool debug) { argument
148 if (debug) {
152 if (debug) {
159 static int setupDevMapperDevice(char* buffer, size_t len, const char* loopDevice, const char* asecFileName, const char* key, const char* idHash , unsigned long numImgSectors, bool* createdDMDevice, bool debug) { argument
167 if (debug) {
171 if (debug) {
/system/webservd/webservd/
H A Ddbus_request_handler.cc33 bool debug,
36 if (debug) {
32 OnError(Request* request, bool debug, brillo::Error* error) argument

Completed in 276 milliseconds