Searched refs:connected (Results 1 - 25 of 37) sorted by relevance

12

/external/apache-http/src/org/apache/http/conn/routing/
H A DRouteTracker.java70 private boolean connected; field in class:RouteTracker
123 if (this.connected) {
124 throw new IllegalStateException("Already connected.");
126 this.connected = true;
134 * @param proxy the proxy connected to
142 if (this.connected) {
143 throw new IllegalStateException("Already connected.");
145 this.connected = true;
158 if (!this.connected) {
159 throw new IllegalStateException("No tunnel unless connected
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DSocketConnector.java62 private AtomicBoolean connected = new AtomicBoolean(false); field in class:SocketConnector
76 connected.set(true);
98 connected.set(false);
131 if( !connected.get() ) {
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpConnector.java55 private AtomicBoolean connected = new AtomicBoolean(false); field in class:UdpConnector
76 connected.set(true);
97 connected.set(false);
125 if( !connected.get() ) {
H A DUdpEndpoint.java59 private boolean connected = true; // it's connectionless but we track logical state field in class:UdpEndpoint
92 connected = false;
112 return connected;
118 throw new KernelException( "Endpoint is not connected:" + this );
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DRouteDatabase.java37 public synchronized void connected(Route route) { method in class:RouteDatabase
/external/opencv/cvaux/src/
H A Dcvclique.cpp105 void _FillAdjMatrix( CvGraph* graph, int** connected, int reverse )
112 connected[i][j] = 0|reverse;
114 //memset( connected[i], 0, sizeof(int)*graph->total );
118 connected[i][i] = 1;
122 connected[i][NUMBER(v)] = 1^reverse;
264 int** connected = finder->adj_matr;
314 if ( !connected[p][old[j]] )
360 if (connected[sel][old[i]])
375 if (connected[sel][old[i]])
467 if( !connected[fix
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnection.java39 * <p>Typically instances of this class are created, connected and exercised
65 private boolean connected = false; field in class:Connection
137 if (connected) throw new IllegalStateException("already connected");
172 connected = true;
190 client.routeDatabase().connected(getRoute());
198 return connected;
208 * is not currently connected.
295 if (!connected) throw new IllegalStateException("setTimeouts - not connected");
[all...]
/external/libvncserver/webclients/novnc/include/
H A Dui.js101 return "You are currently connected.";
319 // Settings with immediate (non-connected related) effect
414 var connected = UI.rfb_state === 'normal' ? true : false;
417 $D('noVNC_encrypt').disabled = connected;
418 $D('noVNC_true_color').disabled = connected;
421 $D('noVNC_cursor').disabled = connected;
426 $D('noVNC_shared').disabled = connected;
427 $D('noVNC_view_only').disabled = connected;
428 $D('noVNC_connectTimeout').disabled = connected;
429 $D('noVNC_path').disabled = connected;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DBuildsView.java462 boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
465 this.updateBuild.setEnabled(connected);
472 this.updateAllBuilds.setEnabled(connected);
490 boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
497 System.out.println(" - connected = "+connected);
502 final boolean sameConnection = connected == DB_Results.DB_CONNECTION;
535 boolean updated = DB_Results.updateDbConstants(connected, eclipseVersion, databaseLocation);
539 if (!connected) {
545 message.append( connected
[all...]
H A DPerformancesView.java192 boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
193 DB_Results.updateDbConstants(connected, eclipseVersion, databaseLocation);
516 // boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
517 // DB_Results.updateDbConstants(connected, eclipseVersion, databaseLocation);
523 // boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
525 // DB_Results.updateDbConstants(connected, eclipseVersion, newValue);
531 // boolean connected = newValue == null ? IPerformancesConstants.DEFAULT_DATABASE_CONNECTION : newValue.equals(Boolean.TRUE);
534 // DB_Results.updateDbConstants(connected, eclipseVersion, databaseLocation);
667 // DB is not connected
669 title = "Eclipse v" + version + " - DB not connected";
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf29 // On a machine connected to the Internet or other large open network,
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
H A DHttpURLConnectionImpl.java69 * <h3>What does 'connected' mean?</h3>
70 * This class inherits a {@code connected} field from the superclass. That field
72 * currently connected. Instead, it indicates whether a connection has ever been
101 * connected yet, or if the most recent connection was HTTP (and not HTTPS).
218 if (connected) {
305 connected = true;
505 if (connected) {
539 if (connected) {
596 if (super.connected) throw new IllegalStateException("Already connected");
[all...]
H A DDelegatingHttpsURLConnection.java88 connected = true;
/external/libnfc-nci/src/nfa/include/
H A Dnfa_cho_api.h47 #define NFA_CHO_CONNECTED_EVT 0x03 /* data link connected */
179 tNFA_CHO_CONNECTED connected; /* NFA_CHO_CONNECTED_EVT */ member in union:__anon8476
H A Dnfa_p2p_api.h170 tNFA_P2P_CONN connected; /* NFA_P2P_CONNECTED_EVT */ member in union:__anon8524
471 ** Well-Known Service list encoded as a 16-bit field of connected LLCP.
486 ** on connected remote LLCP.
/external/kernel-headers/original/uapi/video/
H A Dadf.h93 * @connected: whether a display is now connected to the interface
97 __u8 connected; member in struct:adf_hotplug_event
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_act.c379 evt_data.connected.client_handle = (NFA_HANDLE_GROUP_P2P | local_sap);
380 evt_data.connected.conn_handle = (NFA_HANDLE_GROUP_P2P | NFA_P2P_HANDLE_FLAG_CONN | xx);
381 evt_data.connected.remote_sap = p_data->connect_resp.remote_sap;
382 evt_data.connected.remote_miu = p_data->connect_resp.miu;
383 evt_data.connected.remote_rw = p_data->connect_resp.rw;
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DSelectorManager.java625 boolean connected=false;
628 connected=channel.finishConnect();
636 if (connected)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DDB_Results.java163 * @param connected Tells whether the database should be connected or not.
168 public static boolean updateDbConstants(boolean connected, int eclipseVersion, String databaseLocation) { argument
169 if (DB_CONNECTION != connected || DB_LOCATION == null || DB_NAME == null ||
174 DB_CONNECTION = connected;
179 if (connected) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java55 connected = true;
64 connected = true;
/external/valgrind/coregrind/m_gdbserver/
H A Dserver.c644 const Bool connected = remote_connected(); local
648 if (!connected)
651 if (!connected) {
1037 qSupported packets. If a user first connected with a recent
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/iproute2/ip/
H A Diproute.c1356 int connected = 0; local
1414 } else if (matches(*argv, "connected") == 0) {
1415 connected = 1;
1467 if (connected && !from_ok) {
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex160 Flowinfo received and latched by a connected TCP socket also may be fetched
173 cached at flow setup (see below). However, for connected sockets
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
H A DJavaApiConverter.java65 * to supply the data. The URLConnection is assumed to already be connected. If this method
264 * where a connection is already connected and access to the headers has been lost.
545 this.connected = true;

Completed in 773 milliseconds

12