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

1 2

  /external/valgrind/main/none/tests/amd64/
nibz_bennee_mmap.stdout.exp 1 made it through alive!
  /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/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/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/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())) {
  /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;
  /external/libppp/src/
radius.h 77 } alive; member in struct:radius
radius.c     [all...]
bundle.h 32 #define PHASE_NETWORK 3 /* We're alive ! */
128 struct filter alive; /* keep-alive packet filter */ member in struct:bundle::__anon9563
filter.c 422 else if (!strcmp(arg->argv[arg->argn], "alive"))
423 filter = &arg->bundle->filter.alive;
513 else if (!strcmp(arg->argv[arg->argn], "alive"))
514 filter = &arg->bundle->filter.alive;
525 filter[3] = &arg->bundle->filter.alive;
ip.c 875 /* Check Keep Alive filter */
881 FilterCheck(packet, family, &bundle->filter.alive, &alivesecs))
888 log_Printf(LogTCPIP, "%s - (timeout = %d / ALIVE = %d secs)\n",
929 if (!FilterCheck(tun.data, af, &bundle->filter.alive, &alivesecs)) {
bundle.c 873 bundle.filter.alive.name = "ALIVE";
874 bundle.filter.alive.logok = 1;
881 bundle.filter.alive.rule[i].f_action = A_NONE;
    [all...]
ipv6cp.c 448 if (!FilterCheck(MBUF_CTOP(bp), AF_INET6, &bundle->filter.alive,
command.c 982 "packet filters", "show filter [in|out|dial|alive]", NULL},
    [all...]
ipcp.c     [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGGenerationInfo.h 212 bool alive() function in class:JSC::DFG::GenerationInfo
DFGJITCodeGenerator.cpp 374 if (info.alive())
397 if (!info.alive())
  /frameworks/base/core/jni/
android_util_Binder.cpp 949 bool alive = target->isBinderAlive(); local
950 return alive ? JNI_TRUE : JNI_FALSE;
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java     [all...]
  /external/v8/src/
debug-debugger.js 127 // not used any more. We do not want break points to keep functions alive.
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 594 milliseconds

1 2