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

1 2

  /prebuilts/misc/windows/sdl2/test/
testerror.c 22 static int alive = 0; variable
38 while (alive) {
39 SDL_Log("Thread '%s' is alive!\n", (char *) data);
63 alive = 1;
71 alive = 0;
testthread.c 23 static int alive = 0; variable
39 while (alive) {
40 SDL_Log("Thread '%s' is alive!\n", (char *) data);
52 alive = 0;
75 alive = 1;
83 alive = 0;
88 alive = 1;
testmessage.c 22 static int alive = 0; variable
testsem.c 25 int alive = 1; variable
31 while (alive) {
48 alive = 0;
119 alive = 0;
  /external/valgrind/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/autotest/server/cros/dynamic_suite/
tools.py 161 @return True if host is alive and not incorrectly locked. Else, False.
163 return alive(host) and not incorrectly_locked(host)
166 def alive(host): function
168 Given a host, determine if the host is 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/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 169 bool alive; member in struct:android::EmulatedFakeCamera3::PrivateStreamInfo
  /frameworks/base/core/jni/
android_util_Binder.cpp 992 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 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.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 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 433 milliseconds

1 2