Home
last modified time | relevance | path

Searched defs:alive (Results 1 – 20 of 20) sorted by relevance

/external/libcxx/test/support/
Dvariant_test_helpers.hpp34 static int alive; member
43 int MoveThrows::alive = 0; member in MoveThrows
46 static int alive; member
66 int MakeEmptyT::alive = 0; member in MakeEmptyT
Darchetypes.hpp30 static int alive; member
120 template <class D, bool E> int TestBase<D, E>::alive = 0; member in ArchetypeBases::TestBase<D, E>
Dcontrolled_allocators.hpp63 int alive = 0; member
/external/proguard/src/proguard/optimize/evaluation/
DLivenessAnalyzer.java59 private long alive; field in LivenessAnalyzer
106 public void setAliveBefore(int instructionOffset, int variableIndex, boolean alive) in setAliveBefore()
137 public void setAliveAfter(int instructionOffset, int variableIndex, boolean alive) in setAliveAfter()
/external/compiler-rt/test/asan/TestCases/Darwin/
Ddead-strip.c13 int alive[1] = {}; variable
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
Dcopy.pass.cpp62 static int alive; member
95 int CopyAssign::alive = 0; member in CopyAssign
160 static int alive; member
168 int CopyCannotThrow::alive = 0; member in CopyCannotThrow
171 static int alive; member
180 int MoveThrows::alive = 0; member in MoveThrows
183 static int alive; member
196 int MakeEmptyT::alive = 0; member in MakeEmptyT
/external/valgrind/none/tests/x86/
Dyield.c14 static volatile int alive, running; variable
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dmove.pass.cpp29 static int alive; member
52 int X::alive = 0; member in X
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DADCE.cpp53 SmallPtrSet<Instruction*, 128> alive; in runOnFunction() local
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dbooks.proto79 optional bool alive = 4; field
89 repeated bool alive = 4 [packed=true]; // Optional to repeated. field
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Dcopy.pass.cpp84 static int alive; member
97 int MakeEmptyT::alive = 0; member in MakeEmptyT
Dmove.pass.cpp86 static int alive; member
99 int MakeEmptyT::alive = 0; member in MakeEmptyT
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dfullexpr-dtor.pass.cpp20 int alive = 0; variable
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_dce_cleanup.cpp146 bool alive = false; in cleanup_dst_vec() local
Dsb_liveness.cpp240 bool alive = remove_val(d); in process_maydef() local
275 bool alive = remove_vec(n.dst); in process_outs() local
/external/autotest/server/cros/dynamic_suite/
Dtools.py240 def alive(host): function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc37 uptr total, running, alive; in CheckThreadQuantity() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc109 uptr *alive) { in GetNumberOfThreads()
/external/libtextclassifier/util/hash/
Dfarmhash.cc3061 if (offset == -1) { int alive = 0; IsAlive(farmhashcc::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test() local
3957 if (offset == -1) { int alive = 0; IsAlive(farmhashmk::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test() local
5211 if (offset == -1) { int alive = 0; { uint64_t h = farmhashna::Hash64WithSeeds(data, len++, SEED0, S… in Test() local
6105 if (offset == -1) { int alive = 0; IsAlive(farmhashns::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test() local
6997 if (offset == -1) { int alive = 0; IsAlive(farmhashsa::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test() local
7889 if (offset == -1) { int alive = 0; IsAlive(farmhashsu::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test() local
/external/python/cpython3/Lib/
Dweakref.py567 def alive(self): member in finalize