HomeSort by relevance Sort by last modified time
    Searched full:guid (Results 201 - 225 of 1166) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vdslun.h 26 GUID m_diskSignature;
adtgen.h 38 GUID ObjectType;
59 GUID *pguid;
d3dx9xof.h 98 STDMETHOD(AddDataObject)(THIS_ REFGUID template_guid, const char *name, const GUID *guid,
115 STDMETHOD(GetType)(THIS_ GUID*) PURE;
116 STDMETHOD(AddDataObject)(THIS_ REFGUID template_guid, const char *name, const GUID *guid,
118 STDMETHOD(AddDataReference)(THIS_ LPCSTR, CONST GUID*) PURE;
134 STDMETHOD(GetDataObjectById)(THIS_ REFGUID guid, struct ID3DXFileData **obj) PURE;
152 STDMETHOD(GetType)(THIS_ GUID*) PURE;
dplobby.h 66 * Purpose: Request the GUID that identifies the lobby version that the application is communicating with.
67 * Response: The GUID which identifies the lobby version
72 * Purpose: Request the GUID that identifies the player for this particular machine.
86 * LOBBY structures associated with GUID messages
91 GUID guidPlayer;
142 GUID guidInstance; /* Instance GUID of the dplay session the message corresponds to */
150 GUID guidPlayer; /* Player GUID */
151 GUID guidPropertyTag; /* Property GUID *
    [all...]
hostinfo.h 9 const GUID IID_IHostInfoUpdate = { 0x1d044690,0x8923,0x11d0,{ 0xab,0xd2,0x0,0xa0,0xc9,0x11,0xe8,0xb2 } };
25 const GUID IID_IHostInfoProvider = { 0xf8418ae0,0x9a5d,0x11d0,{ 0xab,0xd4,0x0,0xa0,0xc9,0x11,0xe8,0xb2 } };
stireg.h 21 #define REGSTR_VAL_GUID_W L"GUID"
22 #define REGSTR_VAL_GUID TEXT("GUID")
tvout.h 12 GUID Guid;
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 43 explicit FormGroupMatchesByGUIDFunctor(const std::string& guid)
44 : guid_(guid) {
48 return form_group.guid() == guid_;
52 return form_group->guid() == guid_;
61 const std::string& guid) {
64 FormGroupMatchesByGUIDFunctor<T>(guid));
68 bool FindByGUID(const C& container, const std::string& guid) {
69 return FindElementByGUID<T>(container, guid) != container.end();
384 if (FindByGUID<AutofillProfile>(web_profiles_, profile.guid()))
405 AutofillProfile* existing_profile = GetProfileByGUID(profile.guid());
751 std::string guid = new_profile.guid(); local
1010 std::string guid = local
1031 std::string guid = imported_card.guid(); local
    [all...]
test_personal_data_manager.cc 44 return imported_profile.guid();
50 return imported_credit_card.guid();
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_impl.cc 11 #include "base/guid.h"
81 const std::string& guid) {
82 GuidToPolicyMap::const_iterator it = policies.find(guid);
164 std::string guid; local
165 shill_properties->GetStringWithoutPathExpansion(shill::kGuidProperty, &guid);
168 FindPolicyByGUID(userhash, guid, &onc_source);
182 if (!guid.empty())
183 network_policy = GetByGUID(policies->per_network_config, guid);
241 std::string guid = state->guid(); local
335 std::string guid = base::GenerateGUID(); local
388 std::string guid; local
    [all...]
policy_applicator.cc 39 const std::string& guid) {
40 PolicyApplicator::GuidToPolicyMap::const_iterator it = policies.find(guid);
122 << " doesn't contain a GUID.";
133 // unmanaged. It's an inconsistency if there is a GUID but no UIData, thus
134 // clear the GUID just in case.
145 // If we have a GUID that might match a current policy, do a lookup using
146 // that GUID at first. In particular this is necessary, as some networks
152 // If we didn't find a policy by GUID, still a new policy might match.
170 VLOG(1) << "Not updating existing managed configuration with guid "
187 // SSID changed might not be a good idea anyways. If the policy GUID
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_autofill_sync_test.cc 176 RemoveProfile(1, GetAllProfiles(1)[0]->guid());
183 GetAllProfiles(0)[0]->guid(),
191 RemoveProfile(1, GetAllProfiles(1)[0]->guid());
264 RemoveProfile(1, GetAllProfiles(1)[0]->guid());
292 GetAllProfiles(0)[0]->guid(),
296 GetAllProfiles(0)[0]->guid(),
313 GetAllProfiles(0)[0]->guid(),
318 GetAllProfiles(1)[0]->guid(),
337 GetAllProfiles(0)[0]->guid(),
341 GetAllProfiles(0)[0]->guid(),
    [all...]
  /system/core/fastbootd/other/
gptedit.c 58 " -t type guid\n"
59 " -g partition guid\n"
66 void addGPT(struct GPT_entry_table *table, const char *arg, const char *guid, const char *tguid);
95 {"guid", required_argument, 0, 'g'},
207 printf("guid \"%s\"", temp_guid);
223 printf(" guid \"%s\"\n", temp_guid);
239 void addGPT(struct GPT_entry_table *table, const char *str , const char *guid, const char *tguid) {
245 if (guid == NULL || tguid == NULL) {
246 fprintf(stderr, "Type guid and partion guid needed")
    [all...]
  /external/chromium_org/base/win/
event_trace_provider.h 20 typedef GUID EtwEventClass;
50 header.Guid = event_class;
60 header.Guid = event_class;
82 // registers with ETW by its name which is a GUID. ETW calls back to
93 explicit EtwTraceProvider(const GUID& provider_name);
110 void set_provider_name(const GUID& provider_name) {
113 const GUID& provider_name() const { return provider_name_; }
164 GUID provider_name_;
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_test_impl.h 24 void SetDefaultNetworkForTesting(const std::string& guid);
25 void SetDetectionResultsForTesting(const std::string& guid,
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_change.cc 24 DCHECK(type == ADD ? (profile && profile->guid() == key) : true);
25 DCHECK(type == UPDATE ? (profile && profile->guid() == key) : true);
autofill_profile_syncable_service.cc 7 #include "base/guid.h"
115 << p->guid();
147 bundle.profiles_to_delete.push_back(profile_to_merge->second->guid());
151 << "Found similar profile in sync db but with a different guid: "
154 << "New guid " << it->second->guid()
156 << profile_to_merge->second->guid();
244 std::string guid = i->sync_data().GetSpecifics(). local
245 autofill_profile().guid();
246 bundle.profiles_to_delete.push_back(guid);
    [all...]
autofill_webdata_backend_impl.cc 173 // Send GUID-based notification.
175 AutofillProfileChange::ADD, profile.guid(), &profile);
190 if (!AutofillTable::FromWebDatabase(db)->GetAutofillProfile(profile.guid(),
201 // Send GUID-based notification.
203 AutofillProfileChange::UPDATE, profile.guid(), &profile);
212 const std::string& guid, WebDatabase* db) {
215 if (!AutofillTable::FromWebDatabase(db)->GetAutofillProfile(guid, &profile)) {
221 if (!AutofillTable::FromWebDatabase(db)->RemoveAutofillProfile(guid)) {
226 // Send GUID-based notification.
227 AutofillProfileChange change(AutofillProfileChange::REMOVE, guid, NULL)
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-uuid.cpp 8 // CHECK: [[CONST_GUID]] = {{.*}}, metadata [[GUID:![0-9]*]]} ; [ DW_TAG_const_type ] [line 0, size 0, align 0, offset 0] [from _GUID]
9 // CHECK: [[GUID]] = {{.*}} ; [ DW_TAG_structure_type ] [_GUID]
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
counter_series.js 7 base.require('base.guid');
15 this.guid_ = base.GUID.allocate();
39 obj[key] = this[key].guid;
49 this.guid_ = base.GUID.allocate();
69 obj[key] = this[key].guid;
  /external/chromium_org/components/sync_driver/
device_info.cc 10 DeviceInfo::DeviceInfo(const std::string& guid,
16 : guid_(guid),
26 const std::string& DeviceInfo::guid() const { function in class:sync_driver::DeviceInfo
91 return this->guid() == other.guid() &&
device_info.h 23 DeviceInfo(const std::string& guid,
33 // The same device might have more than 1 guid if the device has multiple
35 const std::string& guid() const;
68 // not unique enough so the user can be tracked. Exposing |guid|
90 // Exposing |guid| would lead to a stable unique id for a device which
  /external/chromium_org/components/test/data/web_database/
version_33.sql 17 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, date_modified INTEGER NOT NULL DEFAULT 0);
19 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
21 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
23 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
25 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);
version_40.sql 17 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);
18 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
19 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
20 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
21 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);
version_41.sql 17 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);
18 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
19 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
20 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
21 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);

Completed in 1129 milliseconds

1 2 3 4 5 6 7 891011>>