/third_party/mesa3d/src/broadcom/compiler/ |
H A D | qpu_schedule.c | 42 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 D | aco_validate.cpp | 42 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 D | wasm-debug.cc | 5 #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 D | Test.pm | 109 my $debug = 0; 1124 if ($debug) { 1140 if ($debug) { 1162 if ($debug) { 1273 if ($debug) {
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 382 (&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);
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 109 my $debug = 0; 1124 if ($debug) { 1140 if ($debug) { 1162 if ($debug) { 1273 if ($debug) {
|
/third_party/python/Python/ |
H A D | bltinmodule.c | 3029 PyObject *mod, *dict, *debug; in _PyBuiltin_Init() local 3086 debug = PyBool_FromLong(config->optimization_level == 0); in _PyBuiltin_Init() 3087 if (PyDict_SetItemString(dict, "__debug__", debug) < 0) { in _PyBuiltin_Init() 3088 Py_DECREF(debug); in _PyBuiltin_Init() 3091 Py_DECREF(debug); in _PyBuiltin_Init()
|
/third_party/python/Objects/ |
H A D | obmalloc.c | 227 pymem_set_default_allocator(PyMemAllocatorDomain domain, int debug, in pymem_set_default_allocator() argument 252 if (debug) { in pymem_set_default_allocator() 264 const int debug = 1; in _PyMem_SetDefaultAllocator() local 266 const int debug = 0; in _PyMem_SetDefaultAllocator() 268 return pymem_set_default_allocator(domain, debug, old_alloc); in _PyMem_SetDefaultAllocator() 283 else if (strcmp(name, "debug") == 0) { in _PyMem_GetAllocatorName() 2401 static size_t serialno = 0; /* incremented on each debug {m,re}alloc */ 2449 /* Let S = sizeof(size_t). The debug malloc asks for 4 * S extra bytes and 2474 If PYMEM_DEBUG_SERIALNO is not defined (default), the debug malloc only asks 2554 /* The debug fre [all...] |
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 132 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...] |
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | app_scheduler.h | 414 * @param debug The app is or not debug. 417 int GetApplicationInfoByProcessID(const int pid, AppExecFwk::ApplicationInfo &application, bool &debug); 473 * @brief Register app debug listener. 474 * @param listener App debug listener. 480 * @brief Unregister app debug listener. 481 * @param listener App debug listener. 487 * @brief Attach app debug. 494 * @brief Detach app debug. 501 * @brief Register ability debug respons [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 135 * @param debug Indicates the bundle debug mode. 139 bool isPreInstallApp, bool debug);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 214 * @param debug Indicates the bundle debug mode. 218 bool isPreInstallApp, bool debug) in SetDirApl() 217 SetDirApl(const std::string &dir, const std::string &bundleName, const std::string &apl, bool isPreInstallApp, bool debug) SetDirApl() argument
|
H A D | installd_proxy.h | 151 * @param debug Indicates the bundle debug mode. 155 bool isPreInstallApp, bool debug) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_installd_host_impl.cpp | 124 bool isPreInstallApp, bool debug)
in SetDirApl() 123 SetDirApl(const std::string &dir, const std::string &bundleName, const std::string &apl, bool isPreInstallApp, bool debug) SetDirApl() argument
|
H A D | mock_install_client.cpp | 134 bool isPreInstallApp, bool debug) in SetDirApl() 133 SetDirApl(const std::string &dir, const std::string &bundleName, const std::string &apl, bool isPreInstallApp, bool debug) SetDirApl() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
H A D | bundle_sandbox_installer.cpp | 255 createDirParam.debug = info.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG; in CreateSandboxDataDir()
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 111 function debug(msg) { function
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | process.c | 8 #include <linux/sched/debug.h>
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | math-emu.h | 307 .macro debug instr,args
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | Makefile | 13 OBJS += debug.o
|
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | traps.c | 10 #include <linux/sched/debug.h> 397 /* Trap0 0xdb is debug breakpoint */ in do_trap0()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | debug-monitors.c | 3 * ARMv8 single-step debug support and mdscr context switching. 23 #include <asm/debug-monitors.h> 27 /* Determine debug architecture. */ 53 * Allow root to disable self-hosted debug from userspace. 74 * Keep track of debug users on each core. 239 "User debug trap"); in send_user_sigtrap()
|
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/ |
H A D | switch.h | 27 #include <asm/debug-monitors.h>
|
/kernel/linux/linux-5.10/arch/parisc/mm/ |
H A D | fault.c | 16 #include <linux/sched/debug.h>
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | processor.h | 114 * last debug interrupt. This register can only be read from the 116 * describe the reason for the last debug trap. Torez 120 * The following will contain addresses used by debug applications 172 struct debug_reg debug; member
|