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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/amd64/
nibz_bennee_mmap.stdout.exp 1 made it through alive!
  /external/honggfuzz/examples/apache-httpd/corpus_http1/
ad421c01b6eb943c60f7190d841e733a.0000010a.honggfuzz.cov 3 Connection: keep-alive
25838db4c1f031a3d5a106c9f82dd217.0000004b.honggfuzz.cov 3 Co-42949672964294967296eep-alive
1af1e00fbc0b8882b2a80525f01b5228.0000010a.honggfuzz.cov 2 Host: localhos;|qeonnection: keep-alive
7c211e0cd83cf4e5713e6e710d761c00.00000107.honggfuzz.cov 2 ConnVia:on:?keep-alive
5 Authorization:digEGET -92233720?alive
5676fd3d1e084a1bc28c168c4bc21ef9.00000e74.honggfuzz.cov 5 Connection: Kee?-Alive
66e8508ed2a3fb8f738e8b1d700f143c.0000013e.honggfuzz.cov 5 Connection: Keep-Alive
  /external/honggfuzz/examples/apache-httpd/corpus_http2/
ad421c01b6eb943c60f7190d841e733a.0000010a.honggfuzz.cov 3 Connection: keep-alive
25838db4c1f031a3d5a106c9f82dd217.0000004b.honggfuzz.cov 3 Co-42949672964294967296eep-alive
59c75dc2bfd08ce806040f9f669bfcd8.0000004b.honggfuzz.cov 3 Connection: keep-alive
1af1e00fbc0b8882b2a80525f01b5228.0000010a.honggfuzz.cov 2 Host: localhos;|qeonnection: keep-alive
7c211e0cd83cf4e5713e6e710d761c00.00000107.honggfuzz.cov 2 ConnVia:on:?keep-alive
5 Authorization:digEGET -92233720?alive
5676fd3d1e084a1bc28c168c4bc21ef9.00000e74.honggfuzz.cov 5 Connection: Kee?-Alive
  /art/test/924-threads/
expected.txt 31 191 = ALIVE|WAITING_INDEFINITELY|WAITING|IN_OBJECT_WAIT
32 1a1 = ALIVE|WAITING_WITH_TIMEOUT|WAITING|IN_OBJECT_WAIT
33 401 = ALIVE|BLOCKED_ON_MONITOR_ENTER
34 e1 = ALIVE|WAITING_WITH_TIMEOUT|SLEEPING|WAITING
35 5 = ALIVE|RUNNABLE
36 400005 = ALIVE|RUNNABLE|IN_NATIVE
40 191 = ALIVE|WAITING_INDEFINITELY|WAITING|IN_OBJECT_WAIT
41 1a1 = ALIVE|WAITING_WITH_TIMEOUT|WAITING|IN_OBJECT_WAIT
42 401 = ALIVE|BLOCKED_ON_MONITOR_ENTER
43 e1 = ALIVE|WAITING_WITH_TIMEOUT|SLEEPING|WAITIN
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_offload.h 13 #define MKEEP_ALIVE_IP_PKT_MAX 256 // max size of IP packet for keep alive
16 * Send specified keep alive packet periodically.
22 * Stop sending keep alive packet.
  /art/test/1936-thread-end-events/
expected.txt 3 | alive: true
10 | alive: true
17 | alive: true
24 | alive: true
31 | alive: true
38 | alive: true
  /external/libcxx/test/support/
variant_test_helpers.hpp 34 static int alive; member in struct:MoveThrows
35 MoveThrows() { ++alive; }
36 MoveThrows(MoveThrows const&) {++alive;}
40 ~MoveThrows() { --alive; }
43 int MoveThrows::alive = 0; member in class:MoveThrows
46 static int alive; member in struct:MakeEmptyT
47 MakeEmptyT() { ++alive; }
49 ++alive;
62 ~MakeEmptyT() { --alive; }
66 int MakeEmptyT::alive = 0 member in class:MakeEmptyT
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
variant_test_helpers.hpp 34 static int alive; member in struct:MoveThrows
35 MoveThrows() { ++alive; }
36 MoveThrows(MoveThrows const&) {++alive;}
40 ~MoveThrows() { --alive; }
43 int MoveThrows::alive = 0; member in class:MoveThrows
46 static int alive; member in struct:MakeEmptyT
47 MakeEmptyT() { ++alive; }
49 ++alive;
62 ~MakeEmptyT() { --alive; }
66 int MakeEmptyT::alive = 0 member in class:MakeEmptyT
    [all...]
  /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;
  /external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
fullexpr-dtor.pass.cpp 20 int alive = 0; variable
24 assert(alive == 0);
25 alive = 0;
30 Noisy() { ++alive; ++ctor_called; }
31 ~Noisy() { --alive; ++dtor_called; }
63 assert(alive == 1);
68 assert(alive == 0);
78 assert(alive == 0);
82 assert(alive == 0);
90 assert(alive == 1)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/end.to.end/
fullexpr-dtor.pass.cpp 20 int alive = 0; variable
24 assert(alive == 0);
25 alive = 0;
30 Noisy() { ++alive; ++ctor_called; }
31 ~Noisy() { --alive; ++dtor_called; }
63 assert(alive == 1);
68 assert(alive == 0);
78 assert(alive == 0);
82 assert(alive == 0);
90 assert(alive == 1)
    [all...]
  /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...]
  /prebuilts/go/darwin-x86/doc/play/
life.go 31 // Alive reports whether the specified cell is alive.
34 func (f *Field) Alive(x, y int) bool {
44 // Count the adjacent cells that are alive.
45 alive := 0
48 if (j != 0 || i != 0) && f.Alive(x+i, y+j) {
49 alive++
57 return alive == 3 || alive == 2 && f.Alive(x, y
    [all...]
  /prebuilts/go/linux-x86/doc/play/
life.go 31 // Alive reports whether the specified cell is alive.
34 func (f *Field) Alive(x, y int) bool {
44 // Count the adjacent cells that are alive.
45 alive := 0
48 if (j != 0 || i != 0) && f.Alive(x+i, y+j) {
49 alive++
57 return alive == 3 || alive == 2 && f.Alive(x, y
    [all...]
  /external/curl/tests/data/
test1077 22 Proxy-Connection: Keep-Alive
33 Proxy-Connection: Keep-Alive
66 Proxy-Connection: Keep-Alive
71 Proxy-Connection: Keep-Alive

Completed in 1160 milliseconds

1 2 3 4 5 6 7 8 91011>>