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

1 2

  /external/valgrind/none/tests/amd64/
nibz_bennee_mmap.stdout.exp 1 made it through alive!
  /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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
fork_wait.py 26 self.alive = {}
31 self.alive[id] = os.getpid()
55 a = self.alive.keys()
59 prefork_lives = self.alive.copy()
70 for key in self.alive:
71 if self.alive[key] != prefork_lives[key]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
fork_wait.py 26 self.alive = {}
31 self.alive[id] = os.getpid()
55 a = self.alive.keys()
59 prefork_lives = self.alive.copy()
70 for key in self.alive:
71 if self.alive[key] != prefork_lives[key]:
  /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);
  /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;
  /external/iputils/
iputils.spec 6 Summary: The ping program for checking to see if network hosts are alive.
21 specified network host and can tell you if that machine is alive and
  /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);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 109 uptr *alive) {
113 if (alive) *alive = alive_threads_;
138 Printf("race: limit on %u simultaneously alive goroutines is exceeded,"
sanitizer_thread_registry.h 82 void GetNumberOfThreads(uptr *total = 0, uptr *running = 0, uptr *alive = 0);
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.h 169 bool alive; member in struct:android::EmulatedFakeCamera3::PrivateStreamInfo
EmulatedFakeCamera3.cpp 295 * Initially mark all existing streams as not alive
300 privStream->alive = false;
304 * Find new streams and mark still-alive ones
311 privStream->alive = true;
317 // Existing stream, mark as still alive.
320 privStream->alive = true;
344 if (!privStream->alive) {
787 if (!priv->alive) {
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 982 bool alive = target->isBinderAlive(); local
    [all...]
  /external/v8/src/
mirror-debugger.js     [all...]
debug-debugger.js 113 // not used any more. We do not want break points to keep functions alive.
    [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/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 1219 milliseconds

1 2