HomeSort by relevance Sort by last modified time
    Searched full:zombie (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /frameworks/base/docs/html/distribute/stories/games/
rvappstudios-zombie.jd 1 page.title=Localization improves Zombie Ragdoll engagement at launch
2 page.metaDescription=Zombie Ragdoll is a physics based zombie shooting game launched by RV AppStudios in August 2013. Having attended Google I/O talks, the team at RV AppStudios was inspired to go global with Zombie Ragdoll at launch.
4 page.image=images/cards/distribute/stories/rvappstudios-zombie.jpg
13 <img src="{@docRoot}images/distribute/stories/rvappstudios-zombie-icon.png" height="113" />
19 Zombie Ragdoll</a> is a physics based zombie shooting game launched by RV AppStudios in August
21 AppStudios was inspired to go global with Zombie Ragdoll at launch.
29 RV AppStudios launched Zombie Ragdoll localized into 20 languages
    [all...]
  /external/valgrind/docs/internals/
tm-threadstates.dot 8 zombie;
18 running -> zombie [ label="non-detached thread\nterminates" ];
19 zombie -> dead [ label="join completed" ];
30 wait_mutex -> zombie [ style=dotted, label="thread dies\nwaiting" ];
35 wait_condvar -> zombie [ style=dotted, label="thread dies\nwaiting" ];
40 wait_join -> zombie [ style=dotted, label="thread dies\nwaiting" ];
45 zombie -> running [ style=dotted, label="unholy\nresurrection" ];
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ThreadGroup002Test.java 61 * <BR>&nbsp;&nbsp; - all threads with status ZOMBIE are only finished tested threads;
62 * <BR>&nbsp;&nbsp; - all threads without status ZOMBIE are only NOT finished tested threads;
63 * <BR>&nbsp;&nbsp; - if status of thread is ZOMBIE then returned groupID must be null;
64 * <BR>&nbsp;&nbsp; - if status of thread is not ZOMBIE then returned groupID must not be null;
65 * <BR>&nbsp;&nbsp; - thread group name should be expected name for thread which is not ZOMBIE;
202 if (threadStatus == JDWPConstants.ThreadStatus.ZOMBIE) {
206 " should NOT be ZOMBIE!");
212 logWriter.println("## FAILURE: Unexpected thread groupID for checked thread with status = ZOMBIE!");
221 " should be ZOMBIE!");
226 logWriter.println("## FAILURE: Unexpected thread groupID for checked thread with status != ZOMBIE!");
    [all...]
Status006Test.java 64 * <BR>&nbsp;&nbsp; - returned thread status is ZOMBIE status;
105 if (threadStatus != JDWPConstants.ThreadStatus.ZOMBIE) {
109 + Integer.toHexString(JDWPConstants.ThreadStatus.ZOMBIE)
110 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.ZOMBIE) + ")");
  /external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
jdk6-compilation.txt 85 23 made zombie (2) java.util.HashMap::get (79 bytes)
100 43 made zombie (2) java.util.Properties$LineReader::readLine (452 bytes)
185 110 made zombie (2) java.lang.reflect.Method::getAnnotation (26 bytes)
213 70 made zombie (2) java.util.HashMap::put (126 bytes)
217 132 made zombie (2) java.util.regex.Pattern$BmpCharProperty::match (50 bytes)
257 146 made zombie (2) java.util.regex.Pattern$CharProperty::match (56 bytes)
258 133 made zombie (2) java.util.regex.Matcher::search (109 bytes)
259 179 made zombie (2) com.google.gson.stream.JsonWriter::string (365 bytes)
268 49 made zombie (2) java.io.ByteArrayOutputStream::write (55 bytes)
270 208 made zombie (2) java.io.DataInputStream::readChar (40 bytes
    [all...]
jdk7-compilation.txt 168 1701 2 sun.nio.cs.UTF_8$Decoder::decode (640 bytes) made zombie
169 1701 29 java.util.HashMap::get (79 bytes) made zombie
206 3036 148 java.lang.reflect.Method::getAnnotation (26 bytes) made zombie
224 17519 167 java.util.regex.Pattern$BmpCharProperty::match (50 bytes) made zombie
225 17519 176 sun.misc.URLClassPath::getResource (79 bytes) made zombie
226 17519 168 java.util.regex.Matcher::search (109 bytes) made zombie
260 17685 101 java.util.HashMap::put (126 bytes) made zombie
298 18145 10 java.lang.String::equals (88 bytes) made zombie
302 18158 193 java.util.regex.Pattern$CharProperty::match (56 bytes) made zombie
303 18158 224 com.google.gson.stream.JsonWriter::string (365 bytes) made zombie
    [all...]
  /libcore/luni/src/main/java/java/lang/ref/
FinalizerReference.java 38 // the 'zombie' field instead.
39 private T zombie; field in class:FinalizerReference
46 return zombie;
50 zombie = null;
106 sentinelReference.zombie = sentinel;
  /external/chromium-trace/catapult/tracing/tracing/model/
thread_time_slice.html 35 ZOMBIE: 'Zombie'
86 case SCHEDULING_STATE.ZOMBIE:
  /external/chromium-trace/catapult/third_party/Paste/docs/
paste-httpserver-threadpool.txt 54 an unreasonable amount of time ("zombie")
85 300 seconds, 5 minutes) then it is considered a zombie.
87 Zombie threads are not handled specially unless you set
89 this many zombie threads, then the entire process will be killed.
104 killed due to too many zombie threads.
  /art/runtime/mirror/
reference.h 145 void SetZombie(Object* zombie) SHARED_REQUIRES(Locks::mutator_lock_) {
146 return SetFieldObjectVolatile<kTransactionActive>(ZombieOffset(), zombie);
  /external/libchrome/base/process/
process_iterator_linux.cc 113 // Is the process in 'Zombie' state, i.e. dead but waiting to be reaped?
118 // Nope, it's a zombie; somebody isn't cleaning up after their children.
process_metrics_mac.cc 49 // Most likely cause for failure: |task| is a zombie.
267 // Most likely cause: |task| is a zombie.
322 // Most likely cause: |task| is a zombie, or this is on a pre-10.8.4 system
  /external/libchrome/sandbox/linux/services/
scoped_process.h 34 // survive as a zombie for the lifetime of this object. This method can be
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
ps_util.py 26 continue # Ignore zombie processes
  /external/kernel-headers/original/uapi/linux/
elfcore.h 82 char pr_zomb; /* zombie */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigaction.h 55 #define SA_NOCLDWAIT 2 /* Don't create zombie on child death. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elfcore.h 78 char pr_zomb; /* zombie */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigaction.h 55 #define SA_NOCLDWAIT 2 /* Don't create zombie on child death. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elfcore.h 80 char pr_zomb; /* zombie */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigaction.h 55 #define SA_NOCLDWAIT 2 /* Don't create zombie on child death. */
  /art/runtime/gc/
reference_queue.cc 118 os << " Zombie=" << cur->AsFinalizerReference()->GetZombie();
163 // Move the updated referent to the zombie field.
reference_queue.h 68 // the zombie field, and the referent field is cleared.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
RilMessageDecoder.java 176 // zombie messages are dropped
177 CatLog.d(this, "decodeMessageParams dropping zombie messages");
  /toolchain/binutils/binutils-2.25/bfd/
elf-linux-psinfo.h 39 char pr_zomb; /* Zombie. */
88 char pr_zomb; /* Zombie. */
  /toolchain/binutils/binutils-2.25/bfd/hosts/
x86-64linux.h 197 char pr_zomb; /* Zombie. */
212 char pr_zomb; /* Zombie. */

Completed in 1079 milliseconds

1 2 3 4 5