Home
last modified time | relevance | path

Searched refs:operators (Results 1 - 25 of 25) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dast_expr.cpp29 static const char *const operators[] = { in operator_string() local
75 assert((unsigned int)op < sizeof(operators) / sizeof(operators[0])); in operator_string()
77 return operators[op]; in operator_string()
/third_party/node/deps/v8/third_party/jinja2/
H A Dlexer.py3 is used to do some preprocessing. It filters out invalid operators like
4 the bitshift operators we don't allow in templates. It separates
109 # bind operators to token types
110 operators = { variable
139 reverse_operators = dict([(v, k) for k, v in iteritems(operators)])
140 assert len(operators) == len(reverse_operators), "operators dropped"
142 "(%s)" % "|".join(re.escape(x) for x in sorted(operators, key=lambda x: -len(x)))
659 token = operators[value]
698 # like operators
[all...]
H A Dcompiler.py30 operators = { variable
1638 self.write(" %s " % operators[node.op])
/third_party/node/tools/inspector_protocol/jinja2/
H A Dlexer.py10 On the one hand it filters out invalid operators like the bitshift
11 operators we don't allow in templates. On the other hand it separates
109 # bind operators to token types
110 operators = { variable
139 reverse_operators = dict([(v, k) for k, v in iteritems(operators)])
140 assert len(operators) == len(reverse_operators), 'operators dropped'
142 sorted(operators, key=lambda x: -len(x))))
596 token = operators[value]
635 # like operators
[all...]
H A Dcompiler.py27 operators = { variable
1537 self.write(' %s ' % operators[node.op])
/third_party/skia/third_party/externals/jinja2/
H A Dlexer.py3 is used to do some preprocessing. It filters out invalid operators like
4 the bitshift operators we don't allow in templates. It separates
109 # bind operators to token types
110 operators = { variable
139 reverse_operators = dict([(v, k) for k, v in iteritems(operators)])
140 assert len(operators) == len(reverse_operators), "operators dropped"
142 "(%s)" % "|".join(re.escape(x) for x in sorted(operators, key=lambda x: -len(x)))
659 token = operators[value]
698 # like operators
[all...]
H A Dcompiler.py30 operators = { variable
1638 self.write(" %s " % operators[node.op])
/third_party/jinja2/
H A Dlexer.py2 is used to do some preprocessing. It filters out invalid operators like
3 the bitshift operators we don't allow in templates. It separates
111 # bind operators to token types
112 operators = { variable
141 reverse_operators = {v: k for k, v in operators.items()}
142 assert len(operators) == len(reverse_operators), "operators dropped"
144 f"({'|'.join(re.escape(x) for x in sorted(operators, key=lambda x: -len(x)))})"
663 token = operators[value_str]
713 # like operators
[all...]
H A Dcompiler.py31 operators = { variable
1706 self.write(f" {operators[node.op]} ")
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sLongShaderTests.cpp279 const std::string operators = "+-*/";
288 const std::string op = std::string("") + m_rnd.choose<char>(operators.begin(), operators.end());
/third_party/gn/src/gn/
H A Dtokenizer_unittest.cc81 TokenExpectation operators[] = { in TEST() local
100 CheckTokenizer("- + = += -= != == < > <= >= ! || && . ,", operators)); in TEST()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DCsvData.java76 CsvTable<String> operators, in create()
86 cc, ccMetadata, ranges, shortcodes, examples, formats, altFormats, operators, comments); in create()
162 /** Returns the contextualized diff of the operators table. */
68 create( DigitSequence cc, CsvTable<DigitSequence> allMetadata, CsvTable<RangeKey> ranges, CsvTable<ShortcodeKey> shortcodes, CsvTable<ExampleNumberKey> examples, CsvTable<String> formats, ImmutableList<AltFormatSpec> altFormats, CsvTable<String> operators, ImmutableList<Comment> comments) create() argument
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs201 let mut operators = TokenStream::new(); in expand_struct_operators() variables
210 operators.extend(quote_spanned! {span=> in expand_struct_operators()
223 operators.extend(quote_spanned! {span=> in expand_struct_operators()
237 operators.extend(quote_spanned! {span=> in expand_struct_operators()
249 operators.extend(quote_spanned! {span=> in expand_struct_operators()
262 operators.extend(quote_spanned! {span=> in expand_struct_operators()
274 operators.extend(quote_spanned! {span=> in expand_struct_operators()
288 operators.extend(quote_spanned! {span=> in expand_struct_operators()
302 operators in expand_struct_operators()
/third_party/ninja/misc/
H A Dninja.vim67 " operators are:
/third_party/lzma/Asm/x86/
H A DAesOpt.asm64 ; the number of push operators in function PROLOG
183 ; num_regs_push: must be equal to the number of push operators
/third_party/ltp/scripts/
H A Dcheckbashisms.pl702 qr';;?&' => q<;;& and ;& special case operators>,
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A Dheader.cpp625 std::string operators; member in __anon21776::TPrinterCPP
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A Dheader.cpp625 std::string operators; member in __anon23033::TPrinterCPP
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp581 out << "// Overload bitwise operators for mask bit combining\n\n"; in printMaskOperators()
642 std::string operators; member in __anon26546::TPrinterCPP
/third_party/python/Lib/test/
H A Dtest_collections.py748 operators = {}
751 operators[name] = getattr(operator, name)
769 for name, op in operators.items():
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 141 milliseconds