Home
last modified time | relevance | path

Searched defs:network (Results 1 – 25 of 206) sorted by relevance

123456789

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowNetworkTest.java25 Network network = ShadowNetwork.newInstance(netId); in getNetId_shouldReturnConstructorNetId() local
33 Network network = ShadowNetwork.newInstance(0); in bindSocketDatagramSocket_shouldNotCrash() local
39 Network network = ShadowNetwork.newInstance(0); in bindSocketSocket_shouldNotCrash() local
46 Network network = ShadowNetwork.newInstance(0); in bindSocketFileDescriptor_shouldNotCrash() local
53 Network network = ShadowNetwork.newInstance(0); in isSocketBoundSocketDatagramSocket() local
65 Network network = ShadowNetwork.newInstance(0); in isSocketBoundSocket() local
78 Network network = ShadowNetwork.newInstance(0); in isSocketBoundFileDescriptor() local
/external/armnn/python/pyarmnn/test/
Dtest_iconnectable.py9 def network(): function
15 def test_input_slot(self, network): argument
42 def test_output_slot(self, network): argument
90 def test_output_slot__out_of_range(self, network): argument
100 def test_iconnectable_guid(self, network): argument
109 def test_iconnectable_layer_functions(self, network): argument
/external/guava/android/guava/src/com/google/common/graph/
DImmutableNetwork.java52 private ImmutableNetwork(Network<N, E> network) { in ImmutableNetwork()
58 public static <N, E> ImmutableNetwork<N, E> copyOf(Network<N, E> network) { in copyOf()
70 public static <N, E> ImmutableNetwork<N, E> copyOf(ImmutableNetwork<N, E> network) { in copyOf()
79 private static <N, E> Map<N, NetworkConnections<N, E>> getNodeConnections(Network<N, E> network) { in getNodeConnections()
90 private static <N, E> Map<E, N> getEdgeToReferenceNode(Network<N, E> network) { in getEdgeToReferenceNode()
101 private static <N, E> NetworkConnections<N, E> connectionsOf(Network<N, E> network, N node) { in connectionsOf()
118 private static <N, E> Function<E, N> sourceNodeFn(final Network<N, E> network) { in sourceNodeFn()
/external/guava/guava/src/com/google/common/graph/
DImmutableNetwork.java52 private ImmutableNetwork(Network<N, E> network) { in ImmutableNetwork()
58 public static <N, E> ImmutableNetwork<N, E> copyOf(Network<N, E> network) { in copyOf()
70 public static <N, E> ImmutableNetwork<N, E> copyOf(ImmutableNetwork<N, E> network) { in copyOf()
79 private static <N, E> Map<N, NetworkConnections<N, E>> getNodeConnections(Network<N, E> network) { in getNodeConnections()
90 private static <N, E> Map<E, N> getEdgeToReferenceNode(Network<N, E> network) { in getEdgeToReferenceNode()
101 private static <N, E> NetworkConnections<N, E> connectionsOf(Network<N, E> network, N node) { in connectionsOf()
118 private static <N, E> Function<E, N> sourceNodeFn(final Network<N, E> network) { in sourceNodeFn()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowNetworkTest.java25 Network network = ShadowNetwork.newInstance(netId); in getNetId_shouldReturnConstructorNetId() local
33 Network network = ShadowNetwork.newInstance(0); in bindSocketDatagramSocket_shouldNotCrash() local
39 Network network = ShadowNetwork.newInstance(0); in bindSocketSocket_shouldNotCrash() local
46 Network network = ShadowNetwork.newInstance(0); in bindSocketFileDescriptor_shouldNotCrash() local
/external/guava/guava-tests/test/com/google/common/graph/
DImmutableNetworkTest.java58 Network<String, String> network = ImmutableNetwork.copyOf(mutableNetwork); in edgesConnecting_directed() local
71 Network<String, String> network = ImmutableNetwork.copyOf(mutableNetwork); in edgesConnecting_undirected() local
118 ImmutableNetwork<String, Integer> network = in immutableNetworkBuilder_addNode() local
127 ImmutableNetwork<String, Integer> network = in immutableNetworkBuilder_putEdgeFromNodes() local
137 ImmutableNetwork<String, Integer> network = in immutableNetworkBuilder_putEdgeFromEndpointPair() local
DElementOrderTest.java92 MutableNetwork<Integer, String> network = in edgeOrder_none() local
101 MutableNetwork<Integer, String> network = in edgeOrder_insertion() local
114 MutableNetwork<Integer, String> network = NetworkBuilder.directed().build(); in edgeOrder_default() local
125 MutableNetwork<Integer, String> network = in edgeOrder_natural() local
137 MutableNetwork<Integer, String> network = in edgeOrder_sorted() local
154 MutableNetwork<Integer, String> network = in nodeOrderUnorderedandEdgesSorted() local
223 private static void addEdges(MutableNetwork<Integer, String> network) { in addEdges()
DDefaultNetworkImplementationsTest.java46 private MutableNetwork<Integer, String> network; field in DefaultNetworkImplementationsTest
168 private final Network<N, E> network; field in DefaultNetworkImplementationsTest.NetworkForTest
170 NetworkForTest(Network<N, E> network) { in NetworkForTest()
174 static <N, E> NetworkForTest<N, E> from(Network<N, E> network) { in from()
/external/guava/android/guava-tests/test/com/google/common/graph/
DImmutableNetworkTest.java58 Network<String, String> network = ImmutableNetwork.copyOf(mutableNetwork); in edgesConnecting_directed() local
71 Network<String, String> network = ImmutableNetwork.copyOf(mutableNetwork); in edgesConnecting_undirected() local
118 ImmutableNetwork<String, Integer> network = in immutableNetworkBuilder_addNode() local
127 ImmutableNetwork<String, Integer> network = in immutableNetworkBuilder_putEdgeFromNodes() local
137 ImmutableNetwork<String, Integer> network = in immutableNetworkBuilder_putEdgeFromEndpointPair() local
DElementOrderTest.java92 MutableNetwork<Integer, String> network = in edgeOrder_none() local
101 MutableNetwork<Integer, String> network = in edgeOrder_insertion() local
114 MutableNetwork<Integer, String> network = NetworkBuilder.directed().build(); in edgeOrder_default() local
125 MutableNetwork<Integer, String> network = in edgeOrder_natural() local
137 MutableNetwork<Integer, String> network = in edgeOrder_sorted() local
154 MutableNetwork<Integer, String> network = in nodeOrderUnorderedandEdgesSorted() local
223 private static void addEdges(MutableNetwork<Integer, String> network) { in addEdges()
DDefaultNetworkImplementationsTest.java46 private MutableNetwork<Integer, String> network; field in DefaultNetworkImplementationsTest
168 private final Network<N, E> network; field in DefaultNetworkImplementationsTest.NetworkForTest
170 NetworkForTest(Network<N, E> network) { in NetworkForTest()
174 static <N, E> NetworkForTest<N, E> from(Network<N, E> network) { in from()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowConnectivityManager.java151 protected NetworkInfo getNetworkInfo(Network network) { in getNetworkInfo()
197 protected boolean bindProcessToNetwork(Network network) { in bindProcessToNetwork()
260 public void addNetwork(Network network, NetworkInfo networkInfo) { in addNetwork()
271 public void removeNetwork(Network network) { in removeNetwork()
336 protected void reportNetworkConnectivity(Network network, boolean hasConnectivity) { in reportNetworkConnectivity()
348 protected NetworkCapabilities getNetworkCapabilities(Network network) { in getNetworkCapabilities()
359 public void setNetworkCapabilities(Network network, NetworkCapabilities networkCapabilities) { in setNetworkCapabilities()
375 protected LinkProperties getLinkProperties(Network network) { in getLinkProperties()
385 public void setLinkProperties(Network network, LinkProperties linkProperties) { in setLinkProperties()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowConnectivityManager.java214 protected NetworkInfo getNetworkInfo(Network network) { in getNetworkInfo()
260 protected boolean bindProcessToNetwork(Network network) { in bindProcessToNetwork()
323 public void addNetwork(Network network, NetworkInfo networkInfo) { in addNetwork()
334 public void removeNetwork(Network network) { in removeNetwork()
399 protected void reportNetworkConnectivity(Network network, boolean hasConnectivity) { in reportNetworkConnectivity()
411 protected NetworkCapabilities getNetworkCapabilities(Network network) { in getNetworkCapabilities()
422 public void setNetworkCapabilities(Network network, NetworkCapabilities networkCapabilities) { in setNetworkCapabilities()
438 protected LinkProperties getLinkProperties(Network network) { in getLinkProperties()
448 public void setLinkProperties(Network network, LinkProperties linkProperties) { in setLinkProperties()
475 public void setProxyForNetwork(Network network, ProxyInfo proxyInfo) { in setProxyForNetwork()
[all …]
/external/volley/core/src/test/java/com/android/volley/toolbox/
DJsonRequestCharsetTest.java56 NetworkResponse network = new NetworkResponse(data); in defaultCharsetJsonObject() local
70 NetworkResponse network = new NetworkResponse(data); in defaultCharsetJsonArray() local
85 NetworkResponse network = new NetworkResponse(data, headers); in specifiedCharsetJsonObject() local
100 NetworkResponse network = new NetworkResponse(data, headers); in specifiedCharsetJsonArray() local
/external/armnn/src/armnn/test/optimizations/
DPermuteAndBatchToSpaceAsDepthToSpaceTests.cpp25 INetworkPtr network = INetwork::Create(); in CreateTestNetwork() local
56 INetworkPtr network = INetwork::Create(); in CreateTransposeTestNetwork() local
89 INetworkPtr network = CreateTestNetwork(); in BOOST_AUTO_TEST_CASE() local
119 INetworkPtr network = CreateTransposeTestNetwork(); in BOOST_AUTO_TEST_CASE() local
152 INetworkPtr network = CreateTestNetwork(); in BOOST_AUTO_TEST_CASE() local
199 INetworkPtr network = CreateTransposeTestNetwork(); in BOOST_AUTO_TEST_CASE() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/scheduler/
DRequirementsWatcher.java188 public void onAvailable(Network network) { in onAvailable()
193 public void onLost(Network network) { in onLost()
198 public void onBlockedStatusChanged(Network network, boolean blocked) { in onBlockedStatusChanged()
205 public void onCapabilitiesChanged(Network network, NetworkCapabilities networkCapabilities) { in onCapabilitiesChanged()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/scheduler/
DRequirementsWatcher.java189 public void onAvailable(Network network) { in onAvailable()
194 public void onLost(Network network) { in onLost()
199 public void onBlockedStatusChanged(Network network, boolean blocked) { in onBlockedStatusChanged()
206 public void onCapabilitiesChanged(Network network, NetworkCapabilities networkCapabilities) { in onCapabilitiesChanged()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DConnectivityManagerFacade.java205 public void onPreCheck(Network network) { in onPreCheck()
217 public void onAvailable(Network network) { in onAvailable()
229 public void onLosing(Network network, int maxMsToLive) { in onLosing()
242 public void onLost(Network network) { in onLost()
266 public void onCapabilitiesChanged(Network network, in onCapabilitiesChanged()
281 public void onBlockedStatusChanged(Network network, boolean blocked) { in onBlockedStatusChanged()
294 public void onNetworkSuspended(Network network) { in onNetworkSuspended()
306 public void onLinkPropertiesChanged(Network network, in onLinkPropertiesChanged()
320 public void onNetworkResumed(Network network) { in onNetworkResumed()
1003 Network network = sNetworkHashMap.get(networkId.longValue()); in connectivityGetMultipathPreferenceForNetwork() local
[all …]
/external/webrtc/sdk/android/api/org/webrtc/
DNetworkMonitorAutoDetect.java168 public void onAvailable(Network network) { in onAvailable()
174 public void onCapabilitiesChanged(Network network, NetworkCapabilities networkCapabilities) { in onCapabilitiesChanged()
182 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged()
190 public void onLosing(Network network, int maxMsToLive) { in onLosing()
198 public void onLost(Network network) { in onLost()
203 private void onNetworkChanged(Network network) { in onNetworkChanged()
246 NetworkState getNetworkState(@Nullable Network network) { in getNetworkState()
397 private @Nullable NetworkInformation networkToInfo(@Nullable Network network) { in networkToInfo()
445 boolean hasInternetCapability(Network network) { in hasInternetCapability()
877 private static long networkToNetId(Network network) { in networkToNetId()
/external/armnn/src/armnnSerializer/test/
DSerializerTests.cpp238 std::string SerializeNetwork(const armnn::INetwork& network) in SerializeNetwork()
282 armnn::INetworkPtr network = armnn::INetwork::Create(); in BOOST_AUTO_TEST_CASE() local
315 armnn::INetworkPtr network = armnn::INetwork::Create(); in BOOST_AUTO_TEST_CASE() local
400 armnn::INetworkPtr network = armnn::INetwork::Create(); in BOOST_AUTO_TEST_CASE() local
433 armnn::INetworkPtr network = armnn::INetwork::Create(); in BOOST_AUTO_TEST_CASE() local
464 armnn::INetworkPtr network = armnn::INetwork::Create(); in BOOST_AUTO_TEST_CASE() local
517 armnn::INetworkPtr network(armnn::INetwork::Create()); in BOOST_AUTO_TEST_CASE() local
606 armnn::INetworkPtr network = armnn::INetwork::Create(); in BOOST_AUTO_TEST_CASE() local
700 armnn::INetworkPtr network = armnn::INetwork::Create(); in BOOST_AUTO_TEST_CASE() local
735 armnn::INetworkPtr network = armnn::INetwork::Create(); in BOOST_AUTO_TEST_CASE() local
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/scheduler/
DRequirementsWatcher.java167 public void onAvailable(Network network) { in onAvailable()
172 public void onLost(Network network) { in onLost()
177 public void onCapabilitiesChanged(Network network, NetworkCapabilities networkCapabilities) { in onCapabilitiesChanged()
/external/boringssl/src/ssl/test/runner/
Dtls.go75 func Listen(network, laddr string, config *Config) (net.Listener, error) { argument
99 func DialWithDialer(dialer *net.Dialer, network, addr string, config *Config) (*Conn, error) { argument
170 func Dial(network, addr string, config *Config) (*Conn, error) { argument
/external/armnn/src/backends/backendsCommon/test/
DRankEndToEndTestImpl.hpp21 armnn::INetworkPtr network(armnn::INetwork::Create()); in CreateRankNetwork() local
51 armnn::INetworkPtr network = CreateRankNetwork(inputInfo, outputInfo); in RankEndToEnd() local
DFillEndToEndTestImpl.hpp22 armnn::INetworkPtr network(armnn::INetwork::Create()); in CreateFillNetwork() local
56 armnn::INetworkPtr network = CreateFillNetwork(inputInfo, outputInfo, descriptor); in FillEndToEnd() local
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dwpas-dbus-new-signals.py105 def networkAdded(network, properties): argument
108 def networkRemoved(network): argument
111 def networkSelected(network): argument

123456789