HomeSort by relevance Sort by last modified time
    Searched refs:connections (Results 26 - 50 of 77) sorted by null

12 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_epoll.py 47 self.connections = [self.serverSocket]
51 for skt in self.connections:
65 self.connections.extend((client, server))
test_cpickle.py 206 n.connections = list(nodes)
207 n.connections.remove(n)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_epoll.py 47 self.connections = [self.serverSocket]
51 for skt in self.connections:
65 self.connections.extend((client, server))
test_cpickle.py 206 n.connections = list(nodes)
207 n.connections.remove(n)
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java 117 * All currently bound service connections. Keys are the IBinder of
618 for (int i=0; i<clientProc.connections.size(); i++) {
619 final ConnectionRecord conn = clientProc.connections.valueAt(i);
646 for (int conni=sr.connections.size()-1; conni>=0 && !anyClientActivities; conni--) {
647 ArrayList<ConnectionRecord> clist = sr.connections.valueAt(conni);
759 ArrayList<ConnectionRecord> clist = s.connections.get(binder);
762 s.connections.put(binder, clist);
765 b.connections.add(c);
767 if (activity.connections == null)
    [all...]
ServiceRecord.java 80 final ArrayMap<IBinder, ArrayList<ConnectionRecord>> connections field in class:ServiceRecord
283 if (connections.size() > 0) {
284 pw.print(prefix); pw.println("All Connections:");
285 for (int conni=0; conni<connections.size(); conni++) {
286 ArrayList<ConnectionRecord> c = connections.valueAt(conni);
369 // connections directly in the service.
370 for (int conni=connections.size()-1; conni>=0; conni--) {
371 ArrayList<ConnectionRecord> cr = connections.valueAt(conni);
ProcessRecord.java 143 final ArraySet<ConnectionRecord> connections field in class:ProcessRecord
347 if (connections.size() > 0) {
348 pw.print(prefix); pw.println("Connections:");
349 for (int i=0; i<connections.size(); i++) {
350 pw.print(prefix); pw.print(" - "); pw.println(connections.valueAt(i));
478 for (int i=connections.size()-1; i>=0; i--) {
479 ConnectionRecord cr = connections.valueAt(i);
ActivityRecord.java 134 HashSet<ConnectionRecord> connections; // All ConnectionRecord we hold field in class:ActivityRecord
304 if (connections != null) {
305 pw.print(prefix); pw.print("connections="); pw.println(connections);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
gcm_internals_ui.cc 45 const std::vector<gcm::ConnectionActivity>& connections,
47 std::vector<gcm::ConnectionActivity>::const_iterator it = connections.begin();
48 for (; it < connections.end(); ++it) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 548 // to listners, to allow connections from this port.
660 std::vector<Connection*> connections; local
669 for (iter = ports[i]->connections().begin();
670 iter != ports[i]->connections().end();
672 connections.push_back(iter->second);
677 << connections.size() << " connections";
679 for (size_t i = 0; i < connections.size(); ++i)
680 connections[i]->Destroy();
682 if (running_ || (ports.size() > 0) || (connections.size() > 0)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 35 * Handles multiple simultaneous IRC server connections.
82 # send data asynchronously to the server (and DCC connections)
83 # (maybe) automatically close unused, passive DCC connections after a while
97 """Class that handles one or several IRC server connections.
100 Connection objects that represent the IRC connections. The
102 framework for the connections and to keep the connections alive.
158 self.connections = []
168 self.connections.append(c)
181 for c in self.connections
    [all...]
  /external/chromium_org/remoting/webapp/
plugin_settings.js 44 /** @type {boolean} Whether to use TLS on connections to the XMPP server. */
host_it2me_dispatcher.js 82 * @param {boolean} xmppServerUseTls Whether to use TLS on connections to the
session_connector.js 102 * For paired connections, the client id of this device, issued by the host.
110 * For paired connections, the paired secret for this device, issued by the
  /external/nanohttpd/
README.md 20 * Doesn't limit bandwidth, request time or simultaneous connections.
24 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served over a single socket connection.
  /external/chromium_org/content/browser/resources/media/
webrtc_internals.js 101 // Requests stats from all peer connections every second.
211 * Adds the information of all peer connections created so far.
214 * connections. Each array item contains pid, lid, url, servers,
  /external/chromium_org/third_party/sqlite/src/
configure.ac 259 AC_ARG_ENABLE(cross-thread-connections,
260 AC_HELP_STRING([--enable-cross-thread-connections],[Allow connection sharing across threads]),,enable_xthreadconnect=no)
261 AC_MSG_CHECKING([whether to allow connections to be shared across threads])
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 8 * 42492 for connections, then accepts URLs and returns strings of the
24 PORT_NUMBER : 42492, // port to listen for connections on
40 * Listener to accept incoming connections
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 99 struct tncs_data *connections; member in struct:tncs_global
128 tncs = tncs_global_data->connections;
1077 tncs->next = tncs_global_data->connections;
1078 tncs_global_data->connections = tncs;
1096 conn = tncs_global_data->connections;
1102 tncs_global_data->connections = tncs->next;
  /external/chromium_org/webkit/browser/database/
database_tracker.cc 186 void DatabaseTracker::CloseDatabases(const DatabaseConnections& connections) {
188 DCHECK(!is_initialized_ || connections.IsEmpty());
195 // We need to examine what we have in connections for the
199 connections.ListConnections(&open_dbs);
205 database_connections_.RemoveConnections(connections, &closed_dbs);
database_tracker.h 123 void CloseDatabases(const DatabaseConnections& connections);
228 // connections within this origin are open, or if |force| is true, delete
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_input_handler.js 122 * Starts to listen for connections from the ChromeOS braille IME.
381 * connections from the ChromeOS builtin Braille IME and ignores connections
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 352 // Add 3 connections to the pool.
416 private void assertPooled(ConnectionPool pool, Connection... connections) throws Exception {
417 assertEquals(Arrays.asList(connections), pool.getConnections());
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 799 self.connections = {}
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.h 113 // connections to similar mechanisms of the other client. Subclasses of this
209 // can't be used in establishing the connections. When port is in shared mode
215 // Returns a map containing all of the connections of this port, keyed by the
218 const AddressMap& connections() { return connections_; } function in class:cricket::Port
258 // Called if the port has no connections and is no longer useful.
345 // Called when one of our connections deletes itself.
435 // be false for TCP connections.

Completed in 1322 milliseconds

12 3 4