/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger.h | 45 class V8Debugger : public v8::debug::DebugDelegate, 46 public v8::debug::AsyncEventDelegate { 58 v8::debug::ExceptionBreakState getPauseOnExceptionsState(); 59 void setPauseOnExceptionsState(v8::debug::ExceptionBreakState); 79 // Each script inherits debug data from v8::Context where it has been 81 // Only scripts whose debug data matches |contextGroupId| will be reported. 153 const std::vector<v8::debug::BreakpointId>& hitBreakpoints, 154 v8::debug::BreakReasons break_reasons, 155 v8::debug::ExceptionType exception_type = v8::debug [all...] |
H A D | v8-debugger-script.h | 38 #include "src/debug/debug-interface.h" 55 v8::Isolate* isolate, v8::Local<v8::debug::Script> script, 62 v8::Local<v8::debug::ScriptSource> scriptSource(); 85 v8::debug::LiveEditResult* result) = 0; 88 const v8::debug::Location& start, const v8::debug::Location& end, 90 std::vector<v8::debug::BreakLocation>* locations) = 0; 95 virtual v8::debug::Location location(int offset) const = 0; 98 v8::debug [all...] |
H A D | v8-console.cc | 31 v8::Isolate* isolate, const v8::debug::ConsoleContext& consoleContext) { in consoleContextToString() 39 ConsoleHelper(const v8::debug::ConsoleCallArguments& info, in ConsoleHelper() 40 const v8::debug::ConsoleContext& consoleContext, in ConsoleHelper() 160 const v8::debug::ConsoleCallArguments& m_info; 161 const v8::debug::ConsoleContext& m_consoleContext; 190 void V8Console::Debug(const v8::debug::ConsoleCallArguments& info, in Debug() 191 const v8::debug::ConsoleContext& consoleContext) { in Debug() 197 void V8Console::Error(const v8::debug::ConsoleCallArguments& info, in Error() 198 const v8::debug::ConsoleContext& consoleContext) { in Error() 204 void V8Console::Info(const v8::debug [all...] |
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | common.js | 4 * implementations of `debug()`. 8 createDebug.debug = createDebug; 22 * The currently active debug mode names, and names to skip. 29 * Map of special "%n" handling functions, for the debug "format" argument. 36 * Selects a color for a debug namespace 37 * @param {String} namespace The namespace string for the debug instance to be colored 66 function debug(...args) { 68 if (!debug.enabled) { 72 const self = debug; 116 debug [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | debug-property-iterator.cc | 5 #include "src/debug/debug-property-iterator.h" 84 static_cast<int>(debug::NativeAccessorType::HasGetter); in has_native_getter() 90 static_cast<int>(debug::NativeAccessorType::HasSetter); in has_native_setter() 139 v8::Maybe<v8::debug::PropertyDescriptor> DebugPropertyIterator::descriptor() { in descriptor() 147 return Nothing<v8::debug::PropertyDescriptor>(); in descriptor() 150 return Just(v8::debug::PropertyDescriptor{ in descriptor() 202 base::Flags<debug::NativeAccessorType, int> GetNativeAccessorDescriptorInternal( in GetNativeAccessorDescriptorInternal() 206 if (key.is_element()) return debug::NativeAccessorType::None; in GetNativeAccessorDescriptorInternal() 208 if (!it.IsFound()) return debug in GetNativeAccessorDescriptorInternal() [all...] |
H A D | debug-stack-trace-iterator.cc | 5 #include "src/debug/debug-stack-trace-iterator.h" 8 #include "src/debug/debug-evaluate.h" 9 #include "src/debug/debug-scope-iterator.h" 10 #include "src/debug/debug.h" 11 #include "src/debug/liveedit.h" 16 #include "src/debug/debu [all...] |
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 60 log.debug("project path:{}".format(project_path)) 151 self.log.debug("set CurCase error msg as: {}".format(error_msg)) 155 self.log.debug("set CurCase run section as: {}".format(run_section)) 160 self.log.debug( 165 self.log.debug( 170 self.log.debug("set CurCase name as: {}".format(self.name)) 174 self.log.debug( 185 self.log.debug("case_abs_path_base_name:{}, test_suite_path:{}" 192 self.log.debug("set case screenshot dir path as: {}".format( 204 self.log.debug("se [all...] |
/third_party/node/deps/npm/node_modules/nopt/lib/ |
H A D | nopt-lib.js | 2 const debug = require('./debug') 32 debug(types, shorthands, args, typeDefs) 88 debug('val=%j', val) 105 debug('val=%j', val) 106 debug('types=', type) 110 debug('string %j', v) 118 debug('jsonable %j', v) 120 debug('convert to number', v) 123 debug('conver [all...] |
/third_party/rust/crates/clap/src/parser/ |
H A D | validator.rs | 29 debug!("Validator::validate"); 34 debug!("Validator::validate: needs_val_of={:?}", a); 96 debug!("Validator::validate_conflicts"); in validate_conflicts() 105 debug!("Validator::validate_conflicts::iter: id={:?}", arg_id); in validate_conflicts() 114 debug!("Validator::validate_exclusive"); in validate_exclusive() 133 debug!("Validator::validate_exclusive:iter:{:?}", id); in validate_exclusive() 162 debug!("Validator::build_conflict_err: name={:?}", name); in build_conflict_err() 221 debug!("Validator::gather_requires"); in gather_requires() 226 debug!("Validator::gather_requires:iter:{:?}", name); in gather_requires() 237 debug!("Validato in gather_requires() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 25 // If enabled, debugger variables will contain debug information (addresses, 285 // The value returned will be returned to the debug client by 321 // namespace ::(anonymous)::debug 325 namespace debug { 369 (void)KIND; // Used in debug builds. Avoid unused variable warnings in NDEBUG builds. 429 // cast() casts the debug type pointer obj to TO. 438 // cast() casts the debug type pointer obj to TO. 498 // sizeInBytes() returns the number of bytes of the given debug type. 710 std::vector<debug::Member *> members_; 859 // ValueNode is a tree node of debug [all...] |
/third_party/protobuf/js/ |
H A D | debug.js | 32 * @fileoverview Utilities to debug JSPB based proto objects. 35 goog.provide('jspb.debug'); 46 * console: `console.log(jspb.debug.dump(myProto))`. 54 jspb.debug.dump = function(message) { 64 return /** @type {Object} */ (jspb.debug.dump_(message)); 76 jspb.debug.dump_ = function(thing) { 92 return goog.array.map(thing, jspb.debug.dump_); 99 mapObject[entry.value[0]] = jspb.debug.dump_(entry.value[1]); 118 object[jspb.debug.formatFieldName_(match[1])] = jspb.debug [all...] |
/third_party/rust/crates/syn/tests/macros/ |
H A D | mod.rs | 3 #[path = "../debug/mod.rs"] 4 pub mod debug; modules 41 let debug = crate::macros::debug::Lite(&$expr); 45 insta::assert_debug_snapshot!(debug, @$snapshot); 52 let debug = crate::macros::debug::Lite(&syntax_tree); 56 insta::assert_debug_snapshot!(debug, @$snapshot); 63 let debug = crate::macros::debug [all...] |
/third_party/python/Lib/test/ |
H A D | test_pty.py | 28 def debug(msg): function 31 def debug(msg): function 117 debug("tty.tcgetattr(pty.STDIN_FILENO) failed") 126 debug("Setting pty.STDIN_FILENO window size.") 127 debug(f"original size: (row, col) = {self.stdin_dim}") 129 debug(f"target size: (row, col) = {target_dim}") 142 debug("Calling pty.openpty()") 149 debug(f"Got {master_fd=}, {slave_fd=}, {slave_name=}") 183 debug("Writing to slave_fd") 189 debug("Writin [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/ |
H A D | Pod.pm | 59 =item B<debug =E<gt> 0|1> 61 If set to 1, extra debug text will be printed on STDERR 98 my %defaults = ( debug => 0, section => 0, %$defaults_ref ); 107 print STDERR "DEBUG: Reading $input\n" if $defaults{debug}; 130 if $defaults{debug}; 142 if $defaults{debug}; 144 if $defaults{debug}; 154 if $defaults{debug}; 162 if $defaults{debug}; 170 print STDERR "DEBUG: Done reading $filename\n" if $defaults{debug}; [all...] |
/third_party/openssl/util/perl/OpenSSL/Util/ |
H A D | Pod.pm | 59 =item B<debug =E<gt> 0|1> 61 If set to 1, extra debug text will be printed on STDERR 98 my %defaults = ( debug => 0, section => 0, %$defaults_ref ); 107 print STDERR "DEBUG: Reading $input\n" if $defaults{debug}; 130 if $defaults{debug}; 142 if $defaults{debug}; 144 if $defaults{debug}; 154 if $defaults{debug}; 162 if $defaults{debug}; 170 print STDERR "DEBUG: Done reading $filename\n" if $defaults{debug}; [all...] |
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_debug.c | 59 is->debug.tiling = !debug_get_option_i915_no_tiling(); in i915_debug_init() 60 is->debug.use_blitter = debug_get_option_i915_use_blitter(); in i915_debug_init() 68 debug(struct debug_stream *stream, const char *name, unsigned len) in debug() function 684 FLAG(stream, ptr[j], 24, "debug dither"); in debug_dest_vars() 740 return debug(stream, "MI_NOOP", 1); in i915_debug_packet() 742 return debug(stream, "MI_WAIT_FOR_EVENT", 1); in i915_debug_packet() 744 return debug(stream, "MI_FLUSH", 1); in i915_debug_packet() 746 debug(stream, "MI_BATCH_BUFFER_END", 1); in i915_debug_packet() 749 return debug(stream, "MI_LOAD_REGISTER_IMM", 3); in i915_debug_packet() 753 (void)debug(strea in i915_debug_packet() [all...] |
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | driver.py | 38 def parse_tokens(self, tokens, debug=False): 68 if debug: 69 self.logger.debug("%s %r (prefix=%r)", 72 if debug: 73 self.logger.debug("Stop.") 86 def parse_stream_raw(self, stream, debug=False): 89 return self.parse_tokens(tokens, debug) 91 def parse_stream(self, stream, debug=False): 93 return self.parse_stream_raw(stream, debug) 95 def parse_file(self, filename, encoding=None, debug [all...] |
/third_party/eudev/src/collect/ |
H A D | collect.c | 58 static int debug; variable 80 " -d --debug Debug to stderr\n\n" in usage() 111 if (debug) in prepare() 116 if (debug) in prepare() 119 if (debug) in prepare() 163 if (debug) in checkout() 175 if (debug) in checkout() 218 if (debug) in invite() 229 if (debug && !who) in invite() 246 if (debug) in reject() [all...] |
/third_party/node/test/parallel/ |
H A D | test-child-process-fork-net-socket.js | 30 const debug = require('util').debuglog('test'); 38 debug('CHILD: got socket'); 63 debug('CLIENT: socket closed'); 68 debug('PARENT: server closed'); 72 debug('testSocket, listening'); 77 debug('CLIENT: got data'); 80 debug('CLIENT: closed');
|
H A D | test-domain-http-server.js | 27 const debug = require('util').debuglog('test'); 45 debug('horray! got a server error', er); 68 debug(`listening on localhost:${port}`); 85 debug('client error', er); 93 debug(`requests=${requests} responses=${responses}`); 95 debug('done, closing server'); 106 debug('trying to parse json', d); 108 debug('json!', d); 117 debug('ok');
|
/third_party/jerryscript/tools/ |
H A D | gen-magic-strings.py | 49 def read_magic_string_defs(debug=False): 66 if debug: 67 print('debug: magic string definitions: {dump}' 73 def extract_magic_string_refs(debug=False): 153 if debug: 154 print('debug: magic string references: {dump}' 160 def calculate_magic_string_guards(defs, uses, debug=False): 188 if debug: 189 print('debug: magic string definitions (with guards): {dump}' 272 parser.add_argument('--debug', actio [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_dead_code_local.cpp | 41 static bool debug = false; variable 81 if (debug) in use_channels() 88 if (debug) in use_channels() 130 if (debug) in visit_leave() 205 if (debug) in process_assignment() 219 if (debug) { in process_assignment() 228 if (debug) { in process_assignment() 260 if (debug) { in process_assignment() 272 if (debug) in process_assignment() 276 if (debug) in process_assignment() [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 93 if $opts{debug}; 106 if $opts{debug}; 123 if $opts{debug}; 141 if $opts{debug}; 160 if $opts{debug}; 180 if $opts{debug}; 183 if $opts{debug}; 198 if $opts{debug}; 219 if $opts{debug}; 234 if $opts{debug}; [all...] |
/third_party/rust/crates/clap/src/output/ |
H A D | help_template.rs | 92 debug!( 128 debug!("HelpTemplate::write_templated_help"); 223 debug!("HelpTemplate::write_display_name"); in write_display_name() 238 debug!("HelpTemplate::write_bin_name"); in write_bin_name() 296 debug!("HelpTemplate::write_before_help"); in write_before_help() 314 debug!("HelpTemplate::write_after_help"); in write_after_help() 337 debug!("HelpTemplate::write_all_args"); 426 debug!("HelpTemplate::write_args {}", _category); in write_args() 440 debug!( in write_args() 490 debug!("HelpTemplat in short() [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 93 if $opts{debug}; 106 if $opts{debug}; 123 if $opts{debug}; 141 if $opts{debug}; 160 if $opts{debug}; 180 if $opts{debug}; 183 if $opts{debug}; 198 if $opts{debug}; 219 if $opts{debug}; 234 if $opts{debug}; [all...] |