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

1 2 3 4 5 6 7

  /external/compiler-rt/test/asan/TestCases/Darwin/
dead-strip.c 13 int alive[1] = {}; variable
19 alive[argc] = 0;
  /external/valgrind/none/tests/amd64/
nibz_bennee_mmap.stdout.exp 1 made it through alive!
  /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...]
archetypes.hpp 27 static int alive; member in struct:ArchetypeBases::TestBase
40 assert(alive == 0);
41 alive = 0;
52 ++alive; ++constructed; ++default_constructed;
56 ++alive; ++constructed; ++value_constructed;
60 ++alive; ++constructed; ++value_constructed;
64 ++alive; ++constructed; ++value_constructed;
68 ++alive; ++constructed; ++value_constructed;
73 ++alive; ++constructed; ++value_constructed;
77 ++alive; ++constructed; ++value_constructed
115 template <class D, bool E> int TestBase<D, E>::alive = 0; member in class:TestBase
    [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;
  /prebuilts/misc/windows/sdl2/test/
testerror.c 22 static int alive = 0; variable
38 while (alive) {
39 SDL_Log("Thread '%s' is alive!\n", (char *) data);
63 alive = 1;
71 alive = 0;
testthread.c 23 static int alive = 0; variable
39 while (alive) {
40 SDL_Log("Thread '%s' is alive!\n", (char *) data);
52 alive = 0;
75 alive = 1;
83 alive = 0;
88 alive = 1;
testsem.c 25 int alive = 1; variable
31 while (alive) {
48 alive = 0;
119 alive = 0;
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
move.pass.cpp 29 static int alive; member in struct:X
31 X() { ++alive; }
36 ++alive;
46 ~X() { assert(alive > 0); --alive; }
52 int X::alive = 0; member in class:X
85 assert(T::alive == 1);
87 assert(T::alive == 0);
103 X::alive = 0; member in class:X
107 assert(X::alive == 1)
    [all...]
nullopt_t.pass.cpp 47 assert(TT::alive == 0);
51 assert(TT::alive == 0);
60 assert(TT::alive == 0);
64 assert(TT::alive == 0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
fork_wait.py 26 self.alive = {}
31 self.alive[id] = os.getpid()
55 a = self.alive.keys()
59 prefork_lives = self.alive.copy()
70 for key in self.alive:
71 if self.alive[key] != prefork_lives[key]:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
fork_wait.py 26 self.alive = {}
31 self.alive[id] = os.getpid()
55 a = self.alive.keys()
59 prefork_lives = self.alive.copy()
70 for key in self.alive:
71 if self.alive[key] != prefork_lives[key]:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
fork_wait.py 26 self.alive = {}
31 self.alive[id] = os.getpid()
55 a = self.alive.keys()
59 prefork_lives = self.alive.copy()
70 for key in self.alive:
71 if self.alive[key] != prefork_lives[key]:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
fork_wait.py 26 self.alive = {}
31 self.alive[id] = os.getpid()
55 a = self.alive.keys()
59 prefork_lives = self.alive.copy()
70 for key in self.alive:
71 if self.alive[key] != prefork_lives[key]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
fork_wait.py 26 self.alive = {}
31 self.alive[id] = os.getpid()
55 a = self.alive.keys()
59 prefork_lives = self.alive.copy()
70 for key in self.alive:
71 if self.alive[key] != prefork_lives[key]:
  /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...]
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
copy.pass.cpp 79 assert(T::alive == 1);
85 assert(T::alive == 0);
93 assert(T::alive == 1);
98 assert(T::alive == 0);
120 assert(T::alive == 0);
123 assert(T::alive == 0);
130 assert(T::alive == 1);
136 assert(T::alive == 2);
move.pass.cpp 80 assert(T::alive == 1);
86 assert(T::alive == 0);
94 assert(T::alive == 1);
99 assert(T::alive == 0);
106 assert(T::alive == 1);
111 assert(T::alive == 0);
120 assert(T::alive == 1);
125 assert(T::alive == 0);
148 assert(T::alive == 0);
152 assert(T::alive == 0)
    [all...]
  /external/swiftshader/third_party/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/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
copy.pass.cpp 56 static int alive; member in struct:CopyAssign
62 copy_construct = copy_assign = move_construct = move_assign = alive = 0;
64 CopyAssign(int v) : value(v) { ++alive; }
66 ++alive;
71 ++alive;
85 ~CopyAssign() { --alive; }
89 int CopyAssign::alive = 0; member in class:CopyAssign
112 static int alive; member in struct:MoveThrows
113 MoveThrows() { ++alive; }
114 MoveThrows(const MoveThrows &) { ++alive; }
121 int MoveThrows::alive = 0; member in class:MoveThrows
124 static int alive; member in struct:MakeEmptyT
137 int MakeEmptyT::alive = 0; member in class:MakeEmptyT
    [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...]
  /bionic/tests/
leak_test.cpp 54 bool alive = true; local
55 while (alive) {
56 alive = false;
60 alive = true;
  /external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
do_allocate_and_deallocate.pass.cpp 48 assert(P.alive == 1);
55 assert(P.alive == 0);
75 assert(P.alive == 1);
80 assert(P.alive == 0);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
do_allocate_and_deallocate.pass.cpp 48 assert(P.alive == 1);
55 assert(P.alive == 0);
75 assert(P.alive == 1);
80 assert(P.alive == 0);

Completed in 409 milliseconds

1 2 3 4 5 6 7