/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_expr.cpp | 29 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 D | lexer.py | 3 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 D | compiler.py | 30 operators = { variable 1638 self.write(" %s " % operators[node.op])
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | lexer.py | 10 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 D | compiler.py | 27 operators = { variable 1537 self.write(' %s ' % operators[node.op])
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | lexer.py | 3 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 D | compiler.py | 30 operators = { variable 1638 self.write(" %s " % operators[node.op])
|
/third_party/jinja2/ |
H A D | lexer.py | 2 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 D | compiler.py | 31 operators = { variable 1706 self.write(f" {operators[node.op]} ")
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sLongShaderTests.cpp | 279 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 D | tokenizer_unittest.cc | 81 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 D | CsvData.java | 76 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 D | expand.rs | 201 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 D | ninja.vim | 67 " operators are:
|
/third_party/lzma/Asm/x86/ |
H A D | AesOpt.asm | 64 ; 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 D | checkbashisms.pl | 702 qr';;?&' => q<;;& and ;& special case operators>,
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 625 std::string operators; member in __anon21776::TPrinterCPP
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | header.cpp | 625 std::string operators; member in __anon23033::TPrinterCPP
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 581 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 D | test_collections.py | 748 operators = {} 751 operators[name] = getattr(operator, name) 769 for name, op in operators.items():
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |