/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | xvmc_private.h | 111 static int debug_level = -1; in XVMC_MSG() local 113 if (debug_level == -1) { in XVMC_MSG() 114 debug_level = MAX2(debug_get_num_option("XVMC_DEBUG", 0), 0); in XVMC_MSG() 117 if (level <= debug_level) { in XVMC_MSG()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
D | xvmc_private.h | 111 static int debug_level = -1; in XVMC_MSG() local 113 if (debug_level == -1) { in XVMC_MSG() 114 debug_level = MAX2(debug_get_num_option("XVMC_DEBUG", 0), 0); in XVMC_MSG() 117 if (level <= debug_level) { in XVMC_MSG()
|
/external/chromium_org/chrome/tools/ |
D | inconsistent-eol.py | 122 debug_level = logging.DEBUG 124 debug_level = logging.INFO 125 logging.basicConfig(level=debug_level,
|
/external/fio/ |
D | debug.h | 29 struct debug_level { struct 35 extern struct debug_level debug_levels[]; argument
|
D | init.c | 1536 struct debug_level debug_levels[] = { 1602 struct debug_level *dl; in set_debug()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
D | vdpau_private.h | 484 static int debug_level = -1; in VDPAU_MSG() local 486 if (debug_level == -1) { in VDPAU_MSG() 487 debug_level = MAX2(debug_get_num_option("VDPAU_DEBUG", 0), 0); in VDPAU_MSG() 490 if (level <= debug_level) { in VDPAU_MSG()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | vdpau_private.h | 484 static int debug_level = -1; in VDPAU_MSG() local 486 if (debug_level == -1) { in VDPAU_MSG() 487 debug_level = MAX2(debug_get_num_option("VDPAU_DEBUG", 0), 0); in VDPAU_MSG() 490 if (level <= debug_level) { in VDPAU_MSG()
|
/external/chromium_org/components/dom_distiller/standalone/ |
D | content_extractor.cc | 91 int debug_level = 0; in CreateDomDistillerService() local 96 &debug_level)) { in CreateDomDistillerService() 97 options.set_debug_level(debug_level); in CreateDomDistillerService()
|
/external/chromium_org/third_party/webrtc/base/ |
D | logging.cc | 275 int debug_level = GetLogToDebug(); in ConfigureLogging() local 309 debug_level = current_level; in ConfigureLogging() 314 if ((NO_LOGGING != debug_level) && !::IsDebuggerPresent()) { in ConfigureLogging() 335 LogToDebug(debug_level); in ConfigureLogging()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_udp.c | 39 int debug_level; member 75 dst->debug_level = MSG_INFO; in wpa_supplicant_ctrl_iface_attach() 167 dst->debug_level = atoi(level); 471 if (level >= dst->debug_level) {
|
D | ctrl_iface_unix.c | 41 int debug_level; member 85 dst->debug_level = MSG_INFO; in wpa_supplicant_ctrl_iface_attach() 137 dst->debug_level = atoi(level); in wpa_supplicant_ctrl_iface_level() 142 dst->debug_level, addr_txt); in wpa_supplicant_ctrl_iface_level() 688 if (level < dst->debug_level) in wpa_supplicant_ctrl_iface_send()
|
D | ctrl_iface_named_pipe.c | 67 int debug_level; member 144 dst->debug_level = MSG_INFO; in ctrl_open_pipe() 303 dst->debug_level = atoi(buf + 6); in wpa_supplicant_ctrl_iface_rx() 503 if (dst->attached && level >= dst->debug_level) { in wpa_supplicant_ctrl_iface_send()
|
D | wpa_supplicant.c | 2448 int wpa_supplicant_set_debug_params(struct wpa_global *global, int debug_level, in wpa_supplicant_set_debug_params() argument 2455 if (debug_level != MSG_EXCESSIVE && in wpa_supplicant_set_debug_params() 2456 debug_level != MSG_MSGDUMP && in wpa_supplicant_set_debug_params() 2457 debug_level != MSG_DEBUG && in wpa_supplicant_set_debug_params() 2458 debug_level != MSG_INFO && in wpa_supplicant_set_debug_params() 2459 debug_level != MSG_WARNING && in wpa_supplicant_set_debug_params() 2460 debug_level != MSG_ERROR) in wpa_supplicant_set_debug_params() 2467 wpa_debug_level = debug_level; in wpa_supplicant_set_debug_params()
|
D | wpa_supplicant_i.h | 930 int debug_level, int debug_timestamp,
|
/external/bison/examples/calc++/ |
D | calc++-parser.hh | 125 debug_level_type debug_level () const;
|
D | calc++-parser.cc | 308 calcxx_parser::debug_level () const in debug_level() function in yy::calcxx_parser
|
/external/chromium_org/third_party/dom_distiller_js/package/proto/ |
D | dom_distiller.proto | 87 optional int32 debug_level = 2; field
|
/external/bison/data/ |
D | glr.cc | 205 ]b4_parser_class_name[::debug_level () const 295 debug_level_type debug_level () const;
|
D | lalr1.cc | 104 debug_level_type debug_level () const; 484 ]b4_parser_class_name[::debug_level () const
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_old_handlers.c | 296 int debug_level; in wpas_dbus_global_set_debugparams() local 301 DBUS_TYPE_INT32, &debug_level, in wpas_dbus_global_set_debugparams() 308 if (wpa_supplicant_set_debug_params(global, debug_level, in wpas_dbus_global_set_debugparams()
|
/external/libunwind/include/ |
D | libunwind_i.h | 273 # define unwi_debug_level UNWI_ARCH_OBJ(debug_level)
|
/external/libunwind/tests/ |
D | check-namespace.sh.in | 70 ignore _U.*debug_level
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 46 int debug_level; member 66 dst->debug_level = MSG_INFO; in hostapd_ctrl_iface_attach() 124 dst->debug_level = atoi(level); in hostapd_ctrl_iface_level() 2063 if (level >= dst->debug_level) { in hostapd_ctrl_iface_send()
|
/external/chromium_org/third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js/ |
D | dom_distiller_json_converter.h | 646 dict->SetInteger("2", message.debug_level()); in WriteToValue()
|
/external/llvm/docs/ |
D | CommandLine.rst | 435 cl::opt<DebugLev> DebugLevel("debug_level", cl::desc("Set the debugging level:"), 457 -debug_level - Set the debugging level: 468 an option name (``"debug_level"``), which automatically changes how the library
|