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

  /external/stlport/test/unit/
type_traits_test.cpp 95 any_type* any_pointer; variable
325 CPPUNIT_ASSERT( is_integer(any_pointer) == 0 );
371 CPPUNIT_ASSERT( is_rational(any_pointer) == 0 );
393 CPPUNIT_ASSERT( is_pointer_type(any_pointer) == 1 );
429 CPPUNIT_CHECK( are_both_pointer_type(any_pointer, any_pointer) == 1 );
451 CPPUNIT_CHECK( is_ok_to_use_memcpy(int_pointer, any_pointer) == 0 );
452 CPPUNIT_CHECK( is_ok_to_use_memcpy(any_pointer, int_pointer) == 0 );
453 CPPUNIT_CHECK( is_ok_to_use_memcpy(any_pointer, any_pointer) == 0 )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 95 any_type* any_pointer; variable
325 CPPUNIT_ASSERT( is_integer(any_pointer) == 0 );
371 CPPUNIT_ASSERT( is_rational(any_pointer) == 0 );
393 CPPUNIT_ASSERT( is_pointer_type(any_pointer) == 1 );
429 CPPUNIT_CHECK( are_both_pointer_type(any_pointer, any_pointer) == 1 );
451 CPPUNIT_CHECK( is_ok_to_use_memcpy(int_pointer, any_pointer) == 0 );
452 CPPUNIT_CHECK( is_ok_to_use_memcpy(any_pointer, int_pointer) == 0 );
453 CPPUNIT_CHECK( is_ok_to_use_memcpy(any_pointer, any_pointer) == 0 )
    [all...]
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 95 any_type* any_pointer; variable
325 CPPUNIT_ASSERT( is_integer(any_pointer) == 0 );
371 CPPUNIT_ASSERT( is_rational(any_pointer) == 0 );
393 CPPUNIT_ASSERT( is_pointer_type(any_pointer) == 1 );
429 CPPUNIT_CHECK( are_both_pointer_type(any_pointer, any_pointer) == 1 );
451 CPPUNIT_CHECK( is_ok_to_use_memcpy(int_pointer, any_pointer) == 0 );
452 CPPUNIT_CHECK( is_ok_to_use_memcpy(any_pointer, int_pointer) == 0 );
453 CPPUNIT_CHECK( is_ok_to_use_memcpy(any_pointer, any_pointer) == 0 )
    [all...]

Completed in 24 milliseconds