HomeSort by relevance Sort by last modified time
    Searched full:connected (Results 851 - 875 of 2892) sorted by null

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/connectivity/
cuts.py 231 raise nx.NetworkXError('Input graph is not connected')
238 raise nx.NetworkXError('Input graph is not connected')
340 raise nx.NetworkXError('Input graph is not connected')
361 raise nx.NetworkXError('Input graph is not connected')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/
geometric.py 37 in the unit cube Two nodes `u,v` are connected with an edge if
110 Two nodes `u,v` are connected with an edge if
204 in a rectangular domain. Two nodes u,v are connected with an edge
311 The diameter of short range connections. Each node is connected
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/tests/
test_classic.py 120 # complete_graph(m) is a connected graph with
132 # complete_graph(m) is a connected graph with
158 # complete_bipartite_graph(m1,m2) is a connected graph with
251 """grid_graph([n,m]) is a connected simple graph with the
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 35 * Connects to a device using ddmlib and dumps its event log as long as the device is connected.
  /system/bt/bta/include/
bta_ag_api.h 91 #define BTA_AG_IN_CALL_CONN_RES 12 /* Incoming phone call connected */
95 #define BTA_AG_OUT_CALL_CONN_RES 16 /* Outgoing phone call connected */
96 #define BTA_AG_CALL_CANCEL_RES 17 /* Incoming/outgoing 3-way canceled before connected */
474 ** Description Opens an audio connection to the currently connected
  /system/bt/btif/co/
bta_ag_co.c 112 ** set up particular to the connected service.
  /system/bt/stack/gap/
gap_int.h 128 BOOLEAN connected; member in struct:__anon69371
  /system/bt/test/suite/support/
gatt.c 156 void btgatts_connection_cb(int conn_id, int server_if, int connected, bt_bdaddr_t *bda) {
  /system/core/adb/
protocol.txt 15 a device or emulator that is connected to the bridge.
122 connected to the recipient's stream identified by remote-id.
223 ID numbers such that only one stream may be connected to a bootloader
264 connected the client is talking to that (remote or local) service.
  /system/core/adf/libadfhwc/include/adfhwc/
adfhwc.h 37 void (*hotplug)(void *data, int disp, bool connected);
  /system/core/include/cutils/
sockets.h 91 * connected local socket (e.g. AF_LOCAL) and returns whether the peer
  /system/netd/server/
NetworkController.h 79 // |nexthop| can be NULL (to indicate a directly-connected route), "unreachable" (to indicate a
  /system/vold/
vdc.c 112 printf("[Connected to Vold]\n");
  /frameworks/base/docs/html/about/versions/
android-3.1.jd 52 integrating connected peripherals with applications running on the platform.
56 discover, communicate with, and manage a variety of device types connected over
64 <li>A <em>USB device</em> is a piece of connected hardware that depends on the
67 <li>A <em>USB accessory</em> is a piece of connected hardware that has a USB
93 hardware connected as a USB device (with the Android-powered device acting as
96 connected as the USB host (with the Android-powered device acting as a USB
145 with connected cameras and other PTP devices. The new API makes it easy for an
156 connected over the USB host bus. An application can instantiate an object of
173 lets an application open a connected MTP/PTP device. </li>
    [all...]
  /bionic/libc/include/sys/
_errdefs.h 143 __BIONIC_ERRDEF( EISCONN , 106, "Transport endpoint is already connected" )
144 __BIONIC_ERRDEF( ENOTCONN , 107, "Transport endpoint is not connected" )
  /development/ndk/platforms/android-3/include/sys/
_errdefs.h 142 __BIONIC_ERRDEF( EISCONN , 106, "Transport endpoint is already connected" )
143 __BIONIC_ERRDEF( ENOTCONN , 107, "Transport endpoint is not connected" )
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
WiFiDirectActivity.java 235 * already connected. Else, request WifiP2pManager to abort the ongoing
242 || fragment.getDevice().status == WifiP2pDevice.CONNECTED) {
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 319 Log.d(TAG, "Connected as group owner");
330 Log.d(TAG, "Connected as peer");
  /external/apache-http/src/org/apache/http/conn/
OperatedClientConnection.java 113 * the unconnected socket that will be connected before
127 * be connected.
  /external/bison/lib/
strerror-override.c 79 return "Transport endpoint is already connected";
81 return "Transport endpoint is not connected";
  /external/iproute2/man/man8/
tc-sfq.8 175 for when connected to a switch and trying to send data to a congested segment also
176 connected to the switch.
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintHelper.java 106 //loading constraints connected with the object's bones
131 //loading constraints connected with the object itself
  /external/libnfc-nci/src/nfa/include/
nfa_cho_api.h 47 #define NFA_CHO_CONNECTED_EVT 0x03 /* data link connected */
179 tNFA_CHO_CONNECTED connected; /* NFA_CHO_CONNECTED_EVT */ member in union:__anon12803
  /external/libnfc-nxp/src/
phHal4Nfc_Internal.h 76 eHal4StateTargetConnected,/**<Connected state*/
147 /*Points to Remote device info of a connected device*/
phLibNfc_initiator.c 758 /* Copy the Remote device address as connected handle*/
760 /* Update the state to connected and return status as SUCCESS*/
789 * Allows to disconnect from already connected target.
823 /* The given handle is not the connected handle return NFCSTATUS_INVALID_HANDLE*/
    [all...]

Completed in 277 milliseconds

<<31323334353637383940>>