/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_context.h | 192 struct util_debug_callback debug; member
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_visual.c | 35 #include <util/debug.h>
|
/third_party/node/lib/internal/util/ |
H A D | inspector.js | 18 const kInspectArgRegex = /--inspect(?:-brk|-port)?|--debug-port/;
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g_common.h | 156 BOOL debug; member
|
/third_party/node/test/fixtures/ |
H A D | tls-connect.js | 17 exports.debug = util.debuglog('test');
|
/third_party/musl/src/malloc/liteos_a/user_debug/ |
H A D | backtrace.c | 22 #include <debug.h>
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
H A D | backtrace.c | 7 #include <debug.h>
|
/third_party/musl/scripts/ |
H A D | runtest.sh | 9 param set debug.hitrace.tags.enableflags 1
|
/third_party/node/deps/icu-small/source/common/ |
H A D | servlkf.cpp | 128 LocaleKeyFactory::debug(UnicodeString& result) const in debug() function in LocaleKeyFactory
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | browser.js | 4 * 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 D | aub_write.h | 107 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 D | testidna.h | 82 void debug(const UChar* src, int32_t srcLength, int32_t options);
|
/third_party/libfuse/lib/ |
H A D | fuse_i.h | 50 int debug; member
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | random_offline | 14 #mount -t debugfs none /debug 19 DEBUG=/sys/kernel/debug
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | random_offline | 14 #mount -t debugfs none /debug 19 DEBUG=/sys/kernel/debug
|
/third_party/ltp/testcases/realtime/include/ |
H A D | librttest.h | 34 * 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 D | heap-profiler.h | 14 #include "src/debug/debug-interface.h" 94 debug::QueryObjectPredicate* predicate,
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_device.h | 213 /* debug flags, see pan_util.h how to interpret */ 214 unsigned debug; member
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_context.h | 190 struct util_debug_callback debug; member
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_assemble.c | 84 .shaderdb = !!(dev->debug & PAN_DBG_PRECOMPILE), in panfrost_shader_compile()
|
H A D | pan_mempool.c | 133 if (unlikely(pool->base.dev->debug & PAN_DBG_OVERFLOW) && in panfrost_pool_alloc_aligned()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_compiler.h | 46 struct util_debug_callback *debug; member
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_debug.c | 30 { "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 D | macros.rs | 136 /// 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 D | test.bat | 26 ::Regenerate the test headers' bindings in debug and release modes, and assert
|