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

1 2 34 5 6 7 8 91011>>

  /external/tcpdump/tests/
isakmp4.out 18 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
23 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
28 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
34 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
  /external/webrtc/webrtc/
audio_state.h 32 // AudioState will tickle the VoE refcount to keep it alive for as long as
  /frameworks/base/core/tests/coretests/src/android/view/
RunQueueTest.java 57 assertFalse("The view tree observer is still alive", activity.viewTreeObserver.isAlive());
  /frameworks/native/libs/vr/libvrflinger/
epoll_event_dispatcher.h 47 // references alive that may be bound in the std::function instances. It is
  /packages/apps/Contacts/src/com/android/contacts/util/
EmptyService.java 24 * Background {@link Service} that is used to keep our process alive long enough
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
PairedTask.java 23 * is still alive. Instances of this class make no progress.
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
Constants.java 23 * Background {@link Service} that is used to keep our process alive long enough
  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 201 // Trim the local variable to the instructions at which it is alive.
224 // Trim the local variable type to the instructions at which it is alive.
261 * Returns whether the given variables are never alive at the same time.
317 * the given variable goes alive.
336 * which the given variable is still alive.
  /external/libcxx/test/support/
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/llvm/lib/Analysis/
DemandedBits.cpp 109 // The alive bits of the input are the swapped alive bits of
278 // For integer-valued instructions, set up an initial empty set of alive
313 DEBUG(dbgs() << " Alive Out: " << AOut);
321 // Compute the set of alive bits for each operand. These are anded into the
322 // existing set, if any, and if that changes the set of alive bits, the
334 // Bits of each operand that are used to compute alive bits of the
335 // output are alive, all others are dead.
341 // If we've added to the set of alive bits (or the operand has not
  /build/soong/ui/build/
signal.go 58 log.Println("Still alive, killing subprocesses...")
63 log.Println("Still alive, cleaning up...")
  /external/apache-http/src/org/apache/http/
ConnectionReuseStrategy.java 37 * Interface for deciding whether a connection should be kept alive.
62 * may be relevant for the keep-alive strategy: the actual HTTP
  /external/apache-http/src/org/apache/http/conn/
ConnectionReleaseTrigger.java 64 * Releases the connection with the option of keep-alive. This is a
79 * Releases the connection without the option of keep-alive.
  /external/apache-http/src/org/apache/http/protocol/
RequestConnControl.java 41 * A request interceptor that suggests connection keep-alive to the server.
66 // Default policy is to keep connection alive
  /external/iputils/
iputils.spec 6 Summary: The ping program for checking to see if network hosts are alive.
21 specified network host and can tell you if that machine is alive and
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
copy.pass.cpp 78 assert(T::alive == 1);
80 assert(T::alive == 0);
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
const_T.pass.cpp 65 assert(T::alive == 2);
76 assert(T::alive == 2);
  /external/ltp/testcases/kernel/controllers/freezer/
00_description.txt 5 state. We expect the process to still be alive as we cleanup the test.
37 We expect the process to still be alive as we cleanup the test.
  /external/protobuf/python/google/protobuf/pyext/
extension_dict.h 65 // reference to it in order to keep it alive as long as there's a
95 // references alive.
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceHalTest.java 255 // Check that service is still alive.
299 // Check that service is still alive.
336 // Check that service is still alive.
373 // Check that service is still alive.
410 // Check that service is still alive.
449 // Check that service is still alive.
490 // Check that service is still alive.
533 // Check that service is still alive.
672 // Check that service is still alive.
717 // Check that service is still alive
    [all...]
  /system/vold/
VolumeBase.h 121 /* ID that uniquely references volume while alive */
123 /* ID that uniquely references parent disk while alive */
  /art/compiler/optimizing/
ssa_liveness_analysis_test.cc 145 // Environment uses do not keep the non-reference argument alive.
147 // Environment uses keep the reference argument alive.
218 // Environment use in HDeoptimize keeps even the non-reference argument alive.
220 // Environment uses keep the reference argument alive.
  /art/test/039-join-main/src/
Main.java 36 // Keep the thread alive a little longer, giving the other thread a chance to join on a
  /art/test/080-oom-throw-with-finalizer/src/
Main.java 59 // Keep holder alive to make instance OOM happen faster.
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
app.h 50 /* Value is non-zero when application is alive, and 0 when it is closing.

Completed in 1740 milliseconds

1 2 34 5 6 7 8 91011>>