HomeSort by relevance Sort by last modified time
    Searched refs:guid (Results 26 - 50 of 373) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libmedia/
AudioEffect.cpp 441 status_t AudioEffect::stringToGuid(const char *str, effect_uuid_t *guid)
443 if (str == NULL || guid == NULL) {
453 guid->timeLow = (uint32_t)tmp[0];
454 guid->timeMid = (uint16_t)tmp[1];
455 guid->timeHiAndVersion = (uint16_t)tmp[2];
456 guid->clockSeq = (uint16_t)tmp[3];
457 guid->node[0] = (uint8_t)tmp[4];
458 guid->node[1] = (uint8_t)tmp[5];
459 guid->node[2] = (uint8_t)tmp[6];
460 guid->node[3] = (uint8_t)tmp[7]
    [all...]
  /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/
test_personal_data_manager.cc 44 return imported_profile.guid();
50 return imported_credit_card.guid();
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...]
  /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_table.cc 15 #include "base/guid.h"
80 DCHECK(base::IsValidGUID(profile.guid()));
82 s->BindString(index++, profile.guid());
102 DCHECK(base::IsValidGUID(profile->guid()));
123 DCHECK(base::IsValidGUID(credit_card.guid()));
125 s->BindString(index++, credit_card.guid());
146 DCHECK(base::IsValidGUID(credit_card->guid()));
175 "SELECT guid, first_name, middle_name, last_name "
177 "WHERE guid=?"));
178 s.BindString(0, profile->guid());
936 std::string guid = s.ColumnString(0); local
1075 std::string guid = s.ColumnString(0); local
1139 std::string guid = s_profiles_get.ColumnString(0); local
1164 std::string guid = s_credit_cards_get.ColumnString(0); local
1198 std::string guid = s_profiles_get.ColumnString(0); local
1231 std::string guid = s_credit_cards_get.ColumnString(0); local
1261 std::string guid = s.ColumnString(0); local
2052 std::string guid = s.ColumnString(0); local
2231 std::string guid = s.ColumnString(0); local
    [all...]
autofill_table.h 52 // guid A guid string to uniquely identify the profile.
82 // guid The guid string that identifies the profile to which
93 // guid The guid string that identifies the profile to which
101 // guid The guid string that identifies the profile to which the
107 // profiles. When a profile is removed its guid is added
110 // guid The guid string that identifies the trashed profile
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi.h 211 REFGUID guid,
216 REFGUID guid,
220 REFGUID guid,
251 REFGUID guid,
257 REFGUID guid,
262 REFGUID guid,
284 #define IDXGIObject_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data)
285 #define IDXGIObject_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object
    [all...]
d3d11.h 962 REFGUID guid,
967 REFGUID guid,
972 REFGUID guid,
1002 REFGUID guid,
1008 REFGUID guid,
1014 REFGUID guid,
    [all...]
d3d10.h     [all...]
  /bionic/libc/kernel/uapi/sound/
firewire.h 54 unsigned char guid[8]; member in struct:snd_firewire_get_info
  /external/kernel-headers/original/uapi/sound/
firewire.h 42 unsigned char guid[8]; member in struct:snd_firewire_get_info
  /external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
id_mapping_helper_unittest.cc 7 #include "base/guid.h"
81 EXPECT_TRUE(VerifyDictionary(public_id1, devices[0]->guid(), dictionary));
82 EXPECT_TRUE(VerifyDictionary(public_id2, devices[1]->guid(), dictionary));
83 EXPECT_TRUE(VerifyDictionary(public_id3, devices[2]->guid(), dictionary));
id_mapping_helper.h 29 // Gets public id from GUID, given a dictionary that has the mapping.
30 // If it cannot find the GUID the public id returned will be empty.
33 const std::string& guid);
35 // Gets the GUID from public id given a dictionary that has the mapping.
36 // If it cannot find the public id, the GUID returned will be empty.
46 // device guid as the value.
  /external/chromium_org/chrome/browser/sync/glue/
local_device_info_provider_mock.cc 13 const std::string& guid,
22 guid,
38 return local_device_info_.get() ? local_device_info_->guid() : "";
  /external/chromium_org/content/browser/tracing/
etw_system_event_consumer_win.cc 23 std::string GuidToString(const GUID& guid) {
25 guid.Data1, guid.Data2, guid.Data3,
26 guid.Data4[0], guid.Data4[1], guid.Data4[2], guid.Data4[3],
27 guid.Data4[4], guid.Data4[5], guid.Data4[6], guid.Data4[7])
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
network_config_message_handler.cc 31 bool GetServicePathFromGuid(const std::string& guid,
35 guid);
104 std::string guid; local
106 !arg_list->GetString(1, &guid)) {
110 if (!GetServicePathFromGuid(guid, &service_path)) {
126 std::string guid; local
128 !arg_list->GetString(1, &guid)) {
132 if (!GetServicePathFromGuid(guid, &service_path)) {
166 std::string guid; local
168 !arg_list->GetString(1, &guid)) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/network/
network_config.js 105 * @param {string} guid The guid identifying the network.
108 getProperties: function(guid, callback) {
110 chrome.send('networkConfig.getProperties', [callbackId, guid]);
117 * @param {string} guid The guid identifying the network.
120 getManagedProperties: function(guid, callback) {
122 chrome.send('networkConfig.getManagedProperties', [callbackId, guid]);
128 * @param {string} guid The guid identifying the network
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_chromeos.cc 63 bool GetServicePathFromGuid(const std::string& guid,
67 GetStateHandler()->GetNetworkStateFromGuid(guid);
135 const std::string& guid,
139 if (!GetServicePathFromGuid(guid, &service_path, &error)) {
151 const std::string& guid,
155 if (!GetServicePathFromGuid(guid, &service_path, &error)) {
174 const std::string& guid,
178 if (!GetServicePathFromGuid(guid, &service_path, &error)) {
198 const std::string& guid,
203 if (!GetServicePathFromGuid(guid, &service_path, &error))
    [all...]
networking_private_service_client.h 118 virtual void GetProperties(const std::string& guid,
122 const std::string& guid,
125 virtual void GetState(const std::string& guid,
128 virtual void SetProperties(const std::string& guid,
142 virtual void StartConnect(const std::string& guid,
146 const std::string& guid,
154 const std::string& guid,
173 const std::string& guid,
  /external/chromium_org/chrome/browser/resources/options/
autofill_options.js 10 * guid: string,
157 * Removes the Autofill address or credit card represented by |guid|.
158 * @param {string} guid The GUID of the address to remove.
161 removeData_: function(guid) {
162 chrome.send('removeData', [guid]);
166 * Requests profile data for the address represented by |guid| from the
169 * @param {string} guid The GUID of the address to edit.
172 loadAddressEditor_: function(guid) {
    [all...]
  /external/chromium_org/components/test/data/web_database/
version_48.sql 10 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);
12 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);
13 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
14 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
15 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
16 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
cros_device.py 11 guid='cros:%s' % host_name)
  /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...]

Completed in 368 milliseconds

12 3 4 5 6 7 8 91011>>