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

  /bionic/tests/
stack_protector_test.cpp 49 std::set<uint32_t> guards; member in struct:stack_protector_checker
65 guards.insert(guard);
88 ASSERT_EQ(1U, checker.guards.size());
113 * compiler generates the proper stack guards around this function.
  /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/chromium_org/v8/src/
jsregexp.h 605 // character and that has no guards on it.
1033 ZoneList<Guard*>* guards() { return guards_; } function in class:v8::internal::GuardedAlternative
    [all...]
jsregexp.cc 3935 ZoneList<Guard*>* guards = alternative.guards(); local
4054 ZoneList<Guard*>* guards = alternative.guards(); local
4165 ZoneList<Guard*>* guards = alternative.guards(); local
    [all...]
  /external/v8/src/
jsregexp.h 1040 ZoneList<Guard*>* guards() { return guards_; } function in class:v8::internal::GuardedAlternative
    [all...]
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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 295 milliseconds