HomeSort by relevance Sort by last modified time
    Searched full:is_connected (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/connectivity/tests/
test_cuts.py 9 if nx.is_connected(G) and not nx.is_biconnected(G):
40 assert_false(nx.is_connected(H))
48 assert_false(nx.is_connected(H))
68 assert_false(nx.is_connected(H))
74 assert_false(nx.is_connected(H))
83 assert_false(nx.is_connected(H))
89 assert_false(nx.is_connected(H))
98 assert_false(nx.is_connected(H))
104 assert_false(nx.is_connected(H))
113 assert_false(nx.is_connected(H)
    [all...]
test_connectivity.py 9 if nx.is_connected(G) and not nx.is_biconnected(G):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/components/tests/
test_connected.py 62 assert_true(nx.is_connected(self.grid))
65 assert_false(nx.is_connected(G))
72 assert_raises(NetworkXError,nx.is_connected,self.DG)
test_weakly_connected.py 76 cc=nx.is_connected
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/tests/
test_swap.py 15 assert_true(is_connected(graph))
  /external/selinux/libsemanage/src/
handle.c 268 return sh->is_connected;
301 if (sh->is_connected) {
346 sh->is_connected = 1;
369 if (!sh->is_connected) {
376 sh->is_connected = 0;
400 if (!sh->is_connected) {
modules.c 114 } else if (!sh->is_connected) {
133 } else if (!sh->is_connected) {
187 } else if (!sh->is_connected) {
205 } else if (!sh->is_connected) {
792 } else if (!sh->is_connected) {
816 } else if (!sh->is_connected) {
1060 } else if (!sh->is_connected) {
1080 } else if (!sh->is_connected) {
1097 } else if (!sh->is_connected) {
1116 } else if (!sh->is_connected) {
    [all...]
handle.h 61 int is_connected; member in struct:semanage_handle
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/bipartite/
__init__.py 31 >>> nx.is_connected(B)
44 >>> nx.is_connected(B)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/
euler.py 56 if not nx.is_connected(G):
125 bridge = not nx.is_connected(g.to_undirected())
swap.py 138 if not nx.is_connected(G):
172 if nx.is_connected(G):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/components/
connected.py 18 'is_connected',
84 def is_connected(G): function
100 >>> print(nx.is_connected(G))
weakly_connected.py 79 See is_connected() for connectivity test.""")
strongly_connected.py 305 See is_connected() for connectivity test.""")
347 See is_connected() for connectivity test.""")
  /system/bt/btif/src/
btif_hf.c 189 ** Function is_connected
196 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) function
764 if (!is_connected(bd_addr))
804 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
838 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
872 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
902 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
943 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
    [all...]
btif_hf_client.c 165 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) function
217 if (is_connected(bd_addr))
250 if (is_connected(bd_addr))
272 if (is_connected(bd_addr))
305 if (is_connected(bd_addr))
    [all...]
  /external/lldb/source/Target/
Platform.cpp 309 const bool is_connected = IsConnected(); local
310 if (is_connected)
312 strm.Printf(" Connected: %s\n", is_connected ? "yes" : "no");
340 const bool is_connected = IsConnected(); local
349 if (is_connected && !m_os_version_set_while_connected)
355 fetch = is_connected;
563 const bool is_connected = IsConnected(); local
572 if (is_connected && !m_system_arch_set_while_connected)
578 fetch = is_connected;
  /docs/source.android.com/src/devices/tv/
HDMI-CEC.jd 167 <li><code>is_connected set_option</code></li>
288 * (*is_connected)() returns the connection status of the specified port.
292 int (*is_connected)(const struct hdmi_cec_device* dev, int port);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/
current_flow_betweenness.py 98 if not nx.is_connected(G):
224 if not nx.is_connected(G):
331 if not nx.is_connected(G):
current_flow_betweenness_subset.py 112 if not nx.is_connected(G):
230 if not nx.is_connected(G):
current_flow_closeness.py 90 if not nx.is_connected(G):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/tests/
test_classic.py 21 assert_true(is_connected(t))
44 assert_true(is_connected(t))
343 assert_true(is_connected(p))
  /hardware/libhardware/include/hardware/
hdmi_cec.h 405 * (*is_connected)() returns the connection status of the specified port.
409 int (*is_connected)(const struct hdmi_cec_device* dev, int port_id); member in struct:hdmi_cec_device
  /system/bt/btif/include/
btif_hl.h 201 BOOLEAN is_connected; member in struct:__anon69138
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/connectivity/
cuts.py 237 if not nx.is_connected(G):
360 if not nx.is_connected(G):

Completed in 406 milliseconds

1 2