HomeSort by relevance Sort by last modified time
    Searched full:getall (Results 76 - 100 of 238) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
sem.h 21 #define GETALL 13
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
sem.h 21 #define GETALL 13
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
sem.h 21 #define GETALL 13
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
sem.h 21 #define GETALL 13
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
sem.h 21 #define GETALL 13
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
sem.h 21 #define GETALL 13
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sem.h 21 #define GETALL 13
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sem.h 21 #define GETALL 13
  /external/chromium_org/ppapi/cpp/extensions/dev/
alarms_dev.cc 134 int32_t Alarms_Dev::GetAll(const GetAllCallback& callback) {
138 return get_interface<PPB_Ext_Alarms_Dev_0_1>()->GetAll(
  /external/guava/guava-tests/test/com/google/common/cache/
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")));
CacheExpirationTest.java 270 getAll(cache, asList(0, 1, 2));
280 getAll(cache, asList(5, 7, 9));
322 getAll(cache, asList(0, 1, 2));
371 getAll(cache, asList(1, 3));
377 getAll(cache, asList(6, 8));
384 getAll(cache, asList(1));
443 private void getAll(LoadingCache<Integer, Integer> cache, List<Integer> keys) {
CacheLoadingTest.java 331 assertEquals(ImmutableMap.of(), cache.getAll(ImmutableList.<Integer>of()));
337 assertEquals(ImmutableMap.of(1, 1), cache.getAll(asList(1)));
344 assertEquals(ImmutableMap.of(1, 1, 2, 2, 3, 3, 4, 4), cache.getAll(asList(1, 2, 3, 4)));
351 assertEquals(ImmutableMap.of(2, 2, 3, 3), cache.getAll(asList(2, 3)));
359 assertEquals(ImmutableMap.of(4, 4, 5, 5), cache.getAll(asList(4, 5)));
377 assertEquals(ImmutableMap.of(), cache.getAll(ImmutableList.<Integer>of()));
383 assertEquals(ImmutableMap.of(1, 1), cache.getAll(asList(1)));
390 assertEquals(ImmutableMap.of(1, 1, 2, 2, 3, 3, 4, 4), cache.getAll(asList(1, 2, 3, 4)));
397 assertEquals(ImmutableMap.of(2, 2, 3, 3), cache.getAll(asList(2, 3)));
405 assertEquals(ImmutableMap.of(4, 4, 5, 5), cache.getAll(asList(4, 5)))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.cc 34 namespace GetAll = extensions::api::cookies::GetAll;
130 const GetAll::Params::Details* details,
159 MatchFilter::MatchFilter(const GetAll::Params::Details* details)
cookies_api.h 112 // Implements the cookies.getAll() extension function.
115 DECLARE_EXTENSION_FUNCTION("cookies.getAll", COOKIES_GETALL)
132 scoped_ptr<extensions::api::cookies::GetAll::Params> parsed_args_;
  /external/chromium_org/chrome/browser/extensions/api/discovery/
suggested_links_registry.h 34 const SuggestedLinkList* GetAll(const std::string& extension_id) const;
suggested_links_registry.cc 55 const SuggestedLinkList* SuggestedLinksRegistry::GetAll(
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.h 107 DECLARE_EXTENSION_FUNCTION("notifications.getAll", NOTIFICATIONS_GET_ALL)
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_input_client.h 31 virtual void GetAll() OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/permissions/
permissions_api.cc 26 namespace GetAll = api::permissions::GetAll;
72 results_ = GetAll::Results::Create(*permissions);
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 86 assertEquals(0, prefs.getAll().size());
87 assertTrue(prefs.getAll().isEmpty());
237 assertEquals(expectedMap, prefs.getAll());
262 assertEquals(expectedMap, prefs.getAll());
308 assertEquals(expectedMap, clonePrefs.getAll());
  /external/icu4c/test/intltest/
itutil.cpp 520 logln("Value now: %d\n", flags.getAll());
522 logln("clear -Value now: %d\n", flags.getAll());
528 logln("set THING1 -Value now: %d\n", flags.getAll());
534 logln("set THING3 -Value now: %d\n", flags.getAll());
543 logln("remove THING2 -Value now: %d\n", flags.getAll());
549 logln("remove THING1 -Value now: %d\n", flags.getAll());
553 logln("clear -Value now: %d\n", flags.getAll());
  /external/chromium_org/dbus/
property.cc 125 void PropertySet::GetAll() {
139 LOG(WARNING) << "GetAll request failed.";
145 LOG(WARNING) << "GetAll response has wrong parameters: "
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 118 getAll(AllChildren, MatchingChild);
135 void getAll(std::vector<StringRef> &Results,
148 It->getValue().getAll(Results, Children.end());
  /bionic/libc/kernel/common/linux/
sem.h 26 #define GETALL 13
  /external/chromium/chrome/common/extensions/docs/examples/api/processes/show_tabs/
popup.html 25 chrome.windows.getAll({ populate: true }, function(windowList) {

Completed in 1040 milliseconds

1 2 34 5 6 7 8 910