/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/android/javatests/src/org/chromium/chrome/browser/autofill/ |
PersonalDataManagerTest.java | 39 "" /* guid */, "https://www.example.com" /* origin */, 48 "" /* guid */, "http://www.example.com" /* origin */, 73 "" /* guid */, "https://www.example.com" /* origin */, 103 "" /* guid */, "Chrome settings" /* origin */, 119 "" /* guid */, "https://www.example.com" /* origin */, 125 "" /* guid */, "http://www.example.com" /* origin */, 150 "" /* guid */, "Chrome settings" /* origin */, 165 "" /* guid */, "https://www.example.com" /* origin */, 173 "" /* guid */, "https://www.example.com" /* origin */, 199 "" /* guid */, "https://www.example.com" /* origin */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fwpmu.h | 152 const GUID *key 180 const GUID *key, 186 const GUID *key, 197 const GUID *key, 263 const GUID *key 287 const GUID *key, 293 const GUID *key, 304 const GUID *key, 340 const GUID *key 370 const GUID *key [all...] |
p2p.h | 112 GUID id; 168 GUID applicationId; 189 GUID * pInstance; 218 GUID id; 227 GUID id; 273 const GUID *pObjectId 283 const GUID *pApplicationId, 298 const GUID *pObjectId, 316 const GUID *pApplicationId, 420 const GUID *pApplicationID [all...] |
aclui.h | 29 GUID guidObjectType; 59 const GUID *pguid; 71 const GUID *pguid; 90 STDMETHOD(GetAccessRights) (THIS_ const GUID *pguidObjectType,DWORD dwFlags,PSI_ACCESS *ppAccess,ULONG *pcAccesses,ULONG *piDefaultAccess) PURE; 91 STDMETHOD(MapGeneric) (THIS_ const GUID *pguidObjectType,UCHAR *pAceFlags,ACCESS_MASK *pMask) PURE; 128 STDMETHOD(GetEffectivePermission) (THIS_ const GUID *pguidObjectType,PSID pUserSid,LPCWSTR pszServerName,PSECURITY_DESCRIPTOR pSD,POBJECT_TYPE_LIST *ppObjectTypeList,ULONG *pcObjectTypeListLength,PACCESS_MASK *ppGrantedAccessList,ULONG *pcGrantedAccessListLength) PURE;
|
eappapis.h | 35 GUID *pConnectionId, 88 GUID connectionId, 102 const GUID *pConnectionId,
|
elscore.h | 41 GUID *pGuid; 102 GUID guid; member in struct:_MAPPING_SERVICE_INFO
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
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...] |
/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...] |
/external/chromium_org/chrome/browser/resources/chromeos/network_ui/ |
network_ui.js | 12 'GUID', 29 'GUID', 117 * @param {string} guid The GUID identifying the network. 120 var createStateTableExpandButton = function(guid) { 125 toggleExpandRow(event.target, guid); 156 var guid = state.GUID; 157 row.appendChild(createStateTableExpandButton(guid)); 170 if (field == 'GUID') [all...] |
/external/chromium_org/base/debug/ |
trace_event_win.h | 96 // The ETW trace provider GUID. 97 BASE_EXPORT extern const GUID kChromeTraceProviderName; 99 // The ETW event class GUID for 32 bit events. 100 BASE_EXPORT extern const GUID kTraceEventClass32; 102 // The ETW event class GUID for 64 bit events. 103 BASE_EXPORT extern const GUID kTraceEventClass64;
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
autofill_helper.h | 78 // Removes the autofill profile with guid |guid| from sync profile 80 void RemoveProfile(int profile, const std::string& guid); 82 // Updates the autofill profile with guid |guid| in sync profile |profile| 85 const std::string& guid,
|
/external/chromium_org/components/test/data/web_database/ |
version_49.sql | 9 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); 11 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); 12 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR); 13 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR); 14 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR); 15 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
|
version_50.sql | 9 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, origin VARCHAR DEFAULT ''); 11 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, origin VARCHAR DEFAULT ''); 12 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR); 13 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR); 14 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR); 15 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
|
version_54.sql | 19 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, origin VARCHAR DEFAULT ''); 29 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, street_address VARCHAR, dependent_locality VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, sorting_code VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0, origin VARCHAR DEFAULT ''); 30 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR); 31 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR); 32 CREATE TABLE autofill_profile_phones ( guid VARCHAR, number VARCHAR); 33 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
|
/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/ui/webui/options/ |
autofill_options_handler_unittest.cc | 17 "guid", 44 EXPECT_TRUE(dictionary.GetString("guid", &value)); 45 EXPECT_EQ("guid", value);
|
/external/chromium_org/chromeos/test/data/network/ |
toplevel_openvpn_clientcert_with_cert_pems.onc | 4 "GUID": "{f998f760-272b-6939-4c2beffe428697ac}", 9 "GUID": "{55ca78f6-0842-4e1b-96a3-09a9e1a26ef5}", 19 "GUID": "{408290ea-9299-4757-ab04-8957d55f0f13}",
|
/external/chromium_org/media/video/capture/win/ |
sink_filter_win.cc | 12 // Define GUID for I420. This is the color format we would like to support but 16 GUID kMediaSubTypeI420 = { 23 GUID kMediaSubTypeHDYC = {
|
sink_filter_win.h | 21 // Define GUID for I420. This is the color format we would like to support but 25 extern GUID kMediaSubTypeI420; 30 extern GUID kMediaSubTypeHDYC;
|
/external/clang/test/Preprocessor/ |
output_paste_avoid.cpp | 35 // Make sure we don't introduce spaces in the guid because we try to avoid 37 #define TYPEDEF(guid) typedef [uuid(guid)]
|
/external/clang/tools/clang-format-vs/ClangFormat/ |
ClangFormat.csproj | 87 <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid>
96 <Guid>{26AD1324-4B7C-44BC-84F8-B86AED45729F}</Guid>
105 <Guid>{1A31287A-4D7D-413E-8E32-3B374931BD89}</Guid>
114 <Guid>{2CE2370E-D744-4936-A090-3FFFE667B0E1}</Guid>
123 <Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid>
[all...] |
/development/host/windows/usb/api/ |
adb_api_private_defines.h | 44 AdbInstanceEnumEntry(const wchar_t* dev_name, GUID cls_id, DWORD flgs) {
60 void Set(const wchar_t* dev_name, GUID cls_id, DWORD flgs) {
91 GUID class_id() const {
102 GUID class_id_;
|
/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));
|
/external/chromium_org/chrome/browser/local_discovery/wifi/ |
bootstrapping_device_lister_unittest.cc | 67 network.guid = "MyInternalID"; 74 network2.guid = "MyInternalID2"; 99 network.guid = "MyInternalID"; 108 network2.guid = "MyInternalID2"; 152 network.guid = "MyInternalID"; 157 network2.guid = "MyInternalID2"; 162 network3.guid = "MyInternalID3"; 167 network4.guid = "MyInternalID4"; 172 network5.guid = "MyInternalID5";
|