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

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/net/
Socket.java 581 * the buffer size in bytes. This value must be a positive number
600 * the buffer size in bytes. This value must be a positive number
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
calendar.h 593 * 02/29/96. Rolling by a positive value always means rolling forward in time;
617 * 02/29/96. Rolling by a positive value always means rolling forward in time;
639 * positive. If this calendar is set <em>after</em> the given
685 * @return the difference, either positive or negative, between
696 * positive. If this calendar is set <em>after</em> the given
    [all...]
timezone.h 459 * effect, this value is zero; otherwise it is a positive value,
726 * @param sign Receves parsed sign, 1 for positive, -1 for negative.
    [all...]
ucal.h 287 * within the month than positive values. For example, if a month has 31
384 * in Gregorian/Julian calendars, positive Extended Year values indicate years AD,
    [all...]
  /external/icu4c/i18n/unicode/
calendar.h 599 * 02/29/96. Rolling by a positive value always means rolling forward in time;
623 * 02/29/96. Rolling by a positive value always means rolling forward in time;
645 * positive. If this calendar is set <em>after</em> the given
691 * @return the difference, either positive or negative, between
702 * positive. If this calendar is set <em>after</em> the given
    [all...]
ucal.h 288 * within the month than positive values. For example, if a month has 31
385 * in Gregorian/Julian calendars, positive Extended Year values indicate years AD,
    [all...]
  /external/svox/pico/lib/
picocep.c 492 /* clip to maximum positive or negative value */
495 b -= 1; /* maximum positive value */
657 r = (a < 0) ? -a : a; /* take absolute value; b is already guaranteed to be positive in smoothing operation */
694 c = (a >= 0) ? c : -c; /* b is guaranteed to be positive because corresponds to diag0 */
706 * - d is guaranteed positive
764 * @param invb(uint32) : inverse of operand b, in fixed point P:Q representation (sign is positive)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternTest.java 153 // positive limit
219 /* Positive assertion test. */
237 /* Positive assertion test. */
246 /* Positive assertion test with alternative templates. */
    [all...]
  /external/libxml2/
encoding.c 165 * if the return value is positive, else unpredictable.
212 * if the return value is positive, else unpredictable.
296 * if the return value is positive, else unpredictable.
345 * if the return value is positive, else unpredictable.
385 * if the return value is positive, else unpredictable.
478 * if the return value is positive, else unpredictable.
716 * if the return value is positive, else unpredictable.
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 196 "exclude). A test is run if it matches one of the positive "
462 // positive filter and negative filter portions
465 String positive; local
468 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
471 positive = String(p, dash - p); // Everything up to the dash
473 if (positive.empty()) {
475 positive = kUniversalFilter;
481 return (MatchesFilter(full_name, positive.c_str()) &&
    [all...]
  /external/libvpx/examples/includes/geshi/docs/
geshi-doc.txt 375 $number must be a positive integer (or zero). If it is not, GeSHi will convert it anyway.
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm.c     [all...]
  /external/chromium/third_party/icu/source/i18n/
astro.cpp 219 * For positive angles this is just (angle % 2pi), but the Java
266 * @param latitude The desired latitude, in <em>degrees</em>. Positive
917 // // (east long. positive). Note that LST is here expressed in degrees,
    [all...]
ucol_bld.cpp     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cnumtst.c 625 log_err("ERROR: get and setTextAttributes with positive prefix failed\n");
627 log_verbose("Pass: get and setTextAttributes with positive prefix works fine\n");
    [all...]
  /external/icu4c/i18n/
astro.cpp 219 * For positive angles this is just (angle % 2pi), but the Java
266 * @param latitude The desired latitude, in <em>degrees</em>. Positive
917 // // (east long. positive). Note that LST is here expressed in degrees,
    [all...]
ucol_bld.cpp     [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 625 log_err("ERROR: get and setTextAttributes with positive prefix failed\n");
627 log_verbose("Pass: get and setTextAttributes with positive prefix works fine\n");
    [all...]
  /external/tcpdump/
print-rx.c 1000 * <positive> <negative>
1004 * "positive" and "negative" are integers which contain the number of
1005 * positive and negative ACL's in the string. The uid/aclbits pair are
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 499 // the value to be in the range of a positive smi, we can't
681 __ setcc(negative, eax); // 1 if negative, 0 if positive.
682 __ dec_b(eax); // 0 if negative, 255 if positive.
    [all...]
  /frameworks/base/core/java/android/content/
IntentFilter.java 401 * Modify priority of this filter. The default priority is 0. Positive
    [all...]
  /development/pdk/docs/source/
code-style.jd 110 <li>Catch the Exception and throw a new RuntimeException. This is dangerous: only do it if you are positive that if this error occurs, the appropriate thing to do is crash.
180 <pre>/** Returns the correctly rounded positive square root of a double value. */<br>static double sqrt(double a) {<br>}<br><br>/**<br>* Constructs a new String by converting the specified array of <br>* bytes using the platform's default character encoding.<br>*/<br>public String(byte[] bytes) {<br>}<br></pre>
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 352 ;# it will be clamped to 0. orring 0 with a positive
353 ;# number will be the positive number (abs)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc     [all...]
  /external/qemu/fpu/
softfloat.c 79 | positive or negative integer is returned.
128 | exception is raised and the largest positive or negative integer is
    [all...]

Completed in 477 milliseconds

<<21222324252627282930>>