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

<<11121314151617181920>>

  /external/chromium_org/chrome/installer/util/
google_update_constants.h 12 // The GUID Google Update uses to keep track of Chrome upgrades.
15 // The GUID Google Update uses to keep track of Google Update self-upgrades.
  /external/chromium_org/chromeos/test/data/network/
network_configs_with_resolved_certs.json 88 "GUID": "{a3860e83-f03d-4cb1-bafa-789oij}",
113 "GUID": "{a3860e83-f03d-4cb1-bafa-789oij}",
  /external/chromium_org/device/bluetooth/
bluetooth_low_energy_defs_win.h 25 // Bluetooth LE device interface GUID
69 GUID LongUuid;
  /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
file_audio_device.cc 83 char guid[kAdmMaxGuidSize]) {
88 memset(guid, 0, kAdmMaxGuidSize);
90 memcpy(guid, kGuid, strlen(guid));
98 char guid[kAdmMaxGuidSize]) {
103 memset(guid, 0, kAdmMaxGuidSize);
105 memcpy(guid, kGuid, strlen(guid));
  /external/lzma/CPP/7zip/
ICoder.h 132 STDMETHOD(CreateDecoder)(UInt32 index, const GUID *iid, void **coder) PURE;
133 STDMETHOD(CreateEncoder)(UInt32 index, const GUID *iid, void **coder) PURE;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmoreg.h 30 GUID type;
31 GUID subtype;
mscat.h 74 GUID gSubjectType;
105 WINBOOL WINAPI CryptCATAdminAcquireContext(HCATADMIN*,const GUID*,DWORD);
naptypes.h 49 typedef GUID ConnectionId;
99 GUID connId;
objsafe.h 51 EXTERN_C GUID CATID_SafeForScripting;
52 EXTERN_C GUID CATID_SafeForInitializing;
shtypes.h 117 typedef GUID KNOWNFOLDERID;
125 typedef GUID FOLDERTYPEID;
ntsecapi.h 51 GUID ObjectType;
234 GUID DomainGuid;
    [all...]
mmsystem.h 359 GUID ManufacturerGuid;
360 GUID ProductGuid;
361 GUID NameGuid;
373 GUID ManufacturerGuid;
374 GUID ProductGuid;
375 GUID NameGuid;
423 GUID ManufacturerGuid;
424 GUID ProductGuid;
425 GUID NameGuid;
436 GUID ManufacturerGuid
    [all...]
mfapi.h 343 EXTERN_C const GUID MR_BUFFER_SERVICE;
385 HRESULT WINAPI MFCreateMediaTypeFromRepresentation(GUID guidRepresentation,LPVOID pvRepresentation,IMFMediaType **ppIMediaType);
396 HRESULT WINAPI MFCreateVideoMediaTypeFromSubtype(const GUID *pAMSubtype,IMFVideoMediaType **ppIVideoMediaType);
399 HRESULT WINAPI MFCreateVideoMediaTypeFromVideoInfoHeader(const KS_VIDEOINFOHEADER *pVideoInfoHeader,DWORD cbVideoInfoHeader,DWORD dwPixelAspectRatioX,DWORD dwPixelAspectRatioY,MFVideoInterlaceMode InterlaceMode,QWORD VideoFlags,const GUID *pSubtype,IMFVideoMediaType **ppIVideoMediaType);
400 HRESULT WINAPI MFCreateVideoMediaTypeFromVideoInfoHeader2(const KS_VIDEOINFOHEADER2 *pVideoInfoHeader,DWORD cbVideoInfoHeader,QWORD AdditionalVideoFlags,const GUID *pSubtype,IMFVideoMediaType **ppIVideoMediaType);
420 HRESULT WINAPI MFInitAMMediaTypeFromMFMediaType(IMFMediaType *pMFType,GUID guidFormatBlockType,AM_MEDIA_TYPE *pAMType);
439 HRESULT WINAPI MFTEnum(GUID guidCategory,UINT32 Flags,MFT_REGISTER_TYPE_INFO *pInputType,MFT_REGISTER_TYPE_INFO *pOutputType,IMFAttributes *pAttributes,CLSID **ppclsidMFT,UINT32 *pcMFTs);
441 HRESULT WINAPI MFTRegister(CLSID clsidMFT,GUID guidCategory,LPWSTR pszName,UINT32 Flags,UINT32 cInputTypes,MFT_REGISTER_TYPE_INFO *pInputTypes,UINT32 cOutputTypes,MFT_REGISTER_TYPE_INFO *pOutputTypes,IMFAttributes *pAttributes);
447 HRESULT WINAPI MFValidateMediaTypeSize(GUID FormatType,UINT8 *pBlock,UINT32 cbSize);
461 GUID majortype
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_service_client.cc 167 const std::string& guid,
182 guid,
188 guid,
194 const std::string& guid,
209 guid,
215 guid,
221 const std::string& guid,
236 guid,
242 guid,
248 const std::string& guid,
    [all...]
  /external/chromium_org/chromeos/network/
network_state_handler_unittest.cc 201 const std::string& guid,
205 service_test_->AddService(service_path, guid, name, type, state,
532 // Test looking up by GUID.
533 ASSERT_FALSE(wifi_network->guid().empty());
535 network_state_handler_->GetNetworkStateFromGuid(wifi_network->guid());
675 // Add a network to the default Profile with a specified GUID.
682 // Verify that a NetworkState exists with a matching GUID.
687 EXPECT_EQ(wifi_guid, network->guid());
695 // the NetworkState was created with the same GUID.
696 AddService(wifi_path, "" /* guid */, wifi_name
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_manager_unittest.cc 68 AutofillProfile* GetProfileWithGUID(const char* guid) {
71 if (!(*it)->guid().compare(guid))
77 CreditCard* GetCreditCardWithGUID(const char* guid) {
80 if (!(*it)->guid().compare(guid))
94 virtual void RemoveByGUID(const std::string& guid) OVERRIDE {
95 CreditCard* credit_card = GetCreditCardWithGUID(guid.c_str());
101 AutofillProfile* profile = GetProfileWithGUID(guid.c_str());
451 AutofillProfile* GetProfileWithGUID(const char* guid) {
2808 std::string guid = "00000000-0000-0000-0000-000000000102"; local
2824 std::string guid = "00000000-0000-0000-0000-000000100007"; local
2840 std::string guid = "00000000-0000-0000-0000-000000000102"; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc 267 const std::string& guid,
273 FindPolicyByGUID(username_hash, guid, onc_source);
308 const std::string& guid) {
318 if (current_guid == guid)
354 // In all cases except Ethernet, we use the GUID of |network|.
356 return GetNetworkConfigByGUID(network_configs, network.guid());
358 // Ethernet is always shared and thus cannot store a GUID per user. Thus we
359 // search for any Ethernet policy intead of a matching GUID.
360 // EthernetEAP service contains only the EAP parameters and stores the GUID of
371 // The GUID associated with the EthernetEAP service refers to the ONC polic
    [all...]
  /external/chromium_org/remoting/host/installer/win/
chromoting.wxs 168 <Component Id="sas" Guid="*">
175 <Component Id="remoting_core" Guid="*">
192 <Component Id="remoting_desktop" Guid="*">
200 <Component Id="remoting_native_messaging_host" Guid="*">
208 <Component Id="remote_assistance_host" Guid="*">
216 <Component Id="native_messaging_host_manifest" Guid="*">
224 <Component Id="remote_assistance_host_manifest" Guid="*">
232 <Component Id="icudtl" Guid="*">
240 <Component Id="remoting_host" Guid="*">
285 <Component Id="omaha_registration" Guid="*"
    [all...]
  /external/libvpx/libvpx/
examples.mk 41 vpxdec.GUID = BA5FE66F-38DD-E034-F542-B1578C5FB950
61 vpxenc.GUID = 548DEC74-7A15-4B2B-AFC3-AA102E7C25C1
70 vp9_spatial_scalable_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D
79 #example_xma.GUID = A955FC4A-73F1-44F7-135E-30D84D32F022
87 vpx_temporal_scalable_patterns.GUID = B18C08F2-A439-4502-A78E-849BE3D60947
90 simple_decoder.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC
105 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
115 decode_to_md5.GUID = 59120B9B-2735-4BFE-B022-146CA340FE42
122 simple_encoder.GUID = 4607D299-8A71-4D2C-9B1D-071899B6FBFD
129 twopass_encoder.GUID = 73494FA6-4AF9-4763-8FBB-265C92402FD
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 41 vpxdec.GUID = BA5FE66F-38DD-E034-F542-B1578C5FB950
61 vpxenc.GUID = 548DEC74-7A15-4B2B-AFC3-AA102E7C25C1
70 vp9_spatial_scalable_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D
79 #example_xma.GUID = A955FC4A-73F1-44F7-135E-30D84D32F022
87 vpx_temporal_scalable_patterns.GUID = B18C08F2-A439-4502-A78E-849BE3D60947
90 simple_decoder.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC
105 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
115 decode_to_md5.GUID = 59120B9B-2735-4BFE-B022-146CA340FE42
122 simple_encoder.GUID = 4607D299-8A71-4D2C-9B1D-071899B6FBFD
129 twopass_encoder.GUID = 73494FA6-4AF9-4763-8FBB-265C92402FD
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
async_slice.js 35 obj[key] = this[key].guid;
counter.js 7 base.require('base.guid');
21 this.guid_ = base.GUID.allocate();
38 get guid() {
50 obj[key] = this[key].guid;
  /external/chromium_org/base/win/
event_trace_controller_unittest.cc 34 explicit TestingProvider(const GUID& provider_name)
67 EXPECT_TRUE(kGuidNull == p->Wnode.Guid);
121 // Allocate a new provider name GUID for each test.
131 GUID test_provider_;
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
destroy_partitions_operation.cc 13 // Number of bytes for the maximum partition table size. GUID partition tables
  /external/chromium_org/chrome/browser/local_discovery/wifi/
bootstrapping_network_switcher.cc 49 return_guid_ = i->guid;

Completed in 747 milliseconds

<<11121314151617181920>>