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

1 2

  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-getall.py 12 props = wpas_obj.GetAll("fi.w1.wpa_supplicant1",
14 print "GetAll(fi.w1.wpa_supplicant1, /fi/w1/wpa_supplicant1):"
25 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface",
28 print "GetAll(fi.w1.wpa_supplicant1.Interface, %s):" % (path)
31 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface.WPS",
34 print "GetAll(fi.w1.wpa_supplicant1.Interface.WPS, %s):" % (path)
41 props = bss_obj.GetAll("fi.w1.wpa_supplicant1.BSS",
44 print "GetAll(fi.w1.wpa_supplicant1.BSS, %s):" % (res[0])
51 props = net_obj.GetAll("fi.w1.wpa_supplicant1.Network",
54 print "GetAll(fi.w1.wpa_supplicant1.Network, %s):" % (res[0]
    [all...]
  /external/chromium_org/chromeos/dbus/
sms_client.h 41 // Calls GetAll method. |callback| is called after the method call succeeds.
42 virtual void GetAll(const std::string& service_name,
fake_bluetooth_input_client.h 31 virtual void GetAll() OVERRIDE;
sms_client.cc 37 // Calls GetAll method. |callback| is called after the method call succeeds.
38 virtual void GetAll(const std::string& service_name,
53 // Handles responses of GetAll method calls.
87 virtual void GetAll(const std::string& service_name,
fake_bluetooth_adapter_client.h 34 virtual void GetAll() OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.h 84 const extensions::api::cookies::GetAll::Params::Details* details,
92 // cookies.getAll().
94 // passed into the cookies.getAll() API by the user. If the dictionary contains
103 const extensions::api::cookies::GetAll::Params::Details* details);
119 const extensions::api::cookies::GetAll::Params::Details* details_;
cookies_unittest.cc 22 namespace GetAll = extensions::api::cookies::GetAll;
172 GetAll::Params::Details details;
173 bool rv = GetAll::Params::Details::Populate(dict, &details);
197 scoped_ptr<GetAll::Params> params(GetAll::Params::Create(args));
cookies_helpers.cc 34 namespace GetAll = extensions::api::cookies::GetAll;
130 const GetAll::Params::Details* details,
159 MatchFilter::MatchFilter(const GetAll::Params::Details* details)
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_context_set_unittest.cc 36 EXPECT_EQ(1u, context_set.GetAll().count(context));
41 EXPECT_EQ(1u, context_set.GetAll().count(context));
43 // GetAll() returns a copy so removing from one should not remove from others.
44 ChromeV8ContextSet::ContextSet set_copy = context_set.GetAll();
chrome_v8_context_set.cc 58 ChromeV8ContextSet::ContextSet ChromeV8ContextSet::GetAll() const {
89 ContextSet contexts = GetAll();
118 ContextSet contexts = GetAll();
chrome_v8_context_set.h 52 ContextSet GetAll() const;
extension_helper.cc 268 dispatcher_->v8_context_set().GetAll(),
276 MessagingBindings::DeliverMessage(dispatcher_->v8_context_set().GetAll(),
286 dispatcher_->v8_context_set().GetAll(),
  /external/chromium_org/chrome/browser/extensions/api/discovery/
suggested_links_registry.h 34 const SuggestedLinkList* GetAll(const std::string& extension_id) const;
discovery_api_unittest.cc 106 const SuggestedLinkList* links = registry->GetAll(GetExtensionId());
121 const SuggestedLinkList* links = registry->GetAll(GetExtensionId());
139 const SuggestedLinkList* links = registry->GetAll(GetExtensionId());
161 const SuggestedLinkList* links = registry->GetAll(GetExtensionId());
186 const SuggestedLinkList* links = registry->GetAll(GetExtensionId());
  /external/chromium_org/chrome/common/extensions/permissions/
permissions_info.h 37 APIPermissionSet GetAll() const;
  /external/chromium_org/ppapi/c/extensions/dev/
ppb_ext_alarms_dev.h 149 int32_t (*GetAll)(PP_Instance instance,
  /external/chromium_org/ppapi/thunk/
ppb_ext_alarms_thunk.cc 47 int32_t GetAll(PP_Instance instance,
58 "alarms.getAll", input_args, output_args, enter.callback()));
83 &GetAll,
  /external/chromium_org/build/android/pylib/base/
base_test_result_unittest.py 30 self.tr.GetAll().symmetric_difference(
49 tr2.GetAll().symmetric_difference(
base_test_result.py 142 def GetAll(self):
172 return self.GetAll() - self.GetPass()
  /external/chromium_org/ppapi/api/extensions/dev/
ppb_ext_alarms_dev.idl 129 int32_t GetAll(
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_source_discovery.cc 69 const SuggestedLinkList* list = registry->GetAll(extension_id_);
  /external/chromium_org/ppapi/cpp/extensions/dev/
alarms_dev.h 80 int32_t GetAll(const GetAllCallback& callback);
alarms_dev.cc 134 int32_t Alarms_Dev::GetAll(const GetAllCallback& callback) {
138 return get_interface<PPB_Ext_Alarms_Dev_0_1>()->GetAll(
  /external/chromium_org/chrome/browser/extensions/api/permissions/
permissions_api.cc 26 namespace GetAll = api::permissions::GetAll;
72 results_ = GetAll::Results::Create(*permissions);
  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 133 assert len(java_result.GetAll()) == 1

Completed in 309 milliseconds

1 2