HomeSort by relevance Sort by last modified time
    Searched defs:pvoid (Results 1 - 5 of 5) 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...]

Completed in 1063 milliseconds