/third_party/node/deps/v8/third_party/ittapi/ |
H A D | buildall.py | 104 parser.add_argument("-d", "--debug", help="specify debug build configuration (release by default)", action="store_true") 153 ("-DCMAKE_BUILD_TYPE=Debug" if args.debug else ""), 159 run_shell('%s --build . --config %s --target %s' % (cmake, ('Debug' if args.debug else 'Release'), target_project)) 162 run_shell('%s --build . --config %s' % (cmake, ('Debug' if args.debug else 'Release'))) 165 run_shell('%s --build . --config %s --target' % (cmake, ('Debug' if args.debug else 'Release')))
|
/third_party/icu/icu4c/source/test/perf/perldriver/ |
H A D | PerfFramework.pm | 113 debug("Test: $i\n"); 146 #debug("data is @data\n"); 194 # debug("Iterations per pass: $iterCount<BR>\n"); 196 # debug("Events per iteration: $eventsPerIter<BR>\n"); 202 debug("Raw times (ms/pass): ", join(", ", @ms_str), "<BR>\n"); 262 debug( "[$cmd]\n"); # for debugging 272 #debug( "[", join("\n", @out), "]\n"); 282 #debug ("$_ => [[$m $state !!!$d!!! $data ]]\n"); 293 #debug( "#$method:", join(";",@$data), "\n"); 321 sub debug { subroutine [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cache.c | 90 struct util_debug_callback *debug) in ir3_cache_lookup() 118 ir3_shader_variant(shaders[stage], shader_key, false, debug); in ir3_cache_lookup() 134 ir3_shader_variant(shaders[stage], shader_key, false, debug); in ir3_cache_lookup() 149 ir3_shader_variant(shaders[MESA_SHADER_VERTEX], shader_key, true, debug); in ir3_cache_lookup() 89 ir3_cache_lookup(struct ir3_cache *cache, const struct ir3_cache_key *key, struct util_debug_callback *debug) ir3_cache_lookup() argument
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_disk_cache.c | 32 #define debug 0 macro 133 if (debug) { in etna_disk_cache_retrieve() 143 if (debug) in etna_disk_cache_retrieve() 169 if (debug) { in etna_disk_cache_store()
|
/third_party/openssl/test/ |
H A D | dtls_mtu_test.c | 23 static int debug = 0; variable 75 if (debug) in mtu_test() 83 if (debug) in mtu_test() 106 if (debug) in mtu_test()
|
H A D | ssl_old_test.c | 614 static int debug = 0; variable 629 fprintf(stderr, " -d - debug output\n"); in sv_usage() 933 debug = 0; in main() 988 debug = 1; in main() 1601 if (debug) in main() 2019 if (debug) in doit_localhost() 2048 if (debug) in doit_localhost() 2071 if (debug) in doit_localhost() 2098 if (debug) in doit_localhost() 2122 if (debug) in doit_localhost() [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | jsunit_driver.py | 69 LOG.debug("Software version is {}".format(exe_out)) 85 LOG.debug("Test case file path: {}".format(suite_file)) 176 LOG.debug("Retry skip list: {}, total skip cases: {}".format(skip_list, len(skip_list))) 185 LOG.debug("Suites info: %s" % json_str) 199 LOG.debug("Collect suite count is %s, test count is %s" % 269 LOG.debug("current JSApp pid= %s" % pid) 273 LOG.debug("current JSApp pid= %s" % pid) 318 LOG.debug("Start execute xdevice extension JSUnit Test") 319 LOG.debug("Outer version about Community") 446 LOG.debug("al [all...] |
H A D | c_driver_lite.py | 108 LOG.debug("Run ctest third party") 110 LOG.debug("run ctest hcptest") 123 LOG.debug("run ctest third upgrade party") 127 LOG.debug("Run ctest") 148 LOG.debug("java log file:{}".format(self.java_log_file)) 151 LOG.debug("jar file path:{}".format(jar_file_path)) 156 LOG.debug("jar params:{}".format(jar_params)) 158 LOG.debug("jar execute command:{}".format(self.java_command)) 249 LOG.debug("Device com:{}".format(self.config.device.device)) 272 LOG.debug("Devic [all...] |
/third_party/node/lib/ |
H A D | _http_client.js | 107 let debug = require('internal/util/debuglog').debuglog('http', (fn) => { 108 debug = fn; 182 debug('Path contains unescaped characters: "%s"', path); 366 debug('CLIENT use net.createConnection', optsWithoutSignal); 450 debug('HTTP socket close'); 495 debug('SOCKET ERROR:', err.message, err.stack); 544 debug('parse error', ret); 616 debug('AGENT incoming response!'); 718 debug('AGENT socket keep-alive'); 759 debug('AGEN [all...] |
H A D | _http_server.js | 95 let debug = require('internal/util/debuglog').debuglog('http', (fn) => { 96 debug = fn; 640 debug('SERVER new http connection'); 774 debug('server socket close'); 791 debug('parse error'); 807 debug('SERVER socketOnData %d', d.length); 824 debug('SERVER socketOnParserExecute %d', ret); 911 debug('parse error', ret); 916 debug('SERVER upgrade or connect', req.method); 934 debug('SERVE [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-inspector-impl.cc | 40 #include "src/debug/debug-interface.h" 70 v8::debug::SetInspector(m_isolate, this); in V8InspectorImpl() 71 v8::debug::SetConsoleDelegate(m_isolate, console()); in V8InspectorImpl() 75 v8::debug::SetInspector(m_isolate, nullptr); in ~V8InspectorImpl() 76 v8::debug::SetConsoleDelegate(m_isolate, nullptr); in ~V8InspectorImpl() 97 if (!v8::debug::CompileInspectorScript(m_isolate, source) in compileAndRunInternalScript() 417 if (!id) id = v8::debug::GetNextRandomInt64(m_isolate); in generateUniqueId() 467 v8::debug::GetCurrentPlatform()->CallDelayedOnWorkerThread( in setTimeout() 486 v8::debug in associateExceptionData() [all...] |
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | roll_chromium_deps.py | 188 logging.debug('CMD: %s CWD: %s', ' '.join(command), working_dir) 192 logging.debug('extra env: %s', extra_env) 237 logging.debug('Reading gitiles URL %s' % url) 326 logging.debug('Roll dependency %s to %s', path, new_version) 397 logging.debug('Roll dependency %s to %s', path, new_rev) 420 logging.debug('Found old clang rev: %s' % old_clang_rev) 425 logging.debug('Found new clang rev: %s' % new_clang_rev) 604 logging.debug('Existing commit message:\n%s\n', old_commit_msg) 645 logging.debug('Output from "git cl upload":\nstdout:\n%s\n\nstderr:\n%s', stdout, stderr) 746 logging.debug('Commi [all...] |
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
H A D | manager_env.py | 88 LOG.debug("add_device, sn: {}, id: {}".format(device.device_sn, 151 LOG.debug("Env start error: %s" % error) 167 LOG.debug("Visit options to find device") 173 LOG.debug("Device %s: extend value: %s", convert_serial( 179 LOG.debug("Require label is '%s', then next" % 189 LOG.debug("Device in used_devices, remove it.") 198 LOG.debug("Apply device from managers:%s" % self.managers) 333 LOG.debug("Do matches, device:{state:%s, sn:%s, label:%s}, selection "
|
/third_party/curl/tests/ |
H A D | smbserver.py | 205 log.debug("[SMB] Requested disposition: %s", disposition) 228 log.debug("[SMB] User requested file '%s'", requested_file) 285 log.debug("[SMB] SmbException hit: %s", s) 304 log.debug("RootFid present %s!" % path) 318 log.debug("[SMB] Get server path '%s'", requested_filename) 324 log.debug("[SMB] Created %s (%d) for storing '%s'", 330 log.debug("[SMB] Verifying server is alive") 352 log.debug("[SMB] Created %s (%d) for storing test '%s'",
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | __init__.py | 18 # Default debug modes for GYP 19 debug = {} variable 21 # List of "official" debug modes, but you can use anything you like. 28 if "all" in gyp.debug or mode in gyp.debug: 352 "--debug", 353 dest="debug", 522 for mode in options.debug: 523 gyp.debug[mode] = 1 526 if DEBUG_GENERAL in gyp.debug [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | __init__.py | 19 # Default debug modes for GYP 20 debug = {} variable 22 # List of "official" debug modes, but you can use anything you like. 29 if "all" in gyp.debug or mode in gyp.debug: 355 "--debug", 356 dest="debug", 536 for mode in options.debug: 537 gyp.debug[mode] = 1 540 if DEBUG_GENERAL in gyp.debug [all...] |
/third_party/node/deps/npm/node_modules/graceful-fs/ |
H A D | graceful-fs.js | 32 var debug = noop 34 debug = util.debuglog('gfs4') 36 debug = function() { 86 debug(fs[gracefulQueue]) 372 debug('ENQUEUE', elem[0].name, elem[1]) 416 debug('RETRY', fn.name, args) 420 debug('TIMEOUT', fn.name, args) 435 debug('RETRY', fn.name, args)
|
/third_party/ltp/testcases/realtime/func/rt-migrate/ |
H A D | rt-migrate.c | 88 "/sys/kernel/debug/tracing/trace_marker", in setup_ftrace_marker() 89 "/debug/tracing/trace_marker", in setup_ftrace_marker() 328 debug(DBG_ERR, "sched_getaffinity failed: %s\n", strerror(ret)); in start_task() 415 debug(DBG_ERR, "malloc failed\n"); in main() 420 debug(DBG_ERR, "malloc failed\n"); in main() 424 debug(DBG_ERR, "malloc failed\n"); in main() 430 debug(DBG_ERR, "malloc failed\n"); in main() 436 debug(DBG_ERR, "pthread_barrier_init failed: %s\n", in main() 447 debug(DBG_ERR, "malloc thread_pids failed\n"); in main() 465 debug(DBG_WAR in main() [all...] |
/third_party/skia/tools/skqp/ |
H A D | skqp_gn_args.py | 22 def GetGNArgs(arch, android_ndk, debug, api_level): 28 'is_debug': 'true' if debug else 'false',
|
/third_party/node/test/fixtures/ |
H A D | child-process-spawn-node.js | 2 const debug = require('util').debuglog('test'); 5 debug('CHILD got message:', m);
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | find-doc-nits | 28 # Set to 1 for debug output 29 my $debug = 0; 186 cluck "DEBUG[files]: This is how we got here!" if $debug; 187 print STDERR "DEBUG[files]: tags: $tags_as_key\n" if $debug; 195 if $debug; 213 if $debug; 228 if $debug; 263 if ($debug) { 342 print STDERR "DEBUG[name_synopsis] \$line = '$line'\n" if $debug; 406 print STDERR "DEBUG[name_synopsis] \$sym = '$sym'\n" if $debug; [all...] |
/third_party/openssl/util/ |
H A D | find-doc-nits | 28 # Set to 1 for debug output 29 my $debug = 0; 186 cluck "DEBUG[files]: This is how we got here!" if $debug; 187 print STDERR "DEBUG[files]: tags: $tags_as_key\n" if $debug; 195 if $debug; 213 if $debug; 228 if $debug; 263 if ($debug) { 342 print STDERR "DEBUG[name_synopsis] \$line = '$line'\n" if $debug; 406 print STDERR "DEBUG[name_synopsis] \$sym = '$sym'\n" if $debug; [all...] |
/third_party/mesa3d/src/util/ |
H A D | debug.h | 40 parse_debug_string(const char *debug, 43 parse_enable_string(const char *debug,
|
/third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
H A D | guest_init | 12 mount -t debugfs null /sys/kernel/debug 13 echo 1 > /sys/kernel/debug/mce/fake_ser_p
|
/third_party/rust/crates/clap/clap_complete/src/ |
H A D | macros.rs | 10 #[cfg(feature = "debug")] 11 macro_rules! debug { macros 18 #[cfg(not(feature = "debug"))] 19 macro_rules! debug { macros
|