Home
last modified time | relevance | path

Searched refs:alive (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CorrelatedValuePropagation/
Dguards.ll7 ; CHECK: %alive = icmp eq i32 %a, 8
8 ; CHECK-NEXT: %result = or i1 false, %alive
12 %alive = icmp eq i32 %a, 8
13 %result = or i1 %dead, %alive
20 ; CHECK-NEXT: %alive = icmp eq i32 %a, 8
21 ; CHECK-NEXT: %result = or i1 false, %alive
28 %alive = icmp eq i32 %a, 8
29 %result = or i1 %dead, %alive
36 ; CHECK-NEXT: %alive.1 = icmp eq i32 %a, 16
37 ; CHECK-NEXT: %alive.2 = icmp eq i32 %a, 8
[all …]
Drange.ll247 ; CHECK-NEXT: %alive = icmp eq i32 %a, -1
252 %alive = icmp eq i32 %a, -1
253 br i1 %alive, label %end, label %then
340 ; CHECK-NEXT: %alive = icmp eq i32 %a, 16
341 ; CHECK-NEXT: %result = or i1 false, %alive
348 %alive = icmp eq i32 %a, 16
349 %result = or i1 %dead, %alive
377 ; CHECK-NEXT: %alive = icmp eq i32 %a, 16
378 ; CHECK-NEXT: %result = or i1 false, %alive
385 %alive = icmp eq i32 %a, 16
[all …]
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dfullexpr-dtor.pass.cpp20 int alive = 0; variable
24 assert(alive == 0); in reset()
25 alive = 0; in reset()
30 Noisy() { ++alive; ++ctor_called; } in Noisy()
31 ~Noisy() { --alive; ++dtor_called; } in ~Noisy()
63 assert(alive == 1); in a()
68 assert(alive == 0); in a()
78 assert(alive == 0); in b()
82 assert(alive == 0); in b()
90 assert(alive == 1); in c()
[all …]
/external/proguard/src/proguard/optimize/evaluation/
DLivenessAnalyzer.java59 private long alive; field in LivenessAnalyzer
106 public void setAliveBefore(int instructionOffset, int variableIndex, boolean alive) in setAliveBefore() argument
110 if (alive) in setAliveBefore()
137 public void setAliveAfter(int instructionOffset, int variableIndex, boolean alive) in setAliveAfter() argument
141 if (alive) in setAliveAfter()
220 alive = 0L; in visitCodeAttribute()
232 alive = combinedLiveness(branchTargets); in visitCodeAttribute()
236 alive |= isAliveAfter[offset]; in visitCodeAttribute()
239 isAliveAfter[offset] = alive; in visitCodeAttribute()
245 alive |= isAliveBefore[offset]; in visitCodeAttribute()
[all …]
/external/libcxx/test/support/
Dvariant_test_helpers.hpp34 static int alive; member
35 MoveThrows() { ++alive; } in MoveThrows()
36 MoveThrows(MoveThrows const&) {++alive;} in MoveThrows()
40 ~MoveThrows() { --alive; } in ~MoveThrows()
43 int MoveThrows::alive = 0; member in MoveThrows
46 static int alive; member
47 MakeEmptyT() { ++alive; } in MakeEmptyT()
49 ++alive; in MakeEmptyT()
62 ~MakeEmptyT() { --alive; } in ~MakeEmptyT()
66 int MakeEmptyT::alive = 0; member in MakeEmptyT
Darchetypes.hpp30 static int alive; member
43 assert(alive == 0); in reset()
44 alive = 0; in reset()
55 ++alive; ++constructed; ++default_constructed; in TestBase()
59 ++alive; ++constructed; ++value_constructed; in TestBase()
63 ++alive; ++constructed; ++value_constructed; in TestBase()
67 ++alive; ++constructed; ++value_constructed; in TestBase()
71 ++alive; ++constructed; ++value_constructed; in TestBase()
76 ++alive; ++constructed; ++value_constructed; in TestBase()
80 ++alive; ++constructed; ++value_constructed; in TestBase()
[all …]
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dmove.pass.cpp30 static int alive; member
32 X() { ++alive; } in X()
37 ++alive; in X()
47 ~X() { assert(alive > 0); --alive; } in ~X()
53 int X::alive = 0; member in X
101 assert(T::alive == 1); in main()
103 assert(T::alive == 0); in main()
137 X::alive = 0; in main()
141 assert(X::alive == 1); in main()
154 assert(X::alive == 1); in main()
[all …]
Dconst_optional_U.pass.cpp92 assert(T::alive == 1); in test_with_test_type()
102 assert(T::alive == 0); in test_with_test_type()
108 assert(T::alive == 1); in test_with_test_type()
118 assert(T::alive == 0); in test_with_test_type()
124 assert(T::alive == 0); in test_with_test_type()
131 assert(T::alive == 0); in test_with_test_type()
137 assert(T::alive == 0); in test_with_test_type()
144 assert(T::alive == 0); in test_with_test_type()
Doptional_U.pass.cpp96 assert(T::alive == 1); in test_with_test_type()
106 assert(T::alive == 0); in test_with_test_type()
112 assert(T::alive == 1); in test_with_test_type()
122 assert(T::alive == 0); in test_with_test_type()
128 assert(T::alive == 0); in test_with_test_type()
135 assert(T::alive == 0); in test_with_test_type()
141 assert(T::alive == 0); in test_with_test_type()
148 assert(T::alive == 0); in test_with_test_type()
Dnullopt_t.pass.cpp47 assert(TT::alive == 0); in main()
51 assert(TT::alive == 0); in main()
60 assert(TT::alive == 0); in main()
64 assert(TT::alive == 0); in main()
Demplace.pass.cpp123 assert(T::alive == 0); in test_on_test_type()
128 assert(T::alive == 1); in test_on_test_type()
140 assert(T::alive == 1); in test_on_test_type()
152 assert(T::alive == 1); in test_on_test_type()
164 assert(T::alive == 1); in test_on_test_type()
176 assert(T::alive == 1); in test_on_test_type()
188 assert(T::alive == 1); in test_on_test_type()
200 assert(T::alive == 1); in test_on_test_type()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Dff3c5558ffc3b9fcefc9db2de5dac176.0000040a.honggfuzz.cov3 Connection: ke����6�Ht��~�:�~ݡ3j���eT-alive
4 Cache-Control: 3j���eT-alive
5 Cache-Control: p�-alive
6 Cache-Control: mvSat- 29 O�t 2994 nWUSache-Control: p�-alive
7 …>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Connection: ke����6�Ht��~�:�~ݡ3j���eT-alive
8 Cache-Control: 3j���eT-alive
9 Cache-Control: p�-alive
10 Cache-Control: mvSat- 29 O�t 2994 nWUSache-Control: p�-alive
Dcc57dcff0109b81fb9c0866535e101c9.00000361.honggfuzz.cov3 Connection: ke����6�HM��~�:�~ݡ3j���eT-alive
4 Cache-Control: 3j���eT-alive
5 Cache-Control: p�-alive
10 GET /index.htmlAAAAAAAAAAnE���3J*��g�ʮ�����(·o��(��6}$��~�:�~ݡ3j���eT-alive
11 Cache-Control: eT-alive
Dbbee1a5b80629cb532c4f7db220d668a.00000367.honggfuzz.cov2 HTTTTTTTTTTTTTTTTTTTTTTTTTTTTct‫ion: keep-alive
4 Connection: keep-alive
6 Connection: keep-alive
37 Connection: keep-alive
/external/honggfuzz/examples/apache-httpd/corpus_http1/
Dff3c5558ffc3b9fcefc9db2de5dac176.0000040a.honggfuzz.cov3 Connection: ke����6�Ht��~�:�~ݡ3j���eT-alive
4 Cache-Control: 3j���eT-alive
5 Cache-Control: p�-alive
6 Cache-Control: mvSat- 29 O�t 2994 nWUSache-Control: p�-alive
7 …>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Connection: ke����6�Ht��~�:�~ݡ3j���eT-alive
8 Cache-Control: 3j���eT-alive
9 Cache-Control: p�-alive
10 Cache-Control: mvSat- 29 O�t 2994 nWUSache-Control: p�-alive
Dcc57dcff0109b81fb9c0866535e101c9.00000361.honggfuzz.cov3 Connection: ke����6�HM��~�:�~ݡ3j���eT-alive
4 Cache-Control: 3j���eT-alive
5 Cache-Control: p�-alive
10 GET /index.htmlAAAAAAAAAAnE���3J*��g�ʮ�����(·o��(��6}$��~�:�~ݡ3j���eT-alive
11 Cache-Control: eT-alive
Dbbee1a5b80629cb532c4f7db220d668a.00000367.honggfuzz.cov2 HTTTTTTTTTTTTTTTTTTTTTTTTTTTTct‫ion: keep-alive
4 Connection: keep-alive
6 Connection: keep-alive
37 Connection: keep-alive
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
Dcopy.pass.cpp63 static int alive; member
69 copy_construct = copy_assign = move_construct = move_assign = alive = 0; in reset()
71 CopyAssign(int v) : value(v) { ++alive; } in CopyAssign()
73 ++alive; in CopyAssign()
78 ++alive; in CopyAssign()
92 ~CopyAssign() { --alive; } in ~CopyAssign()
96 int CopyAssign::alive = 0; member in CopyAssign
161 static int alive; member
162 CopyCannotThrow() { ++alive; } in CopyCannotThrow()
163 CopyCannotThrow(const CopyCannotThrow &) noexcept { ++alive; } in CopyCannotThrow()
[all …]
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Dmove.pass.cpp100 assert(T::alive == 1); in test_reference_extension()
106 assert(T::alive == 0); in test_reference_extension()
114 assert(T::alive == 1); in test_reference_extension()
119 assert(T::alive == 0); in test_reference_extension()
126 assert(T::alive == 1); in test_reference_extension()
131 assert(T::alive == 0); in test_reference_extension()
140 assert(T::alive == 1); in test_reference_extension()
145 assert(T::alive == 0); in test_reference_extension()
171 assert(T::alive == 0); in main()
175 assert(T::alive == 0); in main()
[all …]
Dcopy.pass.cpp89 assert(T::alive == 1); in test_reference_extension()
95 assert(T::alive == 0); in test_reference_extension()
103 assert(T::alive == 1); in test_reference_extension()
108 assert(T::alive == 0); in test_reference_extension()
133 assert(T::alive == 0); in main()
136 assert(T::alive == 0); in main()
143 assert(T::alive == 1); in main()
149 assert(T::alive == 2); in main()
/external/python/cpython3/Lib/test/
Dfork_wait.py25 self.alive = {}
40 self.alive[id] = os.getpid()
66 while len(self.alive) < NUM_THREADS:
71 a = sorted(self.alive.keys())
74 prefork_lives = self.alive.copy()
85 for key in self.alive:
86 if self.alive[key] != prefork_lives[key]:
/external/python/cpython2/Lib/test/
Dfork_wait.py28 self.alive = {}
43 self.alive[id] = os.getpid()
69 a = self.alive.keys()
73 prefork_lives = self.alive.copy()
84 for key in self.alive:
85 if self.alive[key] != prefork_lives[key]:
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DADCE.cpp53 SmallPtrSet<Instruction*, 128> alive; in runOnFunction() local
62 alive.insert(I.getInstructionIterator()); in runOnFunction()
72 if (alive.insert(Inst)) in runOnFunction()
81 if (!alive.count(I.getInstructionIterator())) { in runOnFunction()
/external/python/cpython2/Demo/threads/
Dsync.py498 io.acquire(); alive.append(id); \
499 print 'starting thread', id, '--', len(alive), 'alive'; \
523 alive.remove(tid); io.release()
533 alive.remove(tid); io.release()
561 io.acquire(); alive.remove(tid); io.release()
568 global TID, tid, io, wh, randint, alive
576 alive = [] # IDs of active threads
590 if alive:
591 raise ValueError, ('threads still alive at end', alive)
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-eventloop.hpp33 std::shared_ptr<const scheduler_interface> alive; member
39 … loop_worker(composite_subscription cs, worker w, std::shared_ptr<const scheduler_interface> alive) in loop_worker()
42 , alive(alive) in loop_worker()

12345678910>>...17