/third_party/musl/ |
H A D | configure | 32 --enable-debug build with debugging information [disabled] 138 debug=no 164 --enable-debug|--enable-debug=yes) debug=yes ;; 165 --disable-debug|--enable-debug=no) debug=no ;; 413 test "$debug" = yes && CFLAGS_AUTO=-g 416 # Preprocess asm files to add extra debugging information if debug i [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | ty.rs | 699 debug!("{:?} already resolved: {:?}", ty, location); in from_clang_ty() 713 debug!( in from_clang_ty() 717 debug!("currently_parsed_types: {:?}", ctx.currently_parsed_types()); in from_clang_ty() 790 debug!("Looking for canonical type: {:?}", canonical_ty); in from_clang_ty() 811 debug!( in from_clang_ty() 900 debug!("TypeAliasTemplateDecl"); in from_clang_ty() 962 debug!( in from_clang_ty() 983 debug!( in from_clang_ty() 1022 debug!("Couldn't find deduced type: {:?}", ty); in from_clang_ty()
|
/third_party/python/Lib/asyncio/ |
H A D | proactor_events.py | 123 logger.debug("%r: %s", self, message, exc_info=True) 215 logger.debug("%r pauses reading", self) 233 logger.debug("%r resumes reading", self) 237 logger.debug("%r received EOF", self) 310 logger.debug("Read error on pipe transport while closing", 633 logger.debug('Using proactor: %s', proactor.__class__.__name__) 831 logger.debug("Fail to write a null byte into the " 845 logger.debug("%r got a new connection from %r: %r", 870 logger.debug("Accept failed on socket %r",
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | lib.rs | 628 // Each of these has the name in the struct type in the derived debug, in fmt() 633 let mut debug = f.debug_struct("Ident"); in fmt() variables 634 debug.field("sym", &format_args!("{}", t)); in fmt() 635 imp::debug_span_field_if_nontrivial(&mut debug, t.span().inner); in fmt() 636 debug.finish() in fmt() 847 let mut debug = fmt.debug_struct("Punct"); in fmt() variables 848 debug.field("char", &self.ch); in fmt() 849 debug.field("spacing", &self.spacing); in fmt() 850 imp::debug_span_field_if_nontrivial(&mut debug, self.span.inner); in fmt() 851 debug in fmt() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | servslkf.cpp | 99 SimpleLocaleKeyFactory::debug(UnicodeString& result) const in debug() function in SimpleLocaleKeyFactory 101 LocaleKeyFactory::debug(result); in debug()
|
H A D | servloc.h | 173 virtual UnicodeString& debug(UnicodeString& result) const; 288 virtual UnicodeString& debug(UnicodeString& result) const; 352 virtual UnicodeString& debug(UnicodeString& result) const; 415 virtual UnicodeString& debug(UnicodeString& result) const;
|
/third_party/ltp/testcases/commands/keyctl/ |
H A D | keyctl01.sh | 33 local key=`keyctl request2 user debug:foo bar` 83 keyctl request2 user debug:fred negate @t >temp 2>&1 90 local key=`keyctl show | awk '/debug:fred/ {print $1}'`
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_interpolation_map.c | 92 const bool debug = false; in brw_setup_vue_interpolation() local 93 if (debug) { in brw_setup_vue_interpolation()
|
/third_party/node/test/parallel/ |
H A D | test-policy-dependency-conditions.js | 15 const debug = debuglog('test'); 107 debug(
|
/third_party/node/deps/icu-small/source/common/ |
H A D | servslkf.cpp | 99 SimpleLocaleKeyFactory::debug(UnicodeString& result) const in debug() function in SimpleLocaleKeyFactory 101 LocaleKeyFactory::debug(result); in debug()
|
H A D | servloc.h | 173 virtual UnicodeString& debug(UnicodeString& result) const; 288 virtual UnicodeString& debug(UnicodeString& result) const; 352 virtual UnicodeString& debug(UnicodeString& result) const; 415 virtual UnicodeString& debug(UnicodeString& result) const;
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_dxgi.c | 68 dxgi_get_factory(bool debug) in dxgi_get_factory() argument 91 if (debug) in dxgi_get_factory()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_common.c | 15 #include "util/debug.h" 47 vn_env.debug = in vn_env_init_once() 75 vn_env.debug, vn_env.perf, vn_env.draw_cmd_batch_limit, in vn_env_init()
|
/third_party/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str02.c | 70 int debug = 0; variable 177 case 'd': /* debug option */ in parse_args() 178 debug++; in parse_args()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.h | 12 #include "src/debug/debug-frames.h" 13 #include "src/debug/debug-scopes.h" 14 #include "src/debug/debug.h" 28 Isolate* isolate, Handle<String> source, debug::EvaluateGlobalMode mode, 33 debug::EvaluateGlobalMode mode, REPLMode repl_mode = REPLMode::kNo);
|
H A D | debug-coverage.h | 11 #include "src/debug/debug-interface.h" 67 static void SelectMode(Isolate* isolate, debug::CoverageMode mode); 71 Isolate* isolate, v8::debug::CoverageMode collectionMode);
|
H A D | debug-wasm-objects.h | 20 namespace debug { namespace 22 } // namespace debug 29 #include "torque-generated/src/debug/debug-wasm-objects-tq.inc" 71 std::unique_ptr<debug::ScopeIterator> GetWasmScopeIterator(WasmFrame* frame);
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.h | 8 #include "src/debug/debug.h" 9 #include "src/debug/wasm/gdb-server/gdb-remote-util.h" 25 WasmModuleDebug(v8::Isolate* isolate, Local<debug::WasmScript> script); 103 Global<debug::WasmScript> wasm_script_;
|
/third_party/python/Tools/scripts/ |
H A D | pysource.py | 27 debug = False variable 30 if debug: print(msg)
|
/third_party/skia/third_party/externals/icu/scripts/ |
H A D | make_data_all.sh | 16 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \ 22 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | servslkf.cpp | 99 SimpleLocaleKeyFactory::debug(UnicodeString& result) const in debug() function in SimpleLocaleKeyFactory 101 LocaleKeyFactory::debug(result); in debug()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegutils.c | 195 if (avctx->debug & (FF_DEBUG_SKIP | FF_DEBUG_QP | FF_DEBUG_MB_TYPE)) { in ff_print_debug_info2() 202 if (avctx->debug & FF_DEBUG_SKIP) { in ff_print_debug_info2() 208 if (avctx->debug & FF_DEBUG_QP) { in ff_print_debug_info2() 212 if (avctx->debug & FF_DEBUG_MB_TYPE) { in ff_print_debug_info2()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vidstabtransform.c | 42 int debug; member 100 {"debug", "enable debug mode and writer global motions information to file", OFFSET(debug), 160 tc->conf.verbose = 1 + tc->debug; in config_input() 167 tc->conf.storeTransforms = tc->debug; in config_input()
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect.js | 91 const debug = RegExpPrototypeExec(debugRegex, output); 92 if (debug) { 93 const host = debug[1]; 94 const port = Number(debug[2]);
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-common.c | 120 if (debug) { in maximize_sockbuf() 236 if (debug) in bit_change_seed() 527 if (debug) in create_source_filter() 560 if (debug) in create_source_filter()
|