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

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p8.cpp 19 class debug_flag { // expected-note {{not an aggregate and has no constexpr constructors}} class in namespace:std_example
21 explicit debug_flag(bool);
22 constexpr bool is_on(); // expected-error {{non-literal type 'std_example::debug_flag' cannot have constexpr members}}
  /external/bison/src/
getargs.h 33 extern bool debug_flag; /* for -t */
getargs.c 47 bool debug_flag; variable
423 debug_flag = true;
output.c 587 MUSCLE_INSERT_BOOL ("debug_flag", debug_flag);
parse-gram.y 218 | "%debug" { debug_flag = true; }
  /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);
  /external/openssh/
sshd.c 155 int debug_flag = 0; variable
995 if (!debug_flag) {
1213 if (debug_flag) {
    [all...]
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...]
session.c 136 extern int debug_flag;
1304 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...]
  /external/elfutils/libcpu/
i386_lex.c 606 void i386_set_debug (int debug_flag );
    [all...]
  /external/elfutils/src/
ldlex.c     [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.c 776 void glcpp_set_debug (int debug_flag ,yyscan_t yyscanner );
    [all...]
  /external/mesa3d/src/glsl/
glsl_lexer.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp     [all...]

Completed in 697 milliseconds