HomeSort by relevance Sort by last modified time
    Searched full:chars_read (Results 1 - 13 of 13) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
HexDump.java 76 int chars_read = data.length - j; local
78 if (chars_read > 16) {
79 chars_read = 16;
83 if (k < chars_read) {
90 for (int k = 0; k < chars_read; k++) {
101 display_offset += chars_read;
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 406 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) ); local
407 CPPUNIT_CHECK( chars_read == 11 );
409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) );
410 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) );
432 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) ); local
433 CPPUNIT_CHECK( chars_read == 11 );
437 // Depending on how '\n' is written in file, file position can be greater or equal to the number of chars_read read.
439 CPPUNIT_ASSERT( offset >= chars_read );
485 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) / sizeof(wchar_t) ); local
486 CPPUNIT_CHECK( chars_read == 11 )
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 406 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) ); local
407 CPPUNIT_CHECK( chars_read == 11 );
409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) );
410 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) );
432 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) ); local
433 CPPUNIT_CHECK( chars_read == 11 );
437 // Depending on how '\n' is written in file, file position can be greater or equal to the number of chars_read read.
439 CPPUNIT_ASSERT( offset >= chars_read );
485 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) / sizeof(wchar_t) ); local
486 CPPUNIT_CHECK( chars_read == 11 )
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 346 size_t chars_read = _WLocale_mbtowc(_M_codecvt, local
349 if (chars_read == (size_t) -1) {
355 if (chars_read == (size_t) -2) {
361 from += chars_read;
413 size_t chars_read = _WLocale_mbtowc(_M_codecvt, local
416 if ((chars_read == (size_t) -1) || (chars_read == (size_t) -2)) // error or partial
418 __count += chars_read;
419 from += chars_read;
    [all...]
  /system/core/fastboot/
usb_linux.c 166 int chars_read = read(fd, info.serial_number, local
170 if (chars_read <= 0)
172 else if (info.serial_number[chars_read - 1] == '\n') {
174 info.serial_number[chars_read - 1] = '\0';
  /external/v8/src/
scanner.cc 1147 uc32 chars_read[6] = {'\\\\', 'u', 0, 0, 0, 0}; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 

Completed in 449 milliseconds