HomeSort by relevance Sort by last modified time
    Searched full:mininclusive (Results 1 - 5 of 5) sorted by null

  /frameworks/base/awt/javax/imageio/metadata/
IIOMetadataFormatImpl.java 275 * @param minInclusive
282 boolean minInclusive, boolean maxInclusive) {
298 attr.minInclusive = minInclusive;
302 attr.valueType |= minInclusive ? VALUE_RANGE_MIN_INCLUSIVE_MASK : 0;
516 * @param minInclusive
523 Comparable<? super T> maxValue, boolean minInclusive, boolean maxInclusive) {
531 objVal.minInclusive = minInclusive;
535 objVal.valueType |= minInclusive ? VALUE_RANGE_MIN_INCLUSIVE_MASK : 0
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/
TestLayoutDevicesXsd.java 259 "cvc-minInclusive-valid: Value '0' is not facet-valid with respect to minInclusive '1'.*");
276 "cvc-minInclusive-valid: Value '-5' is not facet-valid with respect to minInclusive '1'.*");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
layout-devices.xsd 105 <xsd:minInclusive value="100" />
  /external/libxml2/
xmlschemas.c     [all...]
relaxng.c     [all...]

Completed in 300 milliseconds