Home
last modified time | relevance | path

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

/external/rust/crates/clap/3.2.23/src/parser/matches/
Dmatched_arg.rs17 occurs: u64, field
/external/cldr/tools/cldr-code/src/main/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/rust/crates/clap/3.2.23/src/parser/
Dvalidator.rs356 let occurs = ma.get_occurrences() as usize; in validate_arg_num_occurs() localVariable
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DRational.java538 Map<BigInteger, Integer> occurs = new HashMap<>(); in toRepeating() local
/external/libxml2/
Dvalid.c340 long occurs;/* bitfield for multiple occurrences */ member
361 xmlNodePtr node, unsigned char depth, long occurs, in vstateVPush()
Dxmlschemas.c549 int occurs; /* required, optional */ member
7218 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; in xmlSchemaParseLocalAttribute() local
/external/cronet/third_party/libxml/src/
Dvalid.c340 long occurs;/* bitfield for multiple occurrences */ member
361 xmlNodePtr node, unsigned char depth, long occurs, in vstateVPush()
/external/libxml2/include/libxml/
DschemasInternals.h260 int occurs; /* Deprecated; not used */ member
/external/cronet/third_party/libxml/src/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::__anonb99a12500111::DefOccurence