HomeSort by relevance Sort by last modified time
    Searched refs:isPositive (Results 1 - 13 of 13) sorted by null

  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeFactory.java 204 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
213 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
228 final boolean isPositive,
238 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
242 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
256 * boolean isPositive,
265 final boolean isPositive,
292 isPositive,
386 final boolean isPositive;
388 isPositive = false
    [all...]
  /libcore/luni/src/main/java/java/net/
AddressCache.java 103 boolean isPositive = (addresses.length > 0);
104 String propertyName = isPositive ? "networkaddress.cache.ttl" : "networkaddress.cache.negative.ttl";
105 long defaultTtlNanos = isPositive ? DEFAULT_POSITIVE_TTL_NANOS : DEFAULT_NEGATIVE_TTL_NANOS;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
CoordinateControls.java 213 boolean isPositive = (degrees >= 0.);
217 return isPositive ? value : - value;
228 boolean isPositive = (value >= 0.);
242 Integer.toString(isPositive ? (int)degrees : (int)- degrees));
  /external/icu4c/i18n/
digitlst.h 311 UBool isPositive(void) const { return decNumberIsNegative(fDecNumber) == 0;};
digitlst.cpp 418 if (!isPositive()) {
decimfmt.cpp     [all...]
  /external/webkit/WebCore/rendering/
FixedTableLayout.cpp 121 if ((w.isFixed() || w.isPercent()) && w.isPositive()) {
164 if (w.isFixed() && w.isPositive())
AutoTableLayout.cpp 117 if (w.isPositive() && (!l.width.isPercent() || w.rawValue() > l.width.rawValue()))
RenderTable.cpp 219 if (widthType > Relative && style()->width().isPositive()) {
    [all...]
RenderTableSection.cpp 201 if (height.isPositive() || (height.isRelative() && height.value() >= 0)) {
    [all...]
RenderBlock.cpp 588 style()->minHeight().isPositive() ||
    [all...]
  /external/webkit/WebCore/platform/
Length.h 155 bool isPositive() const { return rawValue() > 0; }
  /prebuilt/sdk/8/
android.jar 

Completed in 216 milliseconds