/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 | 317 const char* debug_flag = getenv(kSandboxDebuggingEnv); local 318 return debug_flag && *debug_flag;
|
/external/openssh/ |
ssh-keyscan.c | 613 int debug_flag = 0, log_level = SYSLOG_LEVEL_INFO; local 652 if (!debug_flag) { 653 debug_flag = 1;
|
ssh.c | 120 int debug_flag = 0; variable 427 if (debug_flag == 0) { 428 debug_flag = 1; [all...] |
sshd.c | 155 int debug_flag = 0; variable 995 if (!debug_flag) { 1213 if (debug_flag) { [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
DebugTest.java | 50 final int debug_flag = VMDebug.TRACE_COUNT_ALLOCS; local 64 Debug.startMethodTracing(traceName, bufSize, debug_flag);
|
/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...] |