/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/ |
D | type-annotation-spacing.test.ts | 99 options: [{ after: true }], 103 options: [{ after: true }], 107 options: [{ after: true }], 115 options: [{ after: true }], 123 options: [{ after: true }], 131 options: [{ after: true }], 139 options: [{ after: true }], 147 options: [{ after: true }], 155 options: [{ after: true }], 163 options: [{ after: true }], [all …]
|
D | comma-spacing.test.ts | 23 options: [{ before: false, after: false }], 70 options: [{ before: true, after: false }], 74 options: [{ before: true, after: false }], 78 options: [{ before: true, after: false }], 82 options: [{ before: true, after: false }], 86 options: [{ before: true, after: false }], 90 options: [{ before: true, after: false }], 94 options: [{ before: true, after: false }], 98 options: [{ before: true, after: false }], 102 options: [{ before: true, after: false }], [all …]
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/ |
D | dynamic-state.txt | 4 dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport.after 6 dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor.after 8 dEQP-VK.dynamic_state.compute_transfer.single.compute.line_width.after 10 dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bias.after 12 dEQP-VK.dynamic_state.compute_transfer.single.compute.blend_constants.after 14 dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds.after 16 dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_compare_mask.after 18 dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_write_mask.after 20 dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_reference.after 22 dEQP-VK.dynamic_state.compute_transfer.single.compute.discard_rectangle_ext.after [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/ |
D | dynamic-state.txt | 19 dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport.after 21 dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor.after 23 dEQP-VK.dynamic_state.compute_transfer.single.compute.line_width.after 25 dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bias.after 27 dEQP-VK.dynamic_state.compute_transfer.single.compute.blend_constants.after 29 dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds.after 31 dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_compare_mask.after 33 dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_write_mask.after 35 dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_reference.after 37 dEQP-VK.dynamic_state.compute_transfer.single.compute.discard_rectangle_ext.after [all …]
|
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/ |
D | dynamic-state.txt | 19 dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport.after 21 dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor.after 23 dEQP-VK.dynamic_state.compute_transfer.single.compute.line_width.after 25 dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bias.after 27 dEQP-VK.dynamic_state.compute_transfer.single.compute.blend_constants.after 29 dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds.after 31 dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_compare_mask.after 33 dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_write_mask.after 35 dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_reference.after 37 dEQP-VK.dynamic_state.compute_transfer.single.compute.discard_rectangle_ext.after [all …]
|
/third_party/vk-gl-cts/android/cts/master/vk-master/ |
D | dynamic-state.txt | 19 dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport.after 21 dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor.after 23 dEQP-VK.dynamic_state.compute_transfer.single.compute.line_width.after 25 dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bias.after 27 dEQP-VK.dynamic_state.compute_transfer.single.compute.blend_constants.after 29 dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds.after 31 dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_compare_mask.after 33 dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_write_mask.after 35 dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_reference.after 37 dEQP-VK.dynamic_state.compute_transfer.single.compute.discard_rectangle_ext.after [all …]
|
/third_party/skia/src/core/ |
D | SkStrokerPriv.cpp | 48 static bool is_clockwise(const SkVector& before, const SkVector& after) { in is_clockwise() argument 49 return before.fX * after.fY > before.fY * after.fX; in is_clockwise() 70 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) { in HandleInnerJoin() argument 81 inner->lineTo(pivot.fX - after.fX, pivot.fY - after.fY); in HandleInnerJoin() 87 SkVector after; in BluntJoiner() local 88 afterUnitNormal.scale(radius, &after); in BluntJoiner() 93 after.negate(); in BluntJoiner() 96 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY); in BluntJoiner() 97 HandleInnerJoin(inner, pivot, after); in BluntJoiner() 110 SkVector after = afterUnitNormal; in RoundJoiner() local [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkStrokerPriv.cpp | 48 static bool is_clockwise(const SkVector& before, const SkVector& after) { in is_clockwise() argument 49 return before.fX * after.fY > before.fY * after.fX; in is_clockwise() 70 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) { in HandleInnerJoin() argument 81 inner->lineTo(pivot.fX - after.fX, pivot.fY - after.fY); in HandleInnerJoin() 87 SkVector after; in BluntJoiner() local 88 afterUnitNormal.scale(radius, &after); in BluntJoiner() 93 after.negate(); in BluntJoiner() 96 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY); in BluntJoiner() 97 HandleInnerJoin(inner, pivot, after); in BluntJoiner() 110 SkVector after = afterUnitNormal; in RoundJoiner() local [all …]
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/ |
D | dead_branch_elim_test.cpp | 87 const std::string after = in TEST_F() local 103 predefs + before, predefs + after, true, true); in TEST_F() 168 const std::string after = in TEST_F() local 184 predefs + before, predefs + after, true, true); in TEST_F() 246 const std::string after = in TEST_F() local 266 predefs + before, predefs + after, true, true); in TEST_F() 328 const std::string after = in TEST_F() local 343 predefs + before, predefs + after, true, true); in TEST_F() 403 const std::string after = in TEST_F() local 416 predefs + before, predefs + after, true, true); in TEST_F() [all …]
|
D | inline_test.cpp | 112 const std::vector<const char*> after = { in TEST_F() local 138 JoinAllInsts(concat(concat(predefs, after), nonEntryFuncs)), in TEST_F() 250 const std::vector<const char*> after = { in TEST_F() local 288 JoinAllInsts(concat(concat(predefs, after), nonEntryFuncs)), in TEST_F() 385 const std::vector<const char*> after = { in TEST_F() local 417 JoinAllInsts(concat(concat(predefs, after), nonEntryFuncs)), in TEST_F() 517 const std::vector<const char*> after = { in TEST_F() local 553 JoinAllInsts(concat(concat(predefs, after), nonEntryFuncs)), in TEST_F() 677 const std::vector<const char*> after = { in TEST_F() local 748 JoinAllInsts(concat(concat(predefs, after), nonEntryFuncs)), in TEST_F() [all …]
|
D | local_ssa_elim_test.cpp | 118 const std::string after = in TEST_F() local 146 predefs + names_after + predefs2 + after, in TEST_F() 257 const std::string after = in TEST_F() local 294 predefs + names_after + predefs2 + after, in TEST_F() 406 const std::string after = in TEST_F() local 443 predefs + names_after + predefs2 + after, in TEST_F() 553 const std::string after = in TEST_F() local 583 predefs + names_after + predefs2 + after, in TEST_F() 696 const std::string after = in TEST_F() local 734 predefs + names_after + predefs2 + after, in TEST_F() [all …]
|
/third_party/mindspore/tests/ut/cpp/optimizer/ |
D | lib_test.cc | 70 bool CheckOpt(FuncGraphPtr before, FuncGraphPtr after, std::vector<SubstitutionPtr> opts = {}, in CheckOpt() argument 72 if (nullptr == before || nullptr == after) { 76 return CheckTransform(before, after, eq, save_graphs); 89 FuncGraphPtr after = getPyFun.CallAndParseRet("test_simplify_always_true_false", "after"); in TEST_F() local 91 ASSERT_TRUE(CheckOpt(before1, after, patterns)); in TEST_F() 92 ASSERT_TRUE(CheckOpt(before2, after, patterns)); in TEST_F() 97 FuncGraphPtr after = getPyFun.CallAndParseRet("test_inline", "after"); in TEST_F() local 111 ASSERT_TRUE(CheckOpt(new_graph, after, patterns)); in TEST_F() 116 FuncGraphPtr after = getPyFun.CallAndParseRet("test_inline_successively", "after"); in TEST_F() local 118 ASSERT_TRUE(CheckOpt(before, after, patterns)); in TEST_F() [all …]
|
D | opt_test.cc | 98 bool CheckOpt(FuncGraphPtr before, FuncGraphPtr after, std::vector<SubstitutionPtr> opts = {}) { in CheckOpt() argument 100 return CheckTransform(before, after, eq); 133 FuncGraphPtr after = getPyFun.CallAndParseRet("test_add_zero", "after"); in TEST_F() local 136 ASSERT_TRUE(nullptr != after); in TEST_F() 137 ASSERT_TRUE(CheckOpt(before, after, std::vector<SubstitutionPtr>({elim_Z}))); in TEST_F() 142 FuncGraphPtr after = getPyFun.CallAndParseRet("test_add_zero", "after"); in TEST_F() local 145 ASSERT_TRUE(nullptr != after); in TEST_F() 146 ASSERT_TRUE(CheckOpt(before, after, std::vector<SubstitutionPtr>({elim_Z}))); in TEST_F() 151 FuncGraphPtr after = getPyFun.CallAndParseRet("test_elimR", "after"); in TEST_F() local 154 ASSERT_TRUE(nullptr != after); in TEST_F() [all …]
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_policy_memory_test.c | 182 unsigned int after; in domain_policy_test() local 208 get_meminfo(&after); in domain_policy_test() 209 if (before == after) in domain_policy_test() 212 if (before != after) { in domain_policy_test() 213 printf("Policy: %d\n", after - before); in domain_policy_test() 229 get_meminfo(&after); in domain_policy_test() 230 if (before == after) in domain_policy_test() 233 if (before != after) { in domain_policy_test() 234 printf("Policy: %d\n", after - before); in domain_policy_test() 292 unsigned int after; in exception_policy_test() local [all …]
|
/third_party/node/test/async-hooks/ |
D | test-tlswrap.js | 67 checkInvocations(svr, { init: 1, before: 1, after: 1 }, property 70 checkInvocations(client, { init: 1, before: 2, after: 1 }, property 78 checkInvocations(svr, { init: 1, before: 2, after: 1 }, property 80 checkInvocations(client, { init: 1, before: 2, after: 2 }, property 87 checkInvocations(svr, { init: 1, before: 2, after: 1 }, property 89 checkInvocations(client, { init: 1, before: 2, after: 2 }, property 94 checkInvocations(svr, { init: 1, before: 2, after: 2 }, property 103 checkInvocations(client, { init: 1, before: 3, after: 3 }, property 110 checkInvocations(svr, { init: 1, before: 2, after: 2 }, property 112 checkInvocations(client, { init: 1, before: 3, after: 3 }, property [all …]
|
/third_party/boost/libs/thread/test/ |
D | test_time_jumps.cpp | 605 typename Helper::steady_time_point after(Helper::steadyNow()); in testSleepFor() local 607 checkWaitTime<Helper>(Helper::waitDur, after - before, e_na); in testSleepFor() 615 typename Helper::steady_time_point after(Helper::steadyNow()); in testSleepUntilSteady() local 617 checkWaitTime<Helper>(Helper::waitDur, after - before, e_na); in testSleepUntilSteady() 625 typename Helper::steady_time_point after(Helper::steadyNow()); in testSleepUntilSystem() local 627 …checkWaitTime<Helper>(Helper::waitDur - typename Helper::milliseconds(jumpMs), after - before, e_n… in testSleepUntilSystem() 635 typename Helper::steady_time_point after(Helper::steadyNow()); in testSleepUntilCustom() local 637 …checkWaitTime<Helper>(Helper::waitDur - typename Helper::milliseconds(jumpMs), after - before, e_n… in testSleepUntilCustom() 649 typename Helper::steady_time_point after(Helper::steadyNow()); in testSleepRelative() local 651 checkWaitTime<Helper>(Helper::waitDur, after - before, e_na); in testSleepRelative() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | parameterInitializersForwardReferencing.errors.txt | 1 …eferencing.ts(6,20): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 2 …ferencing.ts(11,21): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 3 …ferencing.ts(11,28): error TS2373: Parameter 'b' cannot reference identifier 'c' declared after it. 4 …ferencing.ts(17,21): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 5 …ferencing.ts(23,25): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 6 …ferencing.ts(32,21): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 7 …ferencing.ts(33,16): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 8 …ferencing.ts(37,14): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 9 …ferencing.ts(37,21): error TS2373: Parameter 'b' cannot reference identifier 'c' declared after it. 10 …ferencing.ts(37,28): error TS2373: Parameter 'c' cannot reference identifier 'd' declared after it. [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | local_single_block_elim.cpp | 72 const std::string after = in TEST_F() local 84 predefs_before + before, predefs_before + after, true, true); in TEST_F() 122 const std::string after = in TEST_F() local 134 predefs_before + before, predefs_before + after, true, true); in TEST_F() 211 const std::string after = in TEST_F() local 235 predefs + before, predefs + after, true, true); in TEST_F() 294 const std::string after = in TEST_F() local 307 predefs_before + before, predefs_before + after, true, true); in TEST_F() 391 const std::string after = in TEST_F() local 413 predefs + before, predefs + after, true, true); in TEST_F() [all …]
|
D | insert_extract_elim_test.cpp | 92 const std::string after = in TEST_F() local 105 SinglePassRunAndCheck<SimplificationPass>(predefs + before, predefs + after, in TEST_F() 176 const std::string after = in TEST_F() local 190 SinglePassRunAndCheck<SimplificationPass>(predefs + before, predefs + after, in TEST_F() 256 const std::string after = in TEST_F() local 272 SinglePassRunAndCheck<SimplificationPass>(predefs + before, predefs + after, in TEST_F() 381 const std::string after = in TEST_F() local 401 SinglePassRunAndCheck<SimplificationPass>(predefs + before, predefs + after, in TEST_F() 577 const std::string after = in TEST_F() local 593 after_predefs + after, true, true); in TEST_F() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | local_single_block_elim.cpp | 72 const std::string after = in TEST_F() local 84 predefs_before + before, predefs_before + after, true, true); in TEST_F() 122 const std::string after = in TEST_F() local 134 predefs_before + before, predefs_before + after, true, true); in TEST_F() 211 const std::string after = in TEST_F() local 235 predefs + before, predefs + after, true, true); in TEST_F() 294 const std::string after = in TEST_F() local 307 predefs_before + before, predefs_before + after, true, true); in TEST_F() 391 const std::string after = in TEST_F() local 413 predefs + before, predefs + after, true, true); in TEST_F() [all …]
|
D | insert_extract_elim_test.cpp | 92 const std::string after = in TEST_F() local 105 SinglePassRunAndCheck<SimplificationPass>(predefs + before, predefs + after, in TEST_F() 176 const std::string after = in TEST_F() local 190 SinglePassRunAndCheck<SimplificationPass>(predefs + before, predefs + after, in TEST_F() 256 const std::string after = in TEST_F() local 272 SinglePassRunAndCheck<SimplificationPass>(predefs + before, predefs + after, in TEST_F() 381 const std::string after = in TEST_F() local 401 SinglePassRunAndCheck<SimplificationPass>(predefs + before, predefs + after, in TEST_F() 577 const std::string after = in TEST_F() local 593 after_predefs + after, true, true); in TEST_F() [all …]
|
/third_party/python/Misc/ |
D | indent.pro | 1 --blank-lines-after-declarations 2 --blank-lines-after-procedures 3 --braces-after-func-def-line 6 --break-after-boolean-operator 14 --no-space-after-casts 15 --no-space-after-function-call-names 16 --no-space-after-parentheses 19 --space-after-for 20 --space-after-if 21 --space-after-while
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-collect-glyphs.c | 31 hb_ot_layout_lookup_collect_glyphs (face, tag, idx, before, input, after, output) \ 36 hb_set_clear (after); \ 46 hb_set_t *after = hb_set_create(); in test_ot_layout_lookup_collect_glyphs_source_sans() local 57 g_assert_cmpuint (0, ==, hb_set_get_population (after)); in test_ot_layout_lookup_collect_glyphs_source_sans() 73 g_assert_cmpuint (0, ==, hb_set_get_population (after)); in test_ot_layout_lookup_collect_glyphs_source_sans() 90 g_assert_cmpuint (0, ==, hb_set_get_population (after)); in test_ot_layout_lookup_collect_glyphs_source_sans() 107 g_assert_cmpuint (0, ==, hb_set_get_population (after)); in test_ot_layout_lookup_collect_glyphs_source_sans() 124 g_assert_cmpuint (2, ==, hb_set_get_population (after)); in test_ot_layout_lookup_collect_glyphs_source_sans() 126 g_assert (hb_set_next (after, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() 128 g_assert (hb_set_next (after, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() [all …]
|
/third_party/spirv-tools/test/opt/ |
D | local_single_block_elim.cpp | 72 const std::string after = in TEST_F() local 84 predefs_before + before, predefs_before + after, true, true); in TEST_F() 161 const std::string after = in TEST_F() local 185 predefs + before, predefs + after, true, true); in TEST_F() 244 const std::string after = in TEST_F() local 257 predefs_before + before, predefs_before + after, true, true); in TEST_F() 341 const std::string after = in TEST_F() local 363 predefs + before, predefs + after, true, true); in TEST_F() 547 const std::string after = in TEST_F() local 567 predefs + before, predefs + after, true, true); in TEST_F() [all …]
|
D | insert_extract_elim_test.cpp | 92 const std::string after = in TEST_F() local 105 SinglePassRunAndCheck<SimplificationPass>(predefs + before, predefs + after, in TEST_F() 176 const std::string after = in TEST_F() local 190 SinglePassRunAndCheck<SimplificationPass>(predefs + before, predefs + after, in TEST_F() 256 const std::string after = in TEST_F() local 272 SinglePassRunAndCheck<SimplificationPass>(predefs + before, predefs + after, in TEST_F() 381 const std::string after = in TEST_F() local 401 SinglePassRunAndCheck<SimplificationPass>(predefs + before, predefs + after, in TEST_F() 577 const std::string after = in TEST_F() local 593 after_predefs + after, true, true); in TEST_F() [all …]
|