HomeSort by relevance Sort by last modified time
    Searched defs:KeepAlive (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/mojo/shell/
keep_alive.cc 13 KeepAlive::KeepAlive(Context* context) : context_(context) {
18 KeepAlive::~KeepAlive() {
23 base::Bind(&KeepAlive::MaybeQuit, context_));
28 void KeepAlive::MaybeQuit(Context* context) {
keep_alive.h 14 class KeepAlive;
21 friend class KeepAlive;
28 class KeepAlive {
30 explicit KeepAlive(Context* context);
31 ~KeepAlive();
38 DISALLOW_COPY_AND_ASSIGN(KeepAlive);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 47 static class KeepAlive extends Thread {
50 public KeepAlive(int sleepTime, int iterations) {
71 private KeepAlive createKeepAlive(String alg) {
74 KeepAlive keepalive = new KeepAlive(240000, 8); local
75 synchronized (keepalive) {
76 keepalive.start();
78 keepalive.wait();
83 return keepalive;
103 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
144 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
253 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
327 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 50 static class KeepAlive extends Thread {
53 public KeepAlive(int sleepTime, int iterations) {
72 private KeepAlive createKeepAlive(String alg) {
75 KeepAlive keepalive = new KeepAlive(240000, 8); local
76 synchronized (keepalive) {
77 keepalive.start();
79 keepalive.wait();
84 return keepalive;
116 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
146 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
238 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
295 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
    [all...]
  /external/chromium_org/net/socket/
socket_test_util.h     [all...]

Completed in 292 milliseconds