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

  /external/stlport/test/unit/
type_traits_test.cpp 265 derived const *pcd = pd; local
275 //CPPUNIT_CHECK( is_convertible(pcd, pb) == 1 );
278 CPPUNIT_CHECK( is_cv_convertible(pcd, pb) == 0 );
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 265 derived const *pcd = pd; local
275 //CPPUNIT_CHECK( is_convertible(pcd, pb) == 1 );
278 CPPUNIT_CHECK( is_cv_convertible(pcd, pb) == 0 );
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 265 derived const *pcd = pd; local
275 //CPPUNIT_CHECK( is_convertible(pcd, pb) == 1 );
278 CPPUNIT_CHECK( is_cv_convertible(pcd, pb) == 0 );
  /frameworks/base/core/java/android/app/
ActivityThread.java 833 ProfilerControlData pcd = new ProfilerControlData(); local
834 pcd.path = path;
835 pcd.fd = fd;
836 queueOrSendMessage(H.PROFILER_CONTROL, pcd, start ? 1 : 0, profileType);
    [all...]

Completed in 52 milliseconds