/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | bash.rs | 76 debug!("all_subcommands"); in all_subcommands() 124 debug!("subcommand_details"); in subcommand_details() 161 debug!("option_details_for_path: path={}", path); in option_details_for_path() 198 debug!("vals_for: o={}", o.get_id()); in vals_for() 215 debug!("all_options_for_path: path={}", path); in all_options_for_path()
|
/third_party/python/Lib/asyncio/ |
H A D | runners.py | 28 If debug is True, the event loop will be run in debug mode. 31 asyncio.run(main(), debug=True) 35 with asyncio.Runner(debug=True) as runner: 49 def __init__(self, *, debug=None, loop_factory=None): 51 self._debug = debug 160 def run(main, *, debug=None): 170 If debug is True, the event loop will be run in debug mode. 189 with Runner(debug [all...] |
/third_party/skia/third_party/externals/brotli/ |
H A D | setup.py | 68 log.debug("skipping '%s' extension (up-to-date)", ext.name) 104 debug=self.debug, 130 debug=self.debug,
|
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventapmtest/entry/src/ohosTest/js/TestRunner/ |
H A D | OpenHarmonyTestRunner.js | 46 let debug = abilityDelegatorArguments.parameters['-D']; 47 console.info('debug value : ' + debug); 48 if (debug === 'true')
|
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestjstest/entry/src/ohosTest/js/TestRunner/ |
H A D | OpenHarmonyTestRunner.js | 46 let debug = abilityDelegatorArguments.parameters['-D']; 47 console.info('debug value : ' + debug); 48 if (debug === 'true')
|
/test/xts/dcts/ability/dmsfwk/dmsfwk/src/main/js/TestRunner/ |
H A D | OpenHarmonyTestRunner.js | 46 var debug = abilityDelegatorArguments.parameters["-D"] 47 console.info('debug value : '+debug); 48 if (debug == 'true')
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/TestRunner/ |
H A D | OpenHarmonyTestRunner.js | 46 var debug = abilityDelegatorArguments.parameters["-D"]; variable 47 console.info('debug value : '+debug); 48 if (debug == 'true')
|
/third_party/elfutils/tests/ |
H A D | debuglink.c | 53 const char *debug = dwelf_elf_gnu_debuglink (elf, &crc); in main() local 54 if (debug == NULL) in main() 57 printf ("%s: %s, crc: %" PRIx32 "\n", file, debug, crc); in main()
|
H A D | run-debuginfod-find.sh | 155 testrun ${abs_top_builddir}/src/strip -g -f prog.debug ${PWD}/prog 161 mv prog.debug F 214 cmp $filename F/prog.debug 324 kill -USR1 $PID1 # two hits of SIGUSR1 may be needed to resolve .debug->dwz->srefs 327 # sources referenced in the .debug files. 340 sourcefiles=$(find -name \*\\.debug \ 342 ${abs_top_builddir}/src/readelf --debug-dump=decodedline \ 391 archive_test 420e9e3308971f4b817cc5bf83928b41a6909d88 /usr/src/debug/hello3-1.0-2.x86_64/foobar////./../hello.c $SHA 392 archive_test 87c08d12c78174f1082b7c888b3238219b0eb265 /usr/src/debug/hello3-1.0-2.x86_64///foobar/./..//hello.c $SHA 395 archive_test c36708a78618d597dee15d0dc989f093ca5f9120 /usr/src/debug/hello [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | StringPrepDataReader.java | 28 private final static boolean debug = ICUDebug.enabled("NormalizerDataReader"); field in StringPrepDataReader 37 if(debug) System.out.println("Bytes in buffer " + bytes.remaining()); in StringPrepDataReader() 42 if(debug) System.out.println("Bytes left in byteBuffer " + byteBuffer.remaining()); in StringPrepDataReader()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | StringPrepDataReader.java | 30 private final static boolean debug = ICUDebug.enabled("NormalizerDataReader"); field in StringPrepDataReader 39 if(debug) System.out.println("Bytes in buffer " + bytes.remaining()); in StringPrepDataReader() 44 if(debug) System.out.println("Bytes left in byteBuffer " + byteBuffer.remaining()); in StringPrepDataReader()
|
/third_party/node/test/parallel/ |
H A D | test-process-exit-code.js | 25 const debug = require('util').debuglog('test'); 35 debug('Invalid test case index'); 53 debug(`ok - ${arg} exited with ${exit}`);
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-scope-iterator.h | 8 #include "src/debug/debug-frames.h" 9 #include "src/debug/debug-interface.h" 10 #include "src/debug/debug-scopes.h" 15 class DebugScopeIterator final : public debug::ScopeIterator { 28 debug::Location GetStartLocation() override; 29 debug::Location GetEndLocation() override;
|
H A D | debug-interface.cc | 5 #include "src/debug/debug-interface.h" 13 #include "src/debug/debug-coverage.h" 14 #include "src/debug/debug-evaluate.h" 15 #include "src/debug/debug-property-iterator.h" 16 #include "src/debug/debug 33 namespace debug { global() namespace [all...] |
/third_party/icu/tools/colprobe/ |
H A D | colprobeNew.cpp | 124 UPrinter *debug; variable 175 /*9*/ UOPTION_DEF("debug", 'D', UOPT_NO_ARG), 670 debug->log("\nGenerating order for platform: %s\n", platforms[gPlatformIndexes[0]].name); in processCollator() 686 debug->off(); in processCollator() 706 debug->on(); in processCollator() 707 SortedLines lines(exemplarUSet, gExcludeSet, probe, logger, debug); in processCollator() 710 debug->log("\n*** Final order\n\n"); in processCollator() 711 debug->log(lines.toPrettyString(true, true), true); in processCollator() 714 //debug->off(); in processCollator() 726 SortedLines RefLines(exemplarUSet, gExcludeSet, RefProbe, logger, debug); in processCollator() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_schedule.c | 56 static bool debug; variable 630 if (debug) { in nir_schedule_choose_instruction_fallback() 644 if (debug) { in nir_schedule_choose_instruction_fallback() 676 if (debug) { in nir_schedule_choose_instruction_csp() 690 if (debug) { in nir_schedule_choose_instruction_csp() 720 if (debug) { in nir_schedule_choose_instruction_csr() 738 if (debug) { in nir_schedule_choose_instruction_csr() 755 if (debug) { in nir_schedule_choose_instruction_csr() 779 if (debug) { in nir_schedule_choose_instruction_csr() 796 if (debug) { in nir_schedule_choose_instruction_csr() [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_interface.cpp | 230 program->debug.func = options->debug.func; in aco_compile_shader() 231 program->debug.private_data = options->debug.private_data; in aco_compile_shader() 289 program->debug.func = NULL; in aco_compile_vs_prolog() 290 program->debug.private_data = NULL; in aco_compile_vs_prolog() 338 program->debug.func = options->debug.func; in aco_compile_ps_epilog() 339 program->debug.private_data = options->debug in aco_compile_ps_epilog() [all...] |
/third_party/node/lib/internal/ |
H A D | worker.js | 89 let debug = require('internal/util/debuglog').debuglog('worker', (fn) => { 90 debug = fn; 130 debug( 205 debug('instantiating Worker.', `url: ${url}`, `doEval: ${doEval}`); 229 debug(`[${threadId}] created Worker with ID ${this.threadId}`); 290 debug(`[${threadId}] hears end event for Worker ${this.threadId}`); 299 debug(`[${threadId}] failing with custom error ${customErr} \ 354 debug(`[${threadId}] explicitly closes stdout for ${this.threadId}`); 358 debug(`[${threadId}] explicitly closes stderr for ${this.threadId}`); 370 debug(`[ [all...] |
/test/testfwk/developer_test/src/core/driver/ |
H A D | openharmony.py | 232 LOG.debug("Developer_test Start execute OpenHarmony JSUnitTest") 244 LOG.debug("Test case file path: %s" % suite_file) 379 LOG.debug("Developer_test Ready to run with rerun, expect run: %s" 383 LOG.debug("Run with rerun, has run: %s" % len(test_run) 389 LOG.debug("No tests to re-run twice,please check") 394 LOG.debug("Rerun once success") 402 LOG.debug("Ready to rerun twice, expect run: %s" % len(expected_tests)) 405 LOG.debug("Rerun twice, has run: %s" % len(test_run)) 410 LOG.debug("No tests to re-run third,please check") 415 LOG.debug("Reru [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | check_names.py | 232 self.log.debug( 286 self.log.debug("Found:") 289 self.log.debug(" {:4} Total {} Macros" 291 self.log.debug(" {:4} {} Non-identifier Macros" 293 self.log.debug(" {:4} Enum Constants".format(len(enum_consts))) 294 self.log.debug(" {:4} Identifiers".format(len(identifiers))) 295 self.log.debug(" {:4} Exported Symbols".format(len(symbols))) 383 self.log.debug("Looking for macros in {} files".format(len(files))) 418 self.log.debug( 451 self.log.debug("Lookin [all...] |
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | util.py | 279 log.debug("##########port state##########") 284 log.debug(out) 287 log.debug(out) 295 log.debug(out) 296 log.debug("##########port state##########") 323 device.log.debug("device {} md5: {}".format(local_file_name, device_md5)) 328 device.log.debug("local {} md5: {}".format(local_file_name, local_md5))
|
/third_party/jerryscript/tools/ |
H A D | srcmerger.py | 47 self._log.debug('[%d] Detected usage of BUILTIN_INC_HEADER_NAME, including: %s', 57 self._log.debug('[%d] Detected definition of BUILTIN_INC_HEADER_NAME: %s', 82 self._log.debug('Adding file: "%s"', filename) 128 self._log.debug('[%d] Removing include line (%s:%d): %s', 141 self._log.debug('[%d] Already included: "%s"', 147 self._log.debug('[%d] Including: "%s"', 260 logging.debug('Starting merge with args: %s', str(sys.argv))
|
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 150 bool debug; member 316 if (fs.debug) in do_lookup() 331 if (fs.debug) in do_lookup() 358 if (fs.debug) in do_lookup() 366 if (fs.debug) in do_lookup() 372 if (fs.debug) in do_lookup() 389 if (fs.debug) in do_lookup() 397 if (fs.debug) in do_lookup() 500 if (fs.debug) in sfs_link() 550 if (fs.debug) in sfs_unlink() [all...] |
/third_party/rust/crates/clap/src/builder/ |
H A D | command.rs | 152 /// Arg::new("debug") 193 /// arg!("[debug] -d 'turns on debugging info'"), 412 /// Command::new("debug").about("Controls debug functionality")]) 672 debug!( in try_get_matches_from_mut() 677 debug!("Command::try_get_matches_from_mut: Reinserting command into arguments so subcommand parser matches it"); in try_get_matches_from_mut() 679 debug!("Command::try_get_matches_from_mut: Clearing name and bin_name so that displayed command name starts with applet name"); in try_get_matches_from_mut() 1287 /// // a panic (if you are in debug mode) 3352 debug!("Command::color: Color setting..."); in get_color() 3356 debug!("Neve in get_color() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_screen.c | 545 return svgascreen->debug.nir ? PIPE_SHADER_IR_NIR : PIPE_SHADER_IR_TGSI; in vgpu9_get_shader_param() 547 return (1 << PIPE_SHADER_IR_TGSI) | (svgascreen->debug.nir ? (1 << PIPE_SHADER_IR_NIR) : 0); in vgpu9_get_shader_param() 611 return svgascreen->debug.nir ? PIPE_SHADER_IR_NIR : PIPE_SHADER_IR_TGSI; in vgpu9_get_shader_param() 613 return (1 << PIPE_SHADER_IR_TGSI) | (svgascreen->debug.nir ? (1 << PIPE_SHADER_IR_NIR) : 0); in vgpu9_get_shader_param() 650 (void) sws; /* silence unused var warnings in non-debug builds */ in vgpu10_get_shader_param() 719 return svgascreen->debug.nir ? PIPE_SHADER_IR_NIR : PIPE_SHADER_IR_TGSI; in vgpu10_get_shader_param() 722 return (1 << PIPE_SHADER_IR_TGSI) | (svgascreen->debug.nir ? (1 << PIPE_SHADER_IR_NIR) : 0); in vgpu10_get_shader_param() 1075 svgascreen->debug.force_level_surface_view = in svga_screen_create() 1077 svgascreen->debug.force_surface_view = in svga_screen_create() 1079 svgascreen->debug in svga_screen_create() [all...] |