Searched refs:debug_flag (Results 1 – 25 of 27) sorted by relevance
12
/external/lldb/scripts/ |
D | finish-swig-wrapper-classes.sh | 34 debug_flag=$1 38 debug_flag="" 91 …urlang}-LLDB.sh $SRC_ROOT $TARGET_DIR $CONFIG_BUILD_DIR "${PREFIX}" "${debug_flag}" "${makefile_fl…
|
D | build-swig-wrapper-classes.sh | 38 debug_flag="$1" 42 debug_flag="" 147 …lang}.sh "$SRC_ROOT" "$TARGET_DIR" "$CONFIG_BUILD_DIR" "${PREFIX}" "${debug_flag}" "${SWIG}" "${m…
|
/external/lldb/scripts/Python/ |
D | finish-swig-Python-LLDB.sh | 34 debug_flag=$5 43 if [ -n "$debug_flag" -a "$debug_flag" = "-debug" ]
|
D | build-swig-Python.sh | 18 debug_flag=$5 61 if [ -n "$debug_flag" -a "$debug_flag" = "-debug" ]
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p8.cpp | 39 class debug_flag { // expected-note {{not an aggregate and has no constexpr constructors}} class 41 explicit debug_flag(bool);
|
/external/strace/ |
D | strace.c | 82 bool debug_flag = 0; variable 713 if (debug_flag) in alloctcb() 734 if (debug_flag) in droptcb() 866 if (debug_flag) in detach() 1022 if (debug_flag) in startup_attach() 1026 if (debug_flag) in startup_attach() 1070 if (debug_flag) in startup_attach() 1423 if (debug_flag) in test_ptrace_setoptions_followfork() 1525 if (debug_flag) in test_ptrace_setoptions_for_all() 1563 } else if (debug_flag) { in test_ptrace_seize() [all …]
|
D | syscall.c | 1409 if (debug_flag) in get_scno() 1422 if (debug_flag) in get_scno() 1439 if (debug_flag) in get_scno() 1517 if (debug_flag) in get_scno() 1591 if (debug_flag) in syscall_fixup_on_sysenter() 1606 if (debug_flag) in syscall_fixup_on_sysenter() 1616 if (debug_flag) in syscall_fixup_on_sysenter() 1626 if (debug_flag) in syscall_fixup_on_sysenter() 1634 if (debug_flag) in syscall_fixup_on_sysenter() 1642 if (debug_flag) in syscall_fixup_on_sysenter()
|
D | unwind.c | 41 #define DPRINTF(F, A, ...) if (debug_flag) fprintf(stderr, " [unwind(" A ")] " F "\n", __VA_ARGS__)
|
D | defs.h | 559 extern bool debug_flag;
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | trap.cc | 320 const char* debug_flag = getenv(kSandboxDebuggingEnv); in SandboxDebuggingAllowedByUser() local 321 return debug_flag && *debug_flag; in SandboxDebuggingAllowedByUser()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | parse-events-flex.h | 256 void parse_events_set_debug (int debug_flag ,yyscan_t yyscanner );
|
D | pmu-flex.c | 530 void perf_pmu_set_debug (int debug_flag );
|
D | parse-events-flex.c | 1173 void parse_events_set_debug (int debug_flag ,yyscan_t yyscanner );
|
/external/elfutils/0.153/libcpu/ |
D | i386_lex.c | 606 void i386_set_debug (int debug_flag );
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 606 void yyset_debug (int debug_flag );
|
/external/bison/src/ |
D | scan-skel.c | 693 void skel_set_debug (int debug_flag );
|
D | scan-code.c | 778 void code_set_debug (int debug_flag );
|
D | scan-gram.c | 1102 void gram_set_debug (int debug_flag );
|
/external/elfutils/0.153/src/ |
D | ldlex.c | 1182 void ldset_debug (int debug_flag );
|
/external/libpcap/ |
D | scanner.c | 2816 void pcap_set_debug (int debug_flag );
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glcpp-lex.c | 702 void glcpp_set_debug (int debug_flag ,yyscan_t yyscanner );
|
D | glsl_lexer.cc | 1211 void _mesa_glsl_set_debug (int debug_flag ,yyscan_t yyscanner );
|
D | lex.yy.c | 1250 void _mesa_program_set_debug (int debug_flag ,yyscan_t yyscanner );
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | Tokenizer.cpp | 647 void ppset_debug (int debug_flag ,yyscan_t yyscanner );
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | glslang_lex.cpp | 1089 void yyset_debug (int debug_flag ,yyscan_t yyscanner );
|
12