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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chromeos/test/data/network/
toplevel_wifi_leap.onc 4 "GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
toplevel_wifi_open.onc 5 "GUID": "{485d6076-dd44-6b6d-69787465725f5040}",
translation_of_shill_wifi_with_state.onc 2 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
toplevel_wifi_wpa_psk.onc 3 "GUID": "{126ea985-9ece-4250-8a32-123abc}",
8 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
  /external/clang/test/SemaCXX/
borland-extensions.cpp 48 } GUID;
52 GUID const* Guid;
58 const GUID guid_inl = __uuidof(Foo);
60 data = ata1.Guid->Data1;
  /external/chromium/chrome/browser/webdata/
autofill_table.h 49 // guid A guid string to uniquely identify the profile.
67 // guid The guid string that identifies the profile to which
77 // guid The guid string that identifies the profile to which
85 // guid The guid string that identifies the profile to which
93 // profiles. When a profile is removed its guid is added
96 // guid The guid string that identifies the trashed profile
    [all...]
autofill_table.cc 26 #include "chrome/common/guid.h"
62 DCHECK(guid::IsValidGUID(profile.guid()));
63 s->BindString(0, profile.guid());
87 DCHECK(guid::IsValidGUID(profile->guid()));
104 DCHECK(guid::IsValidGUID(credit_card.guid()));
105 s->BindString(0, credit_card.guid());
125 DCHECK(guid::IsValidGUID(credit_card->guid()))
968 std::string guid = s.ColumnString(0); local
1194 std::string guid = s.ColumnString(0); local
1271 std::string guid = s_profiles_get.ColumnString(0); local
1306 std::string guid = s_credit_cards_get.ColumnString(0); local
1344 std::string guid = s.ColumnString(0); local
2101 std::string guid = s.ColumnString(0); local
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 14 #include "base/guid.h"
62 DCHECK(base::IsValidGUID(profile.guid()));
64 s->BindString(index++, profile.guid());
83 DCHECK(base::IsValidGUID(profile->guid()));
103 DCHECK(base::IsValidGUID(credit_card.guid()));
105 s->BindString(index++, credit_card.guid());
126 DCHECK(base::IsValidGUID(credit_card->guid()));
153 "SELECT guid, first_name, middle_name, last_name "
155 "WHERE guid=?"));
156 s.BindString(0, profile->guid());
1018 std::string guid = s.ColumnString(0); local
1157 std::string guid = s.ColumnString(0); local
1221 std::string guid = s_profiles_get.ColumnString(0); local
1246 std::string guid = s_credit_cards_get.ColumnString(0); local
1280 std::string guid = s_profiles_get.ColumnString(0); local
1313 std::string guid = s_credit_cards_get.ColumnString(0); local
1343 std::string guid = s.ColumnString(0); local
2058 std::string guid = s.ColumnString(0); local
2234 std::string guid = s.ColumnString(0); local
    [all...]
  /external/chromium_org/net/tools/quic/
quic_dispatcher_test.cc 48 QuicGuid guid,
60 MockServerConnection(QuicGuid guid,
62 : MockConnection(guid, true),
66 LOG(ERROR) << "Unregistering " << guid();
67 dispatcher_->OnConnectionClosed(guid(), QUIC_NO_ERROR);
74 QuicGuid guid,
77 MockServerConnection* connection = new MockServerConnection(guid, dispatcher);
109 QuicGuid guid,
113 IPEndPoint(), addr, guid, has_version_flag, local
175 QuicGuid guid,
188 QuicGuid guid = 1; local
212 dispatcher_.ProcessPacket(IPEndPoint(), addr, guid, true, *encrypted); local
230 QuicGuid guid = 1; local
    [all...]
  /external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp 38 static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value)
40 return SetPropString((const char *)&guid, sizeof(GUID), value);
43 int FindFormatCalssId(const GUID *clsID)
45 GUID cls = *clsID;
56 STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject)
100 GUID clsId = CLSID_CArchiveHandler;
  /external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
ChromeDebug.csproj 72 <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid>
81 <Guid>{26AD1324-4B7C-44BC-84F8-B86AED45729F}</Guid>
90 <Guid>{1A31287A-4D7D-413E-8E32-3B374931BD89}</Guid>
99 <Guid>{2CE2370E-D744-4936-A090-3FFFE667B0E1}</Guid>
108 <Guid>{64A96FE8-CCCF-4EDF-B341-FF7C528B60C9}</Guid>
    [all...]
  /external/chromium_org/components/test/data/web_database/
version_44.sql 31 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0);
33 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
34 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
35 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
36 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
37 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
version_45.sql 11 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0);
13 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
14 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
15 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
16 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
17 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
version_45_compatible.sql 11 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0);
13 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
14 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
15 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
16 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
17 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
version_45_invalid.sql 11 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0);
13 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
14 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
15 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
16 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
17 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
version_46.sql 11 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0);
13 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
14 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
15 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
16 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
17 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
version_47.sql 32 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0);
34 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
35 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
36 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
37 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
38 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSNew.py 38 """Returns a GUID for the specified target name.
44 A GUID-line string calculated from the name and seed.
46 This generates something which looks like a GUID, but depends only on the
48 GUID, so that projects and solutions which refer to each other can explicitly
49 determine the GUID to refer to explicitly. It also means that the GUID will
54 # Convert most of the signature to GUID form (discard the rest)
55 guid = ('{' + d[:8] + '-' + d[8:12] + '-' + d[12:16] + '-' + d[16:20]
57 return guid
64 # Sort by name then guid (so things are in order on vs2008)
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-uuidof.cpp 9 } GUID;
16 GUID g = __uuidof(S1);
21 const GUID& gr = __uuidof(S1);
24 const GUID* gp = &__uuidof(S1);
28 const GUID& zeroiid = __uuidof(0);
44 GUID s1_1 = __uuidof(S1);
48 GUID s1_2 = __uuidof(S1);
52 GUID s1_3 = __uuidof(s1);
61 GUID s2_1 = __uuidof(S2);
62 GUID s2_2 = __uuidof(S2)
    [all...]
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_impl.cc 11 #include "base/guid.h"
76 const std::string& guid) {
77 GuidToPolicyMap::const_iterator it = policies.find(guid);
177 std::string guid; local
179 &guid);
183 if (!guid.empty() && profile) {
191 GetByGUID(policies->per_network_config, guid);
235 std::string guid = state->guid(); local
236 if (guid.empty())
325 std::string guid = base::GenerateGUID(); local
375 std::string guid; local
    [all...]
  /external/chromium_org/base/
guid_posix.cc 5 #include "base/guid.h"
28 } // namespace guid
  /external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
id_mapping_helper.cc 25 const std::string& guid) {
35 if (guid_in_value == guid) {
46 std::string guid; local
47 id_mapping.GetString(id, &guid);
48 return guid;
76 device->guid());
81 value->SetString(local_id, device->guid());
98 if ((*it)->guid() == client_id) {
  /external/chromium_org/components/autofill/core/browser/
autofill_data_model.cc 12 AutofillDataModel::AutofillDataModel(const std::string& guid,
14 : guid_(guid),
  /external/chromium_org/net/quic/test_tools/
quic_framer_peer.cc 23 void QuicFramerPeer::SetLastSerializedGuid(QuicFramer* framer, QuicGuid guid) {
24 framer->last_serialized_guid_ = guid;
  /external/chromium_org/net/tools/quic/test_tools/
mock_quic_dispatcher.h 24 QuicGuid guid,
30 QuicGuid guid,

Completed in 891 milliseconds

1 2 34 5 6 7 8 91011>>