HomeSort by relevance Sort by last modified time
    Searched defs:OVERFLOW (Results 1 - 25 of 56) sorted by null

1 2 3

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CoderResultTest.java 47 * Test the constant OVERFLOW and UNDERFLOW.
50 assertNotSame(CoderResult.OVERFLOW, CoderResult.UNDERFLOW);
52 assertNotNull(CoderResult.OVERFLOW);
53 assertFalse(CoderResult.OVERFLOW.isError());
54 assertFalse(CoderResult.OVERFLOW.isMalformed());
55 assertFalse(CoderResult.OVERFLOW.isUnderflow());
56 assertFalse(CoderResult.OVERFLOW.isUnmappable());
57 assertTrue(CoderResult.OVERFLOW.isOverflow());
58 assertTrue(CoderResult.OVERFLOW.toString().indexOf("OVERFLOW") != -1)
    [all...]
  /libcore/ojluni/src/main/java/java/nio/file/
StandardWatchEventKinds.java 47 public static final WatchEvent.Kind<Object> OVERFLOW =
48 new StdWatchEventKind<Object>("OVERFLOW", Object.class);
  /external/compiler-rt/test/msan/
param_tls_limit.cc 18 // In case of overflow, argument is unpoisoned.
19 #define OVERFLOW(x) assert(__msan_test_shadow(&x, sizeof(x)) == -1)
20 // In case of no overflow, it is still poisoned.
26 #define PARTIAL_OVERFLOW(x) OVERFLOW(x)
59 OVERFLOW(c);
60 OVERFLOW(d);
69 OVERFLOW(d);
  /external/fdlibm/
fdlibm.h 94 #define OVERFLOW 3
  /libcore/ojluni/src/main/java/java/nio/charset/
CoderResult.java 51 * <li><p> <i>Overflow</i> is reported when there is insufficient room
53 * unique result object {@link #OVERFLOW}, whose {@link #isOverflow()
76 * errors but <tt>false</tt> for those that describe underflow or overflow
94 = { "UNDERFLOW", "OVERFLOW", "MALFORMED", "UNMAPPABLE" };
124 * Tells whether or not this object describes an overflow condition.
126 * @return <tt>true</tt> if, and only if, this object denotes overflow
188 * Result object indicating overflow, meaning that there is insufficient
191 public static final CoderResult OVERFLOW
265 * If this object is {@link #OVERFLOW}
  /libcore/ojluni/src/main/native/
fdlibm.h 109 #define OVERFLOW 3
  /device/linaro/bootloader/edk2/StdLib/Include/
math.h 390 #define OVERFLOW 3
  /external/compiler-rt/lib/msan/
msan_report.cc 158 if (next_id_ == kMaxSize_) return OVERFLOW;
169 case OVERFLOW:
175 static const int OVERFLOW = -1;
  /external/ltp/testcases/kdump/lib/lkdtm/
lkdtm.c 34 * recur_count : Recursion level for the stack overflow test. Default is 10.
42 * It can be one of PANIC, BUG, EXCEPTION, LOOP, OVERFLOW
88 OVERFLOW
107 "OVERFLOW"
125 MODULE_PARM_DESC(recur_count, " Recursion level for the stack overflow test, "
270 case OVERFLOW:
271 printk(KERN_INFO "lkdtm : OVERFLOW\n");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 32 /* Get machine-dependent HUGE_VAL value (returned on overflow).
342 # define OVERFLOW 3
  /external/icu/android_icu4j/src/main/java/android/icu/text/
AlphabeticIndex.java 50 * after the last (overflow), and between scripts (inflow). For example, if the index
181 * Returns the number of index buckets and labels, including underflow/inflow/overflow.
334 * Set the overflow label
366 * Get the default label used in the IndexCharacters' locale for overflow, eg the first item in: ... A B C
368 * @return overflow label
452 // Ignore an index character that will land in the overflow bucket.
705 * Return the number of buckets in the index. This will be the same as the number of labels, plus buckets for the underflow, overflow, and inflow(s).
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java 49 * after the last (overflow), and between scripts (inflow). For example, if the index
182 * Returns the number of index buckets and labels, including underflow/inflow/overflow.
345 * Set the overflow label
380 * Get the default label used in the IndexCharacters' locale for overflow, eg the first item in: ... A B C
382 * @return overflow label
471 // Ignore an index character that will land in the overflow bucket.
730 * Return the number of buckets in the index. This will be the same as the number of labels, plus buckets for the underflow, overflow, and inflow(s).
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 21 #define _OVERFLOW 3 /* range overflow */
31 #define OVERFLOW _OVERFLOW
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 

Completed in 320 milliseconds

1 2 3