Searched
full:connected (Results
501 -
525 of
2892) sorted by null
<<21222324252627282930>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/chordal/ |
chordal_alg.py | 77 raise nx.NetworkXError('Multiply connected graphs not supported.') 163 The algorithm breaks the graph in connected components and performs a 196 for C in nx.connected.connected_component_subgraphs(G): 318 """Return the set of maximal cliques of a connected chordal graph."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/community/ |
kclique.py | 71 # Connected components of clique graph with perc edges
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/ |
vitality.py | 70 # remove edges connected to node n and keep list of edges with data
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
MultiTouchActivity.java | 146 boolean connected = binder.isEmuConnected(); 147 mImageView.setEnabled(connected); 148 updateStatus(connected ? "Emulator connected" : "Emulator disconnected");
|
SensorActivity.java | 160 boolean connected = binder.isEmuConnected(); 161 mTableLayout.setEnabled(connected); 162 updateStatus(connected ? "Emulated connected" : "Emulator disconnected");
|
/system/bt/bta/include/ |
bta_ag_co.h | 77 ** set up particular to the connected service.
|
/system/bt/btif/src/ |
btif_debug_conn.c | 54 return "CONNECTED ";
|
btif_gatt_test.c | 104 BOOLEAN connected, tGATT_DISCONN_REASON reason, tBT_TRANSPORT transport) 111 LOG_DEBUG("%s: conn_id=%d, connected=%d", __FUNCTION__, conn_id, connected); 112 test_cb.conn_id = connected ? conn_id : 0;
|
/system/bt/stack/avct/ |
avct_ccb.c | 88 /* control channel is down, but the browsing channel is still connected 0 disconnect it now */
|
/system/bt/test/suite/cases/ |
rfcomm.c | 57 TASSERT(!memcmp(&signal.bd_addr, &bt_remote_bdaddr, sizeof(bt_bdaddr_t)), "Connected to a different bdaddr than expected.");
|
/frameworks/base/services/core/java/com/android/server/display/ |
WifiDisplayController.java | 121 // The device to which we are currently connecting, or null if we have already connected 131 // The device to which we are currently connected, which means we have an active P2P group. 141 // Created after the Wifi P2P network is connected. 147 // True if RTSP has connected. 495 // Handle the case where the device to which we are connecting or connected 525 Slog.d(TAG, "connect: nothing to do, already connected to " 562 // Step 0. Stop scans if necessary to prevent interference while connected. [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
SensorCtsTestActivity.java | 80 // automated CTS tests run with the USB connected, so the AP doesn't go to sleep 81 // here we are not connected to USB, so we need to hold a wake-lock to avoid going to sleep
|
/cts/tests/tests/net/src/android/net/cts/ |
MultinetworkApiTest.java | 66 "This test requires that at least one network be connected. " + 67 "Please ensure that the device is connected to a network.",
|
/developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
MainActivity.java | 157 appendLog("Device connected"); 168 Log.d(TAG, "Connected to Google Api Service");
|
/developers/build/prebuilts/gradle/MediaBrowserService/ |
README.md | 10 When not connected to a car, the app has a very simple UI that browses 12 connected to Android Auto, the same service provides data and callback
|
/developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/ |
DeviceListFragment.java | 77 case WifiP2pDevice.CONNECTED: 78 return "Connected";
|
MainActivity.java | 221 * already connected. Else, request WifiP2pManager to abort the ongoing 228 || fragment.getDevice().status == WifiP2pDevice.CONNECTED) {
|
/developers/samples/android/media/MediaBrowserService/ |
README.md | 10 When not connected to a car, the app has a very simple UI that browses 12 connected to Android Auto, the same service provides data and callback
|
/developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
MainActivity.java | 157 appendLog("Device connected"); 168 Log.d(TAG, "Connected to Google Api Service");
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
DeviceListFragment.java | 77 case WifiP2pDevice.CONNECTED: 78 return "Connected";
|
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/ |
MainActivity.java | 157 appendLog("Device connected"); 168 Log.d(TAG, "Connected to Google Api Service");
|
/device/generic/goldfish/libqemu/ |
test_guest_2.c | 141 printf("Connected to tcp:localhost:%d\n", port); 148 printf("Connected to '%s' pipe\n", pipeName);
|
/external/deqp/android/scripts/ |
install.py | 80 common.die('No devices connected') 84 print "More than one device connected:"
|
/external/kernel-headers/original/uapi/asm-generic/ |
errno.h | 79 #define EISCONN 106 /* Transport endpoint is already connected */ 80 #define ENOTCONN 107 /* Transport endpoint is not connected */
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
errno.h | 87 #define EISCONN 133 /* Transport endpoint is already connected */ 88 #define ENOTCONN 134 /* Transport endpoint is not connected */
|
Completed in 157 milliseconds
<<21222324252627282930>>