/libcore/luni/src/main/java/java/lang/ |
Integer.java | 121 * value of {@code object} are equal; a positive value if the value 711 * @return -1 if {@code i} is negative, 1 if {@code i} is positive, 0 if
|
Long.java | 108 * {@code object} are equal; a positive value if the value of this 700 * @return -1 if {@code v} is negative, 1 if {@code v} is positive, 0 if
|
/libcore/luni/src/main/native/ |
cbigint.cpp | 788 /* assumes positive double */ 813 /* assumes positive float */
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
ByteTest.java | 574 assertTrue("Returned incorrect value for most positive value hex", Byte.parseByte("7f", 579 assertTrue("Returned incorrect value for most positive value decimal", Byte.parseByte(
|
/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
SemaphoreTest.java | 62 * Zero, negative, and positive initial values are allowed in constructor 389 * Zero, negative, and positive initial values are allowed in constructor
|
/libcore/luni/src/test/java/tests/security/spec/ |
EllipticCurveTest.java | 50 notes = "Verifies positive cases.", 577 notes = "Verifies positive case.",
|
/ndk/sources/android/stlport/test/unit/ |
money_facets_test.cpp | 69 //Check a positive value (international format) 86 //On a positive value we skip the sign field if exists:
|
/packages/apps/Email/src/com/android/email/ |
LegacyConversions.java | 279 * The heuristic for this will fail (false-positive) if two identical attachments are 378 // NOTE: This will false-positive if you attach the exact same file, twice, to a POP3 [all...] |
/external/chromium/third_party/icu/public/common/unicode/ |
unistr.h | 412 * @return a negative/zero/positive integer corresponding to whether 433 * @return a negative/zero/positive integer corresponding to whether 458 * @return a negative/zero/positive integer corresponding to whether 482 * @return a negative/zero/positive integer corresponding to whether 504 * @return a negative/zero/positive integer corresponding to whether 529 * @return a negative/zero/positive integer corresponding to whether 556 * @return a negative/zero/positive integer corresponding to whether 582 * @return A negative, zero, or positive integer indicating the comparison result. 604 * @return A negative, zero, or positive integer indicating the comparison result. 631 * @return A negative, zero, or positive integer indicating the comparison result [all...] |
/external/icu4c/common/unicode/ |
unistr.h | 412 * @return a negative/zero/positive integer corresponding to whether 433 * @return a negative/zero/positive integer corresponding to whether 458 * @return a negative/zero/positive integer corresponding to whether 482 * @return a negative/zero/positive integer corresponding to whether 504 * @return a negative/zero/positive integer corresponding to whether 529 * @return a negative/zero/positive integer corresponding to whether 556 * @return a negative/zero/positive integer corresponding to whether 582 * @return A negative, zero, or positive integer indicating the comparison result. 604 * @return A negative, zero, or positive integer indicating the comparison result. 631 * @return A negative, zero, or positive integer indicating the comparison result [all...] |
/external/gtest/test/ |
gtest_pred_impl_unittest.cc | 108 << " is expected to be positive, but evaluates to " 499 << " is expected to be positive, but evaluates to " 932 << " is expected to be positive, but evaluates to " [all...] |
/external/protobuf/gtest/test/ |
gtest_pred_impl_unittest.cc | 108 << " is expected to be positive, but evaluates to " 499 << " is expected to be positive, but evaluates to " 932 << " is expected to be positive, but evaluates to " [all...] |
/external/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 236 // The implementation of \x parses any positive number of hex digits, 574 // We could collapse the positive and negative sections, but that 575 // would be slightly slower for positive numbers... 619 // We could collapse the positive and negative sections, but that 620 // would be slightly slower for positive numbers... [all...] |
/external/gtest/src/ |
gtest.cc | 197 "exclude). A test is run if it matches one of the positive " 428 // positive filter and negative filter portions 431 String positive; local 434 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter 437 positive.Set(p, dash - p); // Everything up to the dash 439 if (positive.empty()) { 441 positive = kUniversalFilter; 447 return (MatchesFilter(full_name, positive.c_str()) && [all...] |
/external/libxml2/ |
xmlschemastypes.c | [all...] |
xmlschemas.c | [all...] |
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest.cc | 154 "exclude). A test is run if it matches one of the positive " 363 // positive filter and negative filter portions 366 String positive; local 369 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter 372 positive.Set(p, dash - p); // Everything up to the dash 374 if (positive.empty()) { 376 positive = kUniversalFilter; 382 return (MatchesFilter(full_name, positive.c_str()) && [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_win.cc | 551 // that, so this function may return a false positive. Since the upper 553 // closed by the server when we send a request anyway, a false positive in 559 // Unlike IsConnected, this method doesn't return a false positive. [all...] |
/external/icu4c/i18n/ |
decNumberLocal.h | 59 /* be zero or positive. */ 294 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */ [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Paint.java | 885 * Return the distance below (positive) the baseline (descent) based on the 888 * @return the distance below (positive) the baseline (descent) based on 895 * Remember, Y values increase going down, so those values will be positive, [all...] |
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/ |
NativeCryptoTest.java | [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
RecurrenceProcessor.java | 424 // v is positive, count from the beginning of the month [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
target.h | 319 function returns positive value, the DFA based scheduler will make 484 1 if the positive form of the switch was used and 0 if the negative [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
target.h | 319 function returns positive value, the DFA based scheduler will make 484 1 if the positive form of the switch was used and 0 if the negative [all...] |
/bionic/libm/bsdsrc/ |
b_tgamma.c | 71 * non-positive integer: Set overflow trap; return +Inf;
|