Home
last modified time | relevance | path

Searched defs:occurs (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/clap/src/args/
Dmatched_arg.rs8 pub occurs: u64, field
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateItemCounts.java224 … Set<DtdType> occurs = CldrUtility.ifNull(ELEMENTS_OCCURRING.get(element), Collections.EMPTY_SET); in checkBadAttributes() local
264 …Set<R2<DtdType, String>> occurs = CldrUtility.ifNull(ATTRIBUTES_OCCURRING.get(attribute), Collecti… in checkBadAttributes() local
/external/cldr/tools/java/org/unicode/cldr/util/
DRational.java538 Map<BigInteger, Integer> occurs = new HashMap<>(); in toRepeating() local
/external/libxml2/
Dvalid.c354 long occurs;/* bitfield for multiple occurrences */ member
375 xmlNodePtr node, unsigned char depth, long occurs, in vstateVPush()
Dxmlschemas.c536 int occurs; /* required, optional */ member
7198 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; in xmlSchemaParseLocalAttribute() local
/external/libxml2/include/libxml/
DschemasInternals.h260 int occurs; /* Deprecated; not used */ member
/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp110 bool occurs(GLenum shader) const in occurs() function in glcts::__anon922be9b20111::DefOccurence