Home
last modified time | relevance | path

Searched refs:debug (Results 126 - 150 of 4969) sorted by relevance

12345678910>>...199

/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddmlib.py108 LOG.debug("HdcMonitor map add host %s, map is %s" %
168 LOG.debug(
178 LOG.debug("HdcMonitor stop host %s" % host)
189 LOG.debug("HdcMonitor {} monitor stop!".format(HdcHelper.CONNECTOR_NAME))
190 LOG.debug("HdcMonitor map is %s" % HdcMonitor.MONITOR_MAP)
196 LOG.debug("current connector name is %s" % HdcHelper.CONNECTOR_NAME)
202 LOG.debug(
214 LOG.debug("Handle exception monitor loop: %s" %
218 LOG.debug("Handle exception monitor loop, main hdc connection closed, "
231 LOG.debug("Dmli
[all...]
/third_party/node/test/parallel/
H A Dtest-child-process-exec-env.js26 const debug = require('util').debuglog('test');
36 debug(`error!: ${err.code}`);
37 debug(`stdout: ${JSON.stringify(stdout)}`);
38 debug(`stderr: ${JSON.stringify(stderr)}`);
60 debug('response: ', response);
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
H A DDebuggingOutputStream.java28 private boolean debug; field in DebuggingOutputStream
30 public DebuggingOutputStream(OutputStream out, boolean debug) { in DebuggingOutputStream() argument
32 this.debug = debug; in DebuggingOutputStream()
49 if (this.debug) { in write()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dks0127.c198 static int debug; /* insmod parameter */ variable
200 module_param(debug, int, 0);
201 MODULE_PARM_DESC(debug, "Debug output");
323 v4l2_dbg(1, debug, sd, "read error\n"); in ks0127_read()
336 v4l2_dbg(1, debug, sd, "write error\n"); in ks0127_write()
362 v4l2_dbg(1, debug, sd, "reset\n"); in ks0127_init()
382 v4l2_dbg(1, debug, sd, "ks0122s found\n"); in ks0127_init()
388 v4l2_dbg(1, debug, sd, "ks0127 found\n"); in ks0127_init()
392 v4l2_dbg(1, debug, sd, "ks0127B Revision A found\n"); in ks0127_init()
396 v4l2_dbg(1, debug, s in ks0127_init()
[all...]
H A Dtea6420.c30 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 Dsaa7110.c32 static int debug; variable
33 module_param(debug, int, 0);
34 MODULE_PARM_DESC(debug, "Debug level (0-1)");
191 v4l2_dbg(1, debug, sd, "status=0x%02x (no signal)\n", status); in determine_norm()
197 v4l2_dbg(1, debug, sd, "status=0x%02x (NTSC/no color)\n", status); in determine_norm()
201 v4l2_dbg(1, debug, sd, "status=0x%02x (PAL/no color)\n", status); in determine_norm()
207 v4l2_dbg(1, debug, sd, "status=0x%02x (NTSC)\n", status); in determine_norm()
227 v4l2_dbg(1, debug, sd, "status=0x%02x (SECAM)\n", status); in determine_norm()
231 v4l2_dbg(1, debug, sd, "status=0x%02x (PAL)\n", status); in determine_norm()
241 v4l2_dbg(1, debug, s in saa7110_g_input_status()
[all...]
H A Dbt856.c31 static int debug; variable
32 module_param(debug, int, 0);
33 MODULE_PARM_DESC(debug, "Debug level (0-1)");
87 v4l2_dbg(1, debug, sd, "init\n"); in bt856_init()
104 if (debug != 0) in bt856_init()
113 v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std); in bt856_s_std_output()
125 if (debug != 0) in bt856_s_std_output()
135 v4l2_dbg(1, debug, sd, "set input %d\n", input); in bt856_s_routing()
161 if (debug != 0) in bt856_s_routing()
221 if (debug ! in bt856_probe()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dks0127.c198 static int debug; /* insmod parameter */ variable
200 module_param(debug, int, 0);
201 MODULE_PARM_DESC(debug, "Debug output");
323 v4l2_dbg(1, debug, sd, "read error\n"); in ks0127_read()
336 v4l2_dbg(1, debug, sd, "write error\n"); in ks0127_write()
362 v4l2_dbg(1, debug, sd, "reset\n"); in ks0127_init()
382 v4l2_dbg(1, debug, sd, "ks0122s found\n"); in ks0127_init()
388 v4l2_dbg(1, debug, sd, "ks0127 found\n"); in ks0127_init()
392 v4l2_dbg(1, debug, sd, "ks0127B Revision A found\n"); in ks0127_init()
396 v4l2_dbg(1, debug, s in ks0127_init()
[all...]
H A Dtea6420.c30 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()
H A Dsaa7110.c32 static int debug; variable
33 module_param(debug, int, 0);
34 MODULE_PARM_DESC(debug, "Debug level (0-1)");
191 v4l2_dbg(1, debug, sd, "status=0x%02x (no signal)\n", status); in determine_norm()
197 v4l2_dbg(1, debug, sd, "status=0x%02x (NTSC/no color)\n", status); in determine_norm()
201 v4l2_dbg(1, debug, sd, "status=0x%02x (PAL/no color)\n", status); in determine_norm()
207 v4l2_dbg(1, debug, sd, "status=0x%02x (NTSC)\n", status); in determine_norm()
227 v4l2_dbg(1, debug, sd, "status=0x%02x (SECAM)\n", status); in determine_norm()
231 v4l2_dbg(1, debug, sd, "status=0x%02x (PAL)\n", status); in determine_norm()
241 v4l2_dbg(1, debug, s in saa7110_g_input_status()
[all...]
H A Dbt856.c31 static int debug; variable
32 module_param(debug, int, 0);
33 MODULE_PARM_DESC(debug, "Debug level (0-1)");
87 v4l2_dbg(1, debug, sd, "init\n"); in bt856_init()
104 if (debug != 0) in bt856_init()
113 v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std); in bt856_s_std_output()
125 if (debug != 0) in bt856_s_std_output()
135 v4l2_dbg(1, debug, sd, "set input %d\n", input); in bt856_s_routing()
161 if (debug != 0) in bt856_s_routing()
220 if (debug ! in bt856_probe()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_crtc.c539 crtc->debug.min_vbl = min; in intel_pipe_update_start()
540 crtc->debug.max_vbl = max; in intel_pipe_update_start()
591 crtc->debug.scanline_start = scanline; in intel_pipe_update_start()
592 crtc->debug.start_vbl_time = ktime_get(); in intel_pipe_update_start()
593 crtc->debug.start_vbl_count = intel_crtc_get_vblank_counter(crtc); in intel_pipe_update_start()
605 u64 delta = ktime_to_ns(ktime_sub(end, crtc->debug.start_vbl_time)); in dbg_vblank_evade()
609 if (h >= ARRAY_SIZE(crtc->debug.vbl.times)) in dbg_vblank_evade()
610 h = ARRAY_SIZE(crtc->debug.vbl.times) - 1; in dbg_vblank_evade()
611 crtc->debug.vbl.times[h]++; in dbg_vblank_evade()
613 crtc->debug in dbg_vblank_evade()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Derrors.c52 static int debug = -1; in output_if_debug() local
54 /* Init the local 'debug' var once. in output_if_debug()
58 if (debug == -1) { in output_if_debug()
68 /* in debug builds, print messages unless MESA_DEBUG="silent" */ in output_if_debug()
70 debug = 0; in output_if_debug()
72 debug = 1; in output_if_debug()
75 debug = env && strstr(env, "silent") == NULL; in output_if_debug()
80 if (debug) { in output_if_debug()
110 * Return the file handle to use for debug/logging. Defaults to stderr
197 static GLint debug in should_output() local
[all...]
/third_party/rust/crates/clap/src/output/
H A Dusage.rs37 debug!("Usage::create_usage_with_title");
49 debug!("Usage::create_usage_no_title");
74 debug!("Usage::create_help_usage; incl_reqs={:?}", incl_reqs); in create_help_usage()
122 debug!("Usage::create_help_usage: usage={}", styled); in create_help_usage()
129 debug!("Usage::create_smart_usage"); in create_smart_usage()
155 debug!("Usage::needs_options_tag"); in needs_options_tag()
157 debug!("Usage::needs_options_tag:iter: f={}", f.get_id()); in needs_options_tag()
161 debug!("Usage::needs_options_tag:iter Option is built-in"); in needs_options_tag()
166 debug!("Usage::needs_options_tag:iter Option is hidden"); in needs_options_tag()
170 debug!("Usag in needs_options_tag()
[all...]
/third_party/python/Lib/
H A Dshlex.py50 self.debug = 0
74 if self.debug >= 1:
86 if self.debug:
96 if self.debug:
105 if self.debug >= 1:
126 if self.debug >= 1:
143 if self.debug >= 3:
154 if self.debug >= 2:
188 if self.debug >= 2:
207 if self.debug >
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc15 #include "src/debug/debug-interface.h"
118 builder.appendNumber(v8::debug::GetDebuggingId(function)); in generateBreakpointId()
232 v8::debug::Location hintPosition = in adjustBreakpointLocation()
239 String16 breakLocationType(v8::debug::BreakLocationType type) {
241 case v8::debug::kCallBreakLocation:
243 case v8::debug::kReturnBreakLocation:
245 case v8::debug::kDebuggerStatementBreakLocation:
247 case v8::debug::kCommonBreakLocation:
253 String16 scopeType(v8::debug
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUDebug.java26 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 Dsched_tc0.c83 * 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H A Dbnad_debugfs.c21 * mount -t debugfs none /sys/kernel/debug
223 struct bnad_debug_info *debug = file->private_data; in bnad_debugfs_lseek() local
225 if (!debug) in bnad_debugfs_lseek()
228 return fixed_size_llseek(file, offset, orig, debug->buffer_len); in bnad_debugfs_lseek()
235 struct bnad_debug_info *debug = file->private_data; in bnad_debugfs_read() local
237 if (!debug || !debug->debug_buffer) in bnad_debugfs_read()
241 debug->debug_buffer, debug->buffer_len); in bnad_debugfs_read()
365 struct bnad_debug_info *debug in bnad_debugfs_write_regwr() local
407 struct bnad_debug_info *debug = file->private_data; bnad_debugfs_release() local
420 struct bnad_debug_info *debug = file->private_data; bnad_debugfs_buffer_release() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfad_debugfs.c22 * mount -t debugfs none /sys/kernel/debug
47 struct bfad_debug_info *debug; in bfad_debugfs_open_drvtrc() local
49 debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_drvtrc()
50 if (!debug) in bfad_debugfs_open_drvtrc()
53 debug->debug_buffer = (void *) bfad->trcmod; in bfad_debugfs_open_drvtrc()
54 debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_drvtrc()
56 file->private_data = debug; in bfad_debugfs_open_drvtrc()
165 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_lseek() local
167 debug->buffer_len); in bfad_debugfs_lseek()
174 struct bfad_debug_info *debug in bfad_debugfs_read() local
310 struct bfad_debug_info *debug = file->private_data; bfad_debugfs_write_regwr() local
356 struct bfad_debug_info *debug = file->private_data; bfad_debugfs_release() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H A Dbnad_debugfs.c21 * mount -t debugfs none /sys/kernel/debug
223 struct bnad_debug_info *debug = file->private_data; in bnad_debugfs_lseek() local
225 if (!debug) in bnad_debugfs_lseek()
228 return fixed_size_llseek(file, offset, orig, debug->buffer_len); in bnad_debugfs_lseek()
235 struct bnad_debug_info *debug = file->private_data; in bnad_debugfs_read() local
237 if (!debug || !debug->debug_buffer) in bnad_debugfs_read()
241 debug->debug_buffer, debug->buffer_len); in bnad_debugfs_read()
365 struct bnad_debug_info *debug in bnad_debugfs_write_regwr() local
407 struct bnad_debug_info *debug = file->private_data; bnad_debugfs_release() local
420 struct bnad_debug_info *debug = file->private_data; bnad_debugfs_buffer_release() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfad_debugfs.c22 * mount -t debugfs none /sys/kernel/debug
47 struct bfad_debug_info *debug; in bfad_debugfs_open_drvtrc() local
49 debug = kzalloc(sizeof(struct bfad_debug_info), GFP_KERNEL); in bfad_debugfs_open_drvtrc()
50 if (!debug) in bfad_debugfs_open_drvtrc()
53 debug->debug_buffer = (void *) bfad->trcmod; in bfad_debugfs_open_drvtrc()
54 debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_drvtrc()
56 file->private_data = debug; in bfad_debugfs_open_drvtrc()
165 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_lseek() local
167 debug->buffer_len); in bfad_debugfs_lseek()
174 struct bfad_debug_info *debug in bfad_debugfs_read() local
310 struct bfad_debug_info *debug = file->private_data; bfad_debugfs_write_regwr() local
356 struct bfad_debug_info *debug = file->private_data; bfad_debugfs_release() local
[all...]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server.cc5 #include "src/debug/wasm/gdb-server/gdb-server.h"
11 #include "src/debug/debug.h"
12 #include "src/debug/wasm/gdb-server/gdb-server-thread.h"
349 if (v8::debug::AllFramesOnStackAreBlackboxed(isolate)) { in Suspend()
350 v8::debug::SetBreakOnNextFunctionCall(isolate); in Suspend()
352 v8::debug::BreakRightNow(isolate); in Suspend()
372 Local<debug::WasmScript> wasm_script) { in AddWasmModule()
397 isolate_->debug()->SetDebugDelegate(this); in DebugDelegate()
398 v8::debug in DebugDelegate()
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug.h14 #include "src/debug/debug-interface.h"
15 #include "src/debug/interface-types.h"
19 #include "src/objects/debug-objects.h"
46 // Type of debug break. NOTE: The order matters for the predicates
86 debug::BreakLocationType type() const;
166 // Linked list holding debug info objects. The debug info objects are kept as
167 // weak handles to avoid a debug info object to keep a function alive.
178 // Global (weak) handle to the debug inf
636 DisableBreak(Debug* debug, bool disable = true) DisableBreak() argument
652 DisableTemporaryObjectTracking(Debug* debug) DisableTemporaryObjectTracking() argument
673 SuppressDebug(Debug* debug) SuppressDebug() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c65 * path is with FD_MESA_DEBUG=shaderdb. So if either debug is disabled (ie.
66 * debug.debug_message==NULL), or shaderdb stats are not enabled, we can
72 return unlikely(ctx->debug.debug_message) || FD_DBG(SHADERDB) || in initial_variants_synchronous()
78 struct util_debug_callback *debug) in dump_shader_info()
84 debug, SHADER_INFO, in dump_shader_info()
121 bool binning_pass, struct util_debug_callback *debug) in ir3_shader_variant()
136 perf_debug_message(debug, SHADER_INFO, in ir3_shader_variant()
143 dump_shader_info(v, debug); in ir3_shader_variant()
148 dump_shader_info(v->binning, debug); in ir3_shader_variant()
178 struct util_debug_callback *debug) in create_initial_variants()
77 dump_shader_info(struct ir3_shader_variant *v, struct util_debug_callback *debug) dump_shader_info() argument
120 ir3_shader_variant(struct ir3_shader *shader, struct ir3_shader_key key, bool binning_pass, struct util_debug_callback *debug) ir3_shader_variant() argument
177 create_initial_variants(struct ir3_shader_state *hwcso, struct util_debug_callback *debug) create_initial_variants() argument
248 struct util_debug_callback debug = {}; create_initial_variants_async() local
258 struct util_debug_callback debug = {}; create_initial_compute_variants_async() local
[all...]

Completed in 17 milliseconds

12345678910>>...199