Home
last modified time | relevance | path

Searched refs:debug (Results 776 - 800 of 1153) sorted by relevance

1...<<31323334353637383940>>...47

/third_party/skia/modules/canvaskit/
H A Dcompile.sh33 # be on debug builds always.
39 if [[ $@ == *debug* ]]; then
43 --source-map-base /node_modules/canvaskit/bin/ -DSK_DEBUG --pre-js $BASE_DIR/debug.js"
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Deapol_test.py63 logger.debug(self.ifname + ": " + ev)
/third_party/skia/src/core/
H A DSkVM.h629 // Assert cond is true, printing debug when not.
630 void assert_true(I32 cond, I32 debug);
631 void assert_true(I32 cond, F32 debug) { assert_true(cond, pun_to_I32(debug)); } in assert_true() argument
634 // Insert debug traces into the instruction stream
1188 SI void assert_true(I32 cond, I32 debug) { cond->assert_true(cond,debug); } in assert_true() argument
1189 SI void assert_true(I32 cond, F32 debug) { cond->assert_true(cond,debug); } in assert_true() argument
/third_party/elfutils/libdwfl/
H A Drelocate.c1 /* Relocate debug information.
127 .debug files with relocs but no symtab of their own. */ in relocate_getsym()
173 this is an ET_REL .debug file with no .symtab of its own; in relocate_getsym()
751 __libdwfl_relocate (Dwfl_Module *mod, Elf *debugfile, bool debug) in __libdwfl_relocate() argument
789 debug, true /* partial always OK. */); in __libdwfl_relocate()
/third_party/icu/icu4c/source/common/
H A Dserv.cpp105 ICUServiceKey::debug(UnicodeString& result) const in debug() function in ICUServiceKey
173 SimpleFactory::debug(UnicodeString& toAppendTo) const in debug() function in SimpleFactory
/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp391 spirv_options.debug.func = &debug_function;
392 spirv_options.debug.private_data = &r_log;
/third_party/ninja/
H A Dconfigure.py211 parser.add_option('--debug', action='store_true',
319 '/Zi', # Create pdb with debug info.
341 if not options.debug:
354 if options.debug:
/third_party/node/deps/icu-small/source/common/
H A Dserv.cpp105 ICUServiceKey::debug(UnicodeString& result) const in debug() function in ICUServiceKey
173 SimpleFactory::debug(UnicodeString& toAppendTo) const in debug() function in SimpleFactory
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc169 v8::debug::ForceGarbageCollection(
220 v8::debug::GetCurrentPlatform() in collectGarbage()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c314 if (!ppir_compile_nir(fs, nir, screen->pp_ra, &ctx->debug)) { in lima_fs_compile_shader()
490 if (!gpir_compile_nir(vs, nir, &ctx->debug)) { in lima_vs_compile_shader()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h595 } debug; member
1018 (svga_screen(svga->pipe.screen)->debug.sampler_state_mapping || in svga_use_sampler_state_mapping()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c435 compiler.Base.debug = &r300->debug; in r300_translate_fragment_shader()
/third_party/python/Lib/asyncio/
H A Dstreams.py140 logger.debug("%r pauses writing", self)
146 logger.debug("%r resumes writing", self)
/third_party/skia/third_party/externals/icu/source/common/
H A Dserv.cpp104 ICUServiceKey::debug(UnicodeString& result) const in debug() function in ICUServiceKey
172 SimpleFactory::debug(UnicodeString& toAppendTo) const in debug() function in SimpleFactory
/third_party/python/PC/layout/
H A Dmain.py130 if ns.debug and src not in REQUIRED_DLLS:
177 if src.stem.endswith("_d") != bool(ns.debug) and src not in REQUIRED_DLLS:
544 "-d", "--debug", help="Include debug build", action="store_true"
/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.cc341 constexpr bool debug = false; in SerializeToArrayImpl() local
342 if (debug) { in SerializeToArrayImpl()
/third_party/protobuf/
H A Dtests.sh281 build_objectivec_ios --skip-xcode-debug
304 build_objectivec_tvos --skip-xcode-debug
/third_party/musl/ldso/linux/
H A Ddynlink.c132 struct debug { struct
176 static struct debug debug; variable
190 struct debug *_dl_debug_addr = &debug;
246 /* lldb debug function */
3350 app.dynv[i+1] = (size_t)&debug; in __dls3()
3353 *ptr = (size_t)&debug; in __dls3()
3357 *ptr = (size_t)&debug; in __dls3()
6173 debug in sync_with_debugger()
[all...]
/third_party/alsa-lib/src/control/
H A Dcontrol_remap.c39 #define debug(format, args...) fprintf(stderr, format, ##args)
47 #define debug(format, args...) do { } while (0) macro
141 debug("new numid: child %u app %u\n", numid->numid_child, numid->numid_app); in remap_numid_new()
680 debug("%s numid %d\n", __func__, numid); in remap_map_elem_tlv()
722 debug("%s: numid = %d, op_flag = %d\n", __func__, numid, op_flag); in snd_ctl_remap_elem_tlv()
/third_party/alsa-lib/src/alisp/
H A Dalisp.c120 if (!instance->debug) in lisp_debug()
123 snd_output_printf(instance->dout, "alisp debug: "); in lisp_debug()
3187 if (instance->debug) { in alisp_include_file()
3213 instance->debug = cfg->debug && cfg->dout; in alsa_lisp()
3248 if (instance->debug) { in alsa_lisp()
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c42 static bool debug; variable
2190 if (debug) { in schedule_instructions()
2226 if (debug) { in schedule_instructions()
2271 if (debug) { in schedule_instructions()
2476 if (debug) { in v3d_qpu_schedule_instructions()
/third_party/mesa3d/src/amd/compiler/
H A Daco_validate.cpp42 if (program->debug.shorten_messages) { in aco_log()
51 if (program->debug.func) in aco_log()
52 program->debug.func(program->debug.private_data, level, msg); in aco_log()
54 fprintf(program->debug.output, "%s\n", msg); in aco_log()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc5 #include "src/wasm/wasm-debug.h"
15 #include "src/debug/debug-evaluate.h"
444 if (isolate->debug()->last_step_action() == StepInto) return true; in IsStepping()
557 // debug side table, because compilation takes the {NativeModule} lock. in GetDebugSideTable()
563 // Otherwise create the debug side table now. in GetDebugSideTable()
568 // Check cache again, maybe another thread concurrently generated a debug in GetDebugSideTable()
577 // Print the code together with the debug table, if requested. in GetDebugSideTable()
1151 wasm::NativeModule* native_module, const v8::debug::Location& start, in GetPossibleBreakpoints()
1152 const v8::debug in GetPossibleBreakpoints()
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm109 my $debug = 0;
1124 if ($debug) {
1140 if ($debug) {
1162 if ($debug) {
1273 if ($debug) {
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs382 (&self.options.no_debug_types, "--no-debug"), in command_line_flags()
407 output_vector.push("--impl-debug".into()); in command_line_flags()
419 output_vector.push("--no-derive-debug".into()); in command_line_flags()
2518 debug!(
2523 debug!("Generating bindings, libclang linked");
2583 debug!( in detect_include_paths()
2596 debug!("Found clang: {:?}", clang); in detect_include_paths()
2656 debug!("Fixed-up options: {:?}", options);

Completed in 46 milliseconds

1...<<31323334353637383940>>...47