/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.c | 9 * debug=<n>, default=0, with n=0xHHHHGGGG 11 * G - common mISDN debug flags described at mISDNhw.h 26 static unsigned int debug; variable 35 module_param(debug, uint, S_IRUGO | S_IWUSR); 55 if (debug & DBG_HFC_CALL_TRACE) in ctrl_start_transfer() 80 if (debug & DBG_HFC_CALL_TRACE) in write_reg() 107 if (debug & DBG_HFC_CALL_TRACE) in ctrl_complete() 183 if (debug & DBG_HFC_CALL_TRACE) in handle_led() 204 if (debug & DBG_HFC_CALL_TRACE) in hfcusb_l2l1B() 212 if (debug in hfcusb_l2l1B() [all...] |
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.c | 9 * debug=<n>, default=0, with n=0xHHHHGGGG 11 * G - common mISDN debug flags described at mISDNhw.h 26 static unsigned int debug; variable 35 module_param(debug, uint, S_IRUGO | S_IWUSR); 55 if (debug & DBG_HFC_CALL_TRACE) in ctrl_start_transfer() 80 if (debug & DBG_HFC_CALL_TRACE) in write_reg() 107 if (debug & DBG_HFC_CALL_TRACE) in ctrl_complete() 183 if (debug & DBG_HFC_CALL_TRACE) in handle_led() 204 if (debug & DBG_HFC_CALL_TRACE) in hfcusb_l2l1B() 212 if (debug in hfcusb_l2l1B() [all...] |
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.cpp | 10 UPrinter *logger, UPrinter *debug) : in SortedLines() 22 debug(debug), in SortedLines() 60 debug->log(toString(), true); in getBounds() 105 debug->log(toSort[size-j]->toString()); in getBounds() 106 debug->log(" is not good enough to be an upper bound\n"); in getBounds() 111 debug->log("Oi! I'm hallucinating. Will use the first upper bound"); in getBounds() 125 //debug->log(UB[i], true); in getBounds() 126 debug->log(UB[i]->toString(true), true); in getBounds() 196 debug in classifyRepertoire() 9 SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProbe &probe, UPrinter *logger, UPrinter *debug) SortedLines() argument 1426 SortedLines(FILE *file, UPrinter *logger, UPrinter *debug, UErrorCode &status) SortedLines() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tea6420.c | 30 static int debug; variable 31 module_param(debug, int, 0644); 33 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 47 v4l2_dbg(1, debug, sd, "i=%d, o=%d, g=%d\n", i, o, g); in tea6420_s_routing() 73 v4l2_dbg(1, debug, sd, in tea6420_s_routing() 113 v4l_dbg(1, debug, client, "could not initialize tea6420\n"); in tea6420_probe()
|
H A D | ad9389b.c | 28 static int debug; variable 29 module_param(debug, int, 0644); 30 MODULE_PARM_DESC(debug, "debug level (0-2)"); 145 v4l2_dbg(1, debug, sd, "%s:\n", __func__); in ad9389b_edid_rd() 305 v4l2_dbg(1, debug, sd, in ad9389b_s_ctrl() 440 v4l2_dbg(1, debug, sd, "%s: power %s\n", __func__, on ? "on" : "off"); in ad9389b_s_power() 461 v4l2_dbg(1, debug, sd, "failed to powerup the ad9389b\n"); in ad9389b_s_power() 466 v4l2_dbg(1, debug, sd, in ad9389b_s_power() 540 v4l2_dbg(1, debug, s in ad9389b_isr() 785 ad9389b_dbg_dump_edid(int lvl, int debug, struct v4l2_subdev *sd, int segment, u8 *buf) ad9389b_dbg_dump_edid() argument [all...] |
H A D | tda9840.c | 27 static int debug; variable 28 module_param(debug, int, 0644); 30 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 52 v4l2_dbg(1, debug, sd, "error writing %02x to %02x\n", in tda9840_write() 64 v4l2_dbg(1, debug, sd, in tda9840_status() 72 v4l2_dbg(1, debug, sd, in tda9840_status() 77 v4l2_dbg(1, debug, sd, "TDA9840_DETECT: byte: 0x%02x\n", byte); in tda9840_status() 108 v4l2_dbg(1, debug, sd, "TDA9840_SWITCH: 0x%02x\n", byte); in tda9840_s_tuner()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tea6420.c | 30 static int debug; variable 31 module_param(debug, int, 0644); 33 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 47 v4l2_dbg(1, debug, sd, "i=%d, o=%d, g=%d\n", i, o, g); in tea6420_s_routing() 73 v4l2_dbg(1, debug, sd, in tea6420_s_routing() 112 v4l_dbg(1, debug, client, "could not initialize tea6420\n"); in tea6420_probe()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUDebug.java | 26 private static boolean debug = params != null; field in ICUDebug 27 private static boolean help = debug && (params.equals("") || params.indexOf("help") != -1); 30 if (debug) { 85 return debug; in enabled() 89 if (debug) { in enabled() 99 if (debug) { in value()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc0.c | 83 * debug: enable debugging messages 90 int debug = 0; variable 119 if (debug) { in main() 143 if (debug) in main() 146 if (debug) { in main() 154 if (debug) in main() 245 debug++; in parse_args()
|
H A D | sched_tc3.c | 88 * debug: enable debugging messages 95 int debug = 0; variable 124 if (debug) { in main() 150 if (debug) in main() 153 if (debug) { in main() 159 if (debug) in main() 218 if (debug) in signal_handler() 269 debug++; in parse_args()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | debug.c | 25 #include "debug.h" 295 ar->debug.war_stats.invalid_rate++; in ath6kl_debug_war() 318 "Invalid rates", ar->debug.war_stats.invalid_rate); in read_file_war_stats() 359 spin_lock(&ar->debug.fwlog_queue.lock); in ath6kl_debug_fwlog_event() 361 __skb_queue_tail(&ar->debug.fwlog_queue, skb); in ath6kl_debug_fwlog_event() 362 complete(&ar->debug.fwlog_completion); in ath6kl_debug_fwlog_event() 365 while (skb_queue_len(&ar->debug.fwlog_queue) > in ath6kl_debug_fwlog_event() 367 skb = __skb_dequeue(&ar->debug.fwlog_queue); in ath6kl_debug_fwlog_event() 371 spin_unlock(&ar->debug.fwlog_queue.lock); in ath6kl_debug_fwlog_event() 380 if (ar->debug in ath6kl_fwlog_open() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | debug.c | 25 #include "debug.h" 295 ar->debug.war_stats.invalid_rate++; in ath6kl_debug_war() 318 "Invalid rates", ar->debug.war_stats.invalid_rate); in read_file_war_stats() 359 spin_lock(&ar->debug.fwlog_queue.lock); in ath6kl_debug_fwlog_event() 361 __skb_queue_tail(&ar->debug.fwlog_queue, skb); in ath6kl_debug_fwlog_event() 362 complete(&ar->debug.fwlog_completion); in ath6kl_debug_fwlog_event() 365 while (skb_queue_len(&ar->debug.fwlog_queue) > in ath6kl_debug_fwlog_event() 367 skb = __skb_dequeue(&ar->debug.fwlog_queue); in ath6kl_debug_fwlog_event() 371 spin_unlock(&ar->debug.fwlog_queue.lock); in ath6kl_debug_fwlog_event() 380 if (ar->debug in ath6kl_fwlog_open() [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 104 LOG.debug("Device {} {} is false".format(self.device_sn, 130 LOG.debug("{} not running, set device {} {} false".format( 137 LOG.debug("Set device {} {} false".format( 148 LOG.debug("Set device {} {} false".format( 333 LOG.debug("Device %s %s is false, cannot recover device" % ( 369 LOG.debug(stdout) 399 LOG.debug("{} execute command {} {} {}".format(convert_serial(self.device_sn), 414 LOG.debug(line.strip()) 518 LOG.debug(ret) 541 LOG.debug("devic [all...] |
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/pages/index/ |
H A D | index.js | 67 logger.debug(TAG, `on player status changed, isPlaying=${isPlaying} refresh ui`) 93 logger.debug(TAG, `grantPermission,requestPermissionsFromUser,result.requestCode=${result.requestCode}`) 98 logger.debug(TAG, `featureAbility.getWant=${JSON.stringify(want)}`) 104 logger.debug(TAG, `restorePlayingStatus finished, index=${index}`) 141 logger.debug(TAG, `refreshSongInfo ${index}/${this.playerModel.playlist.audioFiles.length}`) 156 logger.debug(TAG, `refreshSongInfo this.title=${this.title} this.totalMs=${this.totalMs}` 160 logger.debug(TAG, `setProgress ${e.mode}, ${e.value}`) 164 logger.debug(TAG, `setProgress ignored, totalMs=${this.totalMs}`) 170 logger.debug(TAG, `player.seek ${currentMs}`) 215 logger.debug(TA [all...] |
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | pcwd_pci.c | 133 static int debug = QUIET; variable 134 module_param(debug, int, 0); 135 MODULE_PARM_DESC(debug, "Debug level: 0=Quiet, 1=Verbose, 2=Debug (default=0)"); 158 if (debug >= DEBUG) in send_command() 183 if (debug >= DEBUG) { in send_command() 200 if (debug >= DEBUG) in send_command() 275 if (debug >= VERBOSE) in pcipcwd_start() 300 if (debug >= VERBOSE) in pcipcwd_stop() 313 if (debug >= DEBUG) in pcipcwd_keepalive() 331 if (debug > in pcipcwd_set_heartbeat() [all...] |
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | pcwd_pci.c | 133 static int debug = QUIET; variable 134 module_param(debug, int, 0); 135 MODULE_PARM_DESC(debug, "Debug level: 0=Quiet, 1=Verbose, 2=Debug (default=0)"); 158 if (debug >= DEBUG) in send_command() 183 if (debug >= DEBUG) { in send_command() 200 if (debug >= DEBUG) in send_command() 275 if (debug >= VERBOSE) in pcipcwd_start() 300 if (debug >= VERBOSE) in pcipcwd_stop() 313 if (debug >= DEBUG) in pcipcwd_keepalive() 331 if (debug > in pcipcwd_set_heartbeat() [all...] |
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | interface_coverage_gcov_lcov.py | 144 debug = func["debug"].replace("KVSTORE_API", "") 145 debug = debug.replace(" ", "") 146 debug = debug.strip("{") 147 if debug.endswith("=delete;"): 149 if debug.endswith("=default;"): 151 if debug.startswith("inline"): 153 if debug [all...] |
/third_party/python/Tools/demo/ |
H A D | markov.py | 61 debug = 1 65 if o == '-d': debug += 1 66 if o == '-q': debug = 0 82 if debug: print('processing', filename, '...') 86 if debug > 1: print('feeding ...') 99 if debug: print('done.') 101 if debug > 1:
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_text.py | 16 olddebug = text.debug() 18 text.debug(0) 19 self.assertEqual(text.debug(), 0) 20 text.debug(1) 21 self.assertEqual(text.debug(), 1) 23 text.debug(olddebug) 24 self.assertEqual(text.debug(), olddebug)
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | clock.c | 36 static u_int *debug; variable 47 debug = dp; in mISDN_init_clock() 67 if (*debug & DEBUG_CLOCK) in select_iclock() 74 if (*debug & DEBUG_CLOCK) in select_iclock() 92 if (*debug & (DEBUG_CORE | DEBUG_CLOCK)) in mISDN_register_clock() 116 if (*debug & (DEBUG_CORE | DEBUG_CLOCK)) in mISDN_unregister_clock() 121 if (*debug & DEBUG_CLOCK) in mISDN_unregister_clock() 171 if (*debug & DEBUG_CLOCK) in mISDN_clock_update()
|
/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | apple_bl.c | 43 static int debug; variable 44 module_param_named(debug, debug, int, 0644); 45 MODULE_PARM_DESC(debug, "Set to one to enable debugging messages."); 60 if (debug) in intel_chipset_send_intensity() 75 if (debug) in intel_chipset_get_intensity() 105 if (debug) in nvidia_chipset_send_intensity() 120 if (debug) in nvidia_chipset_get_intensity()
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | apple_bl.c | 43 static int debug; variable 44 module_param_named(debug, debug, int, 0644); 45 MODULE_PARM_DESC(debug, "Set to one to enable debugging messages."); 60 if (debug) in intel_chipset_send_intensity() 75 if (debug) in intel_chipset_get_intensity() 105 if (debug) in nvidia_chipset_send_intensity() 120 if (debug) in nvidia_chipset_get_intensity()
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | clock.c | 36 static u_int *debug; variable 47 debug = dp; in mISDN_init_clock() 67 if (*debug & DEBUG_CLOCK) in select_iclock() 74 if (*debug & DEBUG_CLOCK) in select_iclock() 92 if (*debug & (DEBUG_CORE | DEBUG_CLOCK)) in mISDN_register_clock() 116 if (*debug & (DEBUG_CORE | DEBUG_CLOCK)) in mISDN_unregister_clock() 121 if (*debug & DEBUG_CLOCK) in mISDN_unregister_clock() 171 if (*debug & DEBUG_CLOCK) in mISDN_clock_update()
|
/third_party/elfutils/tests/ |
H A D | run-strip-reloc.sh | 42 testrun ${abs_top_builddir}/src/strip --reloc-debug-sections -o $outfile2 \ 44 { echo "*** failure strip --reloc-debug-sections $infile"; status=1; } 53 # debug files however should be smaller, when ET_REL. 58 { echo "*** failure --reloc-debug-sections not smaller $infile"; status=1; } 73 testrun ${abs_top_builddir}/src/strip --reloc-debug-sections-only \ 75 { echo "*** failure strip --reloc-debug-sections-only $debugfile1"; \ 79 { echo "*** failure --reloc-debug-sections[-only] $debugfile1 $debugfile2"; \ 140 testfiles testfile-debug-rel-ppc64.o 141 runtest testfile-debug-rel-ppc64.o 1 143 testfiles testfile-debug [all...] |
/third_party/node/lib/internal/streams/ |
H A D | readable.js | 51 let debug = require('internal/util/debuglog').debuglog('stream', (fn) => { 52 debug = fn; 287 debug('readableAddChunk', chunk); 447 debug('read', n); 474 debug('read: emitReadable', state.length, state.ended); 515 debug('need readable', doRead); 520 debug('length less than watermark', doRead); 529 debug('reading, ended or constructing', doRead); 531 debug('do read'); 589 debug('onEofChun [all...] |