OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxinclusive
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/awt/javax/imageio/metadata/
IIOMetadataFormatImpl.java
277
* @param
maxInclusive
282
boolean minInclusive, boolean
maxInclusive
) {
299
attr.
maxInclusive
=
maxInclusive
;
303
attr.valueType |=
maxInclusive
? VALUE_RANGE_MAX_INCLUSIVE_MASK : 0;
518
* @param
maxInclusive
523
Comparable<? super T> maxValue, boolean minInclusive, boolean
maxInclusive
) {
532
objVal.
maxInclusive
=
maxInclusive
;
536
objVal.valueType |=
maxInclusive
? VALUE_RANGE_MAX_INCLUSIVE_MASK : 0
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
layout-devices.xsd
106
<xsd:
maxInclusive
value="999" />
/external/libxml2/
xmlschemas.c
[
all
...]
relaxng.c
[
all
...]
Completed in 152 milliseconds