HomeSort by relevance Sort by last modified time
    Searched defs:xff (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 1007 s << hex << 0xff; local
1012 s << hex << setw( 4 ) << 0xff;
1027 s << hex << showbase << 0xff; local
1028 CPPUNIT_CHECK( s.str() == "0xff" );
1032 s << hex << showbase << setw( 4 ) << 0xff;
1033 CPPUNIT_CHECK( s.str() == "0xff" );
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 1009 s << hex << 0xff; local
1014 s << hex << setw( 4 ) << 0xff;
1029 s << hex << showbase << 0xff; local
1030 CPPUNIT_CHECK( s.str() == "0xff" );
1034 s << hex << showbase << setw( 4 ) << 0xff;
1035 CPPUNIT_CHECK( s.str() == "0xff" );
    [all...]

Completed in 123 milliseconds