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

  /external/chromium/base/
stack_container_unittest.cc 16 explicit Dummy(int* alive) : alive_(alive) {
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/proguard/src/proguard/optimize/evaluation/
LivenessAnalyzer.java 59 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)
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)
131 if (alive)
210 alive = 0L
    [all...]
  /external/bluetooth/glib/tests/
child-test.c 48 gint alive; variable
103 if (--alive == 0)
181 alive = 2;
198 if (alive > 0)
200 g_warning ("%d children still alive\n", alive);
  /frameworks/base/tests/CoreTests/android/core/
DatagramTest.java 44 boolean alive = true; field in class:DatagramTest.Reflector
56 while (alive) {
159 reflector.alive = false;
  /packages/apps/Gallery3D/src/com/cooliris/media/
DisplayList.java 91 public void setAlive(DisplayItem item, boolean alive) {
92 item.mAlive = alive;
93 if (alive && item.isAnimating()) {
  /frameworks/base/core/jni/
android_util_Binder.cpp 807 bool alive = target->isBinderAlive(); local
808 return alive ? JNI_TRUE : JNI_FALSE;
    [all...]
  /packages/apps/Email/src/com/android/exchange/
SyncManager.java     [all...]
  /external/v8/src/
debug-debugger.js 95 // not used any more. We do not want break points to keep functions alive.
    [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 336 milliseconds