HomeSort by relevance Sort by last modified time
    Searched refs:overflow (Results 26 - 50 of 386) sorted by null

12 3 4 5 6 7 8 91011>>

  /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
  /packages/apps/Email/src/com/beetstra/jutf7/
UTF7StyleCharsetDecoder.java 73 return overflow(in);
80 return overflow(in);
95 return overflow(in);
103 private CoderResult overflow(ByteBuffer in) { method in class:UTF7StyleCharsetDecoder
105 return CoderResult.OVERFLOW;
  /external/chromium/chrome/browser/resources/bookmark_manager/css/
bmm.css 11 overflow: hidden;
16 overflow-x: hidden;
17 overflow-y: visible; /* let the container do the scrolling */
32 overflow: hidden;
33 text-overflow: ellipsis;
78 overflow: hidden;
142 overflow: visible;
148 overflow: visible;
196 overflow: auto;
204 overflow: visible; /* let the container do the scrolling *
    [all...]
  /external/chromium-trace/trace-viewer/src/
profiling_view.css 25 overflow: auto;
unittest.css 35 overflow-x: auto;
  /external/webkit/Source/WebCore/storage/
StorageMap.cpp 115 // Quota tracking. This is done in a couple of steps to keep the overflow tracking simple.
117 bool overflow = newLength + value.length() < newLength; local
121 overflow |= newLength - oldValue.length() > newLength;
125 overflow |= newLength + adjustedKeyLength < newLength;
128 ASSERT(!overflow); // Overflow is bad...even if quotas are off.
130 if (m_quotaSize != noQuota && (overflow || overQuota)) {
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.cc 71 // All children are right aligned, so make sure the child won't overflow
73 int overflow = (data->allocation->x + data->border_width + padding - local
75 if (overflow > 0) {
76 child_allocation.width -= overflow;
77 child_allocation.x += overflow;
80 // All children are left aligned, so make sure the child won't overflow
82 int overflow = (child_allocation.x + child_allocation.width + padding - local
84 if (overflow > 0)
85 child_allocation.width -= overflow;
  /external/compiler-rt/lib/
truncdfsf2.c 95 const src_rep_t overflow = (src_rep_t)overflowExponent << srcSigBits; local
106 if (aAbs - underflow < aAbs - overflow) {
133 else if (aAbs > overflow) {
  /external/chromium/chrome/browser/resources/options/
password_manager_list.css 67 overflow: hidden;
68 text-overflow: ellipsis;
cookies_view.css 81 overflow: hidden;
82 text-overflow: ellipsis;
131 overflow: hidden;
134 text-overflow: ellipsis;
  /external/stlport/src/
stdio_streambuf.h 92 int_type overflow(int_type c = traits_type::eof());
  /external/valgrind/main/cachegrind/
cg-arch.c 89 // Check for overflow.
93 if (cache->size != i1) goto overflow;
94 if (cache->assoc != i2) goto overflow;
95 if (cache->line_size != i3) goto overflow;
108 overflow:
  /ndk/sources/cxx-stl/llvm-libc++/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/sources/cxx-stl/stlport/src/
stdio_streambuf.h 92 int_type overflow(int_type c = traits_type::eof());
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.css 41 overflow: hidden;
97 text-overflow: ellipsis;
99 overflow: hidden;
144 overflow: hidden;
  /external/valgrind/main/memcheck/tests/
supp_unknown.stderr.exp 7 overflow in your program's main thread (unlikely but
  /external/valgrind/main/none/tests/linux/
blockfault.stderr.exp 7 overflow in your program's main thread (unlikely but
  /external/bison/lib/
strtol.c 248 int overflow; local
348 overflow = 0;
362 /* Check for overflow. */
364 overflow = 1;
384 if (overflow == 0
388 overflow = 1;
391 if (overflow)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 25 overflow: hidden;
37 overflow: auto;
118 overflow: hidden;
  /ndk/sources/cxx-stl/llvm-libc++/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...]
  /cts/tools/tradefed-host/res/report/
cts_result.css 143 overflow:hidden;
153 overflow:hidden;
164 overflow:hidden;
175 overflow:hidden;
185 overflow:auto;
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 72 overflow: hidden;
73 text-overflow: ellipsis;
118 overflow-y: scroll;
151 overflow: hidden;
152 text-overflow: ellipsis;
320 overflow: hidden;
321 text-overflow: ellipsis;
350 overflow-y: auto;
371 overflow: hidden;
373 text-overflow: ellipsis
    [all...]
  /external/srec/srec/cfront/
wav_acc.c 100 int *overflow)
117 *overflow = 0;
130 if (ws->nsam > OVERFLOW_MASK) *overflow = 1;
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline.css 41 overflow: visible;

Completed in 2773 milliseconds

12 3 4 5 6 7 8 91011>>