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

1 2 3 4 56 7 8 91011>>

  /packages/apps/DeskClock/src/com/android/deskclock/
RepeatPreference.java 32 // New value that will be set if a positive result comes back from the
  /packages/apps/Email/src/org/apache/commons/io/comparator/
LastModifiedFileComparator.java 63 * same and a positive value if the first files lastmodified date/time
  /external/ipsec-tools/src/libipsec/
pfkey.c 373 * positive: success and return length sent.
502 * positive: success and return length sent.
523 * positive: success and return length sent.
542 * positive: success and return length sent.
565 * positive: success and return length sent
648 * positive: success and return length sent.
668 * positive: success and return length sent.
814 * positive: success and return length sent.
833 * positive: success and return length sent.
855 * positive: success and return length sent
    [all...]
  /libcore/luni/src/main/java/java/lang/
Math.java 80 * @return the argument if it is positive, otherwise the negation of the
97 * @return the argument if it is positive, otherwise the negation of the
110 * @return the argument if it is positive, otherwise the negation of the
334 * Returns the double conversion of the most positive (closest to positive
472 * Returns the most positive (closest to positive infinity) of the two
509 * Returns the most positive (closest to positive infinity) of the two
546 * Returns the most positive (closest to positive infinity) of the tw
    [all...]
  /bionic/libm/src/
e_atan2.c 21 * 1. Reduce y to positive by atan2(y,x)=-atan2(-y,x).
22 * 2. Reduce x to positive by (if x and y are unexceptional):
  /dalvik/vm/native/
dalvik_system_VMRuntime.c 132 "size must be positive");
157 "size must be positive");
  /development/tools/zoneinfo/tzdata2010k/
etcetera 33 # POSIX has positive signs west of Greenwich, but many people expect
34 # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
  /external/apache-http/src/org/apache/http/params/
CoreConnectionPNames.java 111 * Determines the maximum line length limit. If set to a positive value, any HTTP
121 * Determines the maximum HTTP header count allowed. If set to a positive value,
  /external/bluetooth/glib/docs/reference/glib/tmpl/
limits.sgml 217 The minimum positive value which can be held in a #gfloat.
235 The minimum positive value which can be held in a #gdouble.
  /external/chromium/third_party/icu/public/i18n/unicode/
decimfmt.h 227 * <td>Prefix positive exponents with localized plus sign.
233 * <td>Separates positive and negative subpatterns
273 * positive subpattern. That is, "0.00" alone is equivalent to "0.00;-0.00". If there
283 * unreliable. For example, either the positive and negative prefixes or the
285 * to distinguish positive from negative values. Another example is that the
330 * The first subpattern is for positive numbers. The second (optional)
420 * <code>\\u221E</code>, with the positive or negative prefixes and suffixes
441 * positive exponents with a localized plus sign, specify '+' between the
588 * <li>When padding is in effect, the width of the positive subpattern,
657 kRoundCeiling, /**< Round towards positive infinity *
    [all...]
  /external/fdlibm/
e_atan2.c 17 * 1. Reduce y to positive by ieee_atan2(y,x)=-ieee_atan2(-y,x).
18 * 2. Reduce x to positive by (if x and y are unexceptional):
  /external/icu4c/i18n/unicode/
decimfmt.h 216 * <td>Prefix positive exponents with localized plus sign.
222 * <td>Separates positive and negative subpatterns
262 * positive subpattern. That is, "0.00" alone is equivalent to "0.00;-0.00". If there
272 * unreliable. For example, either the positive and negative prefixes or the
274 * to distinguish positive from negative values. Another example is that the
319 * The first subpattern is for positive numbers. The second (optional)
409 * <code>\\u221E</code>, with the positive or negative prefixes and suffixes
430 * positive exponents with a localized plus sign, specify '+' between the
577 * <li>When padding is in effect, the width of the positive subpattern,
646 kRoundCeiling, /**< Round towards positive infinity *
    [all...]
  /external/openssl/crypto/bn/
bn_kron.c 139 /* now B is positive and odd, so what remains to be done is
146 /* B is positive and odd */
  /external/skia/include/core/
SkFloatBits.h 39 // make x positive
89 to each other or against positive float-bit-constants (like 0). This does
  /external/skia/src/core/
SkFloatBits.cpp 157 // record the sign and make value positive
190 // record the sign and make value positive
  /external/v8/src/
bytecodes-irregexp.h 38 // has 24 bits, but it can be positive and negative so only use 23 bits for
39 // positive values.
variables.cc 49 // We must have a positive nreads_ here. Handle
60 // We must have a positive nwrites_ here. Handle
  /external/v8/test/mjsunit/
toint32.js 45 assertEquals(0, toInt32(0.6), "truncate positive (0.6)");
46 assertEquals(1, toInt32(1.6), "truncate positive (1.6)");
  /external/webkit/WebCore/bindings/js/
JSGeolocationCustom.cpp 106 // If the value is positive infinity, there's nothing to do.
123 // If the value is positive infinity, clear maximumAge.
  /frameworks/base/core/java/android/hardware/
SensorListener.java 55 * <p>values[1]: Pitch, rotation around X axis (-180<=pitch<=180), with positive
58 * <p>values[2]: Roll, rotation around Y axis (-90<=roll<=90), with positive values
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient.java 28 * @param radius Must be positive. The radius of the circle for this
52 * @param radius Must be positive. The radius of the circle for this
  /libcore/luni/src/main/java/java/net/
AddressCache.java 25 * Implements caching for {@code InetAddress}. We use a unified cache for both positive and negative
38 // Default time-to-live for positive cache entries. 600 seconds (10 minutes).
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentGetElementsByTagnameNS.java 122 notes = "Verifies positive functionality.",
138 notes = "Verifies positive functionality.",
  /external/webkit/WebCore/rendering/
RenderBox.h 143 // All objects know their maximal positive and negative margins. The
151 virtual int maxTopMargin(bool positive) const { return positive ? std::max(0, marginTop()) : -std::min(0, marginTop()); }
152 virtual int maxBottomMargin(bool positive) const { return positive ? std::max(0, marginBottom()) : -std::min(0, marginBottom()); }
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 150 * positive exponents with localized plus sign.
157 * <td>Separates positive and negative subpatterns.</td>
196 * A {@code DecimalFormat} pattern contains a positive and negative subpattern,
199 * subpattern is the localized minus sign prefixed to the positive subpattern.
210 * unreliable. For example, either the positive and negative prefixes or the
212 * positive from negative values. Another example is that the decimal separator
260 * The first subpattern is for positive numbers. The second (optional)
327 * with the positive or negative prefixes and suffixes applied. The infinity
347 * prefix positive exponents with a localized plus sign, specify '+' between the
470 * <li>When padding is in effect, the width of the positive subpattern
    [all...]

Completed in 418 milliseconds

1 2 3 4 56 7 8 91011>>