HomeSort by relevance Sort by last modified time
    Searched refs:overflow (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/webkit/WebCore/rendering/
RenderOverflow.h 31 // There are two types of overflow: layout overflow (which is expected to be reachable via scrolling mechanisms) and
32 // visual overflow (which is not expected to be reachable via scrolling mechanisms).
34 // Layout overflow examples include other boxes that spill out of our box, For example, in the inline case a tall image
37 // Examples of visual overflow are shadows, text stroke (and eventually outline and border-image).
68 void setTopLayoutOverflow(int overflow) { m_topLayoutOverflow = overflow; }
69 void setBottomLayoutOverflow(int overflow) { m_bottomLayoutOverflow = overflow; }
70 void setLeftLayoutOverflow(int overflow) { m_leftLayoutOverflow = overflow;
    [all...]
  /sdk/emulator/qtools/
hist_trace.cpp 9 int underflow, overflow; variable
41 overflow += 1;
60 per = 100.0 * overflow / total;
61 printf("over: %6d %6.2f\n", overflow, per);
  /libcore/luni/src/main/native/
cbigint.cpp 679 uint64_t overflow; local
688 overflow = simpleAppendDecimalDigitHighPrecision(result, length, 0);
689 if (overflow)
690 result[length++] = overflow;
704 overflow = simpleMultiplyHighPrecision64 (result, length, TEN_E19);
705 if (overflow)
706 result[length++] = overflow;
711 overflow = simpleMultiplyHighPrecision (result, length, TEN_E9);
712 if (overflow)
713 result[length++] = overflow;
    [all...]
  /external/webkit/WebCore/css/
svg.css 32 which does not use CSS layout [CSS2-LAYOUT] or XSL formatting [XSL], the 'overflow' property on the
37 [CSS2-LAYOUT] or XSL formatting [XSL], if the 'overflow' property has the value hidden or scroll, then
39 the initial clipping path is set according to the clipping rules as defined in [CSS2-overflow].
41 Opera/Firefox & WebKit agreed on NOT setting "overflow: hidden" for the outermost svg element - SVG 1.1 Errata
46 overflow: hidden
mediaControlsChromium.css 36 overflow: visible;
95 overflow: hidden;
120 overflow: hidden;
  /external/speex/libspeex/
bits.c 81 bits->overflow=0;
99 bits->overflow=0;
106 bits->overflow=0;
144 bits->overflow=0;
287 bits->overflow=1;
288 if (bits->overflow)
312 bits->overflow=1;
313 if (bits->overflow)
337 bits->overflow=1;
338 if (bits->overflow)
    [all...]
  /external/stlport/test/unit/
full_streambuf.h 26 int_type overflow(int_type c) { function in class:full_streambuf
  /ndk/sources/android/stlport/test/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/webkit/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/astl/src/
streambuf.cpp 61 int_type c = this->overflow(traits_type::to_int_type(*str));
  /external/stlport/src/
stdio_streambuf.h 92 int_type overflow(int_type c = traits_type::eof());
  /ndk/sources/android/stlport/src/
stdio_streambuf.h 92 int_type overflow(int_type c = traits_type::eof());
  /cts/tools/host/src/res/
cts_result.css 191 overflow:hidden;
201 overflow:hidden;
212 overflow:hidden;
223 overflow:hidden;
233 overflow:auto;
  /cts/tools/tradefed-host/res/result/
cts_result.css 191 overflow:hidden;
201 overflow:hidden;
212 overflow:hidden;
223 overflow:hidden;
233 overflow:auto;
  /bionic/libc/unistd/
sysconf.c 274 int overflow; member in struct:__anon541
287 p->overflow = 0;
300 if (p->overflow) {
301 p->overflow = (c == '\n');
305 p->overflow = 1;
  /external/srec/srec/cfront/
wav_acc.c 100 int *overflow)
117 *overflow = 0;
130 if (ws->nsam > OVERFLOW_MASK) *overflow = 1;
  /external/webkit/WebCore/inspector/front-end/
audits.css 46 overflow: auto;
55 overflow: auto;
63 overflow: auto;
160 overflow-x: hidden;
161 overflow-y: overlay;
206 overflow-y: auto;
  /external/bison/lib/
strtol.c 262 int overflow; local
362 overflow = 0;
376 /* Check for overflow. */
378 overflow = 1;
398 if (overflow == 0
402 overflow = 1;
405 if (overflow)
  /external/astl/include/
streambuf 136 virtual int_type overflow(int_type /* c */ = traits_type::eof())
  /external/chromium/third_party/icu/source/common/
ucnv_u16.c 57 char overflow[4]; local
178 * prepare for overflow output
181 overflow[0]=(char)(c>>8);
182 overflow[1]=(char)c;
196 length=0; /* from here on, length counts the bytes in overflow[] */
209 /* output the surrogate pair, will overflow (see conditions comment above) */
211 overflow[0]=(char)(c>>8);
212 overflow[1]=(char)c;
213 overflow[2]=(char)(trail>>8);
214 overflow[3]=(char)trail
656 char overflow[4]; local
    [all...]
  /external/icu4c/common/
ucnv_u16.c 57 char overflow[4]; local
178 * prepare for overflow output
181 overflow[0]=(char)(c>>8);
182 overflow[1]=(char)c;
196 length=0; /* from here on, length counts the bytes in overflow[] */
209 /* output the surrogate pair, will overflow (see conditions comment above) */
211 overflow[0]=(char)(c>>8);
212 overflow[1]=(char)c;
213 overflow[2]=(char)(trail>>8);
214 overflow[3]=(char)trail
659 char overflow[4]; local
    [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
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
dec_amr.h 41 Description: Update function prototype for Decoder_amr(). Include overflow
157 Flag overflow; member in struct:Decoder_amrState
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h 41 Description: Added overflow flag as an element to the cod_amrState data
170 /* Overflow flag */
171 Flag overflow; member in struct:__anon9348

Completed in 880 milliseconds

1 2 3 4 5 6 7