HomeSort by relevance Sort by last modified time
    Searched refs:getAll (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerClients.h 27 ScriptPromise getAll(ScriptState*, const ServiceWorkerClientQueryParams&);
FetchHeaderList.h 35 void getAll(const String&, Vector<String>&) const;
Headers.h 40 Vector<String> getAll(const String& key, ExceptionState&);
ServiceWorkerClients.cpp 54 ScriptPromise ServiceWorkerClients::getAll(ScriptState* scriptState, const ServiceWorkerClientQueryParams& options)
61 resolver->reject(DOMException::create(NotSupportedError, "includeUncontrolled parameter of getAll is not supported."));
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
tabs.js 8 chrome.windows.getAll({'populate': true}, function(windows) {
21 chrome.windows.getAll({'populate': true}, function(windows) {
  /external/mockito/src/org/mockito/internal/verification/
RegisteredInvocations.java 22 List<Invocation> getAll();
SingleRegisteredInvocation.java 26 public List<Invocation> getAll() {
DefaultRegisteredInvocations.java 38 public List<Invocation> getAll() {
  /external/guava/guava-tests/test/com/google/common/cache/
CacheEvictionTest.java 175 getAll(cache, asList(0, 1, 2));
180 getAll(cache, asList(10, 11, 12));
185 getAll(cache, asList(6, 7, 8));
190 getAll(cache, asList(13, 14, 15));
208 getAll(cache, asList(0, 1, 2));
213 getAll(cache, asList(10));
218 getAll(cache, asList(6, 7, 8));
223 getAll(cache, asList(15));
228 getAll(cache, asList(9));
233 getAll(cache, asList(1))
    [all...]
ForwardingLoadingCacheTest.java 71 expect(mock.getAll(ImmutableList.of("key"))).andReturn(ImmutableMap.of("key", Boolean.TRUE));
73 assertEquals(ImmutableMap.of("key", Boolean.TRUE), forward.getAll(ImmutableList.of("key")));
  /external/guava/guava/src/com/google/common/cache/
ForwardingLoadingCache.java 57 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException {
58 return delegate().getAll(keys);
AbstractLoadingCache.java 34 * {@link #get(K, Callable)}, and {@link #getAll} are implemented in terms of {@code get};
59 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException {
LoadingCache.java 119 ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException;
  /external/chromium_org/ui/accessibility/extensions/longdesc/
background.js 14 chrome.windows.getAll({'populate': true}, function(windows) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
AttributeTable.java 123 public ASN1EncodableVector getAll(DERObjectIdentifier oid)
125 return getAll(new ASN1ObjectIdentifier(oid.getId()));
135 public ASN1EncodableVector getAll(
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 118 getAll(AllChildren, MatchingChild);
135 void getAll(std::vector<StringRef> &Results,
148 It->getValue().getAll(Results, Children.end());
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwGeolocationPermissions.java 66 for (String name : mSharedPreferences.getAll().keySet()) {
111 for (String name : mSharedPreferences.getAll().keySet()) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
background.js 10 chrome.windows.getAll({"populate":true}, function(windows) {
  /external/chromium_org/third_party/icu/source/common/unicode/
enumset.h 48 inline uint32_t getAll() const {
  /external/chromium_org/ui/accessibility/extensions/highcontrast/
background.js 6 chrome.windows.getAll({'populate': true}, function(windows) {
29 chrome.windows.getAll({'populate': true}, function(windows) {
  /external/icu/icu4c/source/common/unicode/
enumset.h 50 inline uint32_t getAll() const {
  /frameworks/base/core/java/android/content/
SharedPreferences.java 243 Map<String, ?> getAll();
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 81 assertEquals(0, prefs.getAll().size());
82 assertTrue(prefs.getAll().isEmpty());
245 assertEquals(expectedMap, prefs.getAll());
270 assertEquals(expectedMap, prefs.getAll());
316 assertEquals(expectedMap, clonePrefs.getAll());
  /external/chromium_org/chrome/common/extensions/docs/examples/api/windows/merge_windows/
background.js 20 chrome.windows.getAll({"populate" : true}, moveTabs);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java 92 mNames = (HashMap<String, String>) mNamePreference.getAll();
93 mChannels = (HashMap<String, Integer>) mChannelPreference.getAll();

Completed in 910 milliseconds

1 2 3 4 5 6 7