/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_org/third_party/webrtc/voice_engine/ |
voe_hardware_impl.cc | 215 char guid[strLen]; local 218 if (_shared->audio_device()->RecordingDeviceName(index, name, guid) != 0) 233 strncpy(strGuidUTF8, guid, strLen); 271 char guid[strLen]; local 274 if (_shared->audio_device()->PlayoutDeviceName(index, name, guid) != 0) 289 strncpy(strGuidUTF8, guid, strLen);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
classpnp.h | 457 GUID Guid; 746 LPGUID Guid, 1007 LPGUID Guid, 1177 const GUID *Guid,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ws2spi.h | 144 typedef int (WSPAPI *LPWSCINSTALLQOSTEMPLATE)(const LPGUID Guid,LPWSABUF QosName,LPQOS Qos); 145 typedef int (WSPAPI *LPWSCREMOVEQOSTEMPLATE)(const LPGUID Guid,LPWSABUF QosName); 153 int WSPAPI WSCInstallQOSTemplate (const LPGUID Guid,LPWSABUF QosName,LPQOS Qos); 154 int WSPAPI WSCRemoveQOSTemplate (const LPGUID Guid,LPWSABUF QosName); 310 const GUID *puuidProviderId, 320 const GUID *puuidProviderId
|
wtypes.h | 308 GUID Lineage; 313 typedef GUID *REFGUID; 763 GUID fmtid; 821 GUID PolicyId; 824 GUID ObjectId; 825 GUID PolicyId;
|
d3drm.h | 74 STDMETHOD(CreateDeviceFromSurface)(THIS_ GUID *guid, IDirectDraw *ddraw, 78 STDMETHOD(CreateDeviceFromClipper)(THIS_ IDirectDrawClipper *clipper, GUID *guid, 213 STDMETHOD(CreateDeviceFromSurface)(THIS_ GUID *guid, IDirectDraw *ddraw, 217 STDMETHOD(CreateDeviceFromClipper)(THIS_ IDirectDrawClipper *clipper, GUID *guid, 355 STDMETHOD(CreateDeviceFromSurface)(THIS_ GUID *guid, IDirectDraw *ddraw [all...] |
netioapi.h | 174 GUID InterfaceGuid; 325 const GUID *InterfaceGuid, 342 GUID *InterfaceGuid
|
/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/extensions/api/networking_private/ |
networking_private_event_router_chromeos.cc | 163 changes.push_back((*iter)->guid()); 186 std::vector<std::string>(1, network->guid()))); 195 const std::string path = network ? network->guid() : std::string();
|
/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/chromeos/network/onc/ |
onc_validator.h | 185 // Returns true if the GUID is unique or if the GUID is not a string 186 // and false otherwise. The function also adds the GUID to a set in
|
onc_utils.cc | 325 std::string guid; local 326 cert->GetStringWithoutPathExpansion(certificate::kGUID, &guid); 339 LOG(ERROR) << "Certificate with GUID " << guid 343 certs_by_guid[guid] = pem; 471 LOG(ERROR) << "Couldn't PEM-encode certificate with GUID " << guid_ref; 636 std::string guid; local 637 network->GetStringWithoutPathExpansion(network_config::kGUID, &guid); 641 << guid;
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_profile_syncable_service.h | 132 // The map of the guid to profiles owned by the |profiles_| vector. 151 // Creates or updates a profile based on |data|. Looks at the guid of the data 152 // and if a profile with such guid is present in |profile_map| updates it. If
|
/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/chromeos/login/screens/ |
update_screen_browsertest.cc | 101 void SetDefaultNetwork(const std::string& guid) { 103 network_portal_detector_->SetDefaultNetworkForTesting(guid); 107 const std::string& guid, 110 network_portal_detector_->SetDetectionResultsForTesting(guid, state);
|
/external/chromium_org/chrome/installer/gcapi/ |
gcapi_last_run_test.cc | 9 #include "base/guid.h"
|
/external/chromium_org/chromeos/network/ |
policy_util.h | 53 const std::string& guid,
|
/external/chromium_org/chromeos/test/data/network/ |
augmented_merge.json | 3 "GUID": "123",
|
/external/chromium_org/components/feedback/ |
feedback_report.cc | 11 #include "base/guid.h"
|
/external/chromium_org/content/browser/fileapi/ |
chrome_blob_storage_context.cc | 8 #include "base/guid.h"
|
/external/chromium_org/content/browser/loader/ |
stream_resource_handler.cc | 7 #include "base/guid.h"
|
/external/chromium_org/sync/test/fake_server/ |
fake_server_entity.cc | 12 #include "base/guid.h"
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
__init__.py | 64 if device.guid in _remote_platforms: 65 return _remote_platforms[device.guid] 74 _remote_platforms[device.guid] = Platform(platform_backend) 75 return _remote_platforms[device.guid]
|
android_device.py | 24 name='Android device %s' % device_id, guid=device_id)
|