Home
last modified time | relevance | path

Searched refs:debug (Results 726 - 750 of 2417) sorted by relevance

1...<<21222324252627282930>>...97

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.h192 struct util_debug_callback debug; member
/third_party/mesa3d/src/glx/apple/
H A Dapple_visual.c35 #include <util/debug.h>
/third_party/node/lib/internal/util/
H A Dinspector.js18 const kInspectArgRegex = /--inspect(?:-brk|-port)?|--debug-port/;
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.h156 BOOL debug; member
/third_party/node/test/fixtures/
H A Dtls-connect.js17 exports.debug = util.debuglog('test');
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dbacktrace.c22 #include <debug.h>
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dbacktrace.c7 #include <debug.h>
/third_party/musl/scripts/
H A Druntest.sh9 param set debug.hitrace.tags.enableflags 1
/third_party/node/deps/icu-small/source/common/
H A Dservlkf.cpp128 LocaleKeyFactory::debug(UnicodeString& result) const in debug() function in LocaleKeyFactory
/third_party/node/deps/npm/node_modules/debug/src/
H A Dbrowser.js4 * This is the web browser implementation of `debug()`.
18 console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.');
182 * Invokes `console.debug()` when available.
183 * No-op when `console.debug` is not a "function".
184 * If `console.debug` is not available, falls back
189 exports.log = console.debug || console.log || (() => {});
200 exports.storage.setItem('debug', namespaces);
202 exports.storage.removeItem('debug');
213 * @return {String} returns the previously persisted debug mode
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daub_write.h107 void aub_file_init(struct aub_file *aub, FILE *file, FILE *debug, uint16_t pci_id, const char *app_name);
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidna.h82 void debug(const UChar* src, int32_t srcLength, int32_t options);
/third_party/libfuse/lib/
H A Dfuse_i.h50 int debug; member
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Drandom_offline14 #mount -t debugfs none /debug
19 DEBUG=/sys/kernel/debug
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Drandom_offline14 #mount -t debugfs none /debug
19 DEBUG=/sys/kernel/debug
/third_party/ltp/testcases/realtime/include/
H A Dlibrttest.h34 * 2006-May-08: Added atomic_{inc,set,get}, thread struct, debug function,
160 /* debug: do debug prints at level L (see DBG_* below). If buffer_init
163 * L: debug level (see below) This will print if L is lower than _dbg_lvl
168 #define debug(L,A,B...) do {\ macro
/third_party/node/deps/v8/src/profiler/
H A Dheap-profiler.h14 #include "src/debug/debug-interface.h"
94 debug::QueryObjectPredicate* predicate,
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_device.h213 /* debug flags, see pan_util.h how to interpret */
214 unsigned debug; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.h190 struct util_debug_callback debug; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_assemble.c84 .shaderdb = !!(dev->debug & PAN_DBG_PRECOMPILE), in panfrost_shader_compile()
H A Dpan_mempool.c133 if (unlikely(pool->base.dev->debug & PAN_DBG_OVERFLOW) && in panfrost_pool_alloc_aligned()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h46 struct util_debug_callback *debug; member
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_debug.c30 { "info", DBG_INFO, "Print hardware info (printed by default on debug builds"},
62 screen->debug = debug_get_flags_option("RADEON_DEBUG", r300_debug_options, 0); in r300_init_debug()
/third_party/rust/crates/log/src/
H A Dmacros.rs136 /// Logs a message at the debug level.
141 /// use log::debug;
147 /// debug!("New position: x: {}, y: {}", pos.x, pos.y);
148 /// debug!(target: "app_events", "New position: x: {}, y: {}", pos.x, pos.y);
152 macro_rules! debug { macros
153 // debug!(target: "my_target", key1 = 42, key2 = true; "a {} event", "log")
154 // debug!(target: "my_target", "a {} event", "log")
157 // debug!("a {} event", "log")
198 /// use log::{debug, log_enabled};
203 /// debug!("expensiv
[all...]
/third_party/rust/crates/bindgen/ci/
H A Dtest.bat26 ::Regenerate the test headers' bindings in debug and release modes, and assert

Completed in 9 milliseconds

1...<<21222324252627282930>>...97