HomeSort by relevance Sort by last modified time
    Searched refs:GUID (Results 51 - 75 of 121) sorted by null

1 23 4 5

  /external/chromium_org/base/win/
event_trace_provider.cc 17 EtwTraceProvider::EtwTraceProvider(const GUID& provider_name)
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/installer/util/
logging_installer.cc 24 static const GUID kSetupTraceProvider = { 0x93bce0bf, 0x3faf, 0x43b1,
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 92 bool SetDecoderOutputMediaType(const GUID& subtype);
  /external/chromium_org/device/bluetooth/
bluetooth_low_energy_defs_win.h 25 // Bluetooth LE device interface GUID
69 GUID LongUuid;
bluetooth_low_energy_win.cc 486 GUID BluetoothInterfaceGUID = GUID_BLUETOOTHLE_DEVICE_INTERFACE;
514 GUID BluetoothClassGUID = GUID_BLUETOOTHLE_DEVICE_INTERFACE;
526 // exposing a service GUID.
527 HRESULT OpenBluetoothLowEnergyService(const GUID& service_guid,
bluetooth_task_manager_win.cc 537 const GUID& protocol_uuid,
559 const GUID& protocol_uuid,
566 GUID protocol = protocol_uuid;
  /external/chromium_org/remoting/host/win/
rdp_client_unittest.cc 13 #include "base/guid.h"
50 static GUID RdpClientModuleLibid = {
  /external/chromium_org/win8/metro_driver/
metro_driver.cc 49 // TODO(robertshield): This GUID is hard-coded in a bunch of places that
52 const GUID kChromeTraceProviderName = {
print_document_source.cc 36 const GUID kOldPackageTargetGuid =
39 const GUID kNewPackageTargetGuid =
105 GUID package_target_uuid = kNewPackageTargetGuid;
  /external/chromium_org/components/wifi/
wifi_service_win.cc 60 CONST GUID* pInterfaceGuid,
69 const GUID* pInterfaceGuid,
74 CONST GUID* pInterfaceGuid,
87 CONST GUID* pInterfaceGuid,
94 const GUID* pInterfaceGuid,
102 CONST GUID* pInterfaceGuid,
117 const GUID* pInterfaceGuid,
135 CONST GUID* pInterfaceGuid,
143 CONST GUID* pInterfaceGuid,
149 const GUID* pInterfaceGuid
    [all...]
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 71 const GUID* pInterfaceGuid,
104 const GUID& interface_id,
315 const GUID& interface_id,
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
sink_filter_ds.cc 169 const GUID *type = pMediaType->Type();
173 const GUID *formatType = pMediaType->FormatType();
176 const GUID *SubType = pMediaType->Subtype();
  /external/chromium_org/chrome/app/
signature_validator_win.cc 141 GUID verification_type = WINTRUST_ACTION_GENERIC_VERIFY_V2;
  /external/chromium_org/chrome/browser/safe_browsing/
binary_feature_extractor_win.cc 54 GUID policy_guid = WINTRUST_ACTION_GENERIC_VERIFY_V2;
  /external/chromium_org/content/browser/download/
base_file_win.cc 14 #include "base/guid.h"
362 GUID guid = GUID_NULL; local
365 base::UTF8ToUTF16(braces_guid).c_str(), &guid);
367 guid = GUID_NULL;
370 HRESULT hr = AVScanFile(full_path_, source_url_.spec(), guid);
  /external/chromium_org/content/browser/
system_message_window_win.cc 19 // A static map from a device category guid to base::SystemMonitor::DeviceType.
21 const GUID device_category;
  /external/chromium_org/win8/delegate_execute/
delegate_execute.cc 50 GUID clsid;
  /external/chromium_org/win8/test/
test_registrar.cc 117 EXTERN_C const GUID CLSID_TestDefaultBrowserRegistrar;
  /development/host/windows/usb/api/
adb_api.cpp 41 ADBAPIHANDLE __cdecl AdbEnumInterfaces(GUID class_id,
142 ADBAPIHANDLE __cdecl AdbCreateInterface(GUID class_id,
  /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/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/media/video/capture/win/
video_capture_device_win.cc 31 GUID pin_category;
149 const GUID& sub_type) {
151 const GUID& sub_type;
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_proj.sh 34 --proj-guid=GUID GUID to use for the project
130 --proj-guid=*) guid="${optval}"
195 guid=${guid:-`generate_uuid`}
275 ProjectGUID="{${guid}}" \
gen_msvs_vcxproj.sh 35 --proj-guid=GUID GUID to use for the project
150 --proj-guid=*) guid="${optval}"
217 guid=${guid:-`generate_uuid`}
301 tag_content ProjectGuid "{${guid}}"

Completed in 1214 milliseconds

1 23 4 5