Home
last modified time | relevance | path

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

12345678910>>...20

/external/webrtc/call/
Dsimulated_network_unittest.cc35 SimulatedNetwork network = SimulatedNetwork({}); in TEST() local
42 SimulatedNetwork network = SimulatedNetwork({}); in TEST() local
51 SimulatedNetwork network = SimulatedNetwork({.link_capacity_kbps = 1}); in TEST() local
61 SimulatedNetwork network = SimulatedNetwork({.link_capacity_kbps = 1}); in TEST() local
81 SimulatedNetwork network = in TEST() local
109 SimulatedNetwork network = in TEST() local
120 SimulatedNetwork network = SimulatedNetwork({.link_capacity_kbps = 1}); in TEST() local
150 SimulatedNetwork network = SimulatedNetwork({.link_capacity_kbps = 1}); in TEST() local
200 SimulatedNetwork network = SimulatedNetwork({.link_capacity_kbps = 1}); in TEST() local
216 SimulatedNetwork network = SimulatedNetwork({.link_capacity_kbps = 1}); in TEST() local
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowNetworkTest.java23 Network network = ShadowNetwork.newInstance(netId); in getNetId_shouldReturnConstructorNetId() local
31 Network network = ShadowNetwork.newInstance(0); in bindSocketDatagramSocket_shouldNotCrash() local
37 Network network = ShadowNetwork.newInstance(0); in bindSocketSocket_shouldNotCrash() local
44 Network network = ShadowNetwork.newInstance(0); in bindSocketFileDescriptor_shouldNotCrash() local
51 Network network = ShadowNetwork.newInstance(0); in isSocketBoundSocketDatagramSocket() local
63 Network network = ShadowNetwork.newInstance(0); in isSocketBoundSocket() local
76 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/cronet/stable/net/base/
Dlogging_network_change_observer.cc26 int HumanReadableNetworkHandle(handles::NetworkHandle network) { in HumanReadableNetworkHandle()
42 base::Value::Dict NetworkSpecificNetLogParams(handles::NetworkHandle network) { in NetworkSpecificNetLogParams()
65 handles::NetworkHandle network) { in NetLogNetworkSpecific()
120 handles::NetworkHandle network) { in OnNetworkConnected()
128 handles::NetworkHandle network) { in OnNetworkDisconnected()
136 handles::NetworkHandle network) { in OnNetworkSoonToDisconnect()
144 handles::NetworkHandle network) { in OnNetworkMadeDefault()
Dmock_network_change_notifier.cc54 handles::NetworkHandle network) { in NotifyNetworkMadeDefault()
61 handles::NetworkHandle network) { in QueueNetworkMadeDefault()
67 handles::NetworkHandle network) { in NotifyNetworkDisconnected()
74 handles::NetworkHandle network) { in QueueNetworkDisconnected()
80 handles::NetworkHandle network) { in NotifyNetworkConnected()
/external/cronet/tot/net/base/
Dlogging_network_change_observer.cc26 int HumanReadableNetworkHandle(handles::NetworkHandle network) { in HumanReadableNetworkHandle()
42 base::Value::Dict NetworkSpecificNetLogParams(handles::NetworkHandle network) { in NetworkSpecificNetLogParams()
65 handles::NetworkHandle network) { in NetLogNetworkSpecific()
120 handles::NetworkHandle network) { in OnNetworkConnected()
128 handles::NetworkHandle network) { in OnNetworkDisconnected()
136 handles::NetworkHandle network) { in OnNetworkSoonToDisconnect()
144 handles::NetworkHandle network) { in OnNetworkMadeDefault()
Dmock_network_change_notifier.cc54 handles::NetworkHandle network) { in NotifyNetworkMadeDefault()
61 handles::NetworkHandle network) { in QueueNetworkMadeDefault()
67 handles::NetworkHandle network) { in NotifyNetworkDisconnected()
74 handles::NetworkHandle network) { in QueueNetworkDisconnected()
80 handles::NetworkHandle network) { in NotifyNetworkConnected()
/external/google-cloud-java/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/
DNetworksClientTest.java113 String network = "network-7324"; in addPeeringTest() local
145 String network = "network-7324"; in addPeeringExceptionTest() local
186 String network = "network-7324"; in deleteTest() local
215 String network = "network-7324"; in deleteExceptionTest() local
249 String network = "network-7324"; in getTest() local
278 String network = "network-7324"; in getExceptionTest() local
297 String network = "network-7324"; in getEffectiveFirewallsTest() local
327 String network = "network-7324"; in getEffectiveFirewallsExceptionTest() local
464 String network = "network-7324"; in listPeeringRoutesTest() local
497 String network = "network-7324"; in listPeeringRoutesExceptionTest() local
[all …]
/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(Network<N, E> network) { in sourceNodeFn()
122 private static <N, E> Function<E, N> targetNodeFn(Network<N, E> network) { in targetNodeFn()
126 private static <N, E> Function<E, N> adjacentNodeFn(Network<N, E> network, N node) { in adjacentNodeFn()
/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(Network<N, E> network) { in sourceNodeFn()
122 private static <N, E> Function<E, N> targetNodeFn(Network<N, E> network) { in targetNodeFn()
126 private static <N, E> Function<E, N> adjacentNodeFn(Network<N, E> network, N node) { in adjacentNodeFn()
/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()
/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()
/external/armnn/src/backends/backendsCommon/test/
DFullyConnectedEndToEndTestImpl.hpp27 armnn::INetworkPtr network(armnn::INetwork::Create()); in CreateFullyConnectedNetworkNonConstWeights() local
48 armnn::INetworkPtr network(armnn::INetwork::Create()); in CreateFullyConnectedNetworkNonConstWeightsConstBias() local
71 armnn::INetworkPtr network(armnn::INetwork::Create()); in CreateFullyConnectedNetworkConstWeightsNonConstBias() local
92 armnn::INetworkPtr network(armnn::INetwork::Create()); in CreateFullyConnectedNetworkNoTensorInfoConstWeights() local
111 armnn::INetworkPtr network(armnn::INetwork::Create()); in CreateFullyConnectedNetworkNoConnectedWeightsExplicit() local
132 armnn::INetworkPtr network(armnn::INetwork::Create()); in CreateFullyConnectedNetworkNoConnectedWeightsAndBias() local
150 armnn::INetworkPtr network(armnn::INetwork::Create()); in CreateFullyConnectedNetworkNoConnectedBiasExplicit() local
203 armnn::INetworkPtr network = CreateFullyConnectedNetworkNonConstWeights(inputTensorInfo, in FullyConnectedWithDynamicWeightsEndToEnd() local
297 … armnn::INetworkPtr network = CreateFullyConnectedNetworkNonConstWeightsConstBias(inputTensorInfo, in FullyConnectedWithDynamicOrConstantInputsEndToEnd() local
319 … armnn::INetworkPtr network = CreateFullyConnectedNetworkConstWeightsNonConstBias(inputTensorInfo, in FullyConnectedWithDynamicOrConstantInputsEndToEnd() local
[all …]
/external/armnn/src/armnn/test/optimizations/
DPermuteAndBatchToSpaceAsDepthToSpaceTests.cpp25 std::unique_ptr<NetworkImpl> network(new NetworkImpl()); in CreateTestNetworkImpl() local
56 std::unique_ptr<NetworkImpl> network(new NetworkImpl()); in CreateTransposeTestNetworkImpl() local
89 std::unique_ptr<NetworkImpl> network = CreateTestNetworkImpl(); variable
119 std::unique_ptr<NetworkImpl> network = CreateTransposeTestNetworkImpl(); variable
152 INetworkPtr network = INetwork::Create(); in CreateTestNetwork() local
183 INetworkPtr network = INetwork::Create(); in CreateTransposeTestNetwork() local
214 INetworkPtr network = CreateTestNetwork(); variable
261 INetworkPtr network = CreateTransposeTestNetwork(); variable
DReduceMultipleAxesTests.cpp23 INetworkPtr network = INetwork::Create(); in CreateSimpleReduceNetwork() local
44 void ReduceWithMultipleAxesTest(INetworkPtr& network, in ReduceWithMultipleAxesTest()
127 INetworkPtr network = CreateSimpleReduceNetwork(reduceDescriptor, inputShape, outputShape); in ReduceSumWithTwoAxesKeepDimsTest() local
159 INetworkPtr network = CreateSimpleReduceNetwork(reduceDescriptor, inputShape, outputShape); in ReduceSumWithTwoAxesTest() local
191 INetworkPtr network = CreateSimpleReduceNetwork(reduceDescriptor, inputShape, outputShape); in ReduceSumWithThreeAxesKeepDimsTest() local
226 INetworkPtr network = CreateSimpleReduceNetwork(reduceDescriptor, inputShape, outputShape); in ReduceSumWithThreeAxesTest() local
/external/armnn/src/armnnSerializer/test/
DSerializerTests.cpp32 armnn::INetworkPtr network = armnn::INetwork::Create(); variable
66 armnn::INetworkPtr network = armnn::INetwork::Create(); in SerializeArgMinMaxTest() local
112 armnn::INetworkPtr network = armnn::INetwork::Create(); variable
164 armnn::INetworkPtr network = armnn::INetwork::Create(); variable
200 armnn::INetworkPtr network = armnn::INetwork::Create(); variable
230 armnn::INetworkPtr network = armnn::INetwork::Create(); variable
256 armnn::INetworkPtr network = armnn::INetwork::Create(); variable
287 armnn::INetworkPtr network = armnn::INetwork::Create(); variable
442 armnn::INetworkPtr network = armnn::INetwork::Create(); variable
497 armnn::INetworkPtr network = armnn::INetwork::Create(); variable
[all …]
/external/dagger2/java/dagger/internal/codegen/binding/
DBindingGraphTransformations.java39 static MutableNetwork<Node, Edge> withFixedBindingTypes(MutableNetwork<Node, Edge> network) { in withFixedBindingTypes()
53 Network<Node, Edge> network, ImmutableSet<BindingNode> bindingsToFix) { in withFixedBindingTypes()
89 Network<Node, Edge> network) { in bindingsWithMissingBindingTypes()
101 Network<Node, Edge> network, ImmutableMap<? extends Node, ? extends Node> replacementNodes) { in withReplacedBindings()
/external/cronet/stable/components/cronet/
Dcronet_context.cc188 bool IsNetworkNoLongerConnected(net::handles::NetworkHandle network) { in IsNetworkNoLongerConnected()
295 net::handles::NetworkHandle network) { in URLRequestContextExistsForTesting()
338 net::handles::NetworkHandle network) { in SpawnNetworkBoundURLRequestContextForTesting()
345 net::handles::NetworkHandle network) { in URLRequestContextExistsForTesting()
424 net::handles::NetworkHandle network) { in BuildNetworkBoundURLRequestContext()
545 net::handles::NetworkHandle network) { in GetURLRequestContext()
559 net::handles::NetworkHandle network) { in MaybeDestroyURLRequestContext()
612 net::handles::NetworkHandle network) { in GetURLRequestContext()
700 net::handles::NetworkHandle network) { in MaybeDestroyURLRequestContext()
765 net::handles::NetworkHandle network) { in OnNetworkDisconnected()
[all …]
/external/cronet/tot/components/cronet/
Dcronet_context.cc188 bool IsNetworkNoLongerConnected(net::handles::NetworkHandle network) { in IsNetworkNoLongerConnected()
295 net::handles::NetworkHandle network) { in URLRequestContextExistsForTesting()
338 net::handles::NetworkHandle network) { in SpawnNetworkBoundURLRequestContextForTesting()
345 net::handles::NetworkHandle network) { in URLRequestContextExistsForTesting()
424 net::handles::NetworkHandle network) { in BuildNetworkBoundURLRequestContext()
545 net::handles::NetworkHandle network) { in GetURLRequestContext()
559 net::handles::NetworkHandle network) { in MaybeDestroyURLRequestContext()
612 net::handles::NetworkHandle network) { in GetURLRequestContext()
700 net::handles::NetworkHandle network) { in MaybeDestroyURLRequestContext()
765 net::handles::NetworkHandle network) { in OnNetworkDisconnected()
[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/cronet/tot/net/quic/
Dquic_connectivity_monitor.cc115 handles::NetworkHandle network) { in OnSessionPathDegrading()
139 handles::NetworkHandle network) { in OnSessionResumedPostPathDegrading()
157 handles::NetworkHandle network, in OnSessionEncounteringWriteError()
185 handles::NetworkHandle network, in OnSessionClosedAfterHandshake()
209 handles::NetworkHandle network) { in OnSessionRegistered()
/external/cronet/stable/net/quic/
Dquic_connectivity_monitor.cc115 handles::NetworkHandle network) { in OnSessionPathDegrading()
139 handles::NetworkHandle network) { in OnSessionResumedPostPathDegrading()
157 handles::NetworkHandle network, in OnSessionEncounteringWriteError()
185 handles::NetworkHandle network, in OnSessionClosedAfterHandshake()
209 handles::NetworkHandle network) { in OnSessionRegistered()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowConnectivityManager.java269 protected NetworkInfo getNetworkInfo(Network network) { in getNetworkInfo()
315 protected boolean bindProcessToNetwork(Network network) { in bindProcessToNetwork()
368 public void addNetwork(Network network, NetworkInfo networkInfo) { in addNetwork()
380 public void removeNetwork(Network network) { in removeNetwork()
476 protected void reportNetworkConnectivity(Network network, boolean hasConnectivity) { in reportNetworkConnectivity()
488 protected NetworkCapabilities getNetworkCapabilities(Network network) { in getNetworkCapabilities()
499 public void setNetworkCapabilities(Network network, NetworkCapabilities networkCapabilities) { in setNetworkCapabilities()
517 protected LinkProperties getLinkProperties(Network network) { in getLinkProperties()
527 public void setLinkProperties(Network network, LinkProperties linkProperties) { in setLinkProperties()
554 public void setProxyForNetwork(Network network, ProxyInfo proxyInfo) { in setProxyForNetwork()
[all …]

12345678910>>...20