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

  /external/llvm/lib/Transforms/Scalar/
ADCE.cpp 53 SmallPtrSet<Instruction*, 128> alive; local
62 alive.insert(I.getInstructionIterator());
72 if (alive.insert(Inst))
81 if (!alive.count(I.getInstructionIterator())) {
  /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);
  /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/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/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/webkit/Source/JavaScriptCore/dfg/
DFGGenerationInfo.h 212 bool alive() function in class:JSC::DFG::GenerationInfo
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 42 boolean alive = true; field in class:OldAndroidDatagramTest.Reflector
54 while (alive) {
156 reflector.alive = false;
  /frameworks/base/core/jni/
android_util_Binder.cpp 955 bool alive = target->isBinderAlive(); local
956 return alive ? JNI_TRUE : JNI_FALSE;
    [all...]
  /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 363 milliseconds