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

  /external/dbus/dbus/
dbus-memory.c 106 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 = TRUE
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/
Makefile.am 16 SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" \
  /external/webkit/Source/WebKit/gtk/docs/
GNUmakefile.am 27 # 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/
Monitor.java 264 * The guards associated with this monitor that currently have waiters ({@code waiterCount > 0}).
779 final ArrayList<Guard> guards = this.activeGuards; local
780 final int guardCount = guards.size();
783 Guard guard = guards.get(i);
796 Guard guard = guards.get(i);
  /external/bluetooth/glib/docs/reference/glib/
Makefile.am 16 SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" --ignore-decorators="GLIB_VAR"
  /external/v8/src/
jsregexp.cc 2880 ZoneList<Guard*>* guards = alternative.guards(); local
2953 ZoneList<Guard*>* guards = alternative.guards(); local
3064 ZoneList<Guard*>* guards = alternative.guards(); local
4990 ZoneList<Guard*>* guards = alternative.guards(); local
    [all...]
jsregexp.h 1040 ZoneList<Guard*>* guards() { return guards_; } function in class:v8::internal::GuardedAlternative
    [all...]
  /external/bison/data/
lalr1.cc 39 dnl FIXME: This is wrong, we want computed header guards.
  /external/bison/tests/
testsuite 358 47;headers.at:77;Invalid CPP guards: input/input;;
359 48;headers.at:78;Invalid CPP guards: 9foo;;
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 732 milliseconds