HomeSort by relevance Sort by last modified time
    Searched full:guid (Results 176 - 200 of 941) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
interaction_track.html 39 guid: tr.b.GUID.allocate(),
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
Win32Prereqs.h 61 GUID deviceID;
62 GUID productGuid;
  /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::__anon43847
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...]
dxvahd.h 208 GUID Guid;
259 GUID VPGuid;
328 GUID Guid;
344 typedef HRESULT ( CALLBACK *PDXVAHDSW_GetVideoProcessorCustomRates )(HANDLE hDevice,const GUID *pVPGuid,UINT Count,DXVAHD_CUSTOM_RATE_DATA *pRates);
346 typedef HRESULT ( CALLBACK *PDXVAHDSW_CreateVideoProcessor )(HANDLE hDevice,const GUID *pVPGuid,HANDLE *phVideoProcessor);
398 STDMETHOD_(HRESULT,CreateVideoProcessor)(THIS_ const GUID *pVPGuid,IDXVAHD_VideoProcessor **ppVideoProcessor) PURE;
401 STDMETHOD_(HRESULT,GetVideoProcessorCustomRates)(THIS_ const GUID *pVPGuid,UINT Count,DXVAHD_CUSTOM_RATE_DATA *pRates) PURE;
  /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-trace/catapult/tracing/tracing/extras/importer/etw/
process_parser.html 31 var guid = '3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C';
46 importer.registerEventHandler(guid, kProcessStartOpcode,
48 importer.registerEventHandler(guid, kProcessEndOpcode,
50 importer.registerEventHandler(guid, kProcessDCStartOpcode,
52 importer.registerEventHandler(guid, kProcessDCEndOpcode,
54 importer.registerEventHandler(guid, kProcessDefunctOpcode,
thread_parser.html 31 var guid = '3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C';
46 importer.registerEventHandler(guid, kThreadStartOpcode,
48 importer.registerEventHandler(guid, kThreadEndOpcode,
50 importer.registerEventHandler(guid, kThreadDCStartOpcode,
52 importer.registerEventHandler(guid, kThreadDCEndOpcode,
54 importer.registerEventHandler(guid, kThreadCSwitchOpcode,
  /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}}
76 __uuidof(struct_with_uuid*[1]); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
78 __uuidof(const struct_with_uuid*[1][1]); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
81 __uuidof(var_without_uuid);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
83 __uuidof(var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
    [all...]
  /external/autotest/client/common_lib/cros/network/
xmlrpc_datatypes.py 52 expect_failure=False, guid=None, autoconnect=None,
69 @param guid string unique identifier of this service.
102 self.guid = guid
230 consumers of this interface look up the service by GUID.
234 def __init__(self, guid, passphrase=None, autoconnect=None):
237 @param guid string GUID of the service to configure.
245 self.guid = guid
    [all...]
  /external/squashfs-tools/squashfs-tools/
squashfs_fs.h 314 unsigned short guid; member in struct:squashfs_base_inode_header
323 unsigned short guid; member in struct:squashfs_ipc_inode_header
333 unsigned short guid; member in struct:squashfs_lipc_inode_header
344 unsigned short guid; member in struct:squashfs_dev_inode_header
355 unsigned short guid; member in struct:squashfs_ldev_inode_header
367 unsigned short guid; member in struct:squashfs_symlink_inode_header
379 unsigned short guid; member in struct:squashfs_reg_inode_header
393 unsigned short guid; member in struct:squashfs_lreg_inode_header
410 unsigned short guid; member in struct:squashfs_dir_inode_header
424 unsigned short guid; member in struct:squashfs_ldir_inode_header
    [all...]
  /external/vboot_reference/firmware/lib21/
common.c 151 static const struct vb2_guid guid = VB2_GUID_NONE_SHA1; local
152 return &guid;
158 static const struct vb2_guid guid = local
160 return &guid;
166 static const struct vb2_guid guid = local
168 return &guid;
361 /* Skip signature if it doesn't match the key GUID */
362 if (memcmp(&sig->guid, key->guid, GUID_SIZE))
372 /* If we're still here, no signature matched the key GUID */
    [all...]
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
network_ChromeCellularEndToEnd.py 17 NetworkInfo = namedtuple('NetworkInfo', ['name', 'guid', 'connectionState',
42 guid=network['GUID'],
62 ('"' + service['GUID'] + '"', properties))
76 ('"' + service['GUID'] + '"'))
98 if service['GUID']:
125 raise error.TestFail('GUID not available for cellular network.')
  /external/vboot_reference/futility/
cmd_create.c 14 #include "2guid.h"
47 {"guid", 1, 0, OPT_GUID},
71 " --guid <guid> Identifier for this keypair (vb21 only)\n"
201 privkey->guid = opt_guid;
242 memcpy((struct vb2_guid *)pubkey->guid, &opt_guid, sizeof(opt_guid));
294 fprintf(stderr, "invalid guid \"%s\"\n",
  /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 1819 milliseconds

1 2 3 4 5 6 78 91011>>