/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 646 self.assertFalse(server.connected) 649 #self.assertFalse(client.connected) 654 self.assertFalse(server.connected) 656 self.assertTrue(client.connected) 661 self.assertFalse(server.connected) 663 self.assertFalse(client.connected) 668 self.assertFalse(server.connected)
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Channel.java | 143 /** Service-side emulator is connected. */ 197 * This method is invoked when this channel is fully connected with its 292 * Checks if this channel is connected with the emulator. 294 * @return true if this channel is connected with the emulator, or false if it is 295 * not connected. 319 Logv("Channel " + mChannelName + " is now connected with the emulator."); 323 // Let the derived class know that emulator is connected, and start the
|
/system/bt/bta/gatt/ |
bta_gatts_act.c | 45 BOOLEAN connected, tGATT_DISCONN_REASON reason, 915 BOOLEAN connected, tGATT_DISCONN_REASON reason, 919 UINT8 evt = connected ? BTA_GATTS_CONNECT_EVT: BTA_GATTS_DISCONNECT_EVT; 922 APPL_TRACE_DEBUG ("bta_gatts_conn_cback gatt_if=%d conn_id=%d connected=%d reason = 0x%04d", 923 gatt_if, conn_id, connected, reason); 929 if (connected) 941 if (connected)
|
/external/llvm/lib/Analysis/ |
LazyCallGraph.cpp | 229 // The set of SCCs that are connected to the caller, and thus will 230 // participate in the merged connected component. 246 // whether it was connected so we don't have to check the rest of the 256 // We fully explore the depth-first space, adding nodes to the connected 266 // added to the connected set now that we've processed all of its parents. 273 "Cannot have a connected depth greater than the DFS depth!"); 286 // a connected set with the inserted edge, merge all of them into this SCC. 289 // connected SCCs. 393 // Check if we have reached a node in the new (known connected) set of
|
/libcore/luni/src/main/java/java/net/ |
HttpURLConnection.java | 131 * the socket to a pool of connected sockets. This behavior can be disabled by 675 * if this is called after connected, or the method is not 681 if (connected) { 763 * if already connected or another mode already set. 769 if (super.connected) { 770 throw new IllegalStateException("Already connected"); 808 * @throws IllegalStateException if already connected or another mode 812 if (super.connected) { 813 throw new IllegalStateException("Already connected");
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
SapServer.java | 54 DISCONNECTED, CONNECTING, CONNECTING_CALL_ONGOING, CONNECTED, 364 if(mState == SAP_STATE.CONNECTED 378 if(mState != SAP_STATE.CONNECTED) { 379 Log.w(TAG, "Message received in STATE != CONNECTED - state = " 412 /* In case of e.g. a RFCOMM close while connected: 710 changeState(SAP_STATE.CONNECTED); [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/ |
random_graphs.py | 297 Each node is connected to k nearest neighbors in ring topology 306 connected with its k nearest neighbors (k-1 neighbors if k is odd). 362 Each node is connected to k nearest neighbors in ring topology 376 connected with its k nearest neighbors (k-1 neighbors if k is odd). 384 is not guaranteed to be connected as in connected_watts_strogatz_graph(). 424 """Return a connected Watts-Strogatz small-world graph. 426 Attempt to generate a connected realization by repeated 435 Each node is connected to k nearest neighbors in ring topology 439 Number of attempts to generate a connected graph.
|
/system/bt/bta/av/ |
bta_av_main.c | 857 ** channel is connected & already started. 874 /* more than one audio channel is connected */ [all...] |
/system/bt/btif/src/ |
btif_sock_l2cap.c | 85 unsigned connected :1; //is connected? member in struct:l2cap_socket 331 sock->connected = FALSE; 488 accept_rs->connected = TRUE; 535 accept_rs->connected = TRUE; 571 sock->connected = TRUE; 590 sock->connected = TRUE; 1002 if (sock->connected) { [all...] |
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/ |
BluetoothLeService.java | 79 Log.i(TAG, "Connected to GATT server."); 218 // Previously connected device. Try to reconnect. 309 * Retrieves a list of supported GATT services on the connected device. This should be
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/ |
BluetoothLeService.java | 79 Log.i(TAG, "Connected to GATT server."); 218 // Previously connected device. Try to reconnect. 309 * Retrieves a list of supported GATT services on the connected device. This should be
|
/development/apps/Development/res/values/ |
strings.xml | 216 <string name="binding_connected_format">Connected to Sync Adapter\n\tauthority: %1$s\n\taccount type: %2$s</string> 217 <string name="binding_not_connected">Not connected to a sync adapter</string> 219 <string name="binding_waiting_for_connection">Waiting for service to be connected...</string>
|
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/ |
BluetoothHDPActivity.java | 108 mConnectIndicator.setText(R.string.connected); 306 Log.d(TAG, "Health Service not connected."); 323 Log.d(TAG, "Health Service not connected.");
|
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
BluetoothLeService.java | 79 Log.i(TAG, "Connected to GATT server."); 218 // Previously connected device. Try to reconnect. 309 * Retrieves a list of supported GATT services on the connected device. This should be
|
/docs/source.android.com/src/accessories/ |
aoa2.jd | 27 <p>In order for an accessory to determine if a connected Android device supports accessories and at 101 devices like USB mice and keyboards. Normally, the HID device is a peripheral connected to a USB 190 dialogs from appearing after the device and accessory are connected, the accessory can simply not
|
/external/apache-http/src/org/apache/commons/logging/ |
package.html | 31 instance is connected to a corresponding Log4J Logger.</li> 34 <a href="Log.html">Log</a> instance is connected to a corresponding 38 connected to a corresponding LogKit <code>Logger</code>.</li>
|
/external/google-breakpad/src/client/windows/crash_generation/ |
crash_generation_server.h | 126 // Server is connected successfully. 187 // Callback for pipe connected event. 244 // Context for client connected callback.
|
/external/libnfc-nci/src/nfa/include/ |
nfa_p2p_api.h | 170 tNFA_P2P_CONN connected; /* NFA_P2P_CONNECTED_EVT */ member in union:__anon12851 471 ** Well-Known Service list encoded as a 16-bit field of connected LLCP. 486 ** on connected remote LLCP.
|
/external/opencv/cv/include/ |
cvtypes.h | 66 /**************************** Connected Component **************************************/ 70 double area; /* area of the connected component */ 71 CvScalar value; /* average color of the connected component */
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothPan.java | 221 * device is already connected or Bluetooth is not turned on. 254 * Bluetooth device is not in connected state etc. When this API returns, 370 if (DBG) Log.d(TAG, "BluetoothPAN Proxy object connected");
|
/frameworks/base/core/java/android/hardware/hdmi/ |
HdmiTvClient.java | 156 * Returns all the CEC devices connected to TV. 158 * @return list of {@link HdmiDeviceInfo} for connected CEC devices. 414 * Sends MHL vendor command to the device connected to a port of the given portId.
|
/frameworks/base/docs/html/tools/building/ |
building-eclipse.jd | 100 <li>Ensure that your development computer can detect your device when connected via USB</li> 106 <p>Once set up and your device is connected via USB, install your application on the device by 113 connected device to use, and so on. When you first run a project as an <em>Android
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
CameraBinderTest.java | 179 Log.v(TAG, String.format("Camera %s connected", cameraId)); 204 Log.v(TAG, String.format("Camera %s connected as HAL1 legacy device", cameraId)); 294 Log.v(TAG, String.format("Camera %s connected", cameraId));
|
/frameworks/base/services/core/java/com/android/server/ |
ServiceWatcher.java | 70 private IBinder mBinder; // connected service 74 * Whether the currently-connected service is multiuser-aware. This can change at run-time 332 if (D) Log.d(mTag, packageName + " connected");
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecLocalDevicePlayback.java | 148 void onHotplug(int portId, boolean connected) { 152 if (WAKE_ON_HOTPLUG && connected && mService.isPowerStandbyOrTransient()) { 155 if (!connected) {
|