HomeSort by relevance Sort by last modified time
    Searched refs:guards (Results 1 - 13 of 13) 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/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/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...]
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.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 1361 milliseconds