HomeSort by relevance Sort by last modified time
    Searched refs:Sets (Results 176 - 185 of 185) sorted by null

1 2 3 4 5 6 78

  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 41 import com.google.common.collect.Sets;
749 * Sets the value reference for this entry.
782 * Sets the entry access time in ns.
792 * Sets the next entry in the access queue.
802 * Sets the previous entry in the access queue.
818 * Sets the entry write time in ns.
828 * Sets the next entry in the write queue.
838 * Sets the previous entry in the write queue.
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 119 import com.google.android.collect.Sets;
195 private HashSet<String> mMeteredIfaces = Sets.newHashSet();
744 * Sets the preferred network.
    [all...]
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java 78 import com.google.android.collect.Sets;
349 final HashSet<AuthenticatorDescription> knownAuth = Sets.newHashSet();
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 318 --timeout t Sets the number of seconds before a test times out (default: $timeoutSeconds)
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 51 import com.google.android.collect.Sets;
342 private HashSet<String> mMobileIfaces = Sets.newHashSet();
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 131 Saving Key-Value Sets
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 67 import com.google.android.collect.Sets;
379 private static final HashSet<String> ALLOWED_URI_PARAMETERS = Sets.newHashSet(
    [all...]
  /external/v8/src/
debug-debugger.js 780 // Sets a breakpoint in a script identified through id or name at the
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 797 milliseconds

1 2 3 4 5 6 78