| /third_party/rust/rust/tests/ui/issues/ |
| D | issue-74564-if-expr-stack-overflow.rs | 8 } else if v == "2" { in banana() 10 } else if v == "3" { in banana() 12 } else if v == "4" { in banana() 14 } else if v == "5" { in banana() 16 } else if v == "6" { in banana() 18 } else if v == "7" { in banana() 20 } else if v == "8" { in banana() 22 } else if v == "9" { in banana() 24 } else if v == "10" { in banana() 26 } else if v == "11" { in banana() [all …]
|
| /third_party/python/Modules/ |
| D | _ssl_data_300.h | 175 #else 180 #else 185 #else 190 #else 195 #else 200 #else 205 #else 210 #else 215 #else 220 #else [all …]
|
| D | _ssl_data_111.h | 145 #else 150 #else 155 #else 160 #else 165 #else 170 #else 175 #else 180 #else 185 #else 190 #else [all …]
|
| D | _ssl_data.h | 89 #else 94 #else 99 #else 104 #else 109 #else 114 #else 119 #else 124 #else 129 #else 134 #else [all …]
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| D | command_data.cc | 60 else if (name == "one") in NameToBlendFactor() 62 else if (name == "src_color") in NameToBlendFactor() 64 else if (name == "one_minus_src_color") in NameToBlendFactor() 66 else if (name == "dst_color") in NameToBlendFactor() 68 else if (name == "one_minus_dst_color") in NameToBlendFactor() 70 else if (name == "src_alpha") in NameToBlendFactor() 72 else if (name == "one_minus_src_alpha") in NameToBlendFactor() 74 else if (name == "dst_alpha") in NameToBlendFactor() 76 else if (name == "one_minus_dst_alpha") in NameToBlendFactor() 78 else if (name == "constant_color") in NameToBlendFactor() [all …]
|
| /third_party/rust/rust/src/tools/rustfmt/tests/target/ |
| D | let_else.rs | 4 // Although this won't compile it still parses so make sure we can format empty else blocks in main() 5 let Some(x) = opt else {}; in main() 7 // let-else may be formatted on a single line if they are "short" in main() 9 let Some(x) = opt else { return }; in main() 11 let Some(x) = opt else { return }; in main() 13 let Some(x) = opt else { in main() 17 let Some(x) = opt else { in main() 22 let Some(x) = opt else { in main() 34 ) else { in main() 48 else { in main() [all …]
|
| /third_party/rust/rust/src/tools/rustfmt/tests/source/ |
| D | let_else.rs | 4 // Although this won't compile it still parses so make sure we can format empty else blocks in main() 5 let Some(x) = opt else {}; in main() 7 // let-else may be formatted on a single line if they are "short" in main() 9 let Some(x) = opt else { return }; in main() 11 let Some(x) = opt else { in main() 15 let Some(x) = opt else { return; }; in main() 17 let Some(x) = opt else { in main() 22 let Some(x) = opt else { let y = 1; return y }; in main() 24 …let Some(x) = y.foo("abc", fairly_long_identifier, "def", "123456", "string", "cheese") else { bar… in main() 26 …ally_really_long_ident, "ident", "123456").bar().baz().qux("fffffffffffffffff") else { foo_bar() }; in main() [all …]
|
| /third_party/mbedtls/tests/include/test/drivers/ |
| D | crypto_config_test_driver_extension.h | 14 #else 22 #else 30 #else 38 #else 46 #else 54 #else 62 #else 70 #else 78 #else 86 #else [all …]
|
| /third_party/rust/rust/tests/ui/let-else/ |
| D | let-else-drop-order.run.stdout | 3 | construct | let _ | let else _ | 15 | construct | let _v | let else _v | 29 | construct | let else _ mismatch | let else _v mismatch | 31 | vanilla | drop,else | drop,else | 32 | & | drop,else | drop,else | 33 | &mut | drop,else | drop,else | 34 | move | drop,else | drop,else | 35 | fn(this) | drop,else | drop,else | 36 | tuple | drop,else | drop,else | 37 | array | drop,else | drop,else | [all …]
|
| /third_party/musl/libc-test/src/api/ |
| D | tgmath.c | 8 #else in f() 13 #else in f() 18 #else in f() 23 #else in f() 28 #else in f() 33 #else in f() 38 #else in f() 43 #else in f() 48 #else in f() 53 #else in f() [all …]
|
| /third_party/vulkan-loader/loader/generated/ |
| D | vk_object_types.h | 279 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT) { in convertDebugReportObjectToCoreObject() 281 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_INSTANCE_EXT) { in convertDebugReportObjectToCoreObject() 283 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_PHYSICAL_DEVICE_EXT) { in convertDebugReportObjectToCoreObject() 285 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT) { in convertDebugReportObjectToCoreObject() 287 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_QUEUE_EXT) { in convertDebugReportObjectToCoreObject() 289 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_SEMAPHORE_EXT) { in convertDebugReportObjectToCoreObject() 291 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT) { in convertDebugReportObjectToCoreObject() 293 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_FENCE_EXT) { in convertDebugReportObjectToCoreObject() 295 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_MEMORY_EXT) { in convertDebugReportObjectToCoreObject() 297 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_EXT) { in convertDebugReportObjectToCoreObject() [all …]
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | getOutliningSpansDepthElseIf.ts | 3 // Tests that each 'else if' does not count towards a higher nesting depth. 7 ////}|] else if (1)[| { 9 ////}|] else if (1)[| { 11 ////}|] else if (1)[| { 13 ////}|] else if (1)[| { 15 ////}|] else if (1)[| { 17 ////}|] else if (1)[| { 19 ////}|] else if (1)[| { 21 ////}|] else if (1)[| { 23 ////}|] else if (1)[| { [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeGuardTypeOfUndefined.js | 8 else { 12 else { 22 else { 26 else { 35 else { 44 else { 54 else { 58 else { 68 else { 72 else { [all …]
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | comparison_chain.rs | 16 } else if x < y { in f() 23 } else { in f() 29 } else if x < y { in f() 31 } else { in f() 37 } else if y > x { in f() 39 } else { in f() 45 } else if x < 1 { in f() 47 } else if x == 1 { in f() 54 } else if y > 1 { in f() 56 } else { in f() [all …]
|
| D | suspicious_else_formatting.stderr | 1 error: this looks like an `else {..}` but the `else` is missing 7 = note: to remove this lint, add the missing `else` or add a new line before the next block 8 = note: `-D clippy::suspicious-else-formatting` implied by `-D warnings` 10 error: this looks like an `else if` but the `else` is missing 16 = note: to remove this lint, add the missing `else` or add a new line before the second `if` 18 error: this looks like an `else if` but the `else` is missing 24 = note: to remove this lint, add the missing `else` or add a new line before the second `if` 26 error: this looks like an `else if` but the `else` is missing 32 = note: to remove this lint, add the missing `else` or add a new line before the second `if` 34 error: this is an `else {..}` but the formatting might hide it [all …]
|
| D | redundant_else.rs | 10 } else { in main() 17 } else { in main() 26 } else { in main() 30 // else if in main() 33 } else if foo() { in main() 35 } else { in main() 42 } else { in main() 46 // else if with let binding outside of block in main() 50 } else if foo() { in main() 52 } else { in main() [all …]
|
| D | bool_to_int_with_if.rs | 18 } else { in main() 23 } else { in main() 28 } else { in main() 33 } else { in main() 38 } else { in main() 43 } else { in main() 47 // if else if in main() 50 } else if b { in main() 52 } else { in main() 56 // if else if inverted in main() [all …]
|
| /third_party/tex-hyphen/hyph-utf8/tex/generic/hyph-utf8/conversions/ |
| D | conv-utf8-t2a.tex | 20 \ifx#1^^b1^^19\else % ı - U+0131 - i 24 \ifx#1^^b0^^e0\else % а - U+0430 - cyra 25 \ifx#1^^b1^^e1\else % б - U+0431 - cyrb 26 \ifx#1^^b2^^e2\else % в - U+0432 - cyrv 27 \ifx#1^^b3^^e3\else % г - U+0433 - cyrg 28 \ifx#1^^b4^^e4\else % д - U+0434 - cyrd 29 \ifx#1^^b5^^e5\else % е - U+0435 - cyre 30 \ifx#1^^b6^^e6\else % ж - U+0436 - cyrzh 31 \ifx#1^^b7^^e7\else % з - U+0437 - cyrz 32 \ifx#1^^b8^^e8\else % и - U+0438 - cyri [all …]
|
| D | conv-utf8-ec.tex | 19 \ifx#1^^9f^^ff\else % ß - U+00DF - germandbls 20 \ifx#1^^a0^^e0\else % à - U+00E0 - agrave 21 \ifx#1^^a1^^e1\else % á - U+00E1 - aacute 22 \ifx#1^^a2^^e2\else % â - U+00E2 - acircumflex 23 \ifx#1^^a3^^e3\else % ã - U+00E3 - atilde 24 \ifx#1^^a4^^e4\else % ä - U+00E4 - adieresis 25 \ifx#1^^a5^^e5\else % å - U+00E5 - aring 26 \ifx#1^^a6^^e6\else % æ - U+00E6 - ae 27 \ifx#1^^a7^^e7\else % ç - U+00E7 - ccedilla 28 \ifx#1^^a8^^e8\else % è - U+00E8 - egrave [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/python_input/gtest_input/pipeline/parse/ |
| D | parallel_if.py | 38 Description: simple if with single if/else 47 else: 74 Description: if/else after if/else 83 else: 87 else: 129 Description: if/else in if 139 else: 141 else: 147 # inner if/else 157 # outer if/else [all …]
|
| /third_party/glslang/glslang/ResourceLimits/ |
| D | ResourceLimits.cpp | 308 else if (tokenStr == "MaxClipPlanes") in DecodeResourceLimits() 310 else if (tokenStr == "MaxTextureUnits") in DecodeResourceLimits() 312 else if (tokenStr == "MaxTextureCoords") in DecodeResourceLimits() 314 else if (tokenStr == "MaxVertexAttribs") in DecodeResourceLimits() 316 else if (tokenStr == "MaxVertexUniformComponents") in DecodeResourceLimits() 318 else if (tokenStr == "MaxVaryingFloats") in DecodeResourceLimits() 320 else if (tokenStr == "MaxVertexTextureImageUnits") in DecodeResourceLimits() 322 else if (tokenStr == "MaxCombinedTextureImageUnits") in DecodeResourceLimits() 324 else if (tokenStr == "MaxTextureImageUnits") in DecodeResourceLimits() 326 else if (tokenStr == "MaxFragmentUniformComponents") in DecodeResourceLimits() [all …]
|
| /third_party/libuv/include/uv/ |
| D | errno.h | 28 #else 55 #else 61 #else 67 #else 73 #else 79 #else 85 #else 91 #else 97 #else 103 #else [all …]
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
| D | jsonToSpirv.cpp | 121 else if (quantifier == "?") in ToOperandClassAndOptionality() 123 else in ToOperandClassAndOptionality() 125 } else if (operandKind == "LiteralInteger") { in ToOperandClassAndOptionality() 130 else in ToOperandClassAndOptionality() 132 } else if (operandKind == "LiteralString") { in ToOperandClassAndOptionality() 135 else if (quantifier == "?") in ToOperandClassAndOptionality() 137 else { in ToOperandClassAndOptionality() 140 } else if (operandKind == "PairLiteralIntegerIdRef") { in ToOperandClassAndOptionality() 143 } else if (operandKind == "PairIdRefLiteralInteger") { in ToOperandClassAndOptionality() 146 } else if (operandKind == "PairIdRefIdRef") { in ToOperandClassAndOptionality() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
| D | jsonToSpirv.cpp | 121 else if (quantifier == "?") in ToOperandClassAndOptionality() 123 else in ToOperandClassAndOptionality() 125 } else if (operandKind == "LiteralInteger") { in ToOperandClassAndOptionality() 130 else in ToOperandClassAndOptionality() 132 } else if (operandKind == "LiteralString") { in ToOperandClassAndOptionality() 135 else if (quantifier == "?") in ToOperandClassAndOptionality() 137 else { in ToOperandClassAndOptionality() 140 } else if (operandKind == "PairLiteralIntegerIdRef") { in ToOperandClassAndOptionality() 143 } else if (operandKind == "PairIdRefLiteralInteger") { in ToOperandClassAndOptionality() 146 } else if (operandKind == "PairIdRefIdRef") { in ToOperandClassAndOptionality() [all …]
|
| /third_party/tex-hyphen/old/xu-hyphen/ |
| D | xu-csaccents.tex | 11 \ifx o#1^^f4\else 15 \ifx a#1^^e0\else 19 \ifx a#1^^e1\else 20 \ifx e#1^^e9\else 21 \ifx\i#1^^ed\else 22 \ifx i#1^^ed\else 23 \ifx o#1^^f3\else 24 \ifx u#1^^fa\else 25 \ifx y#1^^fd\else 26 \ifx r#1^^^^0155\else [all …]
|