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

  /external/stlport/test/unit/
config_test.cpp 98 void* pvoid = operator new (huge_amount); local
101 CPPUNIT_ASSERT( pvoid != 0 );
104 operator delete(pvoid);
  /ndk/tests/device/test-gnustl-full/unit/
config_test.cpp 98 void* pvoid = operator new (huge_amount); local
101 CPPUNIT_ASSERT( pvoid != 0 );
104 operator delete(pvoid);
  /ndk/tests/device/test-stlport/unit/
config_test.cpp 98 void* pvoid = operator new (huge_amount); local
101 CPPUNIT_ASSERT( pvoid != 0 );
104 operator delete(pvoid);
  /external/stressapptest/src/
os.cc 75 void *pvoid = 0; local
76 address_mode_ = sizeof(pvoid) * 8;
126 void *pvoid = 0; local
127 return sizeof(pvoid) * 8;
sat.cc 656 void *pvoid = 0; local
657 address_mode_ = sizeof(pvoid) * 8;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptuiapi.h 275 WINBOOL WINAPI CryptUIWizExport(DWORD dwFlags,HWND hwndParent,LPCWSTR pwszWizardTitle,PCCRYPTUI_WIZ_EXPORT_INFO pExportInfo,void *pvoid);
winuser.h 33 typedef PVOID LPMENUTEMPLATEA;
34 typedef PVOID LPMENUTEMPLATEW;
750 WINUSERAPI WINBOOL WINAPI GetUserObjectInformationA(HANDLE hObj,int nIndex,PVOID pvInfo,DWORD nLength,LPDWORD lpnLengthNeeded);
751 WINUSERAPI WINBOOL WINAPI GetUserObjectInformationW(HANDLE hObj,int nIndex,PVOID pvInfo,DWORD nLength,LPDWORD lpnLengthNeeded);
752 WINUSERAPI WINBOOL WINAPI SetUserObjectInformationA(HANDLE hObj,int nIndex,PVOID pvInfo,DWORD nLength);
753 WINUSERAPI WINBOOL WINAPI SetUserObjectInformationW(HANDLE hObj,int nIndex,PVOID pvInfo,DWORD nLength);
989 PVOID lpData;
    [all...]

Completed in 6120 milliseconds