HomeSort by relevance Sort by last modified time
    Searched full:positive (Results 351 - 375 of 1416) sorted by null

<<11121314151617181920>>

  /external/chromium/third_party/icu/source/common/
ucnvbocu.c 71 * number of positive and negative single-byte codes
72 * (counting 0==BOCU1_MIDDLE among the positive ones)
76 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
193 * For positive n, the if() condition is always FALSE.
275 /* mostly positive differences, and single-byte negative ones */
865 /* positive difference */
    [all...]
  /external/chromium/third_party/icu/source/i18n/
simpletz.cpp 272 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
275 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
278 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
285 * <li>If dayOfWeek is negative and dayOfWeekInMonth is positive, they specify the
796 // and setEndRule(). It uses various combinations of positive, negative,
827 * set, and the day of week and day of month variables will be positive.
    [all...]
  /external/icu4c/common/
ucnvbocu.c 71 * number of positive and negative single-byte codes
72 * (counting 0==BOCU1_MIDDLE among the positive ones)
76 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
193 * For positive n, the if() condition is always FALSE.
275 /* mostly positive differences, and single-byte negative ones */
865 /* positive difference */
    [all...]
  /external/icu4c/i18n/
simpletz.cpp 272 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
275 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
278 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
285 * <li>If dayOfWeek is negative and dayOfWeekInMonth is positive, they specify the
796 // and setEndRule(). It uses various combinations of positive, negative,
827 * set, and the day of week and day of month variables will be positive.
    [all...]
vzone.h 245 * effect, this value is zero; otherwise it is a positive value,
342 * <code>InitialTimeZoneRule</code>. The return value range is 0 or any positive value.
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
IntegerTest.java 74 assertTrue("3 compared to 2 gave non-positive answer", new Integer(3)
113 assertTrue("Returned incorrect value for most positive value decimal",
115 assertTrue("Returned incorrect value for most positive value hex",
410 assertTrue("Returned incorrect value for most positive value", Integer
462 assertTrue("Returned incorrect value for most positive value hex",
468 assertTrue("Returned incorrect value for most positive value decimal",
    [all...]
LongTest.java 74 assertTrue("3 compared to 2 gave non-positive answer", new Long(3L)
111 "Returned incorrect value for most positive value decimal",
114 "Returned incorrect value for most positive value hex",
265 assertTrue("Returned incorrect value for most positive value", Long
309 assertTrue("Returned incorrect value for most positive value hex", Long
317 "Returned incorrect value for most positive value decimal",
    [all...]
  /libcore/luni/src/test/java/tests/api/java/math/
BigIntegerTest.java 483 // add large positive + small positive
490 // add large positive + small negative
492 // add large negative + small positive
529 assertTrue("Wrong positive signum", two.signum() == 1);
    [all...]
  /bionic/libm/src/
k_rem_pio2.c 35 * x[] The input value (must be positive) is broken into nx
41 * Example of breaking a double positive z into x[0]+x[1]+x[2]:
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 141 // abnormal case: width is non-positive
149 // abnormal case: height is non-positive
  /device/samsung/crespo/alsa-lib/src/control/
tlv.c 254 * when this is positive.
415 * when this is positive.
  /external/chromium/third_party/icu/public/i18n/unicode/
rbtz.h 191 * effect, this value is zero; otherwise it is a positive value,
273 * <code>InitialTimeZoneRule</code>. The return value range is 0 or any positive value.
  /external/chromium/third_party/icu/source/test/intltest/
dcfmapts.cpp 196 logln((UnicodeString)"Positive prefix (should be +): " + posPrefix);
212 logln((UnicodeString)"Positive suffix (should be _): " + posSuffix);
  /external/fdlibm/
k_rem_pio2.c 31 * x[] The input value (must be positive) is broken into nx
37 * Example of breaking a double positive z into x[0]+x[1]+x[2]:
  /external/guava/src/com/google/common/base/
Preconditions.java 30 * throw new IllegalArgumentException("must be positive: " + count);
35 * checkArgument(count > 0, "must be positive: %s", count);</pre>
  /external/icu4c/i18n/unicode/
rbtz.h 191 * effect, this value is zero; otherwise it is a positive value,
273 * <code>InitialTimeZoneRule</code>. The return value range is 0 or any positive value.
  /external/icu4c/test/intltest/
dcfmapts.cpp 203 logln((UnicodeString)"Positive prefix (should be +): " + posPrefix);
219 logln((UnicodeString)"Positive suffix (should be _): " + posSuffix);
  /external/qemu/android/
qemu-setup.c 261 derror( "option -ports must be followed by two comma separated positive integer numbers" );
268 derror( "option -ports must be followed by two comma separated positive integer numbers" );
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_stdlib.c 60 jns positive
69 positive:
  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 8 /* returns 0...(n-1) given any x (positive or negative).
10 As an example, if n (which is always positive) is 5...
  /external/srec/srec/include/
sp_fft.h 119 The positive half frequency Fourier transform will be returned, in addition
262 data -- A real data array, overwritten by the positive frequency
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 569 /* 1 if currency_symbol precedes a positive value, 0 if succeeds */
575 /* 1 if a space separates currency_symbol from a positive value. */
  /external/v8/src/mips/
constants-mips.h 307 positive = 9, enumerator in enum:assembler::mips::Condition
325 not_sign = positive,
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h 105 // users of a script). Positive values increase letter spacing, negative
132 // words). Positive values lead to increased letter spacing, negative values
  /external/webkit/WebKit/chromium/src/win/
WebInputEventFactory.cpp 424 // Set scroll amount based on above calculations. WebKit expects positive
425 // deltaY to mean "scroll up" and positive deltaX to mean "scroll left".

Completed in 903 milliseconds

<<11121314151617181920>>