HomeSort by relevance Sort by last modified time
    Searched defs:debug_flag (Results 1 - 5 of 5) sorted by null

  /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/chromium_org/sandbox/linux/seccomp-bpf/
trap.cc 320 const char* debug_flag = getenv(kSandboxDebuggingEnv); local
321 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/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...]
  /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...]

Completed in 176 milliseconds