Home
last modified time | relevance | path

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

12345

/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebURLRequestTest.cpp43 explicit TestExtraData(bool* alive) in TestExtraData() argument
44 : m_alive(alive) in TestExtraData()
46 *alive = true; in TestExtraData()
57 bool alive = false; in TEST() local
60 TestExtraData* extraData = new TestExtraData(&alive); in TEST()
61 EXPECT_TRUE(alive); in TEST()
68 EXPECT_TRUE(alive); in TEST()
72 EXPECT_TRUE(alive); in TEST()
75 EXPECT_FALSE(alive); in TEST()
DWebURLResponseTest.cpp43 explicit TestExtraData(bool* alive) in TestExtraData() argument
44 : m_alive(alive) in TestExtraData()
46 *alive = true; in TestExtraData()
57 bool alive = false; in TEST() local
60 TestExtraData* extraData = new TestExtraData(&alive); in TEST()
61 EXPECT_TRUE(alive); in TEST()
68 EXPECT_TRUE(alive); in TEST()
72 EXPECT_TRUE(alive); in TEST()
75 EXPECT_FALSE(alive); in TEST()
DPrerenderingTest.cpp326 explicit TestExtraData(bool* alive) : m_alive(alive) in TEST_F() argument
328 *alive = true; in TEST_F()
337 bool alive = false; in TEST_F() local
339 prerendererClient()->setExtraDataForNextPrerender(new TestExtraData(&alive)); in TEST_F()
341 EXPECT_TRUE(alive); in TEST_F()
349 EXPECT_FALSE(alive); in TEST_F()
/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/chromium_org/content/renderer/
Dgin_browsertest.cc25 static gin::Handle<TestGinObject> Create(v8::Isolate* isolate, bool* alive) { in Create() argument
26 return gin::CreateHandle(isolate, new TestGinObject(alive)); in Create()
30 TestGinObject(bool* alive) : alive_(alive) { *alive_ = true; } in TestGinObject() argument
62 bool alive = false; in TEST_F() local
72 TestGinObject::Create(isolate, &alive); in TEST_F()
75 CHECK(alive); in TEST_F()
80 CHECK(!alive); in TEST_F()
/external/qemu/distrib/sdl-1.2.15/test/
Dtesthread.c11 static int alive = 0; variable
24 while ( alive ) { in ThreadFunc()
36 alive = 0; in killed()
50 alive = 1; in main()
58 alive = 0; in main()
61 alive = 1; in main()
71 alive = 1; in main()
Dtesterror.c11 static int alive = 0; variable
25 while ( alive ) { in ThreadFunc()
46 alive = 1; in main()
54 alive = 0; in main()
Dtestsem.c14 int alive = 1; variable
19 while ( alive ) { in ThreadFunc()
33 alive = 0; in killed()
91 alive = 0; in main()
/external/valgrind/main/none/tests/x86/
Dyield.c14 static volatile int alive, running; variable
22 while(!alive) in spinner()
28 while(alive) in spinner()
37 while(!alive) in rep_nopper()
43 while(alive) { in rep_nopper()
62 alive = 1; in main()
72 alive = 0; in main()
/external/chromium_org/base/containers/
Dstack_container_unittest.cc19 explicit Dummy(int* alive) : alive_(alive) { in Dummy() argument
83 int alive = 0; in TEST() local
84 scoped_refptr<Dummy> dummy(new Dummy(&alive)); in TEST()
85 EXPECT_EQ(alive, 1); in TEST()
88 EXPECT_EQ(alive, 1); in TEST()
92 EXPECT_EQ(alive, 1); in TEST()
97 EXPECT_EQ(alive, 0); in TEST()
/external/clang/test/SemaObjC/
Dweak-receiver-warn.m12 …o nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}}
13 …o nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}}
14 …o nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}}
16 …o nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}}
17 …o nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}}
18 …o nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}}
39 …o nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}}
42 …o nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}}
44 …o nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}}
63 …o nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}}
[all …]
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
Dbouncing_balls.js94 var alive = true;
101 if (!alive) {
110 alive = true;
139 var deltaY = alive ? velocityY*timeStep+gravity*timeStep*timeStep/2 : 0;
143 while ((y + deltaY) > (1 - borderY) && alive) {
159 alive = false;
/external/llvm/lib/Transforms/Scalar/
DADCE.cpp57 SmallPtrSet<Instruction*, 128> alive; in runOnFunction() local
66 alive.insert(I.getInstructionIterator()); in runOnFunction()
76 if (alive.insert(Inst)) in runOnFunction()
85 if (!alive.count(I.getInstructionIterator())) { in runOnFunction()
/external/webrtc/src/system_wrappers/source/
Dthread_posix.cc356 bool alive = true; in Run() local
363 alive = false; in Run()
368 alive = false; in Run()
372 if (!alive) { in Run()
375 alive = _alive; in Run()
378 while (alive); in Run()
/external/tcpdump/tests/
Disakmp4.out18 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
23 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
28 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
34 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
/external/chromium_org/ui/base/cocoa/
Dtracking_area.mm14 // Whether or not the owner is "alive" and should forward calls to the real
21 // The Class of |owner_|. When the actual object is no longer alive (and could
25 @property(nonatomic, assign) BOOL alive; property
31 @synthesize alive = alive_;
/external/chromium_org/third_party/skia/tests/
DResourceCacheTest.cpp93 static int alive() { return fAlive; } in alive() function in TestResource
137 REPORTER_ASSERT(reporter, 3 == TestResource::alive()); in test_purge_invalidated()
141 REPORTER_ASSERT(reporter, 0 == TestResource::alive()); in test_purge_invalidated()
167 REPORTER_ASSERT(reporter, 2 == TestResource::alive()); in test_cache_delete_on_destruction()
169 REPORTER_ASSERT(reporter, 0 == TestResource::alive()); in test_cache_delete_on_destruction()
186 REPORTER_ASSERT(reporter, 0 == TestResource::alive()); in test_cache_delete_on_destruction()
/external/skia/tests/
DResourceCacheTest.cpp91 static int alive() { return fAlive; } in alive() function in TestResource
135 REPORTER_ASSERT(reporter, 3 == TestResource::alive()); in test_purge_invalidated()
139 REPORTER_ASSERT(reporter, 0 == TestResource::alive()); in test_purge_invalidated()
165 REPORTER_ASSERT(reporter, 2 == TestResource::alive()); in test_cache_delete_on_destruction()
167 REPORTER_ASSERT(reporter, 0 == TestResource::alive()); in test_cache_delete_on_destruction()
184 REPORTER_ASSERT(reporter, 0 == TestResource::alive()); in test_cache_delete_on_destruction()
/external/valgrind/main/docs/internals/
Dtm-threadstates.dot3 alive;
12 alive -> running;
13 dead -> alive [ label="reused" ];
/external/llvm/test/Transforms/DeadArgElim/
Dreturned.ll12 ; do not keep alive the return value of a function with a dead 'returned' argument
19 ; dummy to keep 'this' alive
30 ; keep alive return value of a function if the 'returned' argument is live
D2008-06-23-DeadAfterLive.ll7 ; This function has a live return value, it is used by @alive.
20 define i32 @alive() {
/external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
Dlife.cc392 u8x16_t alive = alive1 & alive2; in wSimulate() local
407 u8x16_t pixel0_3 = __builtin_shufflevector(alive, kZero255, in wSimulate()
409 u8x16_t pixel4_7 = __builtin_shufflevector(alive, kZero255, in wSimulate()
411 u8x16_t pixel8_11 = __builtin_shufflevector(alive, kZero255, in wSimulate()
413 u8x16_t pixel12_15 = __builtin_shufflevector(alive, kZero255, in wSimulate()
423 *reinterpret_cast<u8x16_t*>(dst) = alive & kOne; in wSimulate()
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Dthread_posix.cc329 bool alive = true; in Run() local
331 while (alive) { in Run()
337 alive = alive_; in Run()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc37 uptr total, running, alive; in CheckThreadQuantity() local
38 registry->GetNumberOfThreads(&total, &running, &alive); in CheckThreadQuantity()
41 EXPECT_EQ(exp_alive, alive); in CheckThreadQuantity()
/external/chromium_org/third_party/webrtc/voice_engine/include/mock/
Dmock_voe_connection_observer.h23 bool alive));

12345