/third_party/uboot/u-boot-2020.01/examples/standalone/ |
D | sched.c | 187 #define SWITCH(new) \ in thread_yield() macro 205 SWITCH (i); in thread_yield() 210 SWITCH (i); in thread_yield()
|
/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/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/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/openssl/crypto/perlasm/ |
D | arm-xlate.pl | 58 SWITCH: for ($flavour) { label
|
D | x86_64-xlate.pl | 646 SWITCH: for ($dir) { label 737 SWITCH: for ($dir) { label 812 SWITCH: for ($dir) { label
|
D | ppc-xlate.pl | 40 SWITCH: for ($flavour) { label
|
/third_party/boringssl/src/crypto/perlasm/ |
D | arm-xlate.pl | 58 SWITCH: for ($flavour) { label
|
D | ppc-xlate.pl | 40 SWITCH: for ($flavour) { label
|
D | x86_64-xlate.pl | 644 SWITCH: for ($dir) { label 729 SWITCH: for ($dir) { label 814 SWITCH: for ($dir) { label
|
/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); }
|
D | glslang.y | 162 %token <lex> BREAK CONTINUE DO ELSE FOR IF DISCARD RETURN SWITCH CASE DEFAULT 1491 …: SWITCH LEFT_PAREN expression RIGHT_PAREN { context->incrSwitchNestingLevel(); } compound_stateme…
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab_autogen.h | 77 SWITCH = 278, enumerator
|
D | glslang.y | 163 %token <lex> BREAK CONTINUE DO ELSE FOR IF DISCARD RETURN SWITCH CASE DEFAULT 1572 …: SWITCH LEFT_PAREN expression RIGHT_PAREN { context->incrSwitchNestingLevel(); } compound_stateme…
|
/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/typescript/tests/baselines/reference/ |
D | parserRealSource2.errors.txt | 44 Stmt = 1 << 22, // BREAK, RETURN, THROW, DEBUGGER, FOR, SWITCH, DO, IF, TRY, WITH
|
/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…
|
D | glslang.l | 137 "switch" { return ES2_reserved_ES3_keyword(context, SWITCH); }
|