Searched refs:connections (Results 26 - 36 of 36) sorted by relevance

12

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DConnectionPoolTest.java352 // Add 3 connections to the pool.
387 // Add 3 connections to the pool.
395 // With no method calls made to the pool it will not clean up any connections.
401 // Change the pool into a mode that will clean up connections.
412 // All connections should have drained.
449 private void assertPooled(ConnectionPool pool, Connection... connections) throws Exception { argument
450 assertEquals(Arrays.asList(connections), pool.getConnections());
/external/chromium_org/storage/browser/database/
H A Ddatabase_tracker.h123 void CloseDatabases(const DatabaseConnections& connections);
228 // connections within this origin are open, or if |force| is true, delete
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport.h122 // connections to similar mechanisms of the other client. Subclasses of this
219 // can't be used in establishing the connections. When port is in shared mode
225 // Returns a map containing all of the connections of this port, keyed by the
228 const AddressMap& connections() { return connections_; } function in class:cricket::Port
268 // Called if the port has no connections and is no longer useful.
356 // Called when one of our connections deletes itself.
446 // be false for TCP connections.
H A Dtransport.cc689 size_t connections = channel->GetConnectionCount(); local
690 if (connections == 0) {
692 // connections.
702 // connections.
H A Dport_unittest.cc779 // Destroy the connections.
1268 EXPECT_EQ(0U, ports[0]->connections().size());
1272 EXPECT_EQ(1U, ports[0]->connections().size());
1282 EXPECT_EQ(0U, ports[2]->connections().size());
1286 EXPECT_EQ(1U, ports[2]->connections().size());
/external/chromium_org/third_party/libevent/
H A Dhttp.c485 * persistent connections to work.
644 * layer like timeouts we just drop the connections.
1001 TAILQ_REMOVE(&http->connections, evcon, next);
2269 event_debug(("Bound to port %d - Awaiting connections ... ",
2318 TAILQ_INIT(&http->connections);
2369 while ((evcon = TAILQ_FIRST(&http->connections)) != NULL) {
2601 /* the timeout can be used by the server to close idle connections */
2610 TAILQ_INSERT_TAIL(&http->connections, evcon, next);
/external/chromium_org/third_party/libevent/test/
H A Dregress_http.c459 * if our connections are not supposed to be persistent; request
951 if (TAILQ_FIRST(&http->connections) != NULL) {
952 fprintf(stdout, "FAILED (left connections)\n");
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp3162 // as long as they are unambiguous to mark connections as done
4250 // count number of connections which are not done
4260 int connections = 0;
4261 connections += first > 0 && !fTs[first - 1].fDone;
4263 connections += !fTs[test].fDone;
4266 connections += !other->fTs[oIndex].fDone;
4267 connections += oIndex > 0 && !other->fTs[oIndex - 1].fDone;
4269 // SkASSERT(!(connections & 1));
/external/skia/experimental/Intersection/
H A DSimplify.cpp3162 // as long as they are unambiguous to mark connections as done
4250 // count number of connections which are not done
4260 int connections = 0;
4261 connections += first > 0 && !fTs[first - 1].fDone;
4263 connections += !fTs[test].fDone;
4266 connections += !other->fTs[oIndex].fDone;
4267 connections += oIndex > 0 && !other->fTs[oIndex - 1].fDone;
4269 // SkASSERT(!(connections & 1));
/external/iproute2/doc/
H A Dip-cref.tex776 be used by newly created connections.
1314 destinations when establishing TCP connections. If it is not given,
1334 --- [2.5.70+ only] Initial congestion window size for connections to
1341 +--- [2.6.33+ only] Initial receive window size for connections to
2850 is the requirement that the router keep the state of all the TCP connections
/external/chromium_org/third_party/sqlite/src/
H A Dconfigure1568 --enable-cross-thread-connections
12559 # Check whether --enable-cross-thread-connections was given.
12566 { $as_echo "$as_me:$LINENO: checking whether to allow connections to be shared across threads" >&5
12567 $as_echo_n "checking whether to allow connections to be shared across threads... " >&6; }

Completed in 1085 milliseconds

12