/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/ |
D | base-pointers-5.ll | 9 br i1 %runtime_condition, label %here, label %there 17 there: ; preds = %entry 21 merge: ; preds = %there, %bump 23 ; CHECK: %merged_value.base = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %base_obj_y, %there ] 24 ; CHECK-NEXT: %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ] 25 %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ]
|
D | base-pointers-6.ll | 9 br i1 %runtime_condition_x, label %here, label %there 26 there: ; preds = %entry 30 merge: ; preds = %there, %merge_here 32 …: %merged_value.base = phi i64 addrspace(1)* [ %base_obj_x, %merge_here ], [ %base_obj_y, %there ] 33 ; CHECK-NEXT: %merged_value = phi i64 addrspace(1)* [ %x, %merge_here ], [ %y, %there ] 34 %merged_value = phi i64 addrspace(1)* [ %x, %merge_here ], [ %y, %there ]
|
D | base-pointers-7.ll | 9 br i1 %runtime_condition_x, label %here, label %there 31 there: ; preds = %entry 35 merge: ; preds = %there, %merge_here 40 ; CHECK-DAG: [ %base_obj_y, %there ] 41 ; CHECK: %merged_value = phi i64 addrspace(1)* [ %x, %merge_here ], [ %y, %there ] 42 %merged_value = phi i64 addrspace(1)* [ %x, %merge_here ], [ %y, %there ]
|
D | base-pointers-1.ll | 9 br i1 %runtime_condition, label %here, label %there 15 there: ; preds = %entry 19 merge: ; preds = %there, %here 21 ; CHECK: %merged_value.base = phi i64 addrspace(1)* [ %base_obj_x, %here ], [ %base_obj_y, %there… 22 %merged_value = phi i64 addrspace(1)* [ %x, %here ], [ %y, %there ]
|
D | base-pointers-2.ll | 7 br i1 %runtime_condition, label %merge, label %there 9 there: ; preds = %entry 13 merge: ; preds = %there, %entry 14 %merged_value = phi i64 addrspace(1)* [ %base_obj, %entry ], [ %derived_obj, %there ]
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-5.ll | 9 br i1 %runtime_condition, label %here, label %there 17 there: 23 ; CHECK: %merged_value.base = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %base_obj_y, %there ] 24 ; CHECK-NEXT: %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ] 25 %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ]
|
D | base-pointers-6.ll | 9 br i1 %runtime_condition_x, label %here, label %there 27 there: 33 …: %merged_value.base = phi i64 addrspace(1)* [ %base_obj_x, %merge_here ], [ %base_obj_y, %there ] 34 ; CHECK-NEXT: %merged_value = phi i64 addrspace(1)* [ %x, %merge_here ], [ %y, %there ] 35 %merged_value = phi i64 addrspace(1)* [ %x, %merge_here ], [ %y, %there ]
|
D | base-pointers-7.ll | 11 br i1 %runtime_condition_x, label %here, label %there 34 there: 43 ; CHECK-DAG: [ %base_obj_y, %there ] 44 ; CHECK: %merged_value = phi i64 addrspace(1)* [ %x, %merge_here ], [ %y, %there ] 45 %merged_value = phi i64 addrspace(1)* [ %x, %merge_here ], [ %y, %there ]
|
D | base-pointers-1.ll | 9 br i1 %runtime_condition, label %here, label %there 15 there: 21 ; CHECK: %merged_value.base = phi i64 addrspace(1)* [ %base_obj_x, %here ], [ %base_obj_y, %there… 22 %merged_value = phi i64 addrspace(1)* [ %x, %here ], [ %y, %there ]
|
D | base-pointers-2.ll | 8 br i1 %runtime_condition, label %merge, label %there 10 there: 15 %merged_value = phi i64 addrspace(1)* [ %base_obj, %entry ], [ %derived_obj, %there ]
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | pending-spec-changes.dat | 6 31: End of file seen and there were open elements. 17 47: End tag “table” seen, but there were open elements. 34 30: A table cell was implicitly closed, but there were open elements. 38 45: End of file seen and there were open elements.
|
D | tests26.dat | 218 45: End tag “p” seen, but there were open elements. 220 46: End of file seen and there were open elements. 238 56: End tag “p” seen, but there were open elements. 240 57: End of file seen and there were open elements. 263 38: End tag “p” seen, but there were open elements. 281 53: End tag “p” seen, but there were open elements. 304 34: End of file seen and there were open elements.
|
D | webkit01.dat | 243 <html><body></body></html><!-- Hi there --> 249 | <!-- Hi there --> 252 <html><body></body></html>x<!-- Hi there --> 259 | <!-- Hi there --> 262 <html><body></body></html>x<!-- Hi there --></html><!-- Again --> 269 | <!-- Hi there --> 273 <html><body></body></html>x<!-- Hi there --></body></html><!-- Again --> 280 | <!-- Hi there -->
|
/external/autotest/client/site_tests/hardware_TouchScreenPowerCycles/ |
D | control | 7 PURPOSE = "Check whether there are spurious contacts." 8 CRITERIA = "Fails if there are any spurious contacts." 15 Check if there are any spurious contacts when power is cycled.
|
/external/autotest/client/site_tests/security_RootfsOwners/ |
D | control | 8 Ensures there is no files owned by chronos on the rootfs. 11 PURPOSE = "Ensures there is no files owned by chronos on the rootfs." 13 Fail if there are any files owned by the chronos on the rootfs.
|
/external/llvm/test/CodeGen/AArch64/ |
D | atomic-ops.ll | 25 ; function there. 45 ; function there. 65 ; function there. 85 ; function there. 105 ; function there. 125 ; function there. 145 ; function there. 165 ; function there. 185 ; function there. 205 ; function there. [all …]
|
/external/valgrind/none/tests/ |
D | procfs-non-linux.vgtest | 1 # For Linux, there is 'procfs-linux'. 2 # For Solaris, there is Solaris-specific 'solaris/proc-cmdline-exe'.
|
/external/hyphenation-patterns/mn/ |
D | hyph-mn-cyrl.lic.txt | 38 % 1. If there is a consonant then it can use hyphen before it. 39 % And if there're two consonants then it can use hyphen before second consonant. 40 % Are there three consonants then it can put hyphen before third consonant, 41 % also are there four consonants then it can use hyphen before fourth consonant.
|
/external/chromium-trace/catapult/docs/ |
D | dev-server-tests.md | 32 Generally, there is one test suite per file (there is an assumption inside the 37 you should be good, the content will get shown if there is an error, 40 The current tests follow the convention that if the test is there just to draw
|
/external/llvm/test/CodeGen/ARM/ |
D | atomic-ops-v8.ll | 22 ; function there. 45 ; function there. 68 ; function there. 91 ; function there. 118 ; function there. 141 ; function there. 164 ; function there. 187 ; function there. 214 ; function there. 237 ; function there. [all …]
|
/external/mesa3d/docs/ |
D | README.MITS | 44 with the thread synchronization and if there is not enough work 47 running Quake because it uses GL_POLYGON and there is only one 50 100-200 vertices in the vertex buffer before any there is any 54 5. Are there any parameters that I can tune to try to improve performance. 62 6. Are there any ways I can modify the application to improve its
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | infiniteloop.ll | 9 ; variable but assumed there must be one. Scalar evolution returned a exit 10 ; count for the loop below and from there on we assumed that there must be an
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/ |
D | CONTRIBUTING | 29 * Check to see if there's an existing issue/pull request for the 32 * If there isn't an existing issue there, please file an issue. The ideal
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 56 CertPathReviewer.ncExtError.text = Name constraint checking failed: there was an error processing t… 58 CertPathReviewer.ncExtError.details = Name constraint checking failed: there was an error processin… 62 CertPathReviewer.subjAltNameExtError.text = Name constraint checking failed: there was an error pro… 64 CertPathReviewer.subjAltNameExtError.details = Name constraint checking failed: there was an error … 69 CertPathReviewer.ncSubjectNameError.text = Name constraint checking failed: there was an exception … 71 CertPathReviewer.ncSubjectNameError.details = Name constraint checking failed: there was an excepti… 84 CertPathReviewer.processLengthConstError.text = Path length checking failed: there was an error pro… 86 CertPathReviewer.processLengthConstError.details = Path length checking failed: there was an error … 129 CertPathReviewer.certPathCheckerError.text = Checking critical extensions failed: there was a {2} i… 131 CertPathReviewer.certPathCheckerError.details = Checking critical extensions failed: there was an {… [all …]
|
/external/clang/test/Parser/ |
D | cxx11-stmt-attributes.cpp | 48 [[fastcall]] goto there; // expected-warning {{unknown attribute 'fastcall' ignored}} in foo() 49 [[noinline]] there: // expected-warning {{unknown attribute 'noinline' ignored}} in foo()
|