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

1 2 3 4

  /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/chrome/browser/task_manager/
background_information.h 22 virtual void GetAll(const NewWebContentsCallback& callback) OVERRIDE;
extension_information.h 25 virtual void GetAll(const NewWebContentsCallback& callback) OVERRIDE;
guest_information.h 23 virtual void GetAll(const NewWebContentsCallback& callback) OVERRIDE;
panel_information.h 23 virtual void GetAll(const NewWebContentsCallback& callback) OVERRIDE;
printing_information.h 24 virtual void GetAll(const NewWebContentsCallback& callback) OVERRIDE;
tab_contents_information.h 25 virtual void GetAll(const NewWebContentsCallback& callback) OVERRIDE;
web_contents_information.h 35 virtual void GetAll(const NewWebContentsCallback& callback) = 0;
  /external/chromium_org/chromeos/dbus/
sms_client.h 39 // Calls GetAll method. |callback| is called after the method call succeeds.
40 virtual void GetAll(const std::string& service_name,
fake_sms_client.h 22 virtual void GetAll(const std::string& service_name,
fake_nfc_manager_client.h 29 virtual void GetAll() OVERRIDE;
fake_sms_client.cc 26 void FakeSMSClient::GetAll(const std::string& service_name,
nfc_property_set.h 31 // Caches |callback| so that it will be invoked after a call to GetAll()
39 virtual void GetAll() OVERRIDE;
50 // after a call to GetAll.
fake_bluetooth_adapter_client.h 33 virtual void GetAll() OVERRIDE;
fake_bluetooth_gatt_service_client.h 34 virtual void GetAll() OVERRIDE;
fake_bluetooth_input_client.h 30 virtual void GetAll() OVERRIDE;
fake_nfc_device_client.h 34 virtual void GetAll() OVERRIDE;
fake_nfc_record_client.h 35 virtual void GetAll() OVERRIDE;
71 // Called by Properties* structures when GetAll is called.
  /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 23 namespace GetAll = extensions::api::cookies::GetAll;
140 GetAll::Params::Details details;
141 bool rv = GetAll::Params::Details::Populate(dict, &details);
165 scoped_ptr<GetAll::Params> params(GetAll::Params::Create(args));
cookies_helpers.cc 34 namespace GetAll = extensions::api::cookies::GetAll;
131 const GetAll::Params::Details* details,
160 MatchFilter::MatchFilter(const GetAll::Params::Details* details)
  /external/chromium_org/extensions/renderer/
script_context_set_unittest.cc 40 EXPECT_EQ(1u, context_set.GetAll().count(context));
45 EXPECT_EQ(1u, context_set.GetAll().count(context));
47 // GetAll() returns a copy so removing from one should not remove from others.
48 ScriptContextSet::ContextSet set_copy = context_set.GetAll();
script_context_set.cc 45 ScriptContextSet::ContextSet ScriptContextSet::GetAll() const {
79 ContextSet contexts = GetAll();
107 ContextSet contexts = GetAll();
  /external/chromium_org/extensions/common/permissions/
permissions_info.h 38 APIPermissionSet GetAll() const;
  /external/chromium_org/build/android/pylib/base/
base_test_result_unittest.py 30 self.tr.GetAll().symmetric_difference(
49 tr2.GetAll().symmetric_difference(

Completed in 903 milliseconds

1 2 3 4