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

<<11121314151617181920>>

  /frameworks/av/include/soundtrigger/
SoundTrigger.h 64 static status_t stringToGuid(const char *str, sound_trigger_uuid_t *guid);
65 static status_t guidToString(const sound_trigger_uuid_t *guid,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bthsdpdef.h 14 GUID uuid128;
84 GUID uuid128;
msremote.h 55 extern const GUID DBPROPSET_MSREMOTE_DBINIT
69 extern const GUID DBPROPSET_MSREMOTE_DATASOURCE
aclapi.h 57 WINADVAPI DWORD WINAPI GetInheritanceSourceA(LPSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,WINBOOL Container,GUID **pObjectClassGuids,DWORD GuidCount,PACL pAcl,PFN_OBJECT_MGR_FUNCTS pfnArray,PGENERIC_MAPPING pGenericMapping,PINHERITED_FROMA pInheritArray);
58 WINADVAPI DWORD WINAPI GetInheritanceSourceW(LPWSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,WINBOOL Container,GUID **pObjectClassGuids,DWORD GuidCount,PACL pAcl,PFN_OBJECT_MGR_FUNCTS pfnArray,PGENERIC_MAPPING pGenericMapping,PINHERITED_FROMW pInheritArray);
76 WINADVAPI VOID WINAPI BuildTrusteeWithObjectsAndSidA(PTRUSTEE_A pTrustee,POBJECTS_AND_SID pObjSid,GUID *pObjectGuid,GUID *pInheritedObjectGuid,PSID pSid);
77 WINADVAPI VOID WINAPI BuildTrusteeWithObjectsAndSidW(PTRUSTEE_W pTrustee,POBJECTS_AND_SID pObjSid,GUID *pObjectGuid,GUID *pInheritedObjectGuid,PSID pSid);
qmgr.h 129 virtual HRESULT WINAPI get_JobID(GUID *pguidJobID) = 0;
144 HRESULT (WINAPI *get_JobID)(IBackgroundCopyJob1 *This,GUID *pguidJobID);
178 HRESULT WINAPI IBackgroundCopyJob1_get_JobID_Proxy(IBackgroundCopyJob1 *This,GUID *pguidJobID);
188 virtual HRESULT WINAPI Next(ULONG celt,GUID *rgelt,ULONG *pceltFetched) = 0;
200 HRESULT (WINAPI *Next)(IEnumBackgroundCopyJobs1 *This,ULONG celt,GUID *rgelt,ULONG *pceltFetched);
221 HRESULT WINAPI IEnumBackgroundCopyJobs1_Next_Proxy(IEnumBackgroundCopyJobs1 *This,ULONG celt,GUID *rgelt,ULONG *pceltFetched);
249 virtual HRESULT WINAPI GetJob(GUID jobID,IBackgroundCopyJob1 **ppJob) = 0;
254 virtual HRESULT WINAPI get_GroupID(GUID *pguidGroupID) = 0;
255 virtual HRESULT WINAPI CreateJob(GUID guidJobID,IBackgroundCopyJob1 **ppJob) = 0;
271 HRESULT (WINAPI *GetJob)(IBackgroundCopyGroup *This,GUID jobID,IBackgroundCopyJob1 **ppJob)
    [all...]
mmreg.h 297 #define INIT_MMREG_MID(guid,id){ (guid)->Data1 = 0xd5a47fa7 + (USHORT)(id); (guid)->Data2 = 0x6d98; (guid)->Data3 = 0x11d1; (guid)->Data4[0] = 0xa2; (guid)->Data4[1] = 0x1a; (guid)->Data4[2] = 0x00; (guid)->Data4[3] = 0xa0; (guid)->Data4[4] = 0xc9; (guid)->Data4[5] = 0x22; (guid)->Data4[6] = 0x31; (guid)->Data4[7] = 0x96;
    [all...]
oledb.h 506 GUID guid; member in union:tagDBID::__anon51130
507 GUID *pguid;
603 GUID guidObjectType;
852 static inline WINBOOL IsEqualGUIDBase(const GUID &rguid1,const GUID &rguid2) { return !memcmp(&(rguid1.Data2),&(rguid2.Data2),sizeof(GUID) - sizeof(rguid1.Data1)); }
854 #define IsEqualGuidBase(rguid1,rguid2) (!memcmp(&((rguid1).Data2),&((rguid2).Data2),sizeof(GUID) - sizeof((rguid1).Data1)))
939 extern const OLEDBDECLSPEC GUID MDSCHEMA_FUNCTIONS = {0xa07ccd07,0x8148,0x11d0,{0x87,0xbb,0x00,0xc0,0x4f,0xc3,0x39,0x42}};
940 extern const OLEDBDECLSPEC GUID MDSCHEMA_ACTIONS = {0xa07ccd08,0x8148,0x11d0,{0x87,0xbb,0x00,0xc0,0x4f,0xc3,0x39,0x42}}
    [all...]
dxva2api.h 184 GUID guidConfigBitstreamEncryption;
185 GUID guidConfigMBcontrolEncryption;
186 GUID guidConfigResidDiffEncryption;
662 STDMETHOD_(HRESULT,GetCreationParameters)(THIS_ GUID *pDeviceGuid,DXVA2_VideoDesc *pVideoDesc,DXVA2_ConfigPictureDecode *pConfig,IDirect3DSurface9 ***pppDecoderRenderTargets,UINT *pNumSurfaces) PURE;
722 STDMETHOD_(HRESULT,GetDecoderDeviceGuids)(THIS_ UINT *Count,GUID **pGuids) PURE;
723 STDMETHOD_(HRESULT,GetDecoderRenderTargets)(THIS_ REFGUID Guid,UINT *pCount,D3DFORMAT **pFormats) PURE;
724 STDMETHOD_(HRESULT,GetDecoderConfigurations)(THIS_ REFGUID Guid,const DXVA2_VideoDesc *pVideoDesc,IUnknown *pReserved,UINT *pCount,DXVA2_ConfigPictureDecode **ppConfigs) PURE;
725 STDMETHOD_(HRESULT,CreateVideoDecoder)(THIS_ REFGUID Guid,const DXVA2_VideoDesc *pVideoDesc,DXVA2_ConfigPictureDecode *pConfig,IDirect3DSurface9 **ppDecoderRenderTargets,UINT NumSurfaces,IDirectXVideoDecoder **ppDecode) PURE;
735 #define IDirectXVideoDecoderService_GetDecoderRenderTargets(This,Guid,pCount,pFormats) (This)->lpVtbl->GetDecoderRenderTargets(This,Guid,pCount,pFormats
    [all...]
ocmm.h 80 typedef GUID BFID;
86 EXTERN_C const GUID BFID_MONOCHROME;
87 EXTERN_C const GUID BFID_RGB_4;
88 EXTERN_C const GUID BFID_RGB_8;
89 EXTERN_C const GUID BFID_RGB_555;
90 EXTERN_C const GUID BFID_RGB_565;
91 EXTERN_C const GUID BFID_RGB_24;
92 EXTERN_C const GUID BFID_RGB_32;
93 EXTERN_C const GUID BFID_RGBA_32;
94 EXTERN_C const GUID BFID_GRAY_8
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
swenum.h 9 GUID DeviceId;
10 GUID InterfaceId;
wmilib.h 20 LPCGUID Guid;
117 IN LPCGUID Guid,
strmini.h 127 GUID* Category;
128 GUID* Name;
434 IN GUID *EventSet,
456 IN GUID * EventGuid,
516 IN const GUID * InterfaceClassGUID,
520 IN GUID * CategoryList
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillDialogControllerAndroid.java 38 * @param guidLastUsedBilling GUID of the last selected Autofill billing address, or null
39 * @param guidLastUsedShipping GUID of the last selected Autofill shipping address, or null
40 * @param guidLastUsedCard GUID of the last selected Autofill credit card, or null
77 * @param initialBillingGuid GUID of the initial billing address selection in Autofill
78 * @param initialShippingGuid GUID of the initial shipping address selection in Autofill
79 * @param initialCardGuid GUID of the initial credit card selection in Autofill
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 11 #include "base/guid.h"
437 entry->Append(new base::StringValue(profiles[i]->guid()));
451 entry->Append(new base::StringValue(card->guid()));
473 std::string guid; local
474 if (!args->GetString(0, &guid)) {
479 personal_data_->RemoveByGUID(guid);
485 std::string guid; local
486 if (!args->GetString(0, &guid)) {
491 AutofillProfile* profile = personal_data_->GetProfileByGUID(guid);
530 std::string guid; local
570 std::string guid; local
    [all...]
  /external/chromium_org/components/test/data/web_database/
version_52.sql 20 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0, origin VARCHAR DEFAULT '');
22 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0, origin VARCHAR DEFAULT '');
23 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
24 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
25 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
26 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
  /external/chromium_org/components/wifi/
fake_wifi_service.cc 19 network_properties.guid = "stub_wifi1_guid";
45 network_properties.guid = "stub_wifi2_guid";
116 network_properties.guid = network_properties.ssid;
118 *network_guid = network_properties.guid;
191 if (it->guid == network_guid)
215 current_networks.push_back(it->guid);
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 312 void RemoveProfile(int profile, const std::string& guid) {
316 if (all_profiles[i]->guid() != guid)
323 const std::string& guid,
330 if (all_profiles[i]->guid() == guid)
367 autofill_profiles_a_map[p->guid()] = *p;
372 if (!autofill_profiles_a_map.count(p->guid())) {
373 DVLOG(1) << "GUID " << p->guid() << " not found in profile " << profile_
    [all...]
  /external/chromium_org/chrome/browser/history/
shortcuts_database_unittest.cc 28 std::string guid; member in struct:__anon8728::ShortcutsDatabaseTestInfo
124 info.guid, ASCIIToUTF16(info.text),
172 shortcut_ids.push_back(shortcut_test_db[0].guid);
173 shortcut_ids.push_back(shortcut_test_db[2].guid);
181 shortcuts.find(shortcut_test_db[0].guid);
184 it = shortcuts.find(shortcut_test_db[1].guid);
187 it = shortcuts.find(shortcut_test_db[2].guid);
201 shortcuts.find(shortcut_test_db[0].guid);
204 it = shortcuts.find(shortcut_test_db[1].guid);
207 it = shortcuts.find(shortcut_test_db[2].guid);
    [all...]
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 53 GUID type_guid;
169 bool VideoCaptureDeviceMFWin::FormatFromGuid(const GUID& guid,
172 const GUID& guid; member in struct:media::__anon13331
185 if (kFormatMap[i].guid == guid) {
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.h 51 // A pair of GUID and variant index. Represents a single FormGroup and a
88 // Saves |imported_profile| to the WebDB if it exists. Returns the guid of
93 // Saves a credit card value detected in |ImportedFormData|. Returns the guid
104 // Removes the profile or credit card represented by |guid|.
105 virtual void RemoveByGUID(const std::string& guid);
107 // Returns the profile with the specified |guid|, or NULL if there is no
108 // profile with the specified |guid|. Both web and auxiliary profiles may
110 AutofillProfile* GetProfileByGUID(const std::string& guid);
118 // Returns the credit card with the specified |guid|, or NULL if there is
119 // no credit card with the specified |guid|
    [all...]
personal_data_manager_mac.mm 12 #include "base/guid.h"
177 // The number of characters at the end of the GUID to reserve for
180 // the GUID.
189 // Create a new profile where the guid is set to the guid portion of the
191 // the |kABUIDProperty| is "<guid>:ABPerson", so we're stripping off the
192 // raw guid here and using it directly, with one modification: we update the
193 // last |kNumAddressGUIDChars| characters in the GUID to reflect the address
198 std::string guid = base::SysNSStringToUTF8(
205 guid += base::StringPrintf(kAddressGUIDFormat.c_str(), i)
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl_unittest.cc 127 std::string* guid) {
129 if (!guid)
130 guid = &guid_temporary;
146 certificate->GetStringWithoutPathExpansion(::onc::certificate::kGUID, guid);
205 std::string guid; local
206 AddCertificateFromFile("certificate-client.onc", net::USER_CERT, &guid);
219 EXPECT_STREQ(guid.c_str(), name);
318 // Now we import the same certificate with a different GUID. In case of a
319 // client cert, the cert should be retrievable via the new GUID.
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_sln.sh 60 local guid=`grep ProjectGUID "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
63 local guid=`grep ProjectGuid "$file" | sed 's,.*<.*>\(.*\)</.*>.*,\1,'`
66 # save the project GUID to a varaible, normalizing to the basename of the
73 eval "${var}_guid=$guid"
96 eval "local guid=\${$1_guid}"
98 # save the project GUID to a varaible, normalizing to the basename of the
103 eval "${var}_guid=$guid"
105 echo "Project(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"$name\", \"$file\", \"$guid\""
115 [ -z "${dep_guid}" ] && die "Unknown GUID for $dep (dependency of $var)"
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 60 local guid=`grep ProjectGUID "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
63 local guid=`grep ProjectGuid "$file" | sed 's,.*<.*>\(.*\)</.*>.*,\1,'`
66 # save the project GUID to a varaible, normalizing to the basename of the
73 eval "${var}_guid=$guid"
96 eval "local guid=\${$1_guid}"
98 # save the project GUID to a varaible, normalizing to the basename of the
103 eval "${var}_guid=$guid"
105 echo "Project(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"$name\", \"$file\", \"$guid\""
115 [ -z "${dep_guid}" ] && die "Unknown GUID for $dep (dependency of $var)"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_sln.sh 60 local guid=`grep ProjectGUID "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
63 local guid=`grep ProjectGuid "$file" | sed 's,.*<.*>\(.*\)</.*>.*,\1,'`
66 # save the project GUID to a varaible, normalizing to the basename of the
73 eval "${var}_guid=$guid"
96 eval "local guid=\${$1_guid}"
98 # save the project GUID to a varaible, normalizing to the basename of the
103 eval "${var}_guid=$guid"
105 echo "Project(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"$name\", \"$file\", \"$guid\""
115 [ -z "${dep_guid}" ] && die "Unknown GUID for $dep (dependency of $var)"

Completed in 1650 milliseconds

<<11121314151617181920>>