HomeSort by relevance Sort by last modified time
    Searched refs:pFlags (Results 1 - 18 of 18) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winstring.h 18 void __RPC_USER HSTRING_UserFree(unsigned long *pFlags, HSTRING *ppidl);
20 unsigned char* __RPC_USER HSTRING_UserMarshal(unsigned long *pFlags, unsigned char *pBuffer, HSTRING *ppidl);
22 unsigned long __RPC_USER HSTRING_UserSize(unsigned long *pFlags, unsigned long StartingSize, HSTRING *ppidl);
24 unsigned char* __RPC_USER HSTRING_UserUnmarshal(unsigned long *pFlags, unsigned char *pBuffer, HSTRING *ppidl);
27 void __RPC_USER HSTRING_UserFree64(unsigned long *pFlags, HSTRING *ppidl);
29 unsigned char* __RPC_USER HSTRING_UserMarshal64(unsigned long *pFlags, unsigned char *pBuffer, HSTRING *ppidl);
31 unsigned long __RPC_USER HSTRING_UserSize64(unsigned long *pFlags, unsigned long StartingSize, HSTRING *ppidl);
33 unsigned char* __RPC_USER HSTRING_UserUnmarshal64(unsigned long *pFlags, unsigned char *pBuffer, HSTRING *ppidl);
filter.h 134 ULONG *pFlags) = 0;
177 ULONG *pFlags);
211 #define IFilter_Init(This,grfFlags,cAttributes,aAttributes,pFlags) (This)->lpVtbl->Init(This,grfFlags,cAttributes,aAttributes,pFlags)
228 static FORCEINLINE SCODE IFilter_Init(IFilter* This,ULONG grfFlags,ULONG cAttributes,const FULLPROPSPEC *aAttributes,ULONG *pFlags) {
229 return This->lpVtbl->Init(This,grfFlags,cAttributes,aAttributes,pFlags);
253 ULONG *pFlags);
certview.h 274 virtual HRESULT WINAPI GetFlags(LONG *pFlags) = 0;
292 HRESULT (WINAPI *GetFlags)(IEnumCERTVIEWEXTENSION *This,LONG *pFlags);
312 #define IEnumCERTVIEWEXTENSION_GetFlags(This,pFlags) (This)->lpVtbl->GetFlags(This,pFlags)
323 HRESULT WINAPI IEnumCERTVIEWEXTENSION_GetFlags_Proxy(IEnumCERTVIEWEXTENSION *This,LONG *pFlags);
    [all...]
tom.h     [all...]
rpcndr.h     [all...]
objidlbase.h     [all...]
d3d11.h     [all...]
objidl.h     [all...]
d3d11.idl     [all...]
strmif.h     [all...]
  /frameworks/compile/libbcc/lib/
FileBase.cpp 44 unsigned pFlags)
50 // Process pFlags
52 if (pFlags & kBinary) {
56 if (pFlags & kTruncate) {
60 if (pFlags & kAppend) {
64 if (pFlags & kDeleteOnClose) {
FileBase.h 103 // pOpenFlags is the 2nd argument to the POSIX open(). pFlags are the flags to
106 FileBase(const std::string &pFilename, unsigned pOpenFlags, unsigned pFlags);
  /frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp 39 llvm::sys::fs::OpenFlags pFlags)
40 : llvm::raw_fd_ostream(pFilename, pErrorCode, pFlags),
  /frameworks/compile/mclinker/include/mcld/Support/
raw_ostream.h 32 llvm::sys::fs::OpenFlags pFlags = llvm::sys::fs::F_None);
FileSystem.h 102 int pFlags,
  /external/icu/icu4c/source/tools/toolutil/
ucmstate.cpp 52 parseState(const char *s, int32_t state[256], uint32_t *pFlags) {
67 *pFlags=MBCS_STATE_FLAG_DIRECT;
72 } else if(*pFlags==0 && uprv_strncmp("surrogates", s, 10)==0) {
73 *pFlags=MBCS_STATE_FLAG_SURROGATES;
134 if(*pFlags!=MBCS_STATE_FLAG_DIRECT) {
158 switch(*pFlags) {
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp     [all...]

Completed in 819 milliseconds