/third_party/openssl/crypto/perlasm/ |
D | arm-xlate.pl | 32 SWITCH: for ($flavour) { label 65 SWITCH: for ($flavour) { label
|
D | x86_64-xlate.pl | 695 SWITCH: for ($dir) { label 786 SWITCH: for ($dir) { label 861 SWITCH: for ($dir) { label
|
D | ppc-xlate.pl | 40 SWITCH: for ($flavour) { label
|
/third_party/parse5/packages/parse5/lib/common/ |
D | html.ts | 185 SWITCH = 'switch', enumerator 356 SWITCH, enumerator 499 [TAG_NAMES.SWITCH, TAG_ID.SWITCH], 608 $.SWITCH,
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLLexer.h | 40 #undef SWITCH 41 SWITCH, enumerator
|
/third_party/protobuf/php/tests/proto/ |
D | test_reserved_enum_value_upper.proto | 61 SWITCH = 55; enumerator
|
D | test_reserved_message_upper.proto | 60 message SWITCH {} message
|
D | test_reserved_enum_upper.proto | 60 enum SWITCH { ZERO56 = 0; } enum
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/ |
D | foreach.m4 | 83 # m4_case(SWITCH, VAL1, IF-VAL1, VAL2, IF-VAL2, ..., DEFAULT) 85 # Find the first VAL that SWITCH matches, and expand the corresponding 106 # m4_bmatch(SWITCH, RE1, VAL1, RE2, VAL2, ..., DEFAULT) 110 # if (SWITCH =~ RE1) 112 # elif (SWITCH =~ RE2)
|
/third_party/flutter/skia/src/sksl/lex/ |
D | sksl.lex | 11 SWITCH = "switch"
|
/third_party/skia/src/sksl/lex/ |
D | sksl.lex | 22 SWITCH = "switch"
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.h | 74 SWITCH = 277, enumerator
|
D | glslang.l | 121 "switch" { return ES2_reserved_ES3_keyword(context, SWITCH); }
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab_autogen.h | 77 SWITCH = 278, enumerator
|
/third_party/openssl/util/ |
D | check-format-test-negatives.c | 351 #define SWITCH(x) \ macro
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 167 OP01(SWITCH)
|
D | tgsi_info_opcodes.h | 142 OPCODE(0, 1, NONE, SWITCH)
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexProgram.hpp | 111 void SWITCH();
|
D | PixelProgram.hpp | 133 void SWITCH();
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | selection_controls_demo.dart | 56 tabName: 'SWITCH',
|
/third_party/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp.h | 415 SWITCH = 625, enumerator
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource2.errors.txt | 44 Stmt = 1 << 22, // BREAK, RETURN, THROW, DEBUGGER, FOR, SWITCH, DO, IF, TRY, WITH
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_gram.y | 454 %token ATOMIC SWITCH 561 case SWITCH: in add_instruction_option() 2324 | SWITCH { $$ = SWITCH; }
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | opcode.def | 12 OPCODE(SWITCH, BADOP, BADOP, BADOP, BADOP, 1, OPF_NONE)
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang.y | 163 %token <lex> BREAK CONTINUE DO ELSE FOR IF DISCARD RETURN SWITCH CASE DEFAULT 1348 …: SWITCH LEFT_PAREN expression RIGHT_PAREN { context->incrSwitchNestingLevel(); } compound_stateme…
|