HomeSort by relevance Sort by last modified time
    Searched full:alive (Results 26 - 50 of 1432) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/docs/internals/
tm-threadstates.dot 3 alive;
12 alive -> running;
13 dead -> alive [ label="reused" ];
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
nullopt_t.pass.cpp 47 assert(TT::alive == 0);
51 assert(TT::alive == 0);
60 assert(TT::alive == 0);
64 assert(TT::alive == 0);
const_optional_U.pass.cpp 92 assert(T::alive == 1);
102 assert(T::alive == 0);
108 assert(T::alive == 1);
118 assert(T::alive == 0);
124 assert(T::alive == 0);
131 assert(T::alive == 0);
137 assert(T::alive == 0);
144 assert(T::alive == 0);
  /external/okhttp/okhttp-apache/
README.md 7 the keep-alive strategy, cookie store, credentials provider, route planner and others.
  /prebuilts/go/darwin-x86/src/net/
tcpsockopt_plan9.go 18 // Set keep alive period.
  /prebuilts/go/linux-x86/src/net/
tcpsockopt_plan9.go 18 // Set keep alive period.
  /prebuilts/misc/windows/sdl2/test/
testsem.c 25 int alive = 1; variable
31 while (alive) {
48 alive = 0;
119 alive = 0;
  /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...]
  /external/compiler-rt/test/asan/TestCases/Darwin/
dead-strip.c 13 int alive[1] = {}; variable
19 alive[argc] = 0;
  /external/curl/tests/data/
test1074 16 Connection: Keep-Alive
52 Connection: Keep-Alive
  /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);
  /external/llvm/lib/Transforms/Scalar/
ADCE.cpp 77 SmallPtrSet<Instruction*, 32> Alive;
87 Alive.insert(&I);
104 if (Alive.insert(Inst).second)
114 // Check if the instruction is alive.
115 if (Alive.count(&I))
119 // Check if the scope of this variable location is alive.
127 // why isn't the scope of the location alive?
130 if (Alive.count(II))
  /external/skia/src/core/
SkPipe.h 30 // Ownership is not transferred, so caller must ceep the serializer alive
55 // Ownership is not transferred, so caller must ceep the deserializer alive
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpDeleteRequestTest.java 53 "Connection: keep-alive",
71 "Connection: keep-alive",
89 "Connection: keep-alive",
107 "Connection: keep-alive",
126 "Connection: keep-alive",
  /external/llvm/test/Transforms/DeadArgElim/
returned.ll 12 ; do not keep alive the return value of a function with a dead 'returned' argument
19 ; dummy to keep 'this' alive
30 ; keep alive return value of a function if the 'returned' argument is live
  /bionic/tests/
leak_test.cpp 54 bool alive = true; local
55 while (alive) {
56 alive = false;
60 alive = true;
  /external/autotest/client/site_tests/graphics_Sanity/
control 24 a basic check if the graphics system is alive.
  /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);
  /external/pdfium/core/fxge/ge/
cttfontdesc.h 27 // ret > 0, object still alive, other referrers.
  /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())) {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/
OtaService.java 24 * Service that keeps the ota process alive.
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
ProvisioningService.java 24 * Service that keeps the provisioning process alive.
  /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);
  /external/autotest/server/site_tests/brillo_WebservdSanity/
brillo_WebservdSanity.py 40 if r.text != 'Still alive, still alive!\n':
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
KeepAliveHttpsTransportSE.java 43 * ignores "Connection: close" request property setting and has "Connection: keep-alive" always set and is uses
53 serviceConnection.setRequestProperty("Connection", "keep-alive");

Completed in 2601 milliseconds

12 3 4 5 6 7 8 91011>>