HomeSort by relevance Sort by last modified time
    Searched refs:eof (Results 226 - 250 of 980) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
int.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
long_double.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
long_long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
pointer.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
short.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
unsigned_int.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
unsigned_long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
unsigned_long_long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
unsigned_short.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 40 overflow(typename base::int_type __c = base::traits_type::eof())
42 if (__c != base::traits_type::eof())
ends.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/
CharT_pointer.pass.cpp 41 overflow(typename base::int_type __c = base::traits_type::eof())
43 if (__c != base::traits_type::eof())
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
put.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
write.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 64 #ifdef eof
65 #undef eof macro
  /external/chromium_org/third_party/opus/src/src/
repacketizer_demo.c 60 int i, eof=0; local
114 while (!eof)
129 eof = 1;
143 eof = 1;
155 if (eof)
  /external/libopus/src/
repacketizer_demo.c 60 int i, eof=0; local
114 while (!eof)
129 eof = 1;
143 eof = 1;
155 if (eof)
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
encode.c 93 * 0xF2 is EOF
238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl; local
274 * holds it. and eof will hold how many characters to
279 eof++;
303 if (((i+1) == inl) && (((n&3) == 0) || eof))
308 updates), eof may contain the incorrect number
310 eof = 0;
311 if (d[n-1] == '=') eof++;
312 if (d[n-2] == '=') eof++;
327 if (eof > v) { rv=-1; goto end;
    [all...]
  /external/openssl/crypto/evp/
encode.c 93 * 0xF2 is EOF
238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl; local
274 * holds it. and eof will hold how many characters to
279 eof++;
303 if (((i+1) == inl) && (((n&3) == 0) || eof))
308 updates), eof may contain the incorrect number
310 eof = 0;
311 if (d[n-1] == '=') eof++;
312 if (d[n-2] == '=') eof++;
327 if (eof > v) { rv=-1; goto end;
    [all...]
  /system/extras/tests/sdcard/
sysutil.cpp 95 bool eof = false; local
101 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
117 eof = true;
136 if (!eof)
476 bool eof = false; local
482 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
498 eof = true;
529 bool eof = false; local
537 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
553 eof = true
    [all...]
  /external/stlport/test/unit/
num_put_get_test.cpp 88 CPPUNIT_ASSERT(str.eof());
99 CPPUNIT_ASSERT(str.eof());
110 CPPUNIT_ASSERT(str.eof());
121 CPPUNIT_ASSERT(str.eof());
132 CPPUNIT_ASSERT(str.eof());
143 CPPUNIT_ASSERT(str.eof());
167 CPPUNIT_ASSERT(str.eof());
190 CPPUNIT_ASSERT(str.eof());
213 CPPUNIT_ASSERT(str.eof());
258 CPPUNIT_ASSERT( str.eof() );
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 88 CPPUNIT_ASSERT(str.eof());
99 CPPUNIT_ASSERT(str.eof());
110 CPPUNIT_ASSERT(str.eof());
121 CPPUNIT_ASSERT(str.eof());
132 CPPUNIT_ASSERT(str.eof());
143 CPPUNIT_ASSERT(str.eof());
167 CPPUNIT_ASSERT(str.eof());
190 CPPUNIT_ASSERT(str.eof());
213 CPPUNIT_ASSERT(str.eof());
258 CPPUNIT_ASSERT( str.eof() );
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 88 CPPUNIT_ASSERT(str.eof());
99 CPPUNIT_ASSERT(str.eof());
110 CPPUNIT_ASSERT(str.eof());
121 CPPUNIT_ASSERT(str.eof());
132 CPPUNIT_ASSERT(str.eof());
143 CPPUNIT_ASSERT(str.eof());
167 CPPUNIT_ASSERT(str.eof());
190 CPPUNIT_ASSERT(str.eof());
213 CPPUNIT_ASSERT(str.eof());
258 CPPUNIT_ASSERT( str.eof() );
    [all...]
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 98 private char symbol; // 0: eof; else valid term symbol or first char of
104 * Scanner: eof is private to the scan methods and it's set only when a scan
107 private boolean eof; field in class:GenericSignatureParser
127 this.eof = false;
130 this.eof = true;
195 if (!eof) {
213 if (!eof) {
232 if (!eof) {
252 if (!eof) {
586 if (!eof) {
    [all...]

Completed in 1486 milliseconds

1 2 3 4 5 6 7 8 91011>>