/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wsdbase.h | 219 STDMETHOD_(HRESULT,SetLocalAddress)(THIS_ IWSDAddress *pAddress) PURE; 221 STDMETHOD_(HRESULT,SetRemoteAddress)(THIS_ IWSDAddress *pAddress) PURE; 231 #define IWSDMessageParameters_SetLocalAddress(This,pAddress) (This)->lpVtbl->SetLocalAddress(This,pAddress) 233 #define IWSDMessageParameters_SetRemoteAddress(This,pAddress) (This)->lpVtbl->SetRemoteAddress(This,pAddress) 255 STDMETHOD_(HRESULT,SetLocalAddress)(THIS_ IWSDAddress *pAddress) PURE; 257 STDMETHOD_(HRESULT,SetRemoteAddress)(THIS_ IWSDAddress *pAddress) PURE; 278 #define IWSDHttpMessageParameters_SetLocalAddress(This,pAddress) (This)->lpVtbl->SetLocalAddress(This,pAddress) [all...] |
wdspxe.h | 122 DWORD PXEAPI PxeSendReply(HANDLE hClientRequest,PVOID pPacket,ULONG uPacketLen,PXE_ADDRESS *pAddress);
|
tapi3cc.h | 162 virtual HRESULT WINAPI CreateSession(ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession) = 0; 163 virtual HRESULT WINAPI CreateSessionWithPIN(ITACDGroup *pACDGroup,ITAddress *pAddress,BSTR pPIN,ITAgentSession **ppAgentSession) = 0; 190 HRESULT (WINAPI *CreateSession)(ITAgent *This,ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession); 191 HRESULT (WINAPI *CreateSessionWithPIN)(ITAgent *This,ITACDGroup *pACDGroup,ITAddress *pAddress,BSTR pPIN,ITAgentSession **ppAgentSession); 220 #define ITAgent_CreateSession(This,pACDGroup,pAddress,ppAgentSession) (This)->lpVtbl->CreateSession(This,pACDGroup,pAddress,ppAgentSession) 221 #define ITAgent_CreateSessionWithPIN(This,pACDGroup,pAddress,pPIN,ppAgentSession) (This)->lpVtbl->CreateSessionWithPIN(This,pACDGroup,pAddress,pPIN,ppAgentSession) 240 HRESULT WINAPI ITAgent_CreateSession_Proxy(ITAgent *This,ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession); 242 HRESULT WINAPI ITAgent_CreateSessionWithPIN_Proxy(ITAgent *This,ITACDGroup *pACDGroup,ITAddress *pAddress,BSTR pPIN,ITAgentSession **ppAgentSession) [all...] |
bluetoothapis.h | 270 BLUETOOTH_ADDRESS *pAddress
|
tapi3.h | 281 virtual HRESULT WINAPI CreateSession(ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession) = 0; 282 virtual HRESULT WINAPI CreateSessionWithPIN(ITACDGroup *pACDGroup,ITAddress *pAddress,BSTR pPIN,ITAgentSession **ppAgentSession) = 0; 309 HRESULT (WINAPI *CreateSession)(ITAgent *This,ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession); 310 HRESULT (WINAPI *CreateSessionWithPIN)(ITAgent *This,ITACDGroup *pACDGroup,ITAddress *pAddress,BSTR pPIN,ITAgentSession **ppAgentSession); 339 #define ITAgent_CreateSession(This,pACDGroup,pAddress,ppAgentSession) (This)->lpVtbl->CreateSession(This,pACDGroup,pAddress,ppAgentSession) 340 #define ITAgent_CreateSessionWithPIN(This,pACDGroup,pAddress,pPIN,ppAgentSession) (This)->lpVtbl->CreateSessionWithPIN(This,pACDGroup,pAddress,pPIN,ppAgentSession) 359 HRESULT WINAPI ITAgent_CreateSession_Proxy(ITAgent *This,ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession); 361 HRESULT WINAPI ITAgent_CreateSessionWithPIN_Proxy(ITAgent *This,ITACDGroup *pACDGroup,ITAddress *pAddress,BSTR pPIN,ITAgentSession **ppAgentSession) [all...] |
rpcdcep.h | 187 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcLaunchDatagramReceiveThread(void *pAddress);
|
cdonts.h | [all...] |
tapi3if.h | 774 virtual HRESULT WINAPI RegisterCallNotifications(ITAddress *pAddress,VARIANT_BOOL fMonitor,VARIANT_BOOL fOwner,__LONG32 lMediaTypes,__LONG32 lCallbackInstance,__LONG32 *plRegister) = 0; 801 HRESULT (WINAPI *RegisterCallNotifications)(ITTAPI *This,ITAddress *pAddress,VARIANT_BOOL fMonitor,VARIANT_BOOL fOwner,__LONG32 lMediaTypes,__LONG32 lCallbackInstance,__LONG32 *plRegister); 830 #define ITTAPI_RegisterCallNotifications(This,pAddress,fMonitor,fOwner,lMediaTypes,lCallbackInstance,plRegister) (This)->lpVtbl->RegisterCallNotifications(This,pAddress,fMonitor,fOwner,lMediaTypes,lCallbackInstance,plRegister) 852 HRESULT WINAPI ITTAPI_RegisterCallNotifications_Proxy(ITTAPI *This,ITAddress *pAddress,VARIANT_BOOL fMonitor,VARIANT_BOOL fOwner,__LONG32 lMediaTypes,__LONG32 lCallbackInstance,__LONG32 *plRegister); [all...] |
dplay8.h | 591 STDMETHOD(GetServerAddress)(THIS_ IDirectPlay8Address ** CONST pAddress, CONST DWORD dwFlags) PURE; [all...] |
/frameworks/compile/mclinker/include/mcld/Target/ |
ELFDynamic.tcc | 25 size_t Entry<32, true>::emit(uint8_t* pAddress) const { 26 memcpy(reinterpret_cast<void*>(pAddress), 47 size_t Entry<64, true>::emit(uint8_t* pAddress) const { 48 memcpy(reinterpret_cast<void*>(pAddress),
|
ELFDynamic.h | 42 virtual size_t emit(uint8_t* pAddress) const = 0; 74 inline size_t emit(uint8_t* pAddress) const; 105 inline size_t emit(uint8_t* pAddress) const;
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86GOTPLT.h | 35 void applyGOT0(uint64_t pAddress); 52 void applyGOT0(uint64_t pAddress);
|
X86GOTPLT.cpp | 36 void X86_32GOTPLT::applyGOT0(uint64_t pAddress) { 38 .setValue(pAddress); 69 void X86_64GOTPLT::applyGOT0(uint64_t pAddress) { 71 .setValue(pAddress);
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
SizeTraits.h | 91 uint64_t Align(uint64_t pAddress); 94 inline uint64_t Align<32>(uint64_t pAddress) { 95 return (pAddress + 0x1F) & (~0x1F); 99 inline uint64_t Align<64>(uint64_t pAddress) { 100 return (pAddress + 0x3F) & (~0x3F);
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonGOTPLT.h | 35 void applyGOT0(uint64_t pAddress);
|
HexagonGOTPLT.cpp | 39 void HexagonGOTPLT::applyGOT0(uint64_t pAddress) { 41 .setValue(pAddress);
|
/external/dbus/tools/ |
dbus-launch.h | 52 int x11_get_address (char **paddress, pid_t *pid, long *wid);
|
dbus-launch-x11.c | 294 x11_get_address (char **paddress, pid_t *pid, long *wid) 304 *paddress = NULL; 320 *paddress = xstrdup (data);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMGOT.h | 60 void applyGOT0(uint64_t pAddress);
|
ARMGOT.cpp | 93 void ARMGOT::applyGOT0(uint64_t pAddress) { 95 .setValue(pAddress);
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64GOT.cpp | 96 void AArch64GOT::applyGOT0(uint64_t pAddress) { 98 .setValue(pAddress);
|
AArch64GOT.h | 72 void applyGOT0(uint64_t pAddress);
|
/external/mesa3d/include/GL/ |
wglext.h | 718 extern BOOL WINAPI wglDestroyImageBufferI3D (HDC hDC, LPVOID pAddress); 719 extern BOOL WINAPI wglAssociateImageBufferEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count); 720 extern BOOL WINAPI wglReleaseImageBufferEventsI3D (HDC hDC, const LPVOID *pAddress, UINT count); 723 typedef BOOL (WINAPI * PFNWGLDESTROYIMAGEBUFFERI3DPROC) (HDC hDC, LPVOID pAddress); 724 typedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count); 725 typedef BOOL (WINAPI * PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const LPVOID *pAddress, UINT count); [all...] |
/frameworks/wilhelm/src/ |
data.c | 45 if ((0 < pDataLocator->mAddress.length) && (NULL == pDataLocator->mAddress.pAddress)) { 46 SL_LOGE("%s: pAddress=NULL", name); [all...] |
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
wglew.h | 784 typedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hdc, HANDLE* pEvent, LPVOID *pAddress, DWORD *pSize, UINT count); 786 typedef BOOL (WINAPI * PFNWGLDESTROYIMAGEBUFFERI3DPROC) (HDC hDC, LPVOID pAddress); 787 typedef BOOL (WINAPI * PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC) (HDC hdc, LPVOID* pAddress, UINT count); [all...] |