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

<<11121314151617181920>>

  /external/chromium_org/net/quic/
quic_connection.cc 172 QuicConnection::QuicConnection(QuicGuid guid,
186 guid_(guid),
216 DVLOG(1) << ENDPOINT << "Created connection with guid: " << guid; local
394 if (header.public_header.guid != guid_) {
395 DVLOG(1) << ENDPOINT << "Ignoring packet from unexpected GUID: "
396 << header.public_header.guid << " instead of " << guid_;
625 DVLOG(1) << ENDPOINT << "Connection " << guid() << " closed with error "
656 << " stream frames for " << last_header_.public_header.guid;
    [all...]
quic_packet_creator.h 43 // Length of guid to send over the wire.
49 QuicPacketCreator(QuicGuid guid,
  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc 14 #include "chrome/common/guid.h"
218 device_id_ = guid::GenerateGUID();
  /external/chromium_org/base/win/
event_trace_consumer_unittest.cc 92 // Allocate a new GUID for each provider test.
103 GUID test_provider_;
  /external/chromium_org/chromeos/network/
policy_util.cc 132 const std::string& guid,
167 effective->SetStringWithoutPathExpansion(::onc::network_config::kGUID, guid);
  /external/chromium_org/components/onc/
onc_constants.cc 38 const char kGUID[] = "GUID";
152 const char kGUID[] = "GUID";
  /external/chromium_org/content/browser/download/
download_file_impl.cc 203 void DownloadFileImpl::SetClientGuid(const std::string& guid) {
204 file_.SetClientGuid(guid);
  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.h 146 QuicGuid guid,
176 QuicGuid guid,
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
sorttable.js 376 if (!handler.$$guid) handler.$$guid = dean_addEvent.guid++;
389 handlers[handler.$$guid] = handler;
395 dean_addEvent.guid = 1;
403 delete element.events[type][handler.$$guid];
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 77 HDEVNOTIFY Register(REFGUID guid);
461 std::string name, guid; local
464 hr = GetStringProp(props, PKEY_AudioEndpoint_GUID, &guid);
468 out->id = guid;
579 HDEVNOTIFY DeviceWatcher::Register(REFGUID guid) {
583 dbdi.dbcc_classguid = guid;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/util/
sorttable.js 374 if (!handler.$$guid) handler.$$guid = dean_addEvent.guid++;
387 handlers[handler.$$guid] = handler;
393 dean_addEvent.guid = 1;
401 delete element.events[type][handler.$$guid];
  /external/chromium_org/chromeos/dbus/
fake_shill_manager_client.cc 211 std::string guid; local
213 if (!properties.GetString(shill::kGuidProperty, &guid) ||
215 LOG(ERROR) << "ConfigureService requies GUID and Type to be defined";
223 // For the purposes of this stub, we're going to assume that the GUID property
226 std::string service_path = guid;
237 service_client->AddServiceWithIPConfig(service_path, guid, type,
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 72 const GUID GUID_DEVINTERFACE_USB_HOST_CONTROLLER = { 0x3ABF6F2D, 0x71C4, 0x462A, {0x8A, 0x92, 0x1E, 0x68, 0x61, 0xE6, 0xAF, 0x27} };
75 const GUID GUID_DEVINTERFACE_USB_DEVICE = { 0xA5DCBF10, 0x6530, 0x11D2, {0x90, 0x1F, 0x00, 0xC0, 0x4F, 0xB9, 0x51, 0xED} };
78 const GUID GUID_DEVINTERFACE_USB_HUB = { 0xF18A0E88, 0xC30C, 0x11D0, {0x88, 0x15, 0x00, 0xA0, 0xC9, 0x06, 0xBE, 0xD8} };
81 const GUID GUID_DEVINTERFACE_LIBUSB0_FILTER = { 0xF9F3FF14, 0xAE21, 0x48A0, {0x8A, 0x25, 0x80, 0x11, 0xA7, 0xA9, 0x31, 0xD9} };
309 DLL_DECLARE_PREFIXED(WINAPI, HDEVINFO, p, SetupDiGetClassDevsA, (const GUID*, PCSTR, HWND, DWORD));
312 const GUID*, DWORD, PSP_DEVICE_INTERFACE_DATA));
  /external/chromium_org/tools/code_coverage/third_party/
sorttable.js 381 if (!handler.$$guid) handler.$$guid = dean_addEvent.guid++;
394 handlers[handler.$$guid] = handler;
400 dean_addEvent.guid = 1;
408 delete element.events[type][handler.$$guid];
  /external/chromium_org/ui/base/ime/win/
tsf_text_store.cc 448 STDMETHODIMP TSFTextStore::QueryInsertEmbedded(const GUID* service,
728 GUID guid; local
729 if (FAILED(category_manager_->GetGUID(guid_atom, &guid)))
734 guid, display_attribute_info.Receive(), NULL))) {
748 const GUID* rgGuids[2] = {&GUID_PROP_COMPOSING, &GUID_PROP_ATTRIBUTE};
  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 450 STDMETHODIMP TextStore::QueryInsertEmbedded(const GUID* service,
717 GUID guid; local
718 if (FAILED(category_manager_->GetGUID(guid_atom, &guid)))
723 guid, display_attribute_info.Receive(), NULL))) {
737 const GUID* rgGuids[2] = {&GUID_PROP_COMPOSING, &GUID_PROP_ATTRIBUTE};
  /external/clang/tools/scan-build/
sorttable.js 379 if (!handler.$$guid) handler.$$guid = dean_addEvent.guid++;
392 handlers[handler.$$guid] = handler;
398 dean_addEvent.guid = 1;
406 delete element.events[type][handler.$$guid];
  /frameworks/base/tools/preload/
sorttable.js 379 if (!handler.$$guid) handler.$$guid = dean_addEvent.guid++;
392 handlers[handler.$$guid] = handler;
398 dean_addEvent.guid = 1;
406 delete element.events[type][handler.$$guid];
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 51 //Dummy representation of a GUID from create_id.
53 //Length of GUID representation from create_id, including NULL terminator.
57 Formats a GUID and places it into buffer.
63 static int format_guid(const GUID& guid,
70 guid.Data1,
72 guid.Data2,
74 guid.Data3,
76 guid.Data4[0],
77 guid.Data4[1]
97 GUID guid = {}; local
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 51 //Dummy representation of a GUID from create_id.
53 //Length of GUID representation from create_id, including NULL terminator.
57 Formats a GUID and places it into buffer.
63 static int format_guid(const GUID& guid,
70 guid.Data1,
72 guid.Data2,
74 guid.Data3,
76 guid.Data4[0],
77 guid.Data4[1]
97 GUID guid = {}; local
    [all...]
  /external/chromium_org/chrome_frame/
chrome_active_document.cc 322 STDMETHODIMP ChromeActiveDocument::QueryStatus(const GUID* cmd_group_guid,
360 STDMETHODIMP ChromeActiveDocument::Exec(const GUID* cmd_group_guid,
878 void ChromeActiveDocument::OnDetermineSecurityZone(const GUID* cmd_group_guid,
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service.cc 14 #include "base/guid.h"
132 // 3) There is an update after an update for the same GUID. We prune earlier
139 const std::string guid = change_i.sync_data().GetSpecifics() local
144 sync_data->find(guid) == sync_data->end())
147 sync_data->find(guid) != sync_data->end())
154 guid))
204 // Returns true if |turl|'s GUID is not found inside |sync_data|. This is to be
977 std::string guid = local
1043 const std::string guid = turl->sync_guid(); local
2476 const std::string guid = conflicting_turl->sync_guid(); local
    [all...]
  /external/chromium/chrome/browser/importer/
importer_unittest.cc 182 L"Unittest GUID";
287 void ClearPStoreType(IPStore* pstore, const GUID* type, const GUID* subtype) {
301 void WritePStore(IPStore* pstore, const GUID* type, const GUID* subtype) {
358 GUID type = IEImporter::kUnittestGUID;
359 GUID subtype = IEImporter::kUnittestGUID;
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 363 std::string tag = profile.guid();
398 p.set_guid(autofill.profile().guid());
424 p.set_guid(autofill.guid());
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 680 // generate a GUID of the form XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX,
681 // for an eventual JID of private-chat-<GUID>@groupchat.google.com
682 char guid[37], guid_room[256]; local
683 for (size_t i = 0; i < ARRAY_SIZE(guid) - 1;) {
685 guid[i++] = '-';
687 sprintf(guid + i, "%04x", rand());
693 "private-chat-%s@%s", guid, pmuc_domain_.c_str());

Completed in 1964 milliseconds

<<11121314151617181920>>