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

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libmedia/
AudioEffect.cpp 434 status_t AudioEffect::stringToGuid(const char *str, effect_uuid_t *guid)
436 if (str == NULL || guid == NULL) {
446 guid->timeLow = (uint32_t)tmp[0];
447 guid->timeMid = (uint16_t)tmp[1];
448 guid->timeHiAndVersion = (uint16_t)tmp[2];
449 guid->clockSeq = (uint16_t)tmp[3];
450 guid->node[0] = (uint8_t)tmp[4];
451 guid->node[1] = (uint8_t)tmp[5];
452 guid->node[2] = (uint8_t)tmp[6];
453 guid->node[3] = (uint8_t)tmp[7]
    [all...]
  /external/chromium_org/chromeos/test/data/network/
toplevel_openvpn_clientcert_with_cert_pems.onc 4 "GUID": "{f998f760-272b-6939-4c2beffe428697ac}",
9 "GUID": "{55ca78f6-0842-4e1b-96a3-09a9e1a26ef5}",
19 "GUID": "{408290ea-9299-4757-ab04-8957d55f0f13}",
certificate-client-update.onc 4 "GUID": "{f998f760-272b-6939-4c2beffe428697ad}",
certificate-client.onc 4 "GUID": "{f998f760-272b-6939-4c2beffe428697ac}",
certificate-server.onc 4 "GUID": "{f998f760-272b-6939-4c2beffe428697aa}",
managed_toplevel2.onc 4 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
33 "GUID": "{a3860e83-f03d-4cb1-bafa-789oij}",
79 "GUID": "{58ac1967-a0e7-49e9-be68-123abc}",
84 "GUID": "{42cb13cd-140c-4941-9fb6-456def}",
managed_toplevel2_with_cert_pems.onc 4 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
33 "GUID": "{a3860e83-f03d-4cb1-bafa-789oij}",
79 "GUID": "{58ac1967-a0e7-49e9-be68-123abc}",
84 "GUID": "{42cb13cd-140c-4941-9fb6-456def}",
openvpn_clientcert_with_cert_pems.onc 2 "GUID": "{84391467-dd8b-4c66-9b52-860583038351}",
toplevel_wifi_wep_proxy.onc 4 "GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
valid_wifi_clientref.onc 2 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
valid_wifi_psk.onc 2 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
wifi_clientcert_with_cert_pems.onc 2 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 45 } GUID;
49 struct __declspec(uuid("0000000-0000-0000-1234-0000500000047")) uuid_attr_bad3 { };// expected-error {{uuid attribute contains a malformed GUID}}
50 struct __declspec(uuid("0000000-0000-0000-Z234-000000000047")) uuid_attr_bad4 { };// expected-error {{uuid attribute contains a malformed GUID}}
51 struct __declspec(uuid("000000000000-0000-1234-000000000047")) uuid_attr_bad5 { };// expected-error {{uuid attribute contains a malformed GUID}}
72 __uuidof(struct_without_uuid); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
74 __uuidof(struct_without_uuid*); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
77 __uuidof(var_without_uuid);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
79 __uuidof(var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
81 __uuidof(&var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
84 __uuidof(1);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
    [all...]
  /external/clang/test/Preprocessor/
output_paste_avoid.cpp 35 // Make sure we don't introduce spaces in the guid because we try to avoid
37 #define TYPEDEF(guid) typedef [uuid(guid)]
  /development/host/windows/usb/api/
adb_api_private_defines.h 44 AdbInstanceEnumEntry(const wchar_t* dev_name, GUID cls_id, DWORD flgs) {
60 void Set(const wchar_t* dev_name, GUID cls_id, DWORD flgs) {
91 GUID class_id() const {
102 GUID class_id_;
  /external/chromium/chrome/browser/importer/
ie_importer.h 37 // IE PStore subkey GUID: AutoComplete password & form data.
38 static const GUID kPStoreAutocompleteGUID;
40 // A fake GUID for unit test.
41 static const GUID kUnittestGUID;
  /external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
id_mapping_helper_unittest.cc 7 #include "base/guid.h"
72 EXPECT_TRUE(VerifyDictionary(public_id1, devices[0]->guid(), dictionary));
73 EXPECT_TRUE(VerifyDictionary(public_id2, devices[1]->guid(), dictionary));
74 EXPECT_TRUE(VerifyDictionary(public_id3, devices[2]->guid(), dictionary));
  /external/chromium_org/chrome/browser/storage_monitor/
removable_device_constants.h 21 // Windows portable device interface GUID constant.
  /external/chromium_org/chrome/browser/sync/glue/
device_info.cc 47 DeviceInfo::DeviceInfo(const std::string& guid,
52 : guid_(guid),
61 const std::string& DeviceInfo::guid() const { function in class:browser_sync::DeviceInfo
122 return this->guid() == other.guid()
204 const std::string& guid,
208 guid,
229 const std::string& guid,
235 guid,
  /external/chromium_org/chrome/installer/gcapi/
gcapi_test_registry_overrider.cc 7 #include "base/guid.h"
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.h 38 // IE PStore subkey GUID: AutoComplete password & form data.
39 static const GUID kPStoreAutocompleteGUID;
41 // A fake GUID for unit test.
42 static const GUID kUnittestGUID;
  /external/chromium_org/components/autofill/core/browser/
autofill_data_model.h 22 AutofillDataModel(const std::string& guid, const std::string& origin);
37 std::string guid() const { return guid_; } function in class:autofill::AutofillDataModel
38 void set_guid(const std::string& guid) { guid_ = guid; }
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.h 65 bool HasDirectInputGamepad(const GUID &guid) const;
89 GUID guid; member in struct:content::GamepadPlatformDataFetcherWin::PadState
  /external/chromium_org/net/quic/test_tools/
quic_framer_peer.h 22 static void SetLastSerializedGuid(QuicFramer* framer, QuicGuid guid);
  /external/chromium_org/ui/views/
view_win.cc 7 // Necessary to define oleacc GUID's.

Completed in 909 milliseconds

1 2 3 4 56 7 8 91011>>