Searched refs:debug_flag (Results 1 - 25 of 26) sorted by relevance

12

/external/lldb/scripts/
H A Dfinish-swig-wrapper-classes.sh22 # debug_flag (optional) determines whether or not this script outputs
34 debug_flag=$1
38 debug_flag=""
91 ./finish-swig-${curlang}-LLDB.sh $SRC_ROOT $TARGET_DIR $CONFIG_BUILD_DIR "${PREFIX}" "${debug_flag}" "${makefile_flag}"
H A Dbuild-swig-wrapper-classes.sh22 # debug_flag (optional) determines whether or not this script outputs
38 debug_flag="$1"
42 debug_flag=""
147 ./build-swig-${curlang}.sh "$SRC_ROOT" "$TARGET_DIR" "$CONFIG_BUILD_DIR" "${PREFIX}" "${debug_flag}" "${SWIG}" "${makefile_flag}" "${dependency_flag}" || exit $?
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp8.cpp39 class debug_flag { // expected-note {{not an aggregate and has no constexpr constructors}} class in namespace:std_example
41 explicit debug_flag(bool);
42 constexpr bool is_on() const; // expected-error {{non-literal type 'std_example::debug_flag' cannot have constexpr members}}
/external/lldb/scripts/Python/
H A Dfinish-swig-Python-LLDB.sh27 # debug_flag (optional) determines whether or not this script outputs
34 debug_flag=$5
43 if [ -n "$debug_flag" -a "$debug_flag" = "-debug" ]
H A Dbuild-swig-Python.sh11 # debug_flag (optional) determines whether or not this script outputs
18 debug_flag=$5
61 if [ -n "$debug_flag" -a "$debug_flag" = "-debug" ]
/external/strace/
H A Dstrace.c82 bool debug_flag = 0; variable
713 if (debug_flag)
734 if (debug_flag)
866 if (debug_flag)
1022 if (debug_flag)
1026 if (debug_flag)
1070 if (debug_flag)
1423 if (debug_flag)
1525 if (debug_flag)
1563 } else if (debug_flag) {
[all...]
H A Dsyscall.c1409 if (debug_flag)
1422 if (debug_flag)
1439 if (debug_flag)
1517 if (debug_flag)
1591 if (debug_flag)
1606 if (debug_flag)
1616 if (debug_flag)
1626 if (debug_flag)
1634 if (debug_flag)
1642 if (debug_flag)
[all...]
H A Dunwind.c41 #define DPRINTF(F, A, ...) if (debug_flag) fprintf(stderr, " [unwind(" A ")] " F "\n", __VA_ARGS__)
H A Ddefs.h559 extern bool debug_flag;
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dtrap.cc356 const char* debug_flag = getenv(kSandboxDebuggingEnv); local
357 return debug_flag && *debug_flag;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-flex.h256 void parse_events_set_debug (int debug_flag ,yyscan_t yyscanner );
H A Dpmu-flex.c530 void perf_pmu_set_debug (int debug_flag );
H A Dparse-events-flex.c1173 void parse_events_set_debug (int debug_flag ,yyscan_t yyscanner );
/external/bison/src/
H A Doutput.c630 MUSCLE_INSERT_BOOL ("debug_flag", debug);
H A Dscan-skel.c693 void skel_set_debug (int debug_flag );
H A Dscan-code.c778 void code_set_debug (int debug_flag );
H A Dscan-gram.c1102 void gram_set_debug (int debug_flag );
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc606 void yyset_debug (int debug_flag );
/external/elfutils/0.153/libcpu/
H A Di386_lex.c606 void i386_set_debug (int debug_flag );
/external/elfutils/0.153/src/
H A Dldlex.c1182 void ldset_debug (int debug_flag );
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp647 void ppset_debug (int debug_flag ,yyscan_t yyscanner );
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c702 void glcpp_set_debug (int debug_flag ,yyscan_t yyscanner );
H A Dglsl_lexer.cc1211 void _mesa_glsl_set_debug (int debug_flag ,yyscan_t yyscanner );
/external/libpcap/
H A Dscanner.c2816 void pcap_set_debug (int debug_flag );
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp1089 void yyset_debug (int debug_flag ,yyscan_t yyscanner );

Completed in 522 milliseconds

12