/frameworks/base/services/java/com/android/server/am/ |
ServiceRecord.java | 75 final HashMap<IBinder, ArrayList<ConnectionRecord>> connections field in class:ServiceRecord 260 if (connections.size() > 0) { 261 pw.print(prefix); pw.println("All Connections:"); 262 Iterator<ArrayList<ConnectionRecord>> it = connections.values().iterator();
|
/libcore/luni/src/main/java/javax/sql/ |
DataSource.java | 35 * which produce connections with different characteristics:
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldUnixSocketTest.java | 85 // to an address on which nobody is accepting connections and the
|
/libcore/luni/src/test/java/libcore/javax/net/ |
ServerSocketFactoryTest.java | 103 fail("Failed to exhaust backlog after " + max + " connections!");
|
/packages/apps/Camera/res/raw/ |
backdropper.graph | 83 // Connections -----------------------------------------------
|
goofy_face.graph | 107 // Connections -----------------------------------------------
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
ShortcutRepository.java | 51 * Closes any database connections etc held by this object.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
LaunchConfigDelegate.java | 170 int connections = -1; local 173 connections = bridge.getConnectionAttemptCount(); 180 if (connections == -1 || restarts == -1) { 193 String.format("%1$s attempts have been made to reconnect.", connections),
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
ISettingsPage.java | 38 * Setting to force using http:// instead of https:// connections.
|
/system/bluetooth/data/ |
main.conf | 75 # The link policy for connections. By default it's set to 15(0x000f) which is
|
main.le.conf | 75 # The link policy for connections. By default it's set to 15(0x000f) which is
|
main.nonsmartphone.conf | 75 # The link policy for connections. By default it's set to 15(0x000f) which is
|
main.nonsmartphone.le.conf | 75 # The link policy for connections. By default it's set to 15(0x000f) which is
|
/external/bluetooth/glib/tests/ |
spawn-test.c | 119 if (strstr (output, "Active Connections") == 0) 121 printf ("output was '%s', should have contained 'Active Connections'\n",
|
/external/chromium/chrome/browser/ |
browser_main.h | 109 // A/B test for the maximum number of persistent connections per host. 115 // A/B test for the maximum number of connections per proxy server.
|
/external/chromium/chrome/common/extensions/docs/ |
messaging.html | 268 <a href="#connect">Long-lived connections</a> 360 <a href="#connect">long-lived connections</a> 428 <h2 id="connect">Long-lived connections</h2> 437 different types of connections. 475 In order to handle incoming connections, you need to set up a 482 what it looks like to respond to incoming connections: 514 Listening for incoming requests and connections is similar to the internal 533 // For long-lived connections:
|
/external/chromium/net/http/ |
http_stream_factory_impl_job.h | 237 // Force spdy for all connections. 240 // Force spdy only for SSL connections.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
asynctcpsocket.cc | 55 // connections on this socket, the corresponding port is still 56 // useful for outgoing connections.
|
/external/dbus/doc/ |
TODO | 63 feature to avoid massive proliferation of connections. 87 - if you send the same message to multiple connections, the serial number
|
/external/dnsmasq/src/ |
config.h | 72 #define TFTP_MAX_CONNECTIONS 50 /* max simultaneous connections */ 203 processes for TCP connections and disables the call-a-script on leasechange
|
/external/iptables/extensions/ |
libxt_connlimit.c | 24 " --connlimit-upto n match if the number of existing connections is 0..n\n" 25 " --connlimit-above n match if the number of existing connections is >n\n"
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack.h | 94 /* Current number of expected connections */ 243 /* Fake conntrack entry for untracked connections */
|
/external/webkit/Source/WebCore/webaudio/ |
AudioPannerNode.cpp | 77 // We override pullInputs(), so we can detect new AudioSourceNodes which have connected to us when new connections are made. 305 // For each input, go through all of its connections, looking for AudioBufferSourceNodes.
|
/frameworks/base/core/java/android/net/ |
NetworkStateTracker.java | 102 * @return a copy of this connections capabilities, may be empty but never null. 133 * connections. A value of {@code false} means that some quasi-permanent
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 201 * Allow mobile data connections. 206 * Disallow mobile data connections.
|