Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp114 …onality ToOperandClassAndOptionality(const std::string& operandKind, const std::string& quantifier) in ToOperandClassAndOptionality() argument
116 assert(quantifier.empty() || quantifier == "?" || quantifier == "*"); in ToOperandClassAndOptionality()
119 if (quantifier.empty()) in ToOperandClassAndOptionality()
121 else if (quantifier == "?") in ToOperandClassAndOptionality()
126 if (quantifier.empty()) in ToOperandClassAndOptionality()
128 if (quantifier == "?") in ToOperandClassAndOptionality()
133 if (quantifier.empty()) in ToOperandClassAndOptionality()
135 else if (quantifier == "?") in ToOperandClassAndOptionality()
243 return {type, !quantifier.empty()}; in ToOperandClassAndOptionality()
378 const std::string quantifier = operand.get("quantifier", "").asString(); in jsonToSpirv() local
[all …]
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp114 …onality ToOperandClassAndOptionality(const std::string& operandKind, const std::string& quantifier) in ToOperandClassAndOptionality() argument
116 assert(quantifier.empty() || quantifier == "?" || quantifier == "*"); in ToOperandClassAndOptionality()
119 if (quantifier.empty()) in ToOperandClassAndOptionality()
121 else if (quantifier == "?") in ToOperandClassAndOptionality()
126 if (quantifier.empty()) in ToOperandClassAndOptionality()
128 if (quantifier == "?") in ToOperandClassAndOptionality()
133 if (quantifier.empty()) in ToOperandClassAndOptionality()
135 else if (quantifier == "?") in ToOperandClassAndOptionality()
243 return {type, !quantifier.empty()}; in ToOperandClassAndOptionality()
378 const std::string quantifier = operand.get("quantifier", "").asString(); in jsonToSpirv() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp114 …onality ToOperandClassAndOptionality(const std::string& operandKind, const std::string& quantifier) in ToOperandClassAndOptionality() argument
116 assert(quantifier.empty() || quantifier == "?" || quantifier == "*"); in ToOperandClassAndOptionality()
119 if (quantifier.empty()) in ToOperandClassAndOptionality()
121 else if (quantifier == "?") in ToOperandClassAndOptionality()
126 if (quantifier.empty()) in ToOperandClassAndOptionality()
128 if (quantifier == "?") in ToOperandClassAndOptionality()
133 if (quantifier.empty()) in ToOperandClassAndOptionality()
135 else if (quantifier == "?") in ToOperandClassAndOptionality()
243 return {type, !quantifier.empty()}; in ToOperandClassAndOptionality()
378 const std::string quantifier = operand.get("quantifier", "").asString(); in jsonToSpirv() local
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dconventions.py53 def quantifier(self, n): member in ProseListFormats
157 quantifier = fmt.quantifier(len(my_elts))
159 parts = [quantifier, prose]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconventions.py58 def quantifier(self, n): member in ProseListFormats
195 quantifier = fmt.quantifier(len(my_elts))
197 parts = [quantifier, prose]
/third_party/vulkan-headers/registry/spec_tools/
Dconventions.py58 def quantifier(self, n): member in ProseListFormats
195 quantifier = fmt.quantifier(len(my_elts))
197 parts = [quantifier, prose]
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dgen_spirv_builder_and_parser.py289 quantifier = operand.get('quantifier', '')
293 if quantifier == '*':
328 quantifier = operand.get('quantifier', '')
330 is_array = quantifier == '*'
331 is_optional = quantifier == '?'
/third_party/libxml2/result/regexp/
Dbug783015.err1 regexp error : failed to compile: Improper quantifier
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dparser.js100 if (operand.quantifier === "?") {
104 } else if (operand.quantifier === "*") {
/third_party/spirv-tools/tools/sva/src/
Dparser.js100 if (operand.quantifier === "?") {
104 } else if (operand.quantifier === "*") {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dparser.js100 if (operand.quantifier === "?") {
104 } else if (operand.quantifier === "*") {
/third_party/skia/third_party/externals/icu/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
/third_party/flutter/skia/third_party/externals/icu/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
/third_party/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
/third_party/flutter/skia/third_party/externals/spirv-tools/utils/
Dgenerate_grammar_tables.py99 kind, quantifier = operand_tuple
141 if quantifier == '?':
143 elif quantifier == '*':
/third_party/skia/third_party/externals/spirv-tools/utils/
Dgenerate_grammar_tables.py161 kind, quantifier = operand_tuple
203 if quantifier == '?':
205 elif quantifier == '*':
/third_party/spirv-tools/utils/
Dgenerate_grammar_tables.py161 kind, quantifier = operand_tuple
203 if quantifier == '?':
205 elif quantifier == '*':
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dgenerate_grammar_tables.py161 kind, quantifier = operand_tuple
203 if quantifier == '?':
205 elif quantifier == '*':
/third_party/pcre2/pcre2/
DChangeLog257 quantifier was nevertheless complaining that a quantifier number was too big.
535 8. Allow (*ACCEPT) to be quantified, because an ungreedy quantifier with a zero
571 12. The quantifier {1} was always being ignored, but this is incorrect when it
704 a greater than 1 fixed quantifier. This issue was found by Yunho Kim.
742 11. If a pattern started with a subroutine call that had a quantifier with a
1032 quantifier is one or more. I can't see much use for a repeated anchored
1442 (a) \Q\E in the middle of a quantifier such as A+\Q\E+ is now ignored instead
1443 of giving an invalid quantifier error.
1996 10. The quantifier {1} can be ignored, whether greedy, non-greedy, or
2392 between a subroutine call and its quantifier was incorrectly compiled, leading
[all …]
/third_party/python/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:
/third_party/pcre2/pcre2/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
842 Failed: error 109 at offset 0: quantifier does not follow a repeatable item
845 Failed: error 109 at offset 1: quantifier does not follow a repeatable item
854 Failed: error 109 at offset 2: quantifier does not follow a repeatable item
878 Failed: error 109 at offset 0: quantifier does not follow a repeatable item
881 Failed: error 109 at offset 1: quantifier does not follow a repeatable item
890 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
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java2527 …private void checkCodePoints(String a, String b, CountMethod quantifier, SpanCondition spanConditi… in checkCodePoints() argument
2533 callCountIn(m, ab, quantifier, spanCondition) in checkCodePoints()
2540 expectedReplaced, m.replaceFrom(ab, "-", quantifier)); in checkCodePoints()
/third_party/pcre2/pcre2/doc/
Dpcre2.txt1570 ing quantifier and between a quantifier and a following + that indi-
4923 not seem to have any use. PCRE2 does not allow any kind of quantifier
5672 the quantifier.
5752 a non-possessive quantifier. Similarly, if an atomic group is present,
6466 * 0 or more quantifier
6467 + 1 or more quantifier; also "possessive quantifier"
6468 ? 0 or 1 quantifier; also quantifier minimizer
6469 { start min/max quantifier
7944 The general repetition quantifier specifies a minimum and maximum num-
7954 are both omitted, the quantifier specifies an exact number of required
[all …]

12