| /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/cldr-code/src/main/resources/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/deqp/android/cts/main/vk-main-2021-03-01/ |
| D | dynamic-state.txt | 1 dEQP-VK.dynamic_state.monolithic.compute_transfer.multi.compute.after 3 dEQP-VK.dynamic_state.monolithic.compute_transfer.multi.transfer.after 5 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.blend_constants.after 7 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.cull_mode.after 9 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bias.after 11 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.after 13 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds_test_enable.after 15 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_compare_op.after 17 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_test_enable.after 19 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_write_enable.after [all …]
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/ |
| D | abi_self_test.cc | 60 // actually does. As a result, immediately after the popq, it does not in TEST() 117 "rbx was not restored after return"); in TEST() 122 "rdi was not restored after return"); in TEST() 124 "rsi was not restored after return"); in TEST() 130 "rbp was not restored after return"); in TEST() 136 "r12 was not restored after return"); in TEST() 138 "r13 was not restored after return"); in TEST() 140 "r14 was not restored after return"); in TEST() 142 "r15 was not restored after return"); in TEST() 152 "xmm6 was not restored after return"); in TEST() [all …]
|
| /external/bazelbuild-rules_cc/tools/migration/ |
| D | ctoolchain_comparator_lib.py | 23 "Value after change is set to '%s'") % (field_name, after_value)) 26 "Value after change is not set") % (field_name, before_value)) 29 "Value after change:\t'%s'\n") % (field_name, before_value, 44 def _check_with_feature_set_equivalence(before, after): argument 49 for el in after: 54 def _check_tool_equivalence(before, after): argument 58 if after.tool_path == "NOT_USED": 59 after.tool_path = "" 60 if before.tool_path != after.tool_path: 62 if set(before.execution_requirement) != set(after.execution_requirement): [all …]
|
| D | ctoolchain_comparator_lib_test.py | 65 "Value after change:\t'second-id'\n" 70 "Value after change:\t'second-host'\n" 75 "Value after change:\t'second-target'\n" 80 "Value after change:\t'second-cpu'\n" 85 "Value after change:\t'second-libc'\n" 90 "Value after change:\t'second-compiler'\n" 95 "Value after change:\t'second-abi'\n" 100 "Value after change:\t'second-abi-libc'\n" 105 "Value after change is not set\n" 110 "Value after change is set to 'os'\n" [all …]
|
| /external/deqp/external/vulkancts/mustpass/main/vksc-default/ |
| D | dynamic-state.txt | 38 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.multi.compute.after 40 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.multi.transfer.after 42 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.compute.blend_constants.after 44 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.compute.cull_mode_ext.after 46 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.compute.depth_bias.after 48 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.after 50 …QP-VKSC.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds_test_enable_ext.after 52 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.compute.depth_compare_op_ext.after 54 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.compute.depth_test_enable_ext.after 56 dEQP-VKSC.dynamic_state.monolithic.compute_transfer.single.compute.depth_write_enable_ext.after [all …]
|
| /external/openthread/tests/unit/ |
| D | test_meshcop.cpp | 56 DumpBuffer("After SetToPermitAllJoiners()", steeringData.GetData(), steeringData.GetLength()); in TestSteeringData() 57 VerifyOrQuit(steeringData.GetLength() == 1, "after SetToPermitAllJoiners()"); in TestSteeringData() 58 VerifyOrQuit(steeringData.PermitsAllJoiners(), "after SetToPermitAllJoiners()"); in TestSteeringData() 59 VerifyOrQuit(!steeringData.IsEmpty(), "after SetToPermitAllJoiners()"); in TestSteeringData() 60 VerifyOrQuit(steeringData.Contains(joinerId1), "after SetToPermitAllJoiners()"); in TestSteeringData() 61 VerifyOrQuit(steeringData.Contains(joinerId2), "after SetToPermitAllJoiners()"); in TestSteeringData() 62 VerifyOrQuit(steeringData.Contains(indexes), "after SetToPermitAllJoiners()"); in TestSteeringData() 66 DumpBuffer("After Clear()", steeringData.GetData(), steeringData.GetLength()); in TestSteeringData() 67 VerifyOrQuit(steeringData.GetLength() == 1, "after Clear()"); in TestSteeringData() 68 VerifyOrQuit(!steeringData.PermitsAllJoiners(), "after Clear()"); in TestSteeringData() [all …]
|
| /external/cronet/third_party/boringssl/src/crypto/ |
| D | abi_self_test.cc | 60 // actually does. As a result, immediately after the popq, it does not in TEST() 118 "rbx was not restored after return"); in TEST() 123 "rdi was not restored after return"); in TEST() 125 "rsi was not restored after return"); in TEST() 131 "rbp was not restored after return"); in TEST() 137 "r12 was not restored after return"); in TEST() 139 "r13 was not restored after return"); in TEST() 141 "r14 was not restored after return"); in TEST() 143 "r15 was not restored after return"); in TEST() 153 "xmm6 was not restored after return"); in TEST() [all …]
|
| /external/boringssl/src/crypto/ |
| D | abi_self_test.cc | 60 // actually does. As a result, immediately after the popq, it does not in TEST() 118 "rbx was not restored after return"); in TEST() 123 "rdi was not restored after return"); in TEST() 125 "rsi was not restored after return"); in TEST() 131 "rbp was not restored after return"); in TEST() 137 "r12 was not restored after return"); in TEST() 139 "r13 was not restored after return"); in TEST() 141 "r14 was not restored after return"); in TEST() 143 "r15 was not restored after return"); in TEST() 153 "xmm6 was not restored after return"); in TEST() [all …]
|
| /external/deqp/external/vulkancts/mustpass/main/vk-default/ |
| D | dynamic-state.txt | 64 dEQP-VK.dynamic_state.monolithic.compute_transfer.multi.compute.after 66 dEQP-VK.dynamic_state.monolithic.compute_transfer.multi.transfer.after 68 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.blend_constants.after 70 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.cull_mode.after 72 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bias.after 74 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds.after 76 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_bounds_test_enable.after 78 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_compare_op.after 80 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_test_enable.after 82 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.depth_write_enable.after [all …]
|
| /external/swiftshader/tests/regres/testlists/vk-default/ |
| D | dynamic-state.txt | 59 dEQP-VK.dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.viewport.after 61 dEQP-VK.dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.scissor.after 63 dEQP-VK.dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.line_width.after 65 dEQP-VK.dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.depth_bias.after 67 …VK.dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.blend_constants.after 69 …QP-VK.dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.depth_bounds.after 71 …namic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.stencil_compare_mask.after 73 …dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.stencil_write_mask.after 75 ….dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.stencil_reference.after 77 …amic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.discard_rectangle_ext.after [all …]
|
| /external/apache-commons-io/src/main/java/org/apache/commons/io/function/ |
| D | IOFunction.java | 50 …* {@code after} consumer to the result. If evaluation of either function throws an exception, it i… 53 * @param after the consumer to apply after this function is applied 54 …rn a composed function that first applies this function and then applies the {@code after} consumer 55 * @throws NullPointerException if after is null 59 default IOConsumer<T> andThen(final Consumer<? super R> after) { in andThen() argument 60 Objects.requireNonNull(after, "after"); in andThen() 61 return (final T t) -> after.accept(apply(t)); in andThen() 66 …* {@code after} function to the result. If evaluation of either function throws an exception, it i… 69 * @param <V> the type of output of the {@code after} function, and of the composed function 70 * @param after the function to apply after this function is applied [all …]
|
| /external/grpc-grpc-java/context/src/test/java/io/grpc/ |
| D | DeadlineTest.java | 66 Deadline d = Deadline.after(0, TimeUnit.SECONDS); in defaultTickerIsSystemTicker() 68 Deadline reference = Deadline.after(0, TimeUnit.SECONDS, ticker); in defaultTickerIsSystemTicker() 75 Deadline d1 = Deadline.after(1, TimeUnit.MINUTES, ticker); in minimum() 76 Deadline d2 = Deadline.after(2, TimeUnit.MINUTES, ticker); in minimum() 77 Deadline d3 = Deadline.after(3, TimeUnit.MINUTES, ticker); in minimum() 88 Deadline d = Deadline.after(10, TimeUnit.DAYS, ticker); in timeCanOverflow() 90 assertTrue(Deadline.after(0, TimeUnit.DAYS, ticker).isBefore(d)); in timeCanOverflow() 100 Deadline d = Deadline.after(-10, TimeUnit.DAYS, ticker); in timeCanUnderflow() 102 assertTrue(d.isBefore(Deadline.after(0, TimeUnit.DAYS, ticker))); in timeCanUnderflow() 108 Deadline d = Deadline.after(-300 * 365, TimeUnit.DAYS, ticker); in deadlineClamps() [all …]
|
| /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/cronet/third_party/icu/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/jazzer-api/src/main/java/com/code_intelligence/jazzer/runtime/ |
| D | TraceCmpHooks.java | 77 @MethodHook(type = HookType.AFTER, targetClassName = "java.lang.String", targetMethod = "equals") 78 @MethodHook(type = HookType.AFTER, targetClassName = "java.lang.String", 89 @MethodHook(type = HookType.AFTER, targetClassName = "java.lang.Object", targetMethod = "equals") 91 type = HookType.AFTER, targetClassName = "java.lang.CharSequence", targetMethod = "equals") 92 @MethodHook(type = HookType.AFTER, targetClassName = "java.lang.Number", targetMethod = "equals") 102 @MethodHook(type = HookType.AFTER, targetClassName = "clojure.lang.Util", targetMethod = "equiv") 112 type = HookType.AFTER, targetClassName = "java.lang.String", targetMethod = "compareTo") 113 @MethodHook(type = HookType.AFTER, targetClassName = "java.lang.String", 125 type = HookType.AFTER, targetClassName = "java.lang.String", targetMethod = "contentEquals") 135 @MethodHook(type = HookType.AFTER, targetClassName = "java.lang.String", [all …]
|
| /external/skia/src/core/ |
| D | SkStrokerPriv.cpp | 50 static bool is_clockwise(const SkVector& before, const SkVector& after) { in is_clockwise() argument 51 return before.fX * after.fY > before.fY * after.fX; in is_clockwise() 72 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) { in HandleInnerJoin() argument 83 inner->lineTo(pivot.fX - after.fX, pivot.fY - after.fY); in HandleInnerJoin() 89 SkVector after; in BluntJoiner() local 90 afterUnitNormal.scale(radius, &after); in BluntJoiner() 95 after.negate(); in BluntJoiner() 98 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY); in BluntJoiner() 99 HandleInnerJoin(inner, pivot, after); in BluntJoiner() 112 SkVector after = afterUnitNormal; in RoundJoiner() local [all …]
|
| /external/deqp/android/cts/main/vk-main-2024-03-01/ |
| D | dynamic-state.txt | 219 dEQP-VK.dynamic_state.shader_object_unlinked_spirv.compute_transfer.multi.compute.after 221 dEQP-VK.dynamic_state.shader_object_unlinked_spirv.compute_transfer.multi.transfer.after 223 …VK.dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.blend_constants.after 225 dEQP-VK.dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.cull_mode.after 227 dEQP-VK.dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.depth_bias.after 229 …QP-VK.dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.depth_bounds.after 231 …c_state.shader_object_unlinked_spirv.compute_transfer.single.compute.depth_bounds_test_enable.after 233 …K.dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.depth_compare_op.after 235 ….dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.depth_test_enable.after 237 …dynamic_state.shader_object_unlinked_spirv.compute_transfer.single.compute.depth_write_enable.after [all …]
|
| /external/pdfium/testing/tools/ |
| D | safetynet_conclusions.py | 73 def ProcessCase(self, case_name, before, after): argument 79 after: Measurement for the "after" version of the code. 86 if not after: 87 after = None 89 if not before or not after: 93 ratio = (float(after) / before) - 1.0 103 case_result = CaseResult(case_name, before, after, ratio, rating) 137 "after": 1000, 143 "after": 120, 149 "after": 2000, [all …]
|
| D | safetynet_compare.py | 82 before, after = self._ProfileTwoOtherBranchesInThisRepo( 85 before, after = self._ProfileTwoOtherBranches(self.args.branch_before, 89 before, after = self._ProfileCurrentAndOtherBranchInThisRepo( 92 before, after = self._ProfileCurrentAndOtherBranch( 96 before, after = self._ProfileLocalChangesAndCurrentBranchInThisRepo() 98 before, after = self._ProfileLocalChangesAndCurrentBranch() 100 conclusions = self._DrawConclusions(before, after) 110 self.after_build_dir, self.args.png_dir, ('before', 'after'), 143 A tuple (before, after), where each of before and after is a dict 153 after = self._MeasureCurrentBranch('after', self.after_build_dir) [all …]
|
| /external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/ |
| D | AdviceAdapterTest.java | 86 // After instrumentation, expect a before advice here, before instruction #2. in testAllMethods_simpleConstructor() 87 // After instrumentation, expect an after advice here, before instruction #2. in testAllMethods_simpleConstructor() 113 // After instrumentation, expect a before advice here, before instruction #7. in testAllMethods_constructorWithTwoSuperInitInTwoBranches() 118 // After instrumentation, expect a before advice here, before instruction #11. in testAllMethods_constructorWithTwoSuperInitInTwoBranches() 123 // After instrumentation, expect an after advice here, before instruction #15. in testAllMethods_constructorWithTwoSuperInitInTwoBranches() 155 // After instrumentation, expect a before advice here, before instruction #8. in testAllMethods_constructorWithTwoSuperInitInTwoSwitchBranches() 160 // After instrumentation, expect a before advice here, before instruction #12. in testAllMethods_constructorWithTwoSuperInitInTwoSwitchBranches() 166 // After instrumentation, expect an after advice here, before instruction #17. in testAllMethods_constructorWithTwoSuperInitInTwoSwitchBranches() 196 // After instrumentation, expect a before advice here, before instruction #5. in testAllMethods_constructorWithSuperInitsInNormalAndHandlerBranches() 202 // After instrumentation, expect a before advice here, before instruction #10. in testAllMethods_constructorWithSuperInitsInNormalAndHandlerBranches() [all …]
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
| D | raw_ref.h | 37 // Use-after-Free protection in the same ways as raw_ptr. This class acts like a 41 // Use-after-Free protection. 43 // # Use after move 45 // The raw_ref type will abort if used after being moved. 77 // raw_ref after move is caught and aborts, so do it when the underlying 111 PA_RAW_PTR_CHECK(inner_); // Catch use-after-move. 116 PA_RAW_PTR_CHECK(inner_); // Catch use-after-move. 123 PA_RAW_PTR_CHECK(p.inner_); // Catch use-after-move. 129 PA_RAW_PTR_CHECK(p.inner_); // Catch use-after-move. 146 PA_RAW_PTR_CHECK(inner_); // Catch use-after-move. [all …]
|
| /external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
| D | test_misc.py | 18 self.assertIsNone(root.after(1)) 22 timer1 = root.after(0, callback) 23 self.assertIn(timer1, root.tk.call('after', 'info')) 24 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1)) 32 timer1 = root.after(0, callback, 42, 11) 37 timer1 = root.after(1000, callback) 38 self.assertIn(timer1, root.tk.call('after', 'info')) 39 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1)) 55 self.assertIn(idle1, root.tk.call('after', 'info')) 56 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1)) [all …]
|