| /third_party/typescript/tests/baselines/reference/ |
| D | inferTypes1.errors.txt | 1 tests/cases/conformance/types/conditional/inferTypes1.ts(36,23): error TS2344: Type 'string' does n… 2 tests/cases/conformance/types/conditional/inferTypes1.ts(37,23): error TS2344: Type 'Function' does… 4 tests/cases/conformance/types/conditional/inferTypes1.ts(43,25): error TS2344: Type 'string' does n… 5 tests/cases/conformance/types/conditional/inferTypes1.ts(44,25): error TS2344: Type 'Function' does… 7 tests/cases/conformance/types/conditional/inferTypes1.ts(45,25): error TS2344: Type 'typeof Abstrac… 9 tests/cases/conformance/types/conditional/inferTypes1.ts(47,42): error TS2344: Type 'abstract new (… 11 tests/cases/conformance/types/conditional/inferTypes1.ts(55,25): error TS2344: Type '(x: string, y:… 12 tests/cases/conformance/types/conditional/inferTypes1.ts(56,25): error TS2344: Type 'Function' does… 14 …mance/types/conditional/inferTypes1.ts(82,12): error TS1338: 'infer' declarations are only permitt… 15 …mance/types/conditional/inferTypes1.ts(83,15): error TS1338: 'infer' declarations are only permitt… [all …]
|
| D | bestCommonTypeWithContextualTyping.js | 20 var conditional: Contextual = null ? e : e; // Ellement variable 30 var conditional = null ? e : e; // Ellement
|
| D | conditionalTypesExcessProperties.errors.txt | 1 tests/cases/conformance/types/conditional/conditionalTypesExcessProperties.ts(8,5): error TS2322: T… 3 tests/cases/conformance/types/conditional/conditionalTypesExcessProperties.ts(9,5): error TS2322: T… 7 ==== tests/cases/conformance/types/conditional/conditionalTypesExcessProperties.ts (2 errors) ====
|
| D | conditionalTypes1.errors.txt | 1 tests/cases/conformance/types/conditional/conditionalTypes1.ts(12,5): error TS2322: Type 'T' is not… 2 tests/cases/conformance/types/conditional/conditionalTypes1.ts(17,5): error TS2322: Type 'T' is not… 5 tests/cases/conformance/types/conditional/conditionalTypes1.ts(18,9): error TS2322: Type 'T' is not… 8 tests/cases/conformance/types/conditional/conditionalTypes1.ts(24,5): error TS2322: Type 'T[keyof T… 10 tests/cases/conformance/types/conditional/conditionalTypes1.ts(29,5): error TS2322: Type 'T["x"]' i… 13 tests/cases/conformance/types/conditional/conditionalTypes1.ts(30,9): error TS2322: Type 'T["x"]' i… 16 tests/cases/conformance/types/conditional/conditionalTypes1.ts(103,5): error TS2322: Type 'Function… 18 tests/cases/conformance/types/conditional/conditionalTypes1.ts(104,5): error TS2322: Type 'NonFunct… 20 tests/cases/conformance/types/conditional/conditionalTypes1.ts(106,5): error TS2322: Type 'NonFunct… 28 tests/cases/conformance/types/conditional/conditionalTypes1.ts(108,5): error TS2322: Type 'Function… [all …]
|
| D | bestCommonTypeWithContextualTyping.symbols | 41 var conditional: Contextual = null ? e : e; // Ellement 42 >conditional : Symbol(conditional, Decl(bestCommonTypeWithContextualTyping.ts, 18, 3))
|
| D | conditionalTypes2.errors.txt | 1 tests/cases/conformance/types/conditional/conditionalTypes2.ts(15,5): error TS2322: Type 'Covariant… 4 tests/cases/conformance/types/conditional/conditionalTypes2.ts(19,5): error TS2322: Type 'Contravar… 7 tests/cases/conformance/types/conditional/conditionalTypes2.ts(24,5): error TS2322: Type 'Invariant… 23 tests/cases/conformance/types/conditional/conditionalTypes2.ts(25,5): error TS2322: Type 'Invariant… 30 tests/cases/conformance/types/conditional/conditionalTypes2.ts(73,12): error TS2345: Argument of ty… 34 tests/cases/conformance/types/conditional/conditionalTypes2.ts(74,12): error TS2345: Argument of ty… 36 tests/cases/conformance/types/conditional/conditionalTypes2.ts(75,12): error TS2345: Argument of ty… 41 ==== tests/cases/conformance/types/conditional/conditionalTypes2.ts (7 errors) ==== 153 !!! related TS2728 tests/cases/conformance/types/conditional/conditionalTypes2.ts:62:43: 'bat' is d… 154 !!! related TS2728 tests/cases/conformance/types/conditional/conditionalTypes2.ts:62:43: 'bat' is d… [all …]
|
| /third_party/glslang/Test/baseResults/ |
| D | hlsl.isfinite.frag.out | 11 0:8 Negate conditional ( temp bool) 19 0:8 Negate conditional ( temp bool) 22 0:8 Negate conditional ( temp bool) 36 0:13 Negate conditional ( temp bool) 39 0:13 Negate conditional ( temp bool) 50 0:14 Negate conditional ( temp 2-component vector of bool) 53 0:14 Negate conditional ( temp 2-component vector of bool) 64 0:15 Negate conditional ( temp 3-component vector of bool) 67 0:15 Negate conditional ( temp 3-component vector of bool) 99 0:8 Negate conditional ( temp bool) [all …]
|
| D | hlsl.logical.unary.frag.out | 8 0:13 Negate conditional ( temp bool) 14 0:14 Negate conditional ( temp 4-component vector of bool) 20 0:16 Negate conditional ( temp bool) 26 0:17 Negate conditional ( temp 4-component vector of bool) 50 0:21 Negate conditional ( temp bool) 59 0:22 Negate conditional ( temp bool) 102 0:13 Negate conditional ( temp bool) 108 0:14 Negate conditional ( temp 4-component vector of bool) 114 0:16 Negate conditional ( temp bool) 120 0:17 Negate conditional ( temp 4-component vector of bool) [all …]
|
| /third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/ |
| D | MetadataFilterCoverageTest.java | 52 String conditional = String.format("(?s).*if \\(metadata.has%s\\(\\)\\) \\{\\s+" in testCoverageOfExcludableParentFields() local 55 assertTrue("Code is missing correct conditional for " + field, CODE.matches(conditional)); in testCoverageOfExcludableParentFields() 65 String conditional = String.format("(?s).*if \\(shouldDrop\\(type, \"%s\"\\)\\) \\{\\s+" in testCoverageOfExcludableChildFields() local 67 assertTrue("Code is missing correct conditional for " + field, CODE.matches(conditional)); in testCoverageOfExcludableChildFields() 77 String conditional = String.format("(?s).*if \\(shouldDrop\\(\"%s\"\\)\\) \\{\\s+" in testCoverageOfExcludableChildlessFields() local 79 assertTrue("Code is missing correct conditional for " + field, CODE.matches(conditional)); in testCoverageOfExcludableChildlessFields()
|
| /third_party/rust/crates/pin-project-lite/tests/ui/pinned_drop/ |
| D | conditional-drop-impl.stderr | 2 --> tests/ui/pinned_drop/conditional-drop-impl.rs:9:9 8 --> tests/ui/pinned_drop/conditional-drop-impl.rs:5:1 16 --> tests/ui/pinned_drop/conditional-drop-impl.rs:14:1 28 --> tests/ui/pinned_drop/conditional-drop-impl.rs:14:1
|
| /third_party/vk-gl-cts/doc/testspecs/GL3/ |
| D | functional.conditional_render.txt | 19 GL 3 conditional render 56 overlap conditions. Each query test renders a scene with one conditional 58 previously GL controlled conditional render call controlled by the test. 61 conditional call indicated by the test name. The occlusion query used in 69 before the conditional clear. 72 rendering the occlusion geometry. After the conditional depth/stencil clear 81 (read & write) FBO between the occludion query and the conditional rendering.
|
| D | stress.conditional_render.txt | 19 GL3 conditional render stress tests 26 + Query and conditional geometry significantly apart 33 Conditional rendering stress tests use a large number of conditional rendering 38 the same scene with geometry culled either by conditional rendering or the 42 conditional rendering is done.
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_liverangeevaluator_helpers.cpp | 347 const ProgramScope *conditional = scope->enclosing_conditional(); in record_write() local 348 if (!conditional || !conditional->innermost_loop()) { in record_write() 556 const ProgramScope *conditional = enclosing_scope_first_write->enclosing_conditional(); in update_required_live_range() local 557 if (conditional && !conditional->contains_range_of(*last_read_scope) && in update_required_live_range() 558 (conditional->is_switchcase_scope_in_loop() || in update_required_live_range() 561 enclosing_scope_first_write = conditional->outermost_loop(); in update_required_live_range()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NVX/ |
| D | NVX_conditional_render.txt | 37 This extension provides support for conditional rendering based on the 73 query object is being used for conditional rendering) 106 If BeginConditionalRenderNVX is called while conditional rendering is in 107 progress, or if EndConditionalRenderNVX is called while conditional 148 extension, which provides several conditional rendering modes 181 geometry be affected by conditional rendering? 187 query is begin used for conditional rendering? 191 (6) Should conditional rendering work with any type of query other than 200 (e.g., Color, VertexAttrib) made during conditional rendering if the 204 primitives depend on a vertex attribute set inside a conditional [all …]
|
| /third_party/openGLES/extensions/NVX/ |
| D | NVX_conditional_render.txt | 37 This extension provides support for conditional rendering based on the 73 query object is being used for conditional rendering) 106 If BeginConditionalRenderNVX is called while conditional rendering is in 107 progress, or if EndConditionalRenderNVX is called while conditional 148 extension, which provides several conditional rendering modes 181 geometry be affected by conditional rendering? 187 query is begin used for conditional rendering? 191 (6) Should conditional rendering work with any type of query other than 200 (e.g., Color, VertexAttrib) made during conditional rendering if the 204 primitives depend on a vertex attribute set inside a conditional [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| D | Graph.h | 129 typename T = typename std::conditional<IsConst, const EdgeValueType, 136 typename std::conditional<IsConst, const EdgeMapT, EdgeMapT>::type; 202 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; 204 typename std::conditional<isConst, const EdgeMapT, EdgeMapT>::type; 275 using iterator = typename std::conditional<isConst, ConstVertexIterator, 278 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; 312 using iterator = typename std::conditional<isConst, ConstEdgeIterator, 315 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type;
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| D | NV_conditional_render.txt | 60 This extension provides support for conditional rendering based on the 81 perform the conditional query test on a region-by-region basis without 114 query object is being used for conditional rendering) 171 If BeginConditionalRenderNV is called while conditional rendering is in 172 progress, or if EndConditionalRenderNV is called while conditional 225 extension provides several conditional rendering modes (QUERY_WAIT_NV, 301 geometry be affected by conditional rendering? 332 Some of these use conditional rendering only for performance. One 337 primitive can be skipped in the conditional rendering pass. 352 However, some algorithms may require conditional rendering for [all …]
|
| /third_party/openGLES/extensions/NV/ |
| D | NV_conditional_render.txt | 60 This extension provides support for conditional rendering based on the 81 perform the conditional query test on a region-by-region basis without 114 query object is being used for conditional rendering) 171 If BeginConditionalRenderNV is called while conditional rendering is in 172 progress, or if EndConditionalRenderNV is called while conditional 225 extension provides several conditional rendering modes (QUERY_WAIT_NV, 301 geometry be affected by conditional rendering? 332 Some of these use conditional rendering only for performance. One 337 primitive can be skipped in the conditional rendering pass. 352 However, some algorithms may require conditional rendering for [all …]
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_clip_unfilled.c | 96 GLuint conditional; in cull_direction() local 102 conditional = BRW_CONDITIONAL_GE; in cull_direction() 104 conditional = BRW_CONDITIONAL_L; in cull_direction() 108 conditional, in cull_direction() 124 GLuint conditional; in copy_bfc() local 139 conditional = BRW_CONDITIONAL_GE; in copy_bfc() 141 conditional = BRW_CONDITIONAL_L; in copy_bfc() 145 conditional, in copy_bfc()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | BuildSPIRV.cpp | 1551 SpirvConditional &conditional = mConditionalStack.back(); in startConditional() local 1554 conditional.blockIds.resize(blockCount); in startConditional() 1555 for (spirv::IdRef &blockId : conditional.blockIds) in startConditional() 1560 conditional.isContinuable = isContinuable; in startConditional() 1561 conditional.isBreakable = isBreakable; in startConditional() 1570 SpirvConditional &conditional = mConditionalStack.back(); in nextConditionalBlock() local 1572 ASSERT(conditional.nextBlockToWrite < conditional.blockIds.size()); in nextConditionalBlock() 1573 const spirv::IdRef blockId = conditional.blockIds[conditional.nextBlockToWrite++]; in nextConditionalBlock() 1595 for (const SpirvConditional &conditional : mConditionalStack) in isInLoop() local 1597 if (conditional.isContinuable) in isInLoop() [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| D | invoke.h | 160 typedef typename std::conditional< 162 typename std::conditional< 164 typename std::conditional< 166 typename std::conditional<DataMemAndPtr::Accept<Args...>::value,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
| D | TestUtil.h | 306 typename std::conditional<std::is_same<float, Container>::value, \ 336 typename std::conditional<std::is_same<float, Container>::value, \ 361 using ElemTypeForFp = typename std::conditional< \ 363 typename std::conditional< \ 365 typename std::conditional<std::is_same<Container, double>::value, \ 368 typename std::conditional<std::is_integral<Container>::value, \ 439 using NextType = typename std::conditional< 441 typename std::conditional<sizeof(Container) == 2, uint32_t, 493 using MaskType = typename std::conditional< in blendWith() 495 typename std::conditional<sizeof(Container) == 2, int16_t, in blendWith() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
| D | CMakeLists.txt | 30 add_library(deqp-vk-conditional-rendering STATIC ${DEQP_VK_CONDITIONAL_REDENDERING_SRCS}) 31 target_link_libraries(deqp-vk-conditional-rendering ${DEQP_VK_CONDITIONAL_REDENDERING_LIBS})
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
| D | iterator.h | 34 typename std::conditional<IsConst, const ValueType, 39 typename std::conditional<IsConst, const ValueType, ValueType>::type>; 47 using UptrVector = typename std::conditional<IsConst, const std::vector<Uptr>, 50 typename std::conditional<IsConst, typename UptrVector::const_iterator,
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
| D | int128_benchmark.cc | 36 typename H = typename std::conditional< 76 typename H = typename std::conditional< 153 typename H = typename std::conditional< 167 typename H = typename std::conditional< 208 typename H = typename std::conditional<
|