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 629 ProfilerControlData pcd = new ProfilerControlData(); local
630 pcd.path = path;
631 pcd.fd = fd;
632 queueOrSendMessage(H.PROFILER_CONTROL, pcd, start ? 1 : 0);
    [all...]

Completed in 66 milliseconds