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

<<11121314151617181920>>

  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 123 static inline BOOLEAN guid_eq(const GUID *guid1, const GUID *guid2) {
125 return (memcmp(guid1, guid2, sizeof(GUID)) == 0);
131 static char* guid_to_string(const GUID* guid)
135 if (guid == NULL) return NULL;
137 (unsigned int)guid->Data1, guid->Data2, guid->Data3,
138 guid->Data4[0], guid->Data4[1], guid->Data4[2], guid->Data4[3]
1337 const GUID* guid[MAX_ENUM_GUIDS]; local
    [all...]
  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.cc 297 QuicGuid guid,
420 hkdf_input.append(reinterpret_cast<char*>(&guid), sizeof(guid));
461 out_params->hkdf_input_suffix.append(reinterpret_cast<char*>(&guid),
462 sizeof(guid));
549 QuicGuid guid,
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jriext.h 52 extern const GUID JRINativePkgID;
59 extern const GUID JRIRuntimePkgID;
217 extern const GUID JRIReflectionPkgID;
356 extern const GUID JRIDebuggerPkgID;
589 extern const GUID JRICompilerPkgID;
614 extern const GUID JRIExprPkgID;
  /external/chromium/chrome/browser/autofill/
autofill_manager.h 126 // The string/int pair is composed of the guid string and variant index
145 virtual int GUIDToID(const GUIDPair& guid);
273 // GUID to ID mapping. We keep two maps to convert back and forth.
  /external/chromium-trace/trace-viewer/src/tracing/
selection.js 11 base.require('base.guid');
137 this.guid_ = base.GUID.allocate();
167 get guid() {
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.h 128 // The map of the guid to profiles owned by the |profiles_| vector.
148 // Creates or updates a profile based on |data|. Looks at the guid of the data
149 // and if a profile with such guid is present in |profile_map| updates it. If
autofill_profile_syncable_service_unittest.cc 66 if (passed->sync_data().GetSpecifics().autofill_profile().guid() !=
67 expected->sync_data().GetSpecifics().autofill_profile().guid()) {
367 autofill_specifics->set_guid(profile.guid());
379 profile.guid(), profile.guid(), specifics));
435 EXPECT_EQ(guid_present1, data[0].GetSpecifics().autofill_profile().guid());
436 EXPECT_EQ(guid_present2, data[1].GetSpecifics().autofill_profile().guid());
496 EXPECT_EQ(kGuid1, specifics.guid());
515 EXPECT_EQ(kGuid2, specifics.guid());
  /external/chromium_org/chrome/test/logging/win/
log_file_reader.cc 210 if (IsEqualGUID(event->Header.Guid, logging::kLogEventId)) {
215 } else if (IsEqualGUID(event->Header.Guid, base::debug::kTraceEventClass32)) {
217 } else if (IsEqualGUID(event->Header.Guid, EventTraceGuid)) {
  /external/chromium_org/components/breakpad/app/
breakpad_mac.mm 239 // Get the guid from the command line switch.
240 std::string guid =
242 GetBreakpadClient()->SetClientID(guid);
  /external/chromium_org/net/tools/quic/
quic_client.cc 307 QuicGuid our_guid = session_->connection()->guid();
311 DLOG(INFO) << "Could not read GUID from packet";
315 DLOG(INFO) << "Ignoring packet from unexpected GUID: "
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.h 108 const std::string& guid, sync_api::WriteTransaction *trans);
  /external/chromium_org/base/test/
test_reg_util_win.cc 7 #include "base/guid.h"
test_reg_util_win.h 30 // - A GUID used for preventing name collisions (although unlikely) between
  /external/chromium_org/chrome/browser/resources/chromeos/
network.html 35 <td>GUID</td>
  /external/chromium_org/chrome/browser/safe_browsing/
signature_util_win.cc 52 GUID policy_guid = WINTRUST_ACTION_GENERIC_VERIFY_V2;
  /external/chromium_org/chrome/installer/gcapi/
gcapi_last_run_test.cc 9 #include "base/guid.h"
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.h 43 // The concatenation of this plus the Google Update GUID is the app registry
  /external/chromium_org/chromeos/network/onc/
onc_utils.cc 323 std::string guid; local
324 cert->GetStringWithoutPathExpansion(certificate::kGUID, &guid);
337 LOG(ERROR) << "Certificate with GUID " << guid
341 certs_by_guid[guid] = pem;
469 LOG(ERROR) << "Couldn't PEM-encode certificate with GUID " << guid_ref;
632 std::string guid; local
633 network->GetStringWithoutPathExpansion(network_config::kGUID, &guid);
637 << guid;
  /external/chromium_org/content/browser/loader/
stream_resource_handler.cc 7 #include "base/guid.h"
  /external/chromium_org/content/renderer/media/
webmediasource_impl.cc 7 #include "base/guid.h"
  /external/chromium_org/remoting/host/installer/win/
chromoting.wxs 153 <Component Id="sas" Guid="*">
160 <Component Id="remoting_core" Guid="*">
177 <Component Id="remoting_desktop" Guid="*">
185 <Component Id="remoting_host" Guid="*">
230 <Component Id="omaha_registration" Guid="*">
246 <Component Id="remoting_lib" Guid="*">
469 <Component Id="sawbuck_provider" Guid="*">
492 Guid="5c73f2b9-b865-426f-81cc-90a27ebb54aa"
507 Guid="b309082a-e6fa-4dc7-98e4-3d83c896561d">
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 20 EXTERN_C const GUID CLSID_CommandExecuteImpl;
  /hardware/ti/omap3/dspbridge/inc/
dbapi.h 33 *! to HNODE; changed GUID to UUID; added "Detail" sections
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbapi.h 33 *! to HNODE; changed GUID to UUID; added "Detail" sections
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc 8 #include "base/guid.h"
228 personal_data_->RemoveByGUID(profile1.guid());
283 personal_data_->RemoveByGUID(credit_card1.guid());
438 guids.insert(profile0.guid());
439 guids.insert(profile1.guid());
440 guids.insert(credit_card0.guid());
441 guids.insert(credit_card1.guid());
479 EXPECT_NE(results3[0]->guid(), results3[1]->guid());
480 EXPECT_TRUE(base::IsValidGUID(results3[0]->guid()));
    [all...]

Completed in 1175 milliseconds

<<11121314151617181920>>