/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/skqp/src/core/ |
D | SkStrokerPriv.cpp | 46 static bool is_clockwise(const SkVector& before, const SkVector& after) { in is_clockwise() argument 47 return before.fX * after.fY > before.fY * after.fX; in is_clockwise() 68 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) { in HandleInnerJoin() argument 79 inner->lineTo(pivot.fX - after.fX, pivot.fY - after.fY); in HandleInnerJoin() 85 SkVector after; in BluntJoiner() local 86 afterUnitNormal.scale(radius, &after); in BluntJoiner() 90 after.negate(); in BluntJoiner() 93 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY); in BluntJoiner() 94 HandleInnerJoin(inner, pivot, after); in BluntJoiner() 107 SkVector after = afterUnitNormal; in RoundJoiner() local [all …]
|
/external/skia/src/core/ |
D | SkStrokerPriv.cpp | 46 static bool is_clockwise(const SkVector& before, const SkVector& after) { in is_clockwise() argument 47 return before.fX * after.fY > before.fY * after.fX; in is_clockwise() 68 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) { in HandleInnerJoin() argument 79 inner->lineTo(pivot.fX - after.fX, pivot.fY - after.fY); in HandleInnerJoin() 85 SkVector after; in BluntJoiner() local 86 afterUnitNormal.scale(radius, &after); in BluntJoiner() 90 after.negate(); in BluntJoiner() 93 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY); in BluntJoiner() 94 HandleInnerJoin(inner, pivot, after); in BluntJoiner() 107 SkVector after = afterUnitNormal; in RoundJoiner() local [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/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/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
|
/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/mesa3d/src/compiler/nir/ |
D | nir_control_flow.c | 383 nir_block *before, *after; in split_block_cursor() local 386 after = cursor.block; in split_block_cursor() 392 after = split_block_end(cursor.block); in split_block_cursor() 396 after = cursor.instr->block; in split_block_cursor() 406 after = split_block_end(cursor.instr->block); in split_block_cursor() 408 after = cursor.instr->block; in split_block_cursor() 420 *_after = after; in split_block_cursor() 428 insert_non_block(nir_block *before, nir_cf_node *node, nir_block *after) in insert_non_block() argument 433 link_non_block_to_block(node, after); in insert_non_block() 470 nir_cf_node *after = nir_cf_node_next(&loop->cf_node); in nir_handle_add_jump() local [all …]
|
/external/skia/infra/bots/ |
D | win_toolchain_utils.py | 20 def _replace_prefix(val, before, after): argument 23 return val.replace(before, after, 1) 27 def _replace(val, before, after): argument 30 return _replace_prefix(val, before, after) 32 return [_replace(elem, before, after) for elem in val] 34 return {_replace(k, before, after): 35 _replace(v, before, after) for k, v in val.iteritems()} 39 def _replace_in_file(filename, before, after): argument 46 new_contents = _replace(contents, before, after)
|
/external/skqp/infra/bots/ |
D | win_toolchain_utils.py | 20 def _replace_prefix(val, before, after): argument 23 return val.replace(before, after, 1) 27 def _replace(val, before, after): argument 30 return _replace_prefix(val, before, after) 32 return [_replace(elem, before, after) for elem in val] 34 return {_replace(k, before, after): 35 _replace(v, before, after) for k, v in val.iteritems()} 39 def _replace_in_file(filename, before, after): argument 46 new_contents = _replace(contents, before, after)
|
/external/icu/icu4c/source/i18n/ |
D | regexcst.txt | 306 ']' n set-after-lit doSetLiteral 320 # set-start after the [ and special case leading characters (^ and/or ]) but before 325 '[' n set-open ^set-after-set doSetBeginUnion 329 default n set-after-lit doSetLiteral 336 default set-after-lit doSetAddDash 343 default set-after-lit doSetAddAmp 346 # set-after-lit The last thing scanned was a literal character within a set. 349 set-after-lit: 351 '[' n set-open ^set-after-set doSetBeginUnion 356 default n set-after-lit doSetLiteral [all …]
|
/external/icu/icu4c/source/data/rbnf/ |
D | ee.txt | 18 "%%after-hundreds:", 35 "%%after-thousands:", 38 "%%after-hundred-thousands:", 41 "%%after-millions:", 45 "%%after-billions:", 64 "100: alafa <%spellout-cardinal<[ >%%after-hundreds>];", 65 "1000: akpe <%spellout-cardinal<[>%%after-thousands>];", 66 "100000/1000: akpe <%spellout-cardinal<[>%%after-hundred-thousands>];", 67 "1000000: mili\u0254n <%spellout-cardinal<[>%%after-millions>];", 68 "1000000000: mili\u0254n akpe <%spellout-cardinal<[>%%after-millions>];", [all …]
|
D | vi.txt | 26 "%%after-hundred:", 29 "%%after-thousand-or-more:", 30 "0: kh\u00F4ng tr\u0103m =%%after-hundred=;", 47 "100: << tr\u0103m[ >%%after-hundred>];", 48 "1000: << ngh\u00ECn[ >%%after-thousand-or-more>];", 49 "1000000: << tri\u1EC7u[ >%%after-hundred>];", 50 "1000000000: << t\u1EF7[ >%%after-hundred>];",
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir_schedule.c | 93 struct schedule_node *after) in add_dep() argument 95 if (!before || !after) in add_dep() 98 assert(before != after); in add_dep() 102 before = after; in add_dep() 103 after = t; in add_dep() 106 for (int i = 0; i < after->child_count; i++) { in add_dep() 107 if (after->children[i] == after) in add_dep() 111 if (after->child_array_size <= after->child_count) { in add_dep() 112 after->child_array_size = MAX2(after->child_array_size * 2, 16); in add_dep() 113 after->children = reralloc(after, after->children, in add_dep() [all …]
|
/external/freetype/src/base/ |
D | ftutil.c | 298 FT_ListNode after; in FT_List_Insert() local 304 after = list->head; in FT_List_Insert() 306 node->next = after; in FT_List_Insert() 309 if ( !after ) in FT_List_Insert() 312 after->prev = node; in FT_List_Insert() 324 FT_ListNode before, after; in FT_List_Remove() local 331 after = node->next; in FT_List_Remove() 334 before->next = after; in FT_List_Remove() 336 list->head = after; in FT_List_Remove() 338 if ( after ) in FT_List_Remove() [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ |
D | AtomicLongMapTest.java | 60 long after = map.get(key); in testIncrementAndGet() local 61 assertEquals(before + 1, after); in testIncrementAndGet() 62 assertEquals(after, result); in testIncrementAndGet() 93 long after = map.get(key); in testGetAndIncrement() local 94 assertEquals(before + 1, after); in testGetAndIncrement() 126 long after = map.get(key); in testDecrementAndGet() local 127 assertEquals(before - 1, after); in testDecrementAndGet() 128 assertEquals(after, result); in testDecrementAndGet() 159 long after = map.get(key); in testGetAndDecrement() local 160 assertEquals(before - 1, after); in testGetAndDecrement() [all …]
|
/external/llvm/test/MC/AsmParser/ |
D | inline-comments.ll | 44 call void asm sideeffect "nop /* after nop */", "~{dirflag},~{fpsr},~{flags}"() #0 46 ;CHECK: nop # after nop 48 call void asm sideeffect "nop // after nop", "~{dirflag},~{fpsr},~{flags}"() #0 50 ;CHECK: nop # after nop 52 call void asm sideeffect "nop # after nop", "~{dirflag},~{fpsr},~{flags}"() #0 54 ;CHECK: nop # after nop 56 call void asm sideeffect "nop /* after explicit ended nop */", "~{dirflag},~{fpsr},~{flags}"() #0 58 ;CHECK: nop # after explicit ended nop 60 call void asm sideeffect "nop # after explicit ended nop", "~{dirflag},~{fpsr},~{flags}"() #0 62 ;CHECK: nop # after explicit ended nop [all …]
|
/external/clang/test/Analysis/ |
D | DeallocUseAfterFreeErrors.m | 22 // Check that 'self' is not referenced after calling '[super dealloc]'. 39 …[_ivar release]; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deal… 40 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}} 59 …_delegate = nil; // expected-warning {{Use of instance variable '_delegate' after 'self' has been … 60 // expected-note@-1 {{Use of instance variable '_delegate' after 'self' has been deallocated}} 77 _s.f = 7; // expected-warning {{Use of instance variable '_s' after 'self' has been deallocated}} 78 // expected-note@-1 {{Use of instance variable '_s' after 'self' has been deallocated}} 96 …_ivar->_otherIvar = 7; // expected-warning {{Use of instance variable '_ivar' after 'self' has bee… 97 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}} 109 …self->_ivar = nil; // expected-warning {{Use of instance variable '_ivar' after 'self' has been de… [all …]
|
/external/pdfium/testing/tools/ |
D | safetynet_conclusions.py | 78 def ProcessCase(self, case_name, before, after): argument 91 if not after: 92 after = None 94 if not before or not after: 98 ratio = (float(after) / before) - 1.0 108 case_result = CaseResult(case_name, before, after, ratio, rating) 218 def __init__(self, case_name, before, after, ratio, rating): argument 230 self.after = after 237 'after': self.after,
|
D | safetynet_compare.py | 82 before, after = self._ProfileTwoOtherBranchesInThisRepo( 86 before, after = self._ProfileTwoOtherBranches( 91 before, after = self._ProfileCurrentAndOtherBranchInThisRepo( 94 before, after = self._ProfileCurrentAndOtherBranch( 98 before, after = self._ProfileLocalChangesAndCurrentBranchInThisRepo() 100 before, after = self._ProfileLocalChangesAndCurrentBranch() 102 conclusions = self._DrawConclusions(before, after) 149 after = self._MeasureCurrentBranch('after', self.after_build_dir) 158 return before, after 178 after = self._ProfileSeparateRepo('after', [all …]
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AtomicLongMapTest.java | 75 long after = map.get(key); in testIncrementAndGet() local 76 assertEquals(before + 1, after); in testIncrementAndGet() 77 assertEquals(after, result); in testIncrementAndGet() 108 long after = map.get(key); in testGetAndIncrement() local 109 assertEquals(before + 1, after); in testGetAndIncrement() 141 long after = map.get(key); in testDecrementAndGet() local 142 assertEquals(before - 1, after); in testDecrementAndGet() 143 assertEquals(after, result); in testDecrementAndGet() 174 long after = map.get(key); in testGetAndDecrement() local 175 assertEquals(before - 1, after); in testGetAndDecrement() [all …]
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/ |
D | position_range_scenarios.story | 6 And it is not after the first position 8 Scenario: a position is after another position 11 Then it is after the first position 15 Scenario: a position is directly after another position 18 Then it is after the first position 27 And it is not after the first position 34 And it is not after the first position 46 Scenario: a range is after a position 49 Then it is after the position
|