Searched refs:guids (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chromeos/network/onc/
H A Donc_validator.h190 std::set<std::string> *guids);
H A Donc_validator.cc418 std::set<std::string> *guids) {
421 if (guids->count(guid) != 0) {
426 guids->insert(guid);
416 CheckGuidIsUniqueAndAddToSet(const base::DictionaryValue& dict, const std::string& key_guid, std::set<std::string> *guids) argument
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table_unittest.cc874 std::vector<std::string> guids; local
875 table_->GetAutofillProfilesInTrash(&guids);
876 EXPECT_TRUE(guids.empty());
882 ASSERT_TRUE(table_->GetAutofillProfilesInTrash(&guids));
883 EXPECT_EQ(2UL, guids.size());
884 EXPECT_EQ("00000000-0000-0000-0000-000000000000", guids[0]);
885 EXPECT_EQ("00000000-0000-0000-0000-000000000001", guids[1]);
888 ASSERT_TRUE(table_->GetAutofillProfilesInTrash(&guids));
889 EXPECT_TRUE(guids.empty());
893 std::vector<std::string> guids; local
[all...]
H A Dautofill_table.h106 // This table contains guids of "trashed" autofill
235 // list of deleted profile guids in |profile_guids|. Return value is true if
258 bool GetAutofillProfilesInTrash(std::vector<std::string>* guids);
H A Dautofill_table.cc1253 std::vector<std::string>* guids) {
1254 guids->clear();
1262 guids->push_back(guid);
1252 GetAutofillProfilesInTrash( std::vector<std::string>* guids) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c2512 INTFS_KEY_TABLE guids;
2544 os_memset(&guids, 0, sizeof(guids));
2545 res = wzc_enum_interf(NULL, &guids);
2554 (int) guids.dwNumIntfs);
2556 for (i = 0; i < guids.dwNumIntfs; i++) {
2557 pos = guids.pIntfs[i].wszGuid;
2575 if (i >= guids.dwNumIntfs) {
2582 intf.wszGuid = guids.pIntfs[i].wszGuid;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c2512 INTFS_KEY_TABLE guids;
2544 os_memset(&guids, 0, sizeof(guids));
2545 res = wzc_enum_interf(NULL, &guids);
2554 (int) guids.dwNumIntfs);
2556 for (i = 0; i < guids.dwNumIntfs; i++) {
2557 pos = guids.pIntfs[i].wszGuid;
2575 if (i >= guids.dwNumIntfs) {
2582 intf.wszGuid = guids.pIntfs[i].wszGuid;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c2512 INTFS_KEY_TABLE guids;
2544 os_memset(&guids, 0, sizeof(guids));
2545 res = wzc_enum_interf(NULL, &guids);
2554 (int) guids.dwNumIntfs);
2556 for (i = 0; i < guids.dwNumIntfs; i++) {
2557 pos = guids.pIntfs[i].wszGuid;
2575 if (i >= guids.dwNumIntfs) {
2582 intf.wszGuid = guids.pIntfs[i].wszGuid;
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager_unittest.cc434 std::set<std::string> guids; local
435 guids.insert(profile0.guid());
436 guids.insert(profile1.guid());
437 guids.insert(credit_card0.guid());
438 guids.insert(credit_card1.guid());
439 EXPECT_EQ(4U, guids.size());
442 // Test for http://crbug.com/50047. Makes sure that guids are populated

Completed in 114 milliseconds