Searched defs:isAlive (Results 1 - 18 of 18) sorted by relevance

/external/parameter-framework/upstream/test/test-subsystem/
H A DTESTSubsystem.cpp42 // Directory for isAlive and NeedResync files
61 bool CTESTSubsystem::isAlive() const function in class:CTESTSubsystem
64 return read(std::string(gacFwNamePropName) + "/isAlive") == "true";
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.hpp116 bool isAlive; member in struct:rr::FragmentProcessor::SampleData
/external/jetty/src/java/org/eclipse/jetty/server/
H A DShutdownMonitor.java147 if (isAlive())
316 if (thread != null && thread.isAlive())
328 if (thread != null && thread.isAlive())
340 if (thread != null && thread.isAlive())
353 if (thread != null && thread.isAlive())
368 protected boolean isAlive () method in class:ShutdownMonitor
373 result = (thread != null && thread.isAlive());
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnection.java407 boolean isAlive() { method in class:Connection
414 * #isAlive()}; callers should check {@link #isAlive()} first.
/external/parameter-framework/upstream/parameter/
H A DSubsystem.cpp83 bool CSubsystem::isAlive() const function in class:CSubsystem
/external/sl4a/Common/src/com/googlecode/android_scripting/
H A DProcess.java110 if (isAlive()) {
163 if (isAlive()) {
169 public boolean isAlive() { method in class:Process
175 if (!isAlive()) {
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransactionStack.java1881 public boolean isAlive() { method in class:SIPTransactionStack
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java1940 public final boolean isAlive() { method in class:NanoHTTPD
1941 return wasStarted() && !this.myServerSocket.isClosed() && this.myThread.isAlive();
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 758 milliseconds