Home
last modified time | relevance | path

Searched defs:guards (Results 1 – 4 of 4) sorted by relevance

/external/dbus/dbus/
Ddbus-memory.c106 static dbus_bool_t guards = FALSE; variable
/external/guava/guava/src/com/google/common/util/concurrent/
DMonitor.java779 final ArrayList<Guard> guards = this.activeGuards; in signalConditionsOfSatisfiedGuards() local
/external/v8/src/
Djsregexp.cc2880 ZoneList<Guard*>* guards = alternative.guards(); in Emit() local
2953 ZoneList<Guard*>* guards = alternative.guards(); in Emit() local
3064 ZoneList<Guard*>* guards = alternative.guards(); in EmitOutOfLineContinuation() local
4990 ZoneList<Guard*>* guards = alternative.guards(); in ComputeFirstCharacterSet() local
Djsregexp.h1040 ZoneList<Guard*>* guards() { return guards_; } in guards() function