Home
last modified time | relevance | path

Searched refs:there (Results 1 – 25 of 3014) sorted by relevance

12345678910>>...121

/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dbase-pointers-5.ll9 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 ]
Dbase-pointers-6.ll9 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 ]
Dbase-pointers-7.ll9 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 ]
Dbase-pointers-1.ll9 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 ]
Dbase-pointers-2.ll7 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/CodeGen/AArch64/
Datomic-ops.ll25 ; 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/autotest/client/site_tests/hardware_TouchScreenPowerCycles/
Dcontrol7 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/llvm/test/CodeGen/ARM/
Datomic-ops-v8.ll22 ; 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/autotest/client/site_tests/security_RootfsOwners/
Dcontrol8 Ensures there are no files owned by chronos/chronos-access on the rootfs.
12 Ensures there are no files owned by chronos/chronos-access on the rootfs.
15 Fail if there are any files owned by chronos/chronos-access on the rootfs.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
Dcoverage.txt17 14 WON'T test, bacause it is pthread_sigmask() specific and tested in there.
19 16 WON'T test, bacause it is pthread_sigmask() specific and tested in there.
21 18 WON'T test, bacause it is pthread_sigmask() specific and tested in there.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties56 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/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dicmp.ll238 ; X + Z > Y + Z -> X > Y if there is no overflow.
249 ; X + Z > Y + Z -> X > Y if there is no overflow.
260 ; X - Z > Y - Z -> X > Y if there is no overflow.
271 ; X - Z > Y - Z -> X > Y if there is no overflow.
282 ; X + Y > X -> Y > 0 if there is no overflow.
292 ; X + Y > X -> Y > 0 if there is no overflow.
302 ; X > X + Y -> 0 > Y if there is no overflow.
312 ; X > X + Y -> 0 > Y if there is no overflow.
321 ; X - Y > X -> 0 > Y if there is no overflow.
331 ; X - Y > X -> 0 > Y if there is no overflow.
[all …]
/external/valgrind/docs/internals/
Dthreads-syscalls-signals.txt39 2. signal masks are per-thread (there's no notion of a process-wide
48 window it will cause havok (I think there's still one instance of this
54 particular thread; there's no such thing as a broadcast signal.)
82 this is that there's no general atomic
98 BUT, there's another complexity: because the Unix signal mechanism has
106 To handle this case, there's a small per-thread signal queue set up to
112 *all* signals blocked, so there's no risk of two concurrent async signal
122 block all signals, so there's no risk of a new signal being delivered to
161 Terminate always kills the entire process; there's no such thing as a
171 that there's a signal frame on the stack, and the instruction pointer is
[all …]
/external/hyphenation-patterns/mn/
Dhyph-mn-cyrl.lic.txt38 % 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/curl/docs/
DCHECKSRC.md63 - `SPACEAFTERPAREN`: there was a space after open parenthesis, `( text`.
65 - `SPACEBEFORECLOSE`: there was a space before a close parenthesis, `text )`.
67 - `SPACEBEFORECOMMA`: there was a space before a comma, `one , two`.
69 - `SPACEBEFOREPAREN`: there was a space before an open parenthesis, `if (`,
72 - `SPACESEMILCOLON`: there was a space before semicolon, ` ;`.
83 Due to the nature of the source code and the flaws of the checksrc tool, there
/external/ltp/testcases/misc/math/float/
DREADME3 there are 5 sets of datafiles [trigo, power, iperb, exp_log, bessel]
5 there are 5 testcases [float_trigo, float_power, float_iperb, float_exp_log,
14 /* there is a readme file within the directory if necessary */
/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt11 However, on networks where there is a lot of mDNS traffic (or the CPU is
18 there is no other obvious work waiting to be done. However, the
20 the platform layer below knows whether there are packets waiting to be
29 deferred. As soon as there is no more immediate work to do, the calling
52 In an asynchronous or interrupt-driven application, there are three
/external/ltp/
DTODO9 and LTP still falls behind. Unfortunately there is no single place that would
10 store comprehensive list of syscalls, but there are a few places to look at:
18 Then there is linux-api mailing list[3] where changes in kernel userspace API
/external/llvm/test/Transforms/LoopVectorize/
Dinfiniteloop.ll9 ; 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/python/cpython3/Lib/test/
Dcfgparser.348 this too = are there people with configurations broken as this?
56 # let's set this value so there is no error
61 # but there's this `go` in DEFAULT
/external/valgrind/none/tests/
Dprocfs-non-linux.vgtest1 # For Linux, there is 'procfs-linux'.
2 # For Solaris, there is Solaris-specific 'solaris/proc-cmdline-exe'.
/external/libxml2/os400/
Dos400config.h.in48 /* Define if getaddrinfo is there */
60 /* Define if isinf is there */
63 /* Define if isnan is there */
66 /* Define if history library is there (-lhistory) */
69 /* Define if pthread library is there (-lpthread) */
72 /* Define if readline library is there (-lreadline) */
122 /* Define if <pthread.h> is there */
/external/valgrind/memcheck/tests/vbit-test/
DREADME6 we can detect false positives (there are bits in the result that are
7 undefined but shouldn't) and false negatives (there are defined bits in
69 The main function there is valgrind_execute_test. It will
92 (a) Add a new enumerator to undef_t and document it there.
94 arity of the operator. The code snippet there is supposed to check
/external/clang/test/Parser/
Dcxx11-stmt-attributes.cpp48 [[fastcall]] goto there; // expected-warning {{unknown attribute 'fastcall' ignored}} in foo()
49 [[noinline]] there: // expected-warning {{unknown attribute 'noinline' ignored}} in foo()
/external/icu/icu4c/source/data/
Dcldr-icu-readme.txt77 # there are some xml files in the ICU sources that need to be updated (these xml
103 # For an official CLDR data integration into ICU, there are some additional
146 # there are no pre-existing errors (configure shown here for MacOSX, adjust
167 # (if there are no changes, you may not need to proceed further). Make sure the
183 # Repeat steps 4-5 until there are no build errors and no unexpected
202 # Repeat steps 4-7 until there are no errors.
212 # appropriate, and repeating steps 4-7 and 9 until there are no errors.
215 # there are no pre-existing errors (or at least to have the pre-existing errors
236 # or fix CLDR data and repeat from step 4, as appropriate, until; there are no

12345678910>>...121