/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/vulkan-loader/loader/generated/ |
D | vk_object_types.h | 254 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT) { in convertDebugReportObjectToCoreObject() 256 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_INSTANCE_EXT) { in convertDebugReportObjectToCoreObject() 258 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_PHYSICAL_DEVICE_EXT) { in convertDebugReportObjectToCoreObject() 260 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT) { in convertDebugReportObjectToCoreObject() 262 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_QUEUE_EXT) { in convertDebugReportObjectToCoreObject() 264 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_SEMAPHORE_EXT) { in convertDebugReportObjectToCoreObject() 266 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT) { in convertDebugReportObjectToCoreObject() 268 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_FENCE_EXT) { in convertDebugReportObjectToCoreObject() 270 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_MEMORY_EXT) { in convertDebugReportObjectToCoreObject() 272 } else if (debug_report_obj == VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_EXT) { in convertDebugReportObjectToCoreObject() [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/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 …]
|
D | inKeywordTypeguard(strict=true).js | 8 } else { 16 } else { 27 } else { 44 } else { 52 } else { 64 } else { 74 } else { 84 } else { 94 } else { 103 } else { [all …]
|
D | inKeywordTypeguard(strict=false).js | 8 } else { 16 } else { 27 } else { 44 } else { 52 } else { 64 } else { 74 } else { 84 } else { 94 } else { 103 } else { [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/node/deps/uv/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/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/glslang/StandAlone/ |
D | ResourceLimits.cpp | 290 else if (tokenStr == "MaxClipPlanes") in DecodeResourceLimits() 292 else if (tokenStr == "MaxTextureUnits") in DecodeResourceLimits() 294 else if (tokenStr == "MaxTextureCoords") in DecodeResourceLimits() 296 else if (tokenStr == "MaxVertexAttribs") in DecodeResourceLimits() 298 else if (tokenStr == "MaxVertexUniformComponents") in DecodeResourceLimits() 300 else if (tokenStr == "MaxVaryingFloats") in DecodeResourceLimits() 302 else if (tokenStr == "MaxVertexTextureImageUnits") in DecodeResourceLimits() 304 else if (tokenStr == "MaxCombinedTextureImageUnits") in DecodeResourceLimits() 306 else if (tokenStr == "MaxTextureImageUnits") in DecodeResourceLimits() 308 else if (tokenStr == "MaxFragmentUniformComponents") in DecodeResourceLimits() [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/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/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/python/Modules/cjkcodecs/ |
D | _codecs_jp.c | 32 else if (c >= 0xff61 && c <= 0xff9f) { in ENCODER() 37 else if (c >= 0xf8f0 && c <= 0xf8f3) { in ENCODER() 42 else in ENCODER() 56 else if (TRYMAP_ENC(jisxcommon, code, c)) { in ENCODER() 68 else if (c >= 0xe000 && c < 0xe758) { in ENCODER() 75 else in ENCODER() 95 else if (c >= 0xa0 && c <= 0xdf) { in DECODER() 98 else in DECODER() 103 else if (c >= 0xfd/* && c <= 0xff*/) { in DECODER() 115 else if ((c >= 0x81 && c <= 0x9f) || (c >= 0xe0 && c <= 0xea)){ in DECODER() [all …]
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2h264codec.c | 39 } else if (g_str_equal (profile, "constrained-baseline")) { in v4l2_profile_from_string() 41 } else if (g_str_equal (profile, "main")) { in v4l2_profile_from_string() 43 } else if (g_str_equal (profile, "extended")) { in v4l2_profile_from_string() 45 } else if (g_str_equal (profile, "high")) { in v4l2_profile_from_string() 47 } else if (g_str_equal (profile, "high-10")) { in v4l2_profile_from_string() 49 } else if (g_str_equal (profile, "high-4:2:2")) { in v4l2_profile_from_string() 51 } else if (g_str_equal (profile, "high-4:4:4")) { in v4l2_profile_from_string() 53 } else if (g_str_equal (profile, "high-10-intra")) { in v4l2_profile_from_string() 55 } else if (g_str_equal (profile, "high-4:2:2-intra")) { in v4l2_profile_from_string() 57 } else if (g_str_equal (profile, "high-4:4:4-intra")) { in v4l2_profile_from_string() [all …]
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | decoder-arm64-inl.h | 20 } else { in Decode() 133 } else { in DecodeBranchSystemException() 143 } else { in DecodeBranchSystemException() 146 } else { in DecodeBranchSystemException() 164 } else { in DecodeBranchSystemException() 167 } else { in DecodeBranchSystemException() 183 } else { in DecodeBranchSystemException() 186 } else { in DecodeBranchSystemException() 190 } else { in DecodeBranchSystemException() 195 } else { in DecodeBranchSystemException() [all …]
|
/third_party/cups-filters/cupsfilters/ |
D | raster.c | 197 else in cupsRasterParseIPPOptions() 207 else if ((val = cupsGetOption("media-class", num_options, options)) != NULL || in cupsRasterParseIPPOptions() 210 else if (set_defaults) in cupsRasterParseIPPOptions() 216 else if (set_defaults) in cupsRasterParseIPPOptions() 223 else if (set_defaults) in cupsRasterParseIPPOptions() 234 else if (!strcasecmp(val, "graphics")) in cupsRasterParseIPPOptions() 236 else if (!strcasecmp(val, "photo")) in cupsRasterParseIPPOptions() 238 else if (!strcasecmp(val, "text")) in cupsRasterParseIPPOptions() 240 else if (!strcasecmp(val, "text-and-graphics") || in cupsRasterParseIPPOptions() 244 else if (pwg_raster) in cupsRasterParseIPPOptions() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | yuv4mpegdec.c | 83 } else if (strncmp("420mpeg2", tokstart, 8) == 0) { in yuv4_read_header() 86 } else if (strncmp("420paldv", tokstart, 8) == 0) { in yuv4_read_header() 89 } else if (strncmp("420p16", tokstart, 6) == 0) { in yuv4_read_header() 91 } else if (strncmp("422p16", tokstart, 6) == 0) { in yuv4_read_header() 93 } else if (strncmp("444p16", tokstart, 6) == 0) { in yuv4_read_header() 95 } else if (strncmp("420p14", tokstart, 6) == 0) { in yuv4_read_header() 97 } else if (strncmp("422p14", tokstart, 6) == 0) { in yuv4_read_header() 99 } else if (strncmp("444p14", tokstart, 6) == 0) { in yuv4_read_header() 101 } else if (strncmp("420p12", tokstart, 6) == 0) { in yuv4_read_header() 103 } else if (strncmp("422p12", tokstart, 6) == 0) { in yuv4_read_header() [all …]
|
/third_party/node/deps/npm/node_modules/jsonparse/ |
D | jsonparse.js | 107 } else { 110 } else { 135 }else if(n === 0x7d){ this.onToken(RIGHT_BRACE, "}"); // } 136 }else if(n === 0x5b){ this.onToken(LEFT_BRACKET, "["); // [ 137 }else if(n === 0x5d){ this.onToken(RIGHT_BRACKET, "]"); // ] 138 }else if(n === 0x3a){ this.onToken(COLON, ":"); // : 139 }else if(n === 0x2c){ this.onToken(COMMA, ","); // , 140 }else if(n === 0x74){ this.tState = TRUE1; // t 141 }else if(n === 0x66){ this.tState = FALSE1; // f 142 }else if(n === 0x6e){ this.tState = NULL1; // n [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 67 } else { in hostapd_config_read_vlan_file() 164 } else { in hostapd_remove_acl_mac() 314 #else /* CONFIG_SQLITE */ in hostapd_config_read_eap_user() 356 } else { in hostapd_config_read_eap_user() 383 } else { in hostapd_config_read_eap_user() 423 } else { in hostapd_config_read_eap_user() 527 } else if (os_strncmp(pos, "hash:", 5) == 0) { in hostapd_config_read_eap_user() 552 } else if (os_strncmp(pos, "ssha1:", 6) == 0) { in hostapd_config_read_eap_user() 558 } else if (os_strncmp(pos, "ssha256:", 8) == 0) { in hostapd_config_read_eap_user() 564 } else if (os_strncmp(pos, "ssha512:", 8) == 0) { in hostapd_config_read_eap_user() [all …]
|
/third_party/mbedtls/tests/include/test/drivers/ |
D | crypto_config_test_driver_extension.h | 12 #else 20 #else 28 #else 36 #else 44 #else 52 #else 60 #else 68 #else 76 #else 84 #else [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_config_file.c | 61 } else { in hostapd_config_read_vlan_file() 158 } else { in hostapd_remove_acl_mac() 308 #else /* CONFIG_SQLITE */ in hostapd_config_read_eap_user() 350 } else { in hostapd_config_read_eap_user() 377 } else { in hostapd_config_read_eap_user() 417 } else { in hostapd_config_read_eap_user() 521 } else if (os_strncmp(pos, "hash:", 5) == 0) { in hostapd_config_read_eap_user() 546 } else if (os_strncmp(pos, "ssha1:", 6) == 0) { in hostapd_config_read_eap_user() 552 } else if (os_strncmp(pos, "ssha256:", 8) == 0) { in hostapd_config_read_eap_user() 558 } else if (os_strncmp(pos, "ssha512:", 8) == 0) { in hostapd_config_read_eap_user() [all …]
|
/third_party/unity/test/tests/ |
D | test_unity_doubles.c | 40 #else in testDoublesWithinDelta() 52 #else in testDoublesNotWithinDelta() 64 #else in testDoublesEqual() 76 #else in testDoublesNotEqual() 87 #else in testDoublesNotEqualNegative1() 98 #else in testDoublesNotEqualNegative2() 109 #else in testDoublesNotEqualActualNaN() 120 #else in testDoublesNotEqualExpectedNaN() 131 #else in testDoublesEqualBothNaN() 140 #else in testDoublesNotEqualInfNaN() [all …]
|