Searched defs:alive (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebURLRequestTest.cpp43 explicit TestExtraData(bool* alive) argument
44 : m_alive(alive)
46 *alive = true;
57 bool alive = false; local
60 TestExtraData* extraData = new TestExtraData(&alive);
61 EXPECT_TRUE(alive);
68 EXPECT_TRUE(alive);
72 EXPECT_TRUE(alive);
75 EXPECT_FALSE(alive);
H A DWebURLResponseTest.cpp43 explicit TestExtraData(bool* alive) argument
44 : m_alive(alive)
46 *alive = true;
57 bool alive = false; local
60 TestExtraData* extraData = new TestExtraData(&alive);
61 EXPECT_TRUE(alive);
68 EXPECT_TRUE(alive);
72 EXPECT_TRUE(alive);
75 EXPECT_FALSE(alive);
H A DPrerenderingTest.cpp332 explicit TestExtraData(bool* alive) : m_alive(alive) argument
334 *alive = true;
343 bool alive = false; local
345 prerendererClient()->setExtraDataForNextPrerender(new TestExtraData(&alive));
347 EXPECT_TRUE(alive);
355 EXPECT_FALSE(alive);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtesterror.c11 static int alive = 0; variable
25 while ( alive ) {
26 printf("Thread '%s' is alive!\n", (char *)data);
46 alive = 1;
54 alive = 0;
H A Dtesthread.c11 static int alive = 0; variable
24 while ( alive ) {
25 printf("Thread '%s' is alive!\n", (char *)data);
36 alive = 0;
50 alive = 1;
58 alive = 0;
61 alive = 1;
71 alive = 1;
H A Dtestsem.c14 int alive = 1; variable
19 while ( alive ) {
33 alive = 0;
91 alive = 0;
/external/chromium/base/
H A Dstack_container_unittest.cc16 explicit Dummy(int* alive) : alive_(alive) { argument
80 int alive = 0; local
81 scoped_refptr<Dummy> dummy(new Dummy(&alive));
82 EXPECT_EQ(alive, 1);
85 EXPECT_EQ(alive, 1);
89 EXPECT_EQ(alive, 1);
94 EXPECT_EQ(alive, 0);
/external/llvm/lib/Transforms/Scalar/
H A DADCE.cpp53 SmallPtrSet<Instruction*, 128> alive; local
62 alive.insert(I.getInstructionIterator());
72 if (alive.insert(Inst))
81 if (!alive.count(I.getInstructionIterator())) {
/external/valgrind/main/none/tests/x86/
H A Dyield.c14 static volatile int alive, running; variable
22 while(!alive)
28 while(alive)
37 while(!alive)
43 while(alive) {
62 alive = 1;
72 alive = 0;
/external/chromium_org/base/containers/
H A Dstack_container_unittest.cc19 explicit Dummy(int* alive) : alive_(alive) { argument
83 int alive = 0; local
84 scoped_refptr<Dummy> dummy(new Dummy(&alive));
85 EXPECT_EQ(alive, 1);
88 EXPECT_EQ(alive, 1);
92 EXPECT_EQ(alive, 1);
97 EXPECT_EQ(alive, 0);
/external/proguard/src/proguard/optimize/evaluation/
H A DLivenessAnalyzer.java59 private long alive; field in class:LivenessAnalyzer
82 * Returns whether the specified variable is alive before the instruction
93 * Sets whether the specified variable is alive before the instruction
96 public void setAliveBefore(int instructionOffset, int variableIndex, boolean alive) argument
100 if (alive)
113 * Returns whether the specified variable is alive after the instruction
124 * Sets whether the specified variable is alive after the instruction
127 public void setAliveAfter(int instructionOffset, int variableIndex, boolean alive) argument
131 if (alive)
210 alive
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.cc356 bool alive = true; local
363 alive = false;
368 alive = false;
372 if (!alive) {
375 alive = _alive;
378 while (alive);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc108 uptr *alive) {
112 if (alive) *alive = alive_threads_;
107 GetNumberOfThreads(uptr *total, uptr *running, uptr *alive) argument
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc35 uptr total, running, alive; local
36 registry->GetNumberOfThreads(&total, &running, &alive);
39 EXPECT_EQ(exp_alive, alive);
/external/libppp/src/
H A Dradius.h77 } alive; member in struct:radius
H A Dbundle.h32 #define PHASE_NETWORK 3 /* We're alive ! */
128 struct filter alive; /* keep-alive packet filter */ member in struct:bundle::__anon20396
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.cc86 bool alive) {
94 alive));
100 if (alive) {
150 bool alive,
155 alive);
919 true /* alive */));
84 AcceleratedSurfaceBuffersSwappedCompletedForGPU(int host_id, int route_id, bool alive) argument
146 AcceleratedSurfaceBuffersSwappedCompleted( int host_id, int route_id, int surface_id, bool alive, base::TimeTicks timebase, base::TimeDelta interval, const ui::LatencyInfo& latency_info) argument
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 519 milliseconds