/external/kmod/testsuite/rootfs-pristine/test-util/ |
D | freadline_wrapped-input.txt | 7 …ve word after word after word after word after word after word after word after word after word af… 8 …after word after word after word after word after word after word after word after word after word…
|
D | freadline_wrapped-correct.txt | 7 …ve word after word after word after word after word after word after word after word after word af… 9 …after word after word after word after word after word after word after word after word after word…
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | UnicodeSetStates.txt | 20 ']' n set-after-lit doSetLiteral 34 # set-start after the [ and special case leading characters (^ and/or ]) but before 39 '[' n set-open ^set-after-set doSetBeginUnion 43 default n set-after-lit doSetLiteral 50 default set-after-lit doSetAddDash 57 default set-after-lit doSetAddAmp 60 # set-after-lit The last thing scanned was a literal character within a set. 63 set-after-lit: 65 '[' n set-open ^set-after-set doSetBeginUnion 70 default n set-after-lit doSetLiteral [all …]
|
/external/skqp/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 …]
|
/external/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 …]
|
/external/grpc-grpc-java/context/src/test/java/io/grpc/ |
D | DeadlineTest.java | 64 Deadline d = Deadline.after(0, TimeUnit.SECONDS); in defaultTickerIsSystemTicker() 66 Deadline reference = Deadline.after(0, TimeUnit.SECONDS, ticker); in defaultTickerIsSystemTicker() 74 Deadline d = Deadline.after(10, TimeUnit.DAYS, ticker); in timeCanOverflow() 76 assertTrue(Deadline.after(0, TimeUnit.DAYS, ticker).isBefore(d)); in timeCanOverflow() 86 Deadline d = Deadline.after(-10, TimeUnit.DAYS, ticker); in timeCanUnderflow() 88 assertTrue(d.isBefore(Deadline.after(0, TimeUnit.DAYS, ticker))); in timeCanUnderflow() 94 Deadline d = Deadline.after(-300 * 365, TimeUnit.DAYS, ticker); in deadlineClamps() 95 Deadline d2 = Deadline.after(300 * 365, TimeUnit.DAYS, ticker); in deadlineClamps() 98 Deadline d3 = Deadline.after(-200 * 365, TimeUnit.DAYS, ticker); in deadlineClamps() 106 Deadline deadline = Deadline.after(0, TimeUnit.SECONDS, ticker); in immediateDeadlineIsExpired() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | inline_test.cpp | 109 const std::vector<const char*> after = { in TEST_F() local 135 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)), in TEST_F() 247 const std::vector<const char*> after = { in TEST_F() local 285 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)), in TEST_F() 382 const std::vector<const char*> after = { in TEST_F() local 414 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)), in TEST_F() 514 const std::vector<const char*> after = { in TEST_F() local 550 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)), in TEST_F() 674 const std::vector<const char*> after = { in TEST_F() local 745 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)), in TEST_F() [all …]
|
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 | local_ssa_elim_test.cpp | 109 const std::string after = in TEST_F() local 142 predefs + after, true, true); in TEST_F() 241 const std::string after = in TEST_F() local 284 predefs + after, true, true); in TEST_F() 388 const std::string after = in TEST_F() local 430 predefs + names + predefs2 + before, predefs + names + predefs2 + after, in TEST_F() 530 const std::string after = in TEST_F() local 571 predefs + after, true, true); in TEST_F() 668 const std::string after = in TEST_F() local 708 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 …]
|
D | dead_branch_elim_test.cpp | 89 const std::string after = in TEST_F() local 104 SinglePassRunAndCheck<DeadBranchElimPass>(predefs + before, predefs + after, in TEST_F() 170 const std::string after = in TEST_F() local 185 SinglePassRunAndCheck<DeadBranchElimPass>(predefs + before, predefs + after, in TEST_F() 248 const std::string after = in TEST_F() local 267 SinglePassRunAndCheck<DeadBranchElimPass>(predefs + before, predefs + after, in TEST_F() 330 const std::string after = in TEST_F() local 344 SinglePassRunAndCheck<DeadBranchElimPass>(predefs + before, predefs + after, in TEST_F() 405 const std::string after = in TEST_F() local 417 SinglePassRunAndCheck<DeadBranchElimPass>(predefs + before, predefs + after, in TEST_F() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | inline_test.cpp | 109 const std::vector<const char*> after = { in TEST_F() local 135 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)), in TEST_F() 247 const std::vector<const char*> after = { in TEST_F() local 285 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)), in TEST_F() 382 const std::vector<const char*> after = { in TEST_F() local 414 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)), in TEST_F() 514 const std::vector<const char*> after = { in TEST_F() local 550 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)), in TEST_F() 674 const std::vector<const char*> after = { in TEST_F() local 745 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)), in TEST_F() [all …]
|
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 | local_ssa_elim_test.cpp | 109 const std::string after = in TEST_F() local 142 predefs + after, true, true); in TEST_F() 241 const std::string after = in TEST_F() local 284 predefs + after, true, true); in TEST_F() 388 const std::string after = in TEST_F() local 430 predefs + names + predefs2 + before, predefs + names + predefs2 + after, in TEST_F() 530 const std::string after = in TEST_F() local 571 predefs + after, true, true); in TEST_F() 668 const std::string after = in TEST_F() local 708 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 …]
|
D | dead_branch_elim_test.cpp | 89 const std::string after = in TEST_F() local 104 SinglePassRunAndCheck<DeadBranchElimPass>(predefs + before, predefs + after, in TEST_F() 170 const std::string after = in TEST_F() local 185 SinglePassRunAndCheck<DeadBranchElimPass>(predefs + before, predefs + after, in TEST_F() 248 const std::string after = in TEST_F() local 267 SinglePassRunAndCheck<DeadBranchElimPass>(predefs + before, predefs + after, in TEST_F() 330 const std::string after = in TEST_F() local 344 SinglePassRunAndCheck<DeadBranchElimPass>(predefs + before, predefs + after, in TEST_F() 405 const std::string after = in TEST_F() local 417 SinglePassRunAndCheck<DeadBranchElimPass>(predefs + before, predefs + after, in TEST_F() [all …]
|
/external/perfetto/ui/src/common/ |
D | actions_unittest.ts | 39 const after = produce(createEmptyState(), draft => { constant 42 expect(after.route).toBe('/foo'); 136 const after = produce(state, draft => { constant 144 expect(after.pinnedTracks).toEqual(['a']); 145 expect(after.scrollingTracks).toEqual(['b', 'c']); 156 const after = produce(state, draft => { constant 164 expect(after.pinnedTracks).toEqual(['a', 'b']); 165 expect(after.scrollingTracks).toEqual(['c']); 176 const after = produce(state, draft => { constant 183 expect(after).toEqual(state); [all …]
|
/external/google-styleguide/ |
D | google-c-style.el | 74 (c-hanging-braces-alist . ((defun-open after) 75 (defun-close before after) 76 (class-open after) 77 (class-close before after) 78 (inexpr-class-open after) 80 (namespace-open after) 81 (inline-open after) 82 (inline-close before after) 83 (block-open after) 85 (extern-lang-open after) [all …]
|
/external/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 …]
|
/external/skqp/src/compute/skc/ |
D | grid.c | 125 } after; member 367 .after = { { 0 }, 0 } in skc_grid_deps_attach() 489 skc_grid_happens_after_grid(skc_grid_t const after, in skc_grid_happens_after_grid() argument 493 assert(after->state == SKC_GRID_STATE_READY); in skc_grid_happens_after_grid() 498 if (skc_grid_words_set(after->before.words,before->id)) in skc_grid_happens_after_grid() 499 after->before.count += 1; in skc_grid_happens_after_grid() 501 if (skc_grid_words_set(before->after.words,after->id)) in skc_grid_happens_after_grid() 502 before->after.count += 1; in skc_grid_happens_after_grid() 506 skc_grid_happens_after_handle(skc_grid_t const after, skc_handle_t const before) in skc_grid_happens_after_handle() argument 508 assert(after->state == SKC_GRID_STATE_READY); in skc_grid_happens_after_handle() [all …]
|
/external/skia/src/compute/skc/ |
D | grid.c | 125 } after; member 367 .after = { { 0 }, 0 } in skc_grid_deps_attach() 489 skc_grid_happens_after_grid(skc_grid_t const after, in skc_grid_happens_after_grid() argument 493 assert(after->state == SKC_GRID_STATE_READY); in skc_grid_happens_after_grid() 498 if (skc_grid_words_set(after->before.words,before->id)) in skc_grid_happens_after_grid() 499 after->before.count += 1; in skc_grid_happens_after_grid() 501 if (skc_grid_words_set(before->after.words,after->id)) in skc_grid_happens_after_grid() 502 before->after.count += 1; in skc_grid_happens_after_grid() 506 skc_grid_happens_after_handle(skc_grid_t const after, skc_handle_t const before) in skc_grid_happens_after_handle() argument 508 assert(after->state == SKC_GRID_STATE_READY); in skc_grid_happens_after_handle() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeSchedule3.td | 20 // ready after the execute stage. 25 [ 2 // result ready after two cycles 26 , 1 // first operand read after one cycle 27 , 1 ]>, // second operand read after one cycle 34 // ready after the execute stage. 39 [ 4 // result ready after four cycles 40 , 1 // first operand read after one cycle 41 , 1 ]>, // second operand read after one cycle 47 // after the execute stage. 52 [ 35 // result ready after 35 cycles [all …]
|
D | MBlazeSchedule5.td | 20 // ready after the execute stage. 27 [ 2 // result ready after two cycles 28 , 1 // first operand read after one cycle 29 , 1 ]>, // second operand read after one cycle 35 // and the result is ready after the execute stage. 42 [ 2 // result ready after two cycles 43 , 1 // first operand read after one cycle 44 , 1 ]>, // second operand read after one cycle 50 // after the memory access stage. 57 [ 33 // result ready after 33 cycles [all …]
|
/external/python/cpython2/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
|
/external/python/cpython3/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
|