/external/chromium/sdch/open-vcdiff/src/ |
output_string_crope.h | 17 // crope type, so that cropes can be passed as output arguments to the encoder 29 // *** OutputString interface for crope (OutputCrope) 31 // crope::reserve(), if defined, does nothing 33 void OutputString<__gnu_cxx::crope>::ReserveAdditionalBytes( 36 typedef OutputString<__gnu_cxx::crope> OutputCrope;
|
output_string_test.cc | 76 typedef __gnu_cxx::crope crope; typedef in class:open_vcdiff::__anon4672::OutputCRopeTest 83 crope crope_; 89 crope expected_abcd("abcd"); 95 crope expected_empty; 101 crope expected_abc("abc");
|
vcencoder_test.cc | 33 using __gnu_cxx::crope; 275 // Test that the crope class can be used in place of a string for encoding 278 crope delta_crope, result_crope; 285 // crope can't guarantee that its characters are contiguous, so the decoding 287 for (crope::const_iterator it = delta_crope.begin(); 293 crope expected_target(kTarget); [all...] |
/external/stlport/test/unit/ |
rope_test.cpp | 61 crope rstr(cstr); 76 crope r("Fuzzy Wuzzy was a bear"); 77 crope::size_type n = r.find( "hair" ); 78 CPPUNIT_ASSERT( n == crope::npos ); 89 crope r("Fuzzy Wuzzy was a bear"); 90 crope::size_type n = r.find( 'e' ); 98 crope r('1'); 108 //first create a rope bigger than crope::_S_copy_max = 23 110 crope evilRope("12345678901234567890123_"); 111 //crope* pSevenCharRope( new TRope("1234567") ) [all...] |
mvctor_declaration_test.cpp | 191 //crope, wrope: 192 CPPUNIT_ASSERT( is_movable(crope()) ); 194 CPPUNIT_ASSERT( is_move_complete(crope()) ); 196 CPPUNIT_ASSERT( !is_move_complete(crope()) );
|
hash_test.cpp | 79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; 93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100"))); 97 p = m.insert(pair<const char, crope>('c', crope("100")));
|
/ndk/tests/device/test-gnustl-full/unit/ |
rope_test.cpp | 61 crope rstr(cstr); 76 crope r("Fuzzy Wuzzy was a bear"); 77 crope::size_type n = r.find( "hair" ); 78 CPPUNIT_ASSERT( n == crope::npos ); 89 crope r("Fuzzy Wuzzy was a bear"); 90 crope::size_type n = r.find( 'e' ); 98 crope r('1'); 108 //first create a rope bigger than crope::_S_copy_max = 23 110 crope evilRope("12345678901234567890123_"); 111 //crope* pSevenCharRope( new TRope("1234567") ) [all...] |
mvctor_declaration_test.cpp | 191 //crope, wrope: 192 CPPUNIT_ASSERT( is_movable(crope()) ); 194 CPPUNIT_ASSERT( is_move_complete(crope()) ); 196 CPPUNIT_ASSERT( !is_move_complete(crope()) );
|
hash_test.cpp | 79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; 93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100"))); 97 p = m.insert(pair<const char, crope>('c', crope("100")));
|
/ndk/tests/device/test-stlport/unit/ |
rope_test.cpp | 61 crope rstr(cstr); 76 crope r("Fuzzy Wuzzy was a bear"); 77 crope::size_type n = r.find( "hair" ); 78 CPPUNIT_ASSERT( n == crope::npos ); 89 crope r("Fuzzy Wuzzy was a bear"); 90 crope::size_type n = r.find( 'e' ); 98 crope r('1'); 108 //first create a rope bigger than crope::_S_copy_max = 23 110 crope evilRope("12345678901234567890123_"); 111 //crope* pSevenCharRope( new TRope("1234567") ) [all...] |
mvctor_declaration_test.cpp | 191 //crope, wrope: 192 CPPUNIT_ASSERT( is_movable(crope()) ); 194 CPPUNIT_ASSERT( is_move_complete(crope()) ); 196 CPPUNIT_ASSERT( !is_move_complete(crope()) );
|
hash_test.cpp | 79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; 93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100"))); 97 p = m.insert(pair<const char, crope>('c', crope("100")));
|
/external/stlport/stlport/stl/ |
_rope.h | 2297 typedef rope<char, allocator<char> > crope; typedef [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 2299 typedef rope<char, allocator<char> > crope; typedef [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 2297 typedef rope<char, allocator<char> > crope; typedef [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 2297 typedef rope<char, allocator<char> > crope; typedef [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 2297 typedef rope<char, allocator<char> > crope; typedef [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 2297 typedef rope<char, allocator<char> > crope; typedef [all...] |