HomeSort by relevance Sort by last modified time
    Searched defs:alive (Results 1 - 24 of 24) sorted by null

  /external/qemu/distrib/sdl-1.2.15/test/
testerror.c 11 static int alive = 0; variable
25 while ( alive ) {
26 printf("Thread '%s' is alive!\n", (char *)data);
46 alive = 1;
54 alive = 0;
testhread.c 11 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;
testsem.c 14 int alive = 1; variable
19 while ( alive ) {
33 alive = 0;
91 alive = 0;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebURLRequestTest.cpp 43 explicit TestExtraData(bool* alive)
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);
WebURLResponseTest.cpp 43 explicit TestExtraData(bool* alive)
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);
PrerenderingTest.cpp 326 explicit TestExtraData(bool* alive) : m_alive(alive)
328 *alive = true;
337 bool alive = false; local
339 prerendererClient()->setExtraDataForNextPrerender(new TestExtraData(&alive));
341 EXPECT_TRUE(alive);
349 EXPECT_FALSE(alive);
  /external/chromium_org/content/renderer/
gin_browsertest.cc 25 static gin::Handle<TestGinObject> Create(v8::Isolate* isolate, bool* alive) {
26 return gin::CreateHandle(isolate, new TestGinObject(alive));
30 TestGinObject(bool* alive) : alive_(alive) { *alive_ = true; }
62 bool alive = false; local
70 // We create the object inside a scope so it's not kept alive by a handle
72 TestGinObject::Create(isolate, &alive);
75 CHECK(alive);
80 CHECK(!alive);
  /external/valgrind/main/none/tests/x86/
yield.c 14 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/
stack_container_unittest.cc 19 explicit Dummy(int* alive) : alive_(alive) {
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/chromium_org/third_party/webrtc/system_wrappers/source/
thread_posix.cc 329 bool alive = true; local
331 while (alive) {
337 alive = alive_;
  /external/proguard/src/proguard/optimize/evaluation/
LivenessAnalyzer.java 59 private long alive; field in class:LivenessAnalyzer
92 * Returns whether the specified variable is alive before the instruction
103 * Sets whether the specified variable is alive before the instruction
106 public void setAliveBefore(int instructionOffset, int variableIndex, boolean alive)
110 if (alive)
123 * Returns whether the specified variable is alive after the instruction
134 * Sets whether the specified variable is alive after the instruction
137 public void setAliveAfter(int instructionOffset, int variableIndex, boolean alive)
141 if (alive)
220 alive = 0L
    [all...]
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 356 bool alive = true; local
363 alive = false;
368 alive = false;
372 if (!alive) {
375 alive = _alive;
378 while (alive);
  /external/skia/tests/
ResourceCacheTest.cpp 91 static int alive() { return fAlive; } function in class:TestResource
135 REPORTER_ASSERT(reporter, 3 == TestResource::alive());
139 REPORTER_ASSERT(reporter, 0 == TestResource::alive());
165 REPORTER_ASSERT(reporter, 2 == TestResource::alive());
167 REPORTER_ASSERT(reporter, 0 == TestResource::alive());
184 REPORTER_ASSERT(reporter, 0 == TestResource::alive());
  /external/chromium_org/third_party/skia/tests/
ResourceCacheTest.cpp 93 static int alive() { return fAlive; } function in class:TestResource
137 REPORTER_ASSERT(reporter, 3 == TestResource::alive());
141 REPORTER_ASSERT(reporter, 0 == TestResource::alive());
167 REPORTER_ASSERT(reporter, 2 == TestResource::alive());
169 REPORTER_ASSERT(reporter, 0 == TestResource::alive());
186 REPORTER_ASSERT(reporter, 0 == TestResource::alive());
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 37 uptr total, running, alive; local
38 registry->GetNumberOfThreads(&total, &running, &alive);
41 EXPECT_EQ(exp_alive, alive);
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 44 boolean alive = true; field in class:OldAndroidDatagramTest.Reflector
56 while (alive) {
158 reflector.alive = false;
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.h 175 bool alive; member in struct:android::EmulatedFakeCamera3::PrivateStreamInfo
  /frameworks/base/core/jni/
android_util_Binder.cpp 972 bool alive = target->isBinderAlive(); local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 810 milliseconds