HomeSort by relevance Sort by last modified time
    Searched refs:isNegative (Results 1 - 25 of 28) sorted by null

1 2

  /external/jsr305/ri/src/main/java/javax/annotation/
Nonnegative.java 23 boolean isNegative;
26 isNegative = value.longValue() < 0;
28 isNegative = value.doubleValue() < 0;
30 isNegative = value.floatValue() < 0;
32 isNegative = value.intValue() < 0;
34 if (isNegative)
  /libcore/luni/src/main/java/java/security/acl/
AclEntry.java 66 boolean isNegative();
  /external/webkit/WebCore/rendering/
RenderBR.cpp 56 if (lh.isNegative()) {
RenderMarquee.cpp 96 if (increment.isNegative())
AutoTableLayout.cpp 95 if (w.isNegative())
InlineFlowBox.cpp 420 if (parentLineHeight.isNegative()) {
    [all...]
  /libcore/luni/src/test/java/tests/security/acl/
IAclEntryTest.java 121 * @tests java.security.acl.AclEntry#isNegative()
133 method = "isNegative",
140 assertFalse("isNegative() returns TRUE",ae.isNegative());
142 assertTrue("isNegative() returns FALSE", ae.isNegative());
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/
AclEntryImpl.java 60 public boolean isNegative() {
AclImpl.java 128 if(aclentry.isNegative())
133 if(aclentry.isNegative())
  /external/chromium/third_party/icu/source/tools/genprops/
genprops.c 385 UBool isNegative;
389 isNegative=TRUE;
392 isNegative=FALSE;
421 if(isNegative) {
  /external/icu4c/tools/genprops/
genprops.c 385 UBool isNegative;
389 isNegative=TRUE;
392 isNegative=FALSE;
421 if(isNegative) {
  /external/chromium/third_party/icu/public/i18n/unicode/
decimfmt.h     [all...]
smpdtfmt.h     [all...]
  /external/webkit/WebCore/platform/
Length.h 156 bool isNegative() const { return rawValue() < 0; }
  /external/webkit/JavaScriptCore/runtime/
NumberPrototype.cpp 164 bool isNegative = x < 0.0;
165 if (isNegative)
180 if (isNegative)
  /external/chromium/third_party/icu/source/i18n/
decimfmt.cpp     [all...]
smpdtfmt.cpp     [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h     [all...]
smpdtfmt.h     [all...]
  /external/webkit/WebCore/platform/text/
String.cpp 748 bool isNegative = false;
762 isNegative = true;
782 if (value > maxMultiplier || (value == maxMultiplier && digitValue > (integralMax % base) + isNegative))
794 if (isNegative)
  /libcore/luni/src/main/java/java/util/
Formatter.java     [all...]
  /external/icu4c/i18n/
decimfmt.cpp     [all...]
smpdtfmt.cpp     [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 466 if (lh.isNegative())
    [all...]

Completed in 521 milliseconds

1 2