/third_party/node/deps/v8/src/heap/ |
H A D | heap.h | 46 namespace debug { namespace 48 } // namespace debug 414 // Zapping is needed for verify heap, and always done in debug builds.
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-test.cc | 17 #include "src/debug/debug-evaluate.h" 197 debug::EvaluateGlobalMode::kDefault, in RUNTIME_FUNCTION()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Display.cpp | 24 #include "common/debug.h" 916 // Enable shader caching if debug layers are turned on. This allows us to test that shaders are in initialize() 1836 extensions.debug = true; in GenerateClientExtensions()
|
/third_party/skia/src/core/ |
H A D | SkAAClip.cpp | 944 void SkAAClip::debug(bool compress_y) const {
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | gen_tasks_logic.go | 1572 } else if b.arch("x86") && b.debug() {
|
/third_party/spirv-tools/test/opt/ |
H A D | aggressive_dead_code_elim_test.cpp | 7714 %14 = OpString " foo2.frag -E MainPs -T ps_6_1 -spirv -fspv-target-env=vulkan1.2 -fspv-debug=vulkan-with-source -fcgl -Fo foo2.frag.nopt.spv -Qembed_debug"
|
/third_party/eudev/ |
H A D | configure | 12736 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 13052 #define debug(...) fprintf (stderr, __VA_ARGS__) 13060 debug ("Flag"); 13061 debug ("X = %d\n", x); 19767 debug=false 20193 -d, --debug don't remove temporary files 20262 --debug | --debu | --deb | --de | --d | -d ) 20263 debug=: ;; 20770 $debug || 21658 # Tool to manipulate archived DWARF debug symbo [all...] |
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 3955 if ((!(dev->debug & PAN_DBG_INDIRECT) || !PAN_GPU_INDIRECTS) && indirect && indirect->buffer) { in panfrost_draw_vbo() 3987 if (unlikely(dev->debug & PAN_DBG_DIRTY)) in panfrost_draw_vbo()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 4991 void SSL_set_debug(SSL *s, int debug) in SSL_set_debug() argument 4995 (void)debug; in SSL_set_debug()
|
/third_party/libabigail/ |
H A D | ltmain.sh | 16 # --debug enable verbose shell tracing 1045 --debug|-x) opt_debug='set -x' 1159 # preserve --debug 1160 test "$opt_debug" = : || func_append preserve_args " --debug" 3886 # There are only two supported options: --lt-debug and 3899 --lt-debug) lt_option_debug=1 ;; 3914 # Print the debug banner immediately: 3920 # Used when --lt-debug. Prints its arguments to stdout 4328 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug"; 4395 /* The GNU banner must be the first non-error debug messag [all...] |
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 4872 void SSL_set_debug(SSL *s, int debug) in SSL_set_debug() argument 4876 (void)debug; in SSL_set_debug()
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 36 # --debug enable verbose shell tracing 1065 --debug|-x) opt_debug='set -x' 1179 # preserve --debug 1180 test "$opt_debug" = : || func_append preserve_args " --debug" 3906 # There are only two supported options: --lt-debug and 3919 --lt-debug) lt_option_debug=1 ;; 3934 # Print the debug banner immediately: 3940 # Used when --lt-debug. Prints its arguments to stdout 4348 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug"; 4415 /* The GNU banner must be the first non-error debug messag [all...] |
/third_party/libevdev/ |
H A D | configure | 2164 #define debug(...) dprintf (2, __VA_ARGS__) 2172 debug ("Flag"); 2173 debug ("X = %d\n", x); 12695 old_striplib="$STRIP --strip-debug" 12710 old_striplib="$STRIP --strip-debug" 14138 debug=false 14557 -d, --debug don't remove temporary files 14629 --debug | --debu | --deb | --de | --d | -d ) 14630 debug=: ;; 15029 $debug || [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 12463 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 13975 debug=false 14401 -d, --debug don't remove temporary files 14470 --debug | --debu | --deb | --de | --d | -d ) 14471 debug=: ;; 14865 $debug || 15756 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
|
/third_party/icu/icu4c/source/ |
H A D | configure | 1454 --enable-debug build debug libraries and enable the U_DEBUG define default=no 2882 # Check whether to build debug libraries 2883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build debug libraries" >&5 2884 $as_echo_n "checking whether to build debug libraries... " >&6; } 2887 # Check whether --enable-debug was given. 3971 # Ensure that if CXXFLAGS/CFLAGS were not set when calling configure, set it correctly based on (enable/disable) debug or release option 8224 debug=false 8645 -d, --debug don't remove temporary files 8705 --debug | [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 71 if (b->options->debug.func) { in vtn_log() 72 b->options->debug.func(b->options->debug.private_data, in vtn_log() 4458 /* Unhandled, but these are for debug so that's ok. */ in vtn_handle_preamble_instruction()
|
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 19 #include "src/base/debug/stack_trace.h" 28 #include "src/debug/debug.h" 56 #include "src/objects/debug-objects-inl.h" 5449 if (isolate->debug()->is_active()) MoveMessageToPromise(isolate, promise); in Reject() 5451 if (debug_event) isolate->debug()->OnPromiseReject(promise, reason); in Reject() 5562 if (isolate->debug()->is_active() && resolution->IsJSPromise()) { in Resolve() 6775 // Might happen for the debug context. in Get()
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 1442 --enable-debug build debug libraries and enable the U_DEBUG define default=no 2870 # Check whether to build debug libraries 2871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build debug libraries" >&5 2872 $as_echo_n "checking whether to build debug libraries... " >&6; } 2875 # Check whether --enable-debug was given. 3959 # Ensure that if CXXFLAGS/CFLAGS were not set when calling configure, set it correctly based on (enable/disable) debug or release option 8165 debug=false 8586 -d, --debug don't remove temporary files 8646 --debug | [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 2128 } debug;
|
/third_party/nghttp2/src/ |
H A D | shrpx_http3_upstream.cc | 637 if (quicconf.upstream.debug.log) { in init()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_surface.c | 1709 util_debug_message(&nv50->base.debug, ERROR, in nv50_blit()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 908 // Monitor debug-mode breakpoint. 911 // Halting debug-mode breakpoint. 2038 // Instruction functions used only for test, debug, and patching. 2062 void debug(const char* message, uint32_t code, Instr params = BREAK); 2660 // relocation info entries, and debug strings encoded in the instruction
|
/third_party/node/deps/v8/src/torque/ |
H A D | torque-parser.cc | 547 DCHECK(kind == "unreachable" || kind == "debug"); in MakeDebugStatement() 2706 Rule({OneOf({"debug", "unreachable"})}, MakeDebugStatement)};
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_surface.c | 1614 util_debug_message(&nvc0->base.debug, ERROR, in nvc0_blit()
|
/third_party/libcoap/src/ |
H A D | coap_mbedtls.c | 74 #include <mbedtls/debug.h> 1365 * 0 No debug 2510 * Mbed TLS debug levels filter 2511 * 0 No debug
|