Home
last modified time | relevance | path

Searched refs:debug_flag (Results 1 – 25 of 85) sorted by relevance

1234

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/kill/
H A Dkill10.c201 int debug_flag = 0; variable
233 if (sscanf(darg, "%i", &debug_flag) != 1) { in main()
249 if (debug_flag >= 2) in main()
258 if (debug_flag >= 2) in main()
279 printf(" -d n Set debug level to n (default: %d)\n", debug_flag); in help()
302 if (debug_flag >= 1) in setup()
305 if (debug_flag >= 1) in setup()
310 if (debug_flag >= 4) in setup()
317 if (debug_flag >= 1) in setup()
324 if (debug_flag) in setup()
[all …]
/aosp_15_r20/external/python/cpython2/PC/VS9.0/
Dbuild.bat68 set debug_flag=1 variable
71 set debug_flag=0 variable
81 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" clean
82 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" all
83 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" install
89 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%…
90 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%…
91 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%…
97 …nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA…
98 …nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA…
[all …]
/aosp_15_r20/external/strace/tests/
H A Dnsyscalls-d.test7 : ${debug_flag=-d}
12 [ -z "$debug_flag" ] ||
18 run_strace $debug_flag -e trace=$syscall ../$NAME "$STRACE_EXE" 9 \
21 [ -n "$debug_flag" ] || > "$EXP-err"
/aosp_15_r20/external/strace/tests-m32/
H A Dnsyscalls-d.test7 : ${debug_flag=-d}
12 [ -z "$debug_flag" ] ||
18 run_strace $debug_flag -e trace=$syscall ../$NAME "$STRACE_EXE" 9 \
21 [ -n "$debug_flag" ] || > "$EXP-err"
/aosp_15_r20/external/strace/tests-mx32/
H A Dnsyscalls-d.test7 : ${debug_flag=-d}
12 [ -z "$debug_flag" ] ||
18 run_strace $debug_flag -e trace=$syscall ../$NAME "$STRACE_EXE" 9 \
21 [ -n "$debug_flag" ] || > "$EXP-err"
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8195/drivers/spm/
Dmt_spm_internal.c81 spm_26m_sta = ((wakesta->debug_flag & SPM_DBG_DEBUG_IDX_26M_SLEEP) == 0U) ? "on" : "off"; in __spm_output_wake_reason()
101 wakesta->r12, wakesta->r12_ext, wakesta->r13, wakesta->debug_flag, in __spm_output_wake_reason()
393 wakesta->tr.comm.debug_flag = mmio_read_32(PCM_WDT_LATCH_SPARE_0); in __spm_get_wakeup_status()
397 wakesta->tr.comm.debug_flag |= (SPM_DBG_DEBUG_IDX_DDREN_WAKE | in __spm_get_wakeup_status()
400 wakesta->tr.comm.debug_flag); in __spm_get_wakeup_status()
434 wakesta->debug_flag = mmio_read_32(PCM_WDT_LATCH_SPARE_0); in __spm_get_wakeup_status()
458 wakesta->abort = (wakesta->debug_flag & DEBUG_ABORT_MASK) | in __spm_get_wakeup_status()
/aosp_15_r20/external/ComputeLibrary/
H A DBUILD.bazel78 name = "debug_flag",
145 "//:debug_flag": [
186 "//:debug_flag": [
219 "//:debug_flag": [
268 "//:debug_flag": [
323 "//:debug_flag": [
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/drivers/spm/mt8188/
Dmt_spm_internal.c37 wakesta->tr.comm.debug_flag, wakesta->tr.comm.debug_flag1); in __spm_output_wake_reason()
51 wakesta->tr.comm.r12, wakesta->r12_ext, wakesta->tr.comm.r13, wakesta->tr.comm.debug_flag, in __spm_output_wake_reason()
349 wakesta->tr.comm.debug_flag = mmio_read_32(PCM_WDT_LATCH_SPARE_0); in __spm_get_wakeup_status()
353 wakesta->tr.comm.debug_flag |= (SPM_DBG_DEBUG_IDX_DDREN_WAKE | in __spm_get_wakeup_status()
355 mmio_write_32(PCM_WDT_LATCH_SPARE_0, wakesta->tr.comm.debug_flag); in __spm_get_wakeup_status()
385 wakesta->is_abort = wakesta->tr.comm.debug_flag & DEBUG_ABORT_MASK; in __spm_get_wakeup_status()
/aosp_15_r20/external/strace/
H A Derror_prints.h40 extern bool debug_flag;
56 if (debug_flag) \
61 if (debug_flag) \
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8195/drivers/spm/
H A Dmt_spm_internal.c94 wakesta->r12, wakesta->r12_ext, wakesta->r13, wakesta->debug_flag, in __spm_output_wake_reason()
386 wakesta->tr.comm.debug_flag = mmio_read_32(PCM_WDT_LATCH_SPARE_0); in __spm_get_wakeup_status()
390 wakesta->tr.comm.debug_flag |= (SPM_DBG_DEBUG_IDX_DDREN_WAKE | in __spm_get_wakeup_status()
393 wakesta->tr.comm.debug_flag); in __spm_get_wakeup_status()
427 wakesta->debug_flag = mmio_read_32(PCM_WDT_LATCH_SPARE_0); in __spm_get_wakeup_status()
451 wakesta->abort = (wakesta->debug_flag & DEBUG_ABORT_MASK) | in __spm_get_wakeup_status()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8192/drivers/spm/
Dmt_spm_internal.c94 wakesta->r12, wakesta->r12_ext, wakesta->r13, wakesta->debug_flag, in __spm_output_wake_reason()
431 wakesta->tr.comm.debug_flag = mmio_read_32(PCM_WDT_LATCH_SPARE_0); in __spm_get_wakeup_status()
435 wakesta->tr.comm.debug_flag |= (SPM_DBG_DEBUG_IDX_DDREN_WAKE | in __spm_get_wakeup_status()
438 wakesta->tr.comm.debug_flag); in __spm_get_wakeup_status()
472 wakesta->debug_flag = mmio_read_32(PCM_WDT_LATCH_SPARE_0); in __spm_get_wakeup_status()
496 wakesta->abort = (wakesta->debug_flag & DEBUG_ABORT_MASK) | in __spm_get_wakeup_status()
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/spm/
H A Dmt_spm_internal.c94 wakesta->r12, wakesta->r12_ext, wakesta->r13, wakesta->debug_flag, in __spm_output_wake_reason()
431 wakesta->tr.comm.debug_flag = mmio_read_32(PCM_WDT_LATCH_SPARE_0); in __spm_get_wakeup_status()
435 wakesta->tr.comm.debug_flag |= (SPM_DBG_DEBUG_IDX_DDREN_WAKE | in __spm_get_wakeup_status()
438 wakesta->tr.comm.debug_flag); in __spm_get_wakeup_status()
472 wakesta->debug_flag = mmio_read_32(PCM_WDT_LATCH_SPARE_0); in __spm_get_wakeup_status()
496 wakesta->abort = (wakesta->debug_flag & DEBUG_ABORT_MASK) | in __spm_get_wakeup_status()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8186/drivers/spm/
Dmt_spm_internal.c83 wakesta->r12, wakesta->r12_ext, wakesta->r13, wakesta->debug_flag, in __spm_output_wake_reason()
466 wakesta->tr.comm.debug_flag = mmio_read_32(PCM_WDT_LATCH_SPARE_0); in __spm_get_wakeup_status()
470 wakesta->tr.comm.debug_flag |= (SPM_DBG_DEBUG_IDX_DDREN_WAKE | in __spm_get_wakeup_status()
472 mmio_write_32(PCM_WDT_LATCH_SPARE_0, wakesta->tr.comm.debug_flag); in __spm_get_wakeup_status()
506 wakesta->debug_flag = mmio_read_32(PCM_WDT_LATCH_SPARE_0); in __spm_get_wakeup_status()
530 wakesta->abort = ((wakesta->debug_flag & DEBUG_ABORT_MASK) | in __spm_get_wakeup_status()
/aosp_15_r20/external/ComputeLibrary/tests/
H A DBUILD.bazel40 "//:debug_flag": [
80 "//:debug_flag": [
124 "//:debug_flag": [
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs_generator.cpp100 debug_flag(false), in fs_generator()
740 debug_flag = true; in enable_debug()
849 if (unlikely(debug_flag)) in generate_code()
1201 if (unlikely(debug_flag)) in generate_code()
1305 if (unlikely(debug_flag)) { in generate_code()
1402 if (unlikely(debug_flag)) in generate_code()
1417 if (unlikely(debug_flag || dump_shader_bin)) { in generate_code()
1427 if (unlikely(debug_flag)) { in generate_code()
1455 if (!validated && !debug_flag) { in generate_code()
H A Dbrw_compile_vs.cpp70 brw_should_print_shader(nir, params->base.debug_flag ? in brw_compile_vs()
71 params->base.debug_flag : DEBUG_VS); in brw_compile_vs()
H A Dbrw_compile_cs.cpp108 brw_should_print_shader(nir, params->base.debug_flag ? in brw_compile_cs()
109 params->base.debug_flag : DEBUG_CS); in brw_compile_cs()
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp8.cpp39 class debug_flag { class
41 explicit debug_flag(bool);
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/
Dspm.c217 wakesta->debug_flag = mmio_read_32(SPM_PCM_PASR_DPD_3); in spm_get_wakeup_status()
326 wakesta->debug_flag); in spm_output_wake_reason()
349 wakesta->debug_flag); in spm_output_wake_reason()
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/
H A Dspm.c217 wakesta->debug_flag = mmio_read_32(SPM_PCM_PASR_DPD_3); in spm_get_wakeup_status()
326 wakesta->debug_flag); in spm_output_wake_reason()
349 wakesta->debug_flag); in spm_output_wake_reason()
/aosp_15_r20/external/mesa3d/src/intel/blorp/
H A Dblorp_brw.c47 .debug_flag = DEBUG_BLORP, in blorp_compile_fs_brw()
91 .debug_flag = DEBUG_BLORP, in blorp_compile_vs_brw()
153 .debug_flag = DEBUG_BLORP, in blorp_compile_cs_brw()
H A Dblorp_elk.c55 .debug_flag = DEBUG_BLORP, in blorp_compile_fs_elk()
99 .debug_flag = DEBUG_BLORP, in blorp_compile_vs_elk()
161 .debug_flag = DEBUG_BLORP, in blorp_compile_cs_elk()
/aosp_15_r20/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c214 PyObject* debug_flag = PyObject_GetAttrString(sre_constants, "SRE_FLAG_DEBUG"); in init_sre_compile() local
215 if (debug_flag == NULL) { in init_sre_compile()
218 SRE_FLAG_DEBUG = PyLong_AsLong(debug_flag); in init_sre_compile()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs_generator.cpp198 runtime_check_aads_emit(runtime_check_aads_emit), debug_flag(false), in elk_fs_generator()
1512 debug_flag = true; in enable_debug()
1586 if (unlikely(debug_flag)) in generate_code()
2016 if (unlikely(debug_flag)) in generate_code()
2111 if (unlikely(debug_flag)) { in generate_code()
2197 if (unlikely(debug_flag)) in generate_code()
2212 if (unlikely(debug_flag || dump_shader_bin)) { in generate_code()
2222 if (unlikely(debug_flag)) { in generate_code()
2250 if (!validated && !debug_flag) { in generate_code()
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8183/drivers/spm/
H A Dspm.c291 wakesta->debug_flag = mmio_read_32(SPM_SW_DEBUG); in spm_get_wakeup_status()
329 wakesta->r15, wakesta->r13, wakesta->debug_flag, in spm_output_wake_reason()

1234