HomeSort by relevance Sort by last modified time
    Searched refs:debug_flag (Results 1 - 25 of 28) sorted by null

1 2

  /external/lldb/scripts/
finish-swig-wrapper-classes.sh 22 # 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}"
build-swig-wrapper-classes.sh 22 # 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/
p8.cpp 39 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/
finish-swig-Python-LLDB.sh 27 # debug_flag (optional) determines whether or not this script outputs
34 debug_flag=$5
43 if [ -n "$debug_flag" -a "$debug_flag" = "-debug" ]
build-swig-Python.sh 11 # 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/
strace.c 82 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)
    [all...]
syscall.c     [all...]
unwind.c 41 #define DPRINTF(F, A, ...) if (debug_flag) fprintf(stderr, " [unwind(" A ")] " F "\n", __VA_ARGS__)
defs.h 559 extern bool debug_flag;
  /external/chromium_org/sandbox/linux/seccomp-bpf/
trap.cc 356 const char* debug_flag = getenv(kSandboxDebuggingEnv); local
357 return debug_flag && *debug_flag;
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 51 final int debug_flag = VMDebug.TRACE_COUNT_ALLOCS; local
65 Debug.startMethodTracing(traceName, bufSize, debug_flag);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 256 void parse_events_set_debug (int debug_flag ,yyscan_t yyscanner );
pmu-flex.c 530 void perf_pmu_set_debug (int debug_flag );
    [all...]
parse-events-flex.c     [all...]
  /external/bison/src/
output.c 630 MUSCLE_INSERT_BOOL ("debug_flag", debug);
scan-skel.c 693 void skel_set_debug (int debug_flag );
    [all...]
scan-code.c 778 void code_set_debug (int debug_flag );
    [all...]
scan-gram.c     [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 157 static int debug_flag = 0;
369 { 'd', flag, (char *) &debug_flag, 1, 1, 0, 0, 0, 0 },
601 if (debug_flag)
156 static int debug_flag = 0; variable
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 606 void yyset_debug (int debug_flag );
    [all...]
  /external/elfutils/0.153/libcpu/
i386_lex.c 606 void i386_set_debug (int debug_flag );
    [all...]
  /external/elfutils/0.153/src/
ldlex.c     [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 647 void ppset_debug (int debug_flag ,yyscan_t yyscanner );
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 702 void glcpp_set_debug (int debug_flag ,yyscan_t yyscanner );
    [all...]
  /external/libpcap/
scanner.c     [all...]

Completed in 1116 milliseconds

1 2