Home
last modified time | relevance | path

Searched refs:quantifier (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp98 …onality ToOperandClassAndOptionality(const std::string& operandKind, const std::string& quantifier) in ToOperandClassAndOptionality() argument
100 assert(quantifier.empty() || quantifier == "?" || quantifier == "*"); in ToOperandClassAndOptionality()
103 if (quantifier.empty()) in ToOperandClassAndOptionality()
105 else if (quantifier == "?") in ToOperandClassAndOptionality()
110 if (quantifier.empty()) in ToOperandClassAndOptionality()
112 if (quantifier == "?") in ToOperandClassAndOptionality()
117 if (quantifier.empty()) in ToOperandClassAndOptionality()
119 else if (quantifier == "?") in ToOperandClassAndOptionality()
208 return {type, !quantifier.empty()}; in ToOperandClassAndOptionality()
300 const std::string quantifier = operand.get("quantifier", "").asString(); in jsonToSpirv() local
[all …]
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp98 …onality ToOperandClassAndOptionality(const std::string& operandKind, const std::string& quantifier) in ToOperandClassAndOptionality() argument
100 assert(quantifier.empty() || quantifier == "?" || quantifier == "*"); in ToOperandClassAndOptionality()
103 if (quantifier.empty()) in ToOperandClassAndOptionality()
105 else if (quantifier == "?") in ToOperandClassAndOptionality()
110 if (quantifier.empty()) in ToOperandClassAndOptionality()
112 if (quantifier == "?") in ToOperandClassAndOptionality()
117 if (quantifier.empty()) in ToOperandClassAndOptionality()
119 else if (quantifier == "?") in ToOperandClassAndOptionality()
208 return {type, !quantifier.empty()}; in ToOperandClassAndOptionality()
300 const std::string quantifier = operand.get("quantifier", "").asString(); in jsonToSpirv() local
[all …]
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp98 …onality ToOperandClassAndOptionality(const std::string& operandKind, const std::string& quantifier) in ToOperandClassAndOptionality() argument
100 assert(quantifier.empty() || quantifier == "?" || quantifier == "*"); in ToOperandClassAndOptionality()
103 if (quantifier.empty()) in ToOperandClassAndOptionality()
105 else if (quantifier == "?") in ToOperandClassAndOptionality()
110 if (quantifier.empty()) in ToOperandClassAndOptionality()
112 if (quantifier == "?") in ToOperandClassAndOptionality()
117 if (quantifier.empty()) in ToOperandClassAndOptionality()
119 else if (quantifier == "?") in ToOperandClassAndOptionality()
208 return {type, !quantifier.empty()}; in ToOperandClassAndOptionality()
300 const std::string quantifier = operand.get("quantifier", "").asString(); in jsonToSpirv() local
[all …]
/external/icu/icu4c/source/i18n/
Dregexcst.txt85 # trailing quantifier - *, +, ?, *?, etc.
107 # open-paren-quant Special case handling for comments appearing before a quantifier,
123 # determine what kind of quantifier it is - plain (, (?:, (?>, or whatever.
189 # quant-star Scanning a '*' quantifier. Need to look ahead to decide
199 # quant-plus Scanning a '+' quantifier. Need to look ahead to decide
209 # quant-opt Scanning a '?' quantifier. Need to look ahead to decide
/external/u-boot/lib/
Dslre.c288 quantifier(struct slre *r, int prev, int op) in quantifier() function
390 quantifier(r, last_op, op); in compile()
393 quantifier(r, last_op, QUEST); in compile()
/external/deqp-deps/SPIRV-Tools/utils/
Dgenerate_grammar_tables.py154 kind, quantifier = operand_tuple
196 if quantifier == '?':
198 elif quantifier == '*':
/external/swiftshader/third_party/SPIRV-Tools/utils/
Dgenerate_grammar_tables.py154 kind, quantifier = operand_tuple
196 if quantifier == '?':
198 elif quantifier == '*':
/external/python/cpython2/Doc/library/
Dpyexpat.rst601 values: the type, the quantifier, the name, and a tuple of children. Children
606 groups: the model type group and the quantifier group.
645 The constants in the quantifier group are:
/external/python/cpython3/Doc/library/
Dpyexpat.rst578 values: the type, the quantifier, the name, and a tuple of children. Children
583 groups: the model type group and the quantifier group.
622 The constants in the quantifier group are:
/external/pcre/dist2/testdata/
Dtestoutput2129 Failed: error 104 at offset 5: numbers out of order in {} quantifier
132 Failed: error 105 at offset 7: number too big in {} quantifier
150 Failed: error 109 at offset 1: quantifier does not follow a repeatable item
233 Failed: error 109 at offset 4: quantifier does not follow a repeatable item
859 Failed: error 109 at offset 0: quantifier does not follow a repeatable item
862 Failed: error 109 at offset 1: quantifier does not follow a repeatable item
871 Failed: error 109 at offset 2: quantifier does not follow a repeatable item
895 Failed: error 109 at offset 0: quantifier does not follow a repeatable item
898 Failed: error 109 at offset 1: quantifier does not follow a repeatable item
907 Failed: error 109 at offset 2: quantifier does not follow a repeatable item
[all …]
Dgrepoutput103 pcre2grep: Error in command-line regex at offset 4: quantifier does not follow a repeatable item
Dtestinput21321 Note: that { does NOT introduce a quantifier
1325 Note: that { does NOT introduce a quantifier
/external/pcre/dist2/
DChangeLog185 quantifier is one or more. I can't see much use for a repeated anchored
595 (a) \Q\E in the middle of a quantifier such as A+\Q\E+ is now ignored instead
596 of giving an invalid quantifier error.
1149 10. The quantifier {1} can be ignored, whether greedy, non-greedy, or
1545 between a subroutine call and its quantifier was incorrectly compiled, leading
1553 13. A pattern such as /X((?2)()*+){2}+/ which has a possessive quantifier with
1737 10. The error message for an invalid quantifier has been changed from "nothing
1738 to repeat" to "quantifier does not follow a repeatable item".
1784 repeated outer group that has a zero minimum quantifier, caused incorrect code
DHACKING675 when a pattern has the quantifier {0,0}. It cannot be entirely discarded,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java2522 …private void checkCodePoints(String a, String b, CountMethod quantifier, SpanCondition spanConditi… in checkCodePoints() argument
2528 callCountIn(m, ab, quantifier, spanCondition) in checkCodePoints()
2535 expectedReplaced, m.replaceFrom(ab, "-", quantifier)); in checkCodePoints()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java2525 …private void checkCodePoints(String a, String b, CountMethod quantifier, SpanCondition spanConditi… in checkCodePoints() argument
2531 callCountIn(m, ab, quantifier, spanCondition) in checkCodePoints()
2538 expectedReplaced, m.replaceFrom(ab, "-", quantifier)); in checkCodePoints()
/external/pcre/dist2/doc/
Dpcre2.txt1500 item and a following quantifier and between a quantifier and a follow-
5271 the quantifier.
5345 a non-possessive quantifier. Similarly, if an atomic group is present,
6112 also 0 or 1 quantifier
6113 also quantifier minimizer
6114 * 0 or more quantifier
6115 + 1 or more quantifier
6116 also "possessive quantifier"
6117 { start min/max quantifier
7519 The general repetition quantifier specifies a minimum and maximum num-
[all …]
Dpcre2test.txt750 two values in the quantifier. For example, \[AB]{6000,6000} is not rec-
/external/icu/icu4c/source/test/testdata/
Dregextst.txt205 # Non-greedy *? quantifier
212 # Non-greedy +? quantifier
219 # Non-greedy ?? quantifier
1288 # Incorrect optimization of patterns with a zero length quantifier {0}
/external/libxml2/
DNEWS966 fix char 0x2d in regexps (William), regexp quantifier range with
DChangeLog1304 * xmlregexp.c: small enhancement for quantifier range with
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/v8/
DChangeLog46223 minimum repetition count is inside another quantifier.
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Den-IPA.txt4856 $x{quantifier → kwɑntəfɑɪr ; # kwɑntɪfir
Dinternal_raw_IPA.txt133112 quantifier %24514 kwˈɑntəfˌaɪər, kwˈɔntəfˌaɪər

12