/frameworks/wilhelm/tools/hashgen/ |
part6.c | 2 if (&SL_IID_array[0] <= iid && &SL_IID_array[MPH_MAX] > iid) 3 return iid - &SL_IID_array[0]; 4 if (NULL != iid) {
|
hash.sed | 2 s/(unsigned char)str/((unsigned char *)iid)/g
|
part8.c | 6 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
|
README.txt | 13 Build and test the usage of the new IID.
|
part1.c | 30 int IID_to_MPH(const SLInterfaceID iid)
|
/frameworks/wilhelm/src/ut/ |
OpenSLESUT.c | 32 const SLInterfaceID *iid; ///< The interface ID member in struct:__anon20395 103 void slesutPrintIID(SLInterfaceID iid) 108 if (!memcmp(*p->iid, iid, sizeof(struct SLInterfaceID_))) { 115 (unsigned) iid->time_low, iid->time_mid, iid->time_hi_and_version, iid->clock_seq, 116 iid->node[0], iid->node[1], iid->node[2], iid->node[3], iid->node[4], iid->node[5]) [all...] |
OpenSLESUT.h | 23 extern void slesutPrintIID(SLInterfaceID iid);
|
/external/webkit/Tools/FindSafari/ |
Safari.exe.manifest | 39 <comInterfaceExternalProxyStub name="IWebView" iid="{174BBEFD-058E-49C7-91DF-6F110AA4AC28}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub>
40 <comInterfaceExternalProxyStub name="IWebUIDelegate" iid="{2452A889-A74A-4FBC-9617-326A0A953630}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub>
41 <comInterfaceExternalProxyStub name="IWebURLRequest" iid="{F4B85F1D-F3B2-493D-B786-0930E804A3BA}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub>
42 <comInterfaceExternalProxyStub name="IWebFrame" iid="{B4B22EF7-DD43-4D01-A992-99C4A8B1F845}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub>
43 <comInterfaceExternalProxyStub name="IWebFrameView" iid="{E23E1B15-78F6-4E89-AD2E-49992A040A35}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub>
44 <comInterfaceExternalProxyStub name="IWebDocumentView" iid="{0A6397A7-90FE-49A0-B9C1-44693DD779F7}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub>
45 <comInterfaceExternalProxyStub name="IWebDataSource" iid="{5221A975-AE09-4A7B-A4DF-E3B1B5F38A21}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub>
46 <comInterfaceExternalProxyStub name="IWebDocumentRepresentation" iid="{3C9F6251-CFD8-447A-B429-6B6AE627436C}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub>
47 <comInterfaceExternalProxyStub name="IWebError" iid="{89E3B189-0B60-4D6B-A87A-3F1172CB5538}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub>
48 <comInterfaceExternalProxyStub name="IWebMutableURLRequest" iid="{C4042773-371F-427E-AFA9-9D4B358A0D93}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}" proxyStubC (…) [all...] |
/frameworks/rs/ |
rsScriptIntrinsic.cpp | 30 bool ScriptIntrinsic::init(Context *rsc, RsScriptIntrinsicID iid, Element *e) { 31 mIntrinsicID = iid; 36 rsc->mHal.funcs.script.initIntrinsic(rsc, this, iid, e);
|
/external/chromium/base/win/ |
scoped_comptr.h | 20 template <class Interface, const IID* interface_id = &__uuidof(Interface)> 27 STDMETHOD(QueryInterface)(REFIID iid, void** object) = 0; 95 // so the iid parameter is implicit here. The only thing this 100 // QI for times when the IID is not associated with the type. 101 HRESULT QueryInterface(const IID& iid, void** obj) { 104 return ptr_->QueryInterface(iid, obj); 161 static const IID& iid() { function in class:base::win::ScopedComPtr
|
scoped_comptr_unittest.cc | 26 extern const IID dummy_iid; 27 const IID dummy_iid = { 0x12345678u, 0x1234u, 0x5678u, 01, 23, 45, 67, 89, 33 EXPECT_TRUE(memcmp(&ScopedComPtr<IUnknown>::iid(), &IID_IUnknown, 34 sizeof(IID)) == 0);
|
/frameworks/wilhelm/src/itf/ |
IDynamicInterfaceManagement.c | 98 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID local 99 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid); 106 const SLInterfaceID iid, SLboolean async) 111 if (NULL == iid) { 118 if ((0 > (MPH = IID_to_MPH(iid))) || 201 SLDynamicInterfaceManagementItf self, const SLInterfaceID iid) 207 if (NULL == iid) { 214 if ((0 > (MPH = IID_to_MPH(iid))) || 347 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original II local [all...] |
/external/clang/test/CodeGenCXX/ |
2007-01-06-PtrMethodInit.cpp | 43 static const nsIID iid = { local 63 const nsIID *iid; member in struct:EventTypeData
|
/frameworks/wilhelm/src/autogen/ |
IID_to_MPH.c | 30 int IID_to_MPH(const SLInterfaceID iid) 245 if (&SL_IID_array[0] <= iid && &SL_IID_array[MPH_MAX] > iid) 246 return iid - &SL_IID_array[0]; 247 if (NULL != iid) { 248 unsigned key = asso_values[((unsigned char *)iid)[8]] + 249 asso_values[((unsigned char *)iid)[0]]; 255 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
|
/external/skia/src/utils/win/ |
SkDWriteGeometrySink.h | 31 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void **object) SK_OVERRIDE;
|
SkDWriteFontFileStream.cpp | 123 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::QueryInterface(REFIID iid, void** ppvObject) { 124 if (iid == IID_IUnknown || iid == __uuidof(IDWriteFontFileStream)) {
|
SkDWriteGeometrySink.cpp | 21 HRESULT STDMETHODCALLTYPE SkDWriteGeometrySink::QueryInterface(REFIID iid, void **object) { 25 if (iid == __uuidof(IUnknown) || iid == __uuidof(IDWriteGeometrySink)) {
|
SkDWriteFontFileStream.h | 45 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
|
SkIStream.cpp | 22 HRESULT STDMETHODCALLTYPE SkBaseIStream::QueryInterface(REFIID iid 28 if (iid == __uuidof(IUnknown) 29 || iid == __uuidof(IStream) 30 || iid == __uuidof(ISequentialStream))
|
/external/aac/libSBRenc/src/ |
ps_encode.cpp | 286 static INT envelopeReducible(FIXP_DBL iid[PS_MAX_ENVELOPES][PS_MAX_BANDS], 314 dIid = (iid[2*e][b]>>1) - (iid[2*e+1][b]>>1); /* scale 1 bit; squared -> 2 bit */ 337 FIXP_DBL iid[PS_MAX_ENVELOPES][PS_MAX_BANDS], 359 /* Quantize IID coefficients */ 361 errIID += quantizeCoef(iid[env], psBands, iidQuant_fx, 7, 15, iidIdxCoarse[env]); 362 errIIDFine += quantizeCoef(iid[env], psBands, iidQuantFine_fx, 15, 31, iidIdxFine[env]); 370 /* Check if IID coefficients should be used in this frame */ 383 /* if iid not active -> RESET data */ 641 FIXP_DBL iid[PS_MAX_ENVELOPES][PS_MAX_BANDS] 851 FIXP_DBL iid [PS_MAX_ENVELOPES][PS_MAX_BANDS]; local [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 677 ImageInfo iid; /* auxiliary .dSYM file */ local 709 VG_(memset)(&iid, 0, sizeof(iid)); [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic.cpp | 24 const Element *e, RsScriptIntrinsicID iid) 27 mID = iid;
|
rsCpuIntrinsic.h | 51 RsScriptIntrinsicID iid);
|
/external/aac/libSBRdec/src/ |
psdec.h | 178 SCHAR aaIidIndexMapped[MAX_NO_PS_ENV][NO_HI_RES_IID_BINS]; /*!< The mapped IID index for all envelopes and all IID bins */ 196 UCHAR bEnableIid; /*!< One bit denoting the presence of IID parameters */ 202 UCHAR modeIid; /*!< The configuration of IID parameters (number of bands and 208 UCHAR freqResIid; /*!< 0=low, 1=mid or 2=high frequency resolution for iid */ 211 UCHAR bFineIidQ; /*!< Use fine Iid quantisation. */ 222 SCHAR abIidDtFlag[MAX_NO_PS_ENV]; /*!< Deltacoding time/freq flag for IID, 0 => freq */ 225 SCHAR aaIidIndex[MAX_NO_PS_ENV][NO_HI_RES_IID_BINS]; /*!< The IID index for all envelopes and all IID bins */ 258 SCHAR aIidPrevFrameIndex[NO_HI_RES_IID_BINS]; /*!< The IID index for previous frame * [all...] |
/external/llvm/lib/Analysis/ |
TargetTransformInfo.cpp | 78 Intrinsic::ID IID, Type *RetTy, ArrayRef<Type *> ParamTys) const { 79 return PrevTTI->getIntrinsicCost(IID, RetTy, ParamTys); 83 Intrinsic::ID IID, Type *RetTy, ArrayRef<const Value *> Arguments) const { 84 return PrevTTI->getIntrinsicCost(IID, RetTy, Arguments); 317 if (Intrinsic::ID IID = (Intrinsic::ID)F->getIntrinsicID()) { 320 return TopTTI->getIntrinsicCost(IID, FTy->getReturnType(), ParamTys); 337 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, 339 switch (IID) { 360 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, 369 return TopTTI->getIntrinsicCost(IID, RetTy, ParamTys) [all...] |