/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()
|
H A D | sched_tc2.c | 87 * debug: enable debugging messages 94 int debug = 0; variable 121 if (debug) { in main() 145 if (debug) in main() 148 if (debug) { in main() 156 if (debug) in main() 250 debug++; in parse_args()
|
/third_party/python/Lib/distutils/ |
H A D | bcppcompiler.py | 82 output_dir=None, macros=None, include_dirs=None, debug=0, 90 if debug: 150 debug=0, 159 if debug: 166 log.debug("skipping %s (up-to-date)", output_filename) 180 debug=0, 205 if debug: 211 if debug: 270 libfile = self.find_library_file(library_dirs, lib, debug) 301 log.debug("skippin [all...] |
H A D | _msvccompiler.py | 36 log.debug("Visual C++ is not registered") 103 log.debug("No suitable Visual C++ version found") 108 log.debug("%s cannot be found", vcvarsall) 319 output_dir=None, macros=None, include_dirs=None, debug=0, 330 if debug: 343 if debug: 344 # pass the full pathname to MSVC in debug mode, 412 debug=0, 423 if debug: 426 log.debug('Executin [all...] |
H A D | msvc9compiler.py | 228 log.debug("Unable to find productdir in registry") 239 log.debug("%s is not a valid directory" % productdir) 242 log.debug("Env var %s is not set or invalid" % toolskey) 244 log.debug("No productdir found") 249 log.debug("Unable to find vcvarsall.bat") 261 log.debug("Calling 'vcvarsall.bat %s' (version=%s)", arch, version) 456 output_dir=None, macros=None, include_dirs=None, debug=0, 467 if debug: 477 if debug: 478 # pass the full pathname to MSVC in debug mod [all...] |
/third_party/skia/modules/pathkit/ |
H A D | Makefile | 4 npm: npm-test npm-debug 96 npm-debug: 99 mkdir -p ./npm-wasm/bin/debug 100 mkdir -p ./npm-asmjs/bin/debug 101 ./compile.sh debug 102 cp ../../out/pathkit/pathkit.js ./npm-wasm/bin/debug/pathkit.js 103 cp ../../out/pathkit/pathkit.wasm ./npm-wasm/bin/debug/pathkit.wasm 105 ./compile.sh asm.js debug 106 cp ../../out/pathkit/pathkit.js ./npm-asmjs/bin/debug/pathkit.js 135 local-example-debug [all...] |
/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/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)
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-debug.cc | 9 #include "src/debug/debug-coverage.h" 10 #include "src/debug/debug-evaluate.h" 11 #include "src/debug/debug-frames.h" 12 #include "src/debug/debug-scopes.h" 13 #include "src/debug/debug [all...] |
/third_party/python/Lib/idlelib/ |
H A D | rpc.py | 153 def debug(self, *args): member in SocketIO 171 self.debug("localcall:", request) 217 self.debug("remotecall:asynccall: ", oid, methodname) 222 self.debug("remotequeue:asyncqueue: ", oid, methodname) 232 self.debug(("asynccall:%d:" % seq), oid, methodname, args, kwargs) 242 self.debug(("asyncqueue:%d:" % seq), oid, methodname, args, kwargs) 247 self.debug("asyncreturn:%d:call getresponse(): " % seq) 249 self.debug(("asyncreturn:%d:response: " % seq), response) 259 self.debug("decoderesponse: EXCEPTION") 262 self.debug("decoderespons [all...] |
/third_party/node/lib/ |
H A D | _http_agent.js | 46 let debug = require('internal/util/debuglog').debuglog('http', (fn) => { 47 debug = fn; 85 debug('SOCKET ERROR on FREE socket:', err.message, err.stack); 127 debug('agent.on(free)', name); 286 debug('call onSocket', sockLen, freeLen); 295 debug('wait for socket'); 321 debug('createConnection', name, options); 332 debug('sockets', name, this.sockets[name].length, this.totalSocketCount); 376 debug('CLIENT socket onFree'); 382 debug('CLIEN [all...] |
/third_party/node/lib/internal/source_map/ |
H A D | source_map_cache.js | 23 let debug = require('internal/util/debuglog').debuglog('source_map', (fn) => { 24 debug = fn; 120 debug(err); 187 debug(err); 198 debug(`unknown protocol ${url.protocol}`); 202 debug(err); 228 debug(err); 247 debug(err); 251 debug(`unknown content-type ${contentType}`);
|
/third_party/ltp/testcases/kernel/mce-test/lib/ |
H A D | mce.sh | 105 if [ -f /sys/kernel/debug/gcov/reset ] && which gcov > /dev/null; then 119 echo 1 > /sys/kernel/debug/gcov/reset 143 for f in /sys/kernel/debug/gcov/$abs_dir/*.gc*; do 166 echo 1 > /sys/kernel/debug/mce/severities-coverage 171 local sev_cor=/sys/kernel/debug/mce/severities-coverage 303 mount|grep /sys/kernel/debug > /dev/null 2>&1 304 [ ! $? -eq 0 ] && mount -t debugfs none /sys/kernel/debug 305 mount|grep /sys/kernel/debug > /dev/null 2>&1 321 echo -n $1 > /sys/kernel/debug/mce/fake_panic
|
/third_party/cups-filters/cupsfilters/ |
H A D | ipp.h | 63 int debug); 70 int debug); 77 int debug, 84 int debug, 92 int debug,
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-tcpserver.c | 112 "\t-d\twork in the debug mode\n" in usage() 138 if (debug) in set_signal_flag() 181 if (debug) in delete_zombies() 256 if (debug) { in create_listen_socket() 312 if (debug) in communicate_client() 337 if (debug) in communicate_client() 349 if (debug) in communicate_client() 456 if (debug) in handle_client() 480 if (debug) in handle_client() 497 if (debug) in handle_client() [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-console.cc | 10 #include "src/debug/interface-types.h" 34 V(Debug, debug, 1) \ 145 void (debug::ConsoleDelegate::*func)(const v8::debug::ConsoleCallArguments&, in ConsoleCall() 146 const v8::debug::ConsoleContext&)) { in ConsoleCall() 151 debug::ConsoleCallArguments wrapper(args); in ConsoleCall() 164 v8::debug::ConsoleContext(context_id, Utils::ToLocal(context_name))); in ConsoleCall() 185 ConsoleCall(isolate, args, &debug::ConsoleDelegate::call); \ 197 ConsoleCall(isolate, args, &debug::ConsoleDelegate::call); \ 206 ConsoleCall(isolate, args, &debug in BUILTIN() [all...] |
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | struct_layout.rs | 121 debug!("saw vtable for {}", self.name); in saw_vtable() 130 debug!("saw base for {}", self.name); in saw_base() 141 debug!("saw bitfield unit for {}: {:?}", self.name, layout); in saw_bitfield_unit() 147 debug!( in saw_bitfield_unit() 233 debug!( in saw_field_with_layout() 239 debug!( in saw_field_with_layout() 267 debug!( in saw_field_with_layout() 312 debug!( in pad_struct() 355 debug!("pad bytes to struct {}, {:?}", self.name, layout); in pad_struct() 421 debug!( in align_to_latest_field() [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.cc | 12 #include "src/debug/debug-interface.h" 323 using C = v8::debug::Coverage; in startPreciseCoverage() 324 using Mode = v8::debug::CoverageMode; in startPreciseCoverage() 337 v8::debug::Coverage::SelectMode(m_isolate, in stopPreciseCoverage() 338 v8::debug::CoverageMode::kBestEffort); in stopPreciseCoverage() 353 V8InspectorImpl* inspector, const v8::debug::Coverage& coverage, in coverageToProtocol() 360 v8::debug::Coverage::ScriptData script_data = coverage.GetScriptData(i); in coverageToProtocol() 361 v8::Local<v8::debug::Script> script = script_data.GetScript(); in coverageToProtocol() 365 v8::debug in coverageToProtocol() [all...] |
/third_party/node/lib/internal/main/ |
H A D | worker_thread.js | 51 let debug = require('internal/util/debuglog').debuglog('worker', (fn) => { 52 debug = fn; 59 debug(`[${threadId}] is setting up worker child environment`); 143 debug(`[${threadId}] starts worker script ${filename} ` + 204 debug(`[${threadId}] gets uncaught exception`); 213 debug(`[${threadId}] uncaught exception handled = ${handled}`); 238 debug(`[${threadId}] uncaught exception serialized = ${!!serialized}`);
|
/third_party/node/deps/npm/node_modules/http-proxy-agent/dist/ |
H A D | index.js | 32 const debug_1 = __importDefault(require("debug")); 36 const debug = (0, debug_1.default)('http-proxy-agent'); 46 debug('Creating new HttpProxyAgent instance: %o', this.proxy.href); 108 debug('Regenerating stored HTTP header string for request'); 111 debug('Patching connection write() output buffer with updated header'); 116 debug('Output buffer: %o', req.outputData[0].data); 121 debug('Creating `tls.Socket`: %o', this.connectOpts); 125 debug('Creating `net.Socket`: %o', this.connectOpts);
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | zsh.rs | 90 debug!("subcommand_details"); in subcommand_details() 119 debug!("subcommand_details:iter: bin_name={bin_name}"); in subcommand_details() 150 debug!("subcommands_of"); in subcommands_of() 155 debug!("add_subcommands"); in subcommands_of() 168 debug!("subcommands_of:iter: subcommand={}", command.get_name()); in subcommands_of() 218 debug!( in get_subcommands_of() 231 debug!( in get_subcommands_of() 284 debug!("parser_of: p={}, bin_name={}", parent.get_name(), bin_name); in parser_of() 320 debug!("get_args_of"); in get_args_of() 442 debug!("write_opts_o in write_opts_of() [all...] |
/third_party/elfutils/libdwfl/ |
H A D | dwfl_build_id_find_debuginfo.c | 47 /* Are we looking for a separate debug file for the main file or for in dwfl_build_id_find_debuginfo() 48 an alternate (dwz multi) debug file? Alternatively we could check in dwfl_build_id_find_debuginfo() 95 Try to find separate debug file now using the module build id. */ in dwfl_build_id_find_debuginfo() 106 Dwfl_Error error = __libdw_open_file (&fd, &mod->debug.elf, true, false); in dwfl_build_id_find_debuginfo() 110 mod->debug.elf) == 2)) in dwfl_build_id_find_debuginfo() 113 mod->debug.valid = true; in dwfl_build_id_find_debuginfo() 119 elf_end (mod->debug.elf); in dwfl_build_id_find_debuginfo() 120 mod->debug.elf = NULL; in dwfl_build_id_find_debuginfo()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SymbolTable.cpp | 189 infoSink.debug << " <"; in dumpExtensions() 192 infoSink.debug << getExtensions()[i] << ","; in dumpExtensions() 194 infoSink.debug << ">"; in dumpExtensions() 201 infoSink.debug << getName().c_str() << ": " << type.getCompleteString(); in dump() 204 infoSink.debug << getName().c_str() << ": " << type.getStorageQualifierString() << " " in dump() 208 infoSink.debug << "[0]"; in dump() 211 infoSink.debug << "\n"; in dump() 217 infoSink.debug << getName().c_str() << ": " << returnType.getCompleteString() << " " << getName().c_str() in dump() 223 infoSink.debug << param.type->getCompleteString() << " " in dump() 228 infoSink.debug << ")"; in dump() [all...] |