Home
last modified time | relevance | path

Searched refs:SWITCH (Results 1 – 25 of 48) sorted by relevance

12

/third_party/uboot/u-boot-2020.01/examples/standalone/
Dsched.c187 #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/
DSkSLLexer.h40 #undef SWITCH
41 SWITCH, enumerator
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_upper.proto61 SWITCH = 55; enumerator
Dtest_reserved_message_upper.proto60 message SWITCH {} message
Dtest_reserved_enum_upper.proto60 enum SWITCH { ZERO56 = 0; } enum
/third_party/flutter/skia/src/sksl/lex/
Dsksl.lex11 SWITCH = "switch"
/third_party/skia/src/sksl/lex/
Dsksl.lex22 SWITCH = "switch"
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/
Dforeach.m483 # 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/
Darm-xlate.pl58 SWITCH: for ($flavour) { label
Dx86_64-xlate.pl646 SWITCH: for ($dir) { label
737 SWITCH: for ($dir) { label
812 SWITCH: for ($dir) { label
Dppc-xlate.pl40 SWITCH: for ($flavour) { label
/third_party/boringssl/src/crypto/perlasm/
Darm-xlate.pl58 SWITCH: for ($flavour) { label
Dppc-xlate.pl40 SWITCH: for ($flavour) { label
Dx86_64-xlate.pl644 SWITCH: for ($dir) { label
729 SWITCH: for ($dir) { label
814 SWITCH: for ($dir) { label
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h74 SWITCH = 277, enumerator
Dglslang.l121 "switch" { return ES2_reserved_ES3_keyword(context, SWITCH); }
Dglslang.y162 %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/
Dglslang_tab_autogen.h77 SWITCH = 278, enumerator
Dglslang.y163 %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/
DVertexProgram.hpp111 void SWITCH();
DPixelProgram.hpp133 void SWITCH();
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dselection_controls_demo.dart56 tabName: 'SWITCH',
/third_party/typescript/tests/baselines/reference/
DparserRealSource2.errors.txt44 Stmt = 1 << 22, // BREAK, RETURN, THROW, DEBUGGER, FOR, SWITCH, DO, IF, TRY, WITH
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y163 %token <lex> BREAK CONTINUE DO ELSE FOR IF DISCARD RETURN SWITCH CASE DEFAULT
1348 …: SWITCH LEFT_PAREN expression RIGHT_PAREN { context->incrSwitchNestingLevel(); } compound_stateme…
Dglslang.l137 "switch" { return ES2_reserved_ES3_keyword(context, SWITCH); }

12