HomeSort by relevance Sort by last modified time
    Searched defs:overflow (Results 76 - 100 of 287) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
unsigned_char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /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()) function in class:testbuf
ends.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /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()) function in class:testbuf
  /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()) function in class:testbuf
write.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 39 int_type overflow(int_type c = traits_type::eof()) function in struct:test
  /ndk/tests/device/test-gnustl-full/unit/
full_streambuf.h 26 int_type overflow(int_type c) { function in class:full_streambuf
  /ndk/tests/device/test-stlport/unit/
full_streambuf.h 26 int_type overflow(int_type c) { function in class:full_streambuf
  /external/clang/test/Sema/
integer-overflow.c 9 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536870912 with type 'int'}} variable
12 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
13 uint64_t overflow = 4608 * 1024 * 1024, local
14 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
16 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
18 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
20 // expected-warning@+1 2{{overflow in expression; result is 536870912 with type 'int'}}
23 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
24 overflow += overflow2 = overflow3 = (uint64_t)(4608 * 1024 * 1024)
    [all...]
  /external/clang/test/SemaCXX/
integer-overflow.cpp 9 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536870912 with type 'int'}} variable
12 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
13 uint64_t overflow = 4608 * 1024 * 1024, local
14 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
16 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
18 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
20 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
22 // expected-warning@+1 2{{overflow in expression; result is 536870912 with type 'int'}}
25 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}
    [all...]
  /external/deqp/executor/
xeXMLWriter.cpp 115 int EscapeStreambuf::overflow (int ch) function in class:xe::xml::EscapeStreambuf
  /external/google-benchmark/src/
log.cc 24 int overflow(int c) { function in class:benchmark::internal::NullLogBuffer
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 12 // int_type overflow(int_type c = traits::eof());
35 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf
42 assert(f.open("overflow.dat", std::ios_base::out) != 0);
47 assert(f.overflow('a') == 'a');
54 assert(f.open("overflow.dat", std::ios_base::in) != 0);
58 std::remove("overflow.dat");
62 assert(f.open("overflow.dat", std::ios_base::out) != 0);
67 assert(f.overflow('a') == 'a');
74 assert(f.open("overflow.dat", std::ios_base::in) != 0)
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
pointer.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 14 // int_type overflow(int_type c = traits::eof());
38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf
44 std::ofstream bs("overflow.dat");
49 assert(f.overflow(L'a') == L'a');
55 std::ifstream bs("overflow.dat");
59 std::remove("overflow.dat");
61 std::ofstream bs("overflow.dat");
67 assert(f.overflow('a') == 'a');
73 std::ifstream bs("overflow.dat")
    [all...]
  /external/speex/include/speex/
speex_bits.h 55 int overflow;/**< Set to one if we try to read past the valid data */ member in struct:SpeexBits
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 12 // int_type overflow(int_type c = traits::eof());
35 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf
42 assert(f.open("overflow.dat", std::ios_base::out) != 0);
47 assert(f.overflow('a') == 'a');
54 assert(f.open("overflow.dat", std::ios_base::in) != 0);
58 std::remove("overflow.dat");
62 assert(f.open("overflow.dat", std::ios_base::out) != 0);
67 assert(f.overflow('a') == 'a');
74 assert(f.open("overflow.dat", std::ios_base::in) != 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 14 // int_type overflow(int_type c = traits::eof());
38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf
44 std::ofstream bs("overflow.dat");
49 assert(f.overflow(L'a') == L'a');
55 std::ifstream bs("overflow.dat");
59 std::remove("overflow.dat");
61 std::ofstream bs("overflow.dat");
67 assert(f.overflow('a') == 'a');
73 std::ifstream bs("overflow.dat")
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/binary/
varint.go 57 // n < 0: value larger than 64 bits (overflow)
66 return 0, -(i + 1) // overflow
91 // n < 0: value larger than 64 bits (overflow)
103 var overflow = errors.New("binary: varint overflows a 64-bit integer") var
116 return x, overflow
  /prebuilts/go/linux-x86/src/encoding/binary/
varint.go 57 // n < 0: value larger than 64 bits (overflow)
66 return 0, -(i + 1) // overflow
91 // n < 0: value larger than 64 bits (overflow)
103 var overflow = errors.New("binary: varint overflows a 64-bit integer") var
116 return x, overflow
  /platform_testing/tests/jank/sysapp/src/com/android/sysapp/janktests/
ChromeJankTests.java 44 * Open overflow menu
102 // Measures jank window render for overflow menu tap
108 UiObject2 overflow = getOverflowMenu(); local
109 overflow.click();
116 UiObject2 overflow = mDevice.wait( local
118 Assert.assertNotNull("Failed to locate overflow menu", overflow);
119 return overflow;
  /external/v8/src/
ostreams.cc 28 OFStreamBase::int_type OFStreamBase::overflow(int_type c) { function in class:v8::internal::OFStreamBase
  /prebuilts/go/darwin-x86/src/math/
exp_amd64.s 93 JGE overflow
110 overflow: // return +Inf label
  /prebuilts/go/linux-x86/src/math/
exp_amd64.s 93 JGE overflow
110 overflow: // return +Inf label

Completed in 1419 milliseconds

1 2 34 5 6 7 8 91011>>