Searched refs:guards (Results 1 - 7 of 7) sorted by relevance

/external/dbus/dbus/
H A Ddbus-memory.c106 static dbus_bool_t guards = FALSE; variable
147 guards = TRUE;
148 _dbus_verbose ("Will use malloc guards\n");
469 else if (guards)
523 else if (guards)
578 else if (guards)
592 /* old guards shouldn't have moved */
632 if (guards)
832 old_guards = guards;
833 guards
[all...]
/external/webkit/Source/WebKit/gtk/docs/
H A DGNUmakefile.am27 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
28 SCAN_OPTIONS=--deprecated-guards="WEBKIT_DISABLE_DEPRECATED" --ignore-decorators="WEBKIT_API"
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMonitor.java264 * The guards associated with this monitor that currently have waiters ({@code waiterCount > 0}).
779 final ArrayList<Guard> guards = this.activeGuards;
780 final int guardCount = guards.size();
783 Guard guard = guards.get(i);
796 Guard guard = guards.get(i);
/external/v8/src/
H A Djsregexp.cc2880 ZoneList<Guard*>* guards = alternative.guards(); local
2881 int guard_count = (guards == NULL) ? 0 : guards->length();
2883 ASSERT(!trace->mentions_reg(guards->at(j)->reg()));
2953 ZoneList<Guard*>* guards = alternative.guards(); local
2954 int guard_count = (guards == NULL) ? 0 : guards->length();
3012 GenerateGuard(macro_assembler, guards
3064 ZoneList<Guard*>* guards = alternative.guards(); local
4990 ZoneList<Guard*>* guards = alternative.guards(); local
[all...]
H A Djsregexp.h1040 ZoneList<Guard*>* guards() { return guards_; } function in class:v8::internal::GuardedAlternative
/external/bison/data/
H A Dlalr1.cc39 dnl FIXME: This is wrong, we want computed header guards.
/external/bison/tests/
H A Dtestsuite358 47;headers.at:77;Invalid CPP guards: input/input;;
359 48;headers.at:78;Invalid CPP guards: 9foo;;
6063 47 ) # 47. headers.at:77: Invalid CPP guards: input/input
6065 at_desc='Invalid CPP guards: input/input'
6066 $at_quiet $ECHO_N " 47: Invalid CPP guards: input/input $ECHO_C"
6194 48 ) # 48. headers.at:78: Invalid CPP guards: 9foo
6196 at_desc='Invalid CPP guards: 9foo'
6197 $at_quiet $ECHO_N " 48: Invalid CPP guards: 9foo $ECHO_C"
[all...]

Completed in 1064 milliseconds