Home
last modified time | relevance | path

Searched refs:Network (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/external/ltp/testcases/network/stress/tcp/uni-smallsend/
D00_Descriptions.txt32 Network is delayed
37 Network is delayed
42 Network is delayed
47 Network is delayed
52 Network is delayed
57 Network is delayed
62 Network is delayed
94 Network is delayed
99 Network is delayed
104 Network is delayed
[all …]
/external/ltp/testcases/network/stress/tcp/uni-basic/
D00_Descriptions.txt32 Network is delayed
37 Network is delayed
42 Network is delayed
47 Network is delayed
52 Network is delayed
57 Network is delayed
62 Network is delayed
94 Network is delayed
99 Network is delayed
104 Network is delayed
[all …]
/external/ltp/testcases/network/stress/tcp/uni-pktlossdup/
D00_Descriptions.txt33 Network is delayed
38 Network is delayed
43 Network is delayed
48 Network is delayed
53 Network is delayed
58 Network is delayed
63 Network is delayed
95 Network is delayed
100 Network is delayed
105 Network is delayed
[all …]
/external/ltp/testcases/network/stress/tcp/multi-diffnic/
D00_Descriptions.txt33 Network is delayed
38 Network is delayed
43 Network is delayed
48 Network is delayed
53 Network is delayed
58 Network is delayed
63 Network is delayed
95 Network is delayed
100 Network is delayed
105 Network is delayed
[all …]
/external/ltp/testcases/network/stress/tcp/uni-winscale/
D00_Descriptions.txt32 Network is delayed
37 Network is delayed
42 Network is delayed
47 Network is delayed
52 Network is delayed
57 Network is delayed
62 Network is delayed
94 Network is delayed
99 Network is delayed
104 Network is delayed
[all …]
/external/ltp/testcases/network/stress/tcp/uni-tso/
D00_Descriptions.txt33 Network is delayed
38 Network is delayed
43 Network is delayed
48 Network is delayed
53 Network is delayed
58 Network is delayed
63 Network is delayed
95 Network is delayed
100 Network is delayed
105 Network is delayed
[all …]
/external/ltp/testcases/network/stress/tcp/multi-diffip/
D00_Descriptions.txt33 Network is delayed
38 Network is delayed
43 Network is delayed
48 Network is delayed
53 Network is delayed
58 Network is delayed
63 Network is delayed
95 Network is delayed
100 Network is delayed
105 Network is delayed
[all …]
/external/ltp/testcases/network/stress/tcp/multi-diffport/
D00_Descriptions.txt33 Network is delayed
38 Network is delayed
43 Network is delayed
48 Network is delayed
53 Network is delayed
58 Network is delayed
63 Network is delayed
95 Network is delayed
100 Network is delayed
105 Network is delayed
[all …]
/external/ltp/testcases/network/stress/tcp/multi-sameport/
D00_Descriptions.txt33 Network is delayed
38 Network is delayed
43 Network is delayed
48 Network is delayed
53 Network is delayed
58 Network is delayed
63 Network is delayed
95 Network is delayed
100 Network is delayed
105 Network is delayed
[all …]
/external/ltp/testcases/network/stress/tcp/uni-sackoff/
D00_Descriptions.txt34 Network is delayed
39 Network is delayed
44 Network is delayed
49 Network is delayed
54 Network is delayed
59 Network is delayed
64 Network is delayed
96 Network is delayed
101 Network is delayed
106 Network is delayed
[all …]
/external/ltp/testcases/network/stress/tcp/uni-dsackoff/
D00_Descriptions.txt34 Network is delayed
39 Network is delayed
44 Network is delayed
49 Network is delayed
54 Network is delayed
59 Network is delayed
64 Network is delayed
96 Network is delayed
101 Network is delayed
106 Network is delayed
[all …]
/external/webrtc/rtc_base/
Dnetwork_unittest.cc72 bool SameNameAndPrefix(const rtc::Network& a, const rtc::Network& b) { in SameNameAndPrefix()
102 const Network& network) { in IsIgnoredNetwork()
256 Network ipv4_network1("test_eth0", "Test Network Adapter 1", in TEST_F()
266 Network ipv4_network1("test_eth0", "Test Network Adapter 1", in TEST_F()
268 Network ipv4_network2("test_eth1", "Test Network Adapter 2", in TEST_F()
277 Network ignore_me("ignore_me", "Ignore me please!", IPAddress(0x12345600U), in TEST_F()
279 Network include_me("include_me", "Include me please!", IPAddress(0x12345600U), in TEST_F()
361 Network ipv4_network1("test_eth0", "Test Network Adapter 1", in TEST_F()
363 Network ipv4_network2("test_eth1", "Test Network Adapter 2", in TEST_F()
371 list.push_back(new Network(ipv4_network1)); in TEST_F()
[all …]
Dnetwork.cc52 Network* net;
56 bool CompareNetworks(const Network* a, const Network* b) { in CompareNetworks()
65 bool SortNetworks(const Network* a, const Network* b) { in SortNetworks()
167 if (Network::IsCellular(old_type) && Network::IsCellular(new_type)) in ShouldAdapterChangeTriggerNetworkChange()
285 new rtc::Network("any", "any", ipv4_any_address, 0, ADAPTER_TYPE_ANY)); in GetAnyAddressNetworks()
295 new rtc::Network("any", "any", ipv6_any_address, 0, ADAPTER_TYPE_ANY)); in GetAnyAddressNetworks()
324 for (Network* network : list) { in MergeNetworkList()
357 Network* net = kv.second.net; in MergeNetworkList()
370 Network* existing_net = existing->second; in MergeNetworkList()
404 Network* network = kv.second; in MergeNetworkList()
[all …]
Dnetwork.h39 class Network; variable
91 typedef std::vector<Network*> NetworkList;
174 typedef std::map<std::string, Network*> NetworkMap;
197 Network* GetNetworkFromAddress(const rtc::IPAddress& ip) const;
205 std::unique_ptr<rtc::Network> ipv4_any_address_network_;
206 std::unique_ptr<rtc::Network> ipv6_any_address_network_;
255 bool IsIgnoredNetwork(const Network& network) const;
285 class RTC_EXPORT Network {
287 Network(const std::string& name,
292 Network(const std::string& name,
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowConnectivityManager.java13 import android.net.Network;
40 private final Map<Integer, Network> netIdToNetwork = new HashMap<>();
42 private Network processBoundNetwork;
46 private Map<Network, Boolean> reportedNetworkConnectivity = new HashMap<>();
47 private Map<Network, NetworkCapabilities> networkCapabilitiesMap = new HashMap<>();
49 private final Map<Network, LinkProperties> linkPropertiesMap = new HashMap<>();
79 public Map<Network, Boolean> getReportedNetworkConnectivity() { in getReportedNetworkConnectivity()
123 protected Network getActiveNetwork() { in getActiveNetwork()
151 protected NetworkInfo getNetworkInfo(Network network) { in getNetworkInfo()
160 protected Network[] getAllNetworks() { in getAllNetworks()
[all …]
DShadowNetwork.java7 import android.net.Network;
15 @Implements(value = Network.class, minSdk = LOLLIPOP)
25 public static Network newInstance(int netId) { in newInstance()
26 return Shadow.newInstance(Network.class, new Class[] {int.class}, new Object[] {netId}); in newInstance()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowConnectivityManagerTest.java17 import android.net.Network;
76 Network[] allNetworks = connectivityManager.getAllNetworks(); in getNetworkInfo_shouldReturnSomeForAllNetworks()
77 for (Network network: allNetworks) { in getNetworkInfo_shouldReturnSomeForAllNetworks()
85 Network vpnNetwork = ShadowNetwork.newInstance(123); in getNetworkInfo_shouldReturnAddedNetwork()
101 Network wifiNetwork = ShadowNetwork.newInstance(ShadowConnectivityManager.NET_ID_WIFI); in getNetworkInfo_shouldNotReturnRemovedNetwork()
205 Network[] networks = connectivityManager.getAllNetworks(); in getAllNetworkInfo_shouldEqualGetAllNetworks()
223 Network[] networks = connectivityManager.getAllNetworks(); in getAllNetworks_shouldReturnAllNetworks()
230 Network[] networks = connectivityManager.getAllNetworks(); in getAllNetworks_shouldReturnNoNetworksWhenCleared()
240 Network vpnNetwork = ShadowNetwork.newInstance(123); in getAllNetworks_shouldReturnAddedNetworks()
250 Network[] networks = connectivityManager.getAllNetworks(); in getAllNetworks_shouldReturnAddedNetworks()
[all …]
DShadowNetworkTest.java8 import android.net.Network;
25 Network network = ShadowNetwork.newInstance(netId); in getNetId_shouldReturnConstructorNetId()
33 Network network = ShadowNetwork.newInstance(0); in bindSocketDatagramSocket_shouldNotCrash()
39 Network network = ShadowNetwork.newInstance(0); in bindSocketSocket_shouldNotCrash()
46 Network network = ShadowNetwork.newInstance(0); in bindSocketFileDescriptor_shouldNotCrash()
/external/guava/android/guava/src/com/google/common/graph/
DImmutableNetwork.java51 private ImmutableNetwork(Network<N, E> network) { in ImmutableNetwork()
57 public static <N, E> ImmutableNetwork<N, E> copyOf(Network<N, E> network) { in copyOf()
78 private static <N, E> Map<N, NetworkConnections<N, E>> getNodeConnections(Network<N, E> network) { in getNodeConnections()
89 private static <N, E> Map<E, N> getEdgeToReferenceNode(Network<N, E> network) { in getEdgeToReferenceNode()
100 private static <N, E> NetworkConnections<N, E> connectionsOf(Network<N, E> network, N node) { in connectionsOf()
117 private static <N, E> Function<E, N> sourceNodeFn(final Network<N, E> network) { in sourceNodeFn()
126 private static <N, E> Function<E, N> targetNodeFn(final Network<N, E> network) {
135 private static <N, E> Function<E, N> adjacentNodeFn(final Network<N, E> network, final N node) {
/external/guava/guava/src/com/google/common/graph/
DImmutableNetwork.java51 private ImmutableNetwork(Network<N, E> network) { in ImmutableNetwork()
57 public static <N, E> ImmutableNetwork<N, E> copyOf(Network<N, E> network) { in copyOf()
78 private static <N, E> Map<N, NetworkConnections<N, E>> getNodeConnections(Network<N, E> network) { in getNodeConnections()
89 private static <N, E> Map<E, N> getEdgeToReferenceNode(Network<N, E> network) { in getEdgeToReferenceNode()
100 private static <N, E> NetworkConnections<N, E> connectionsOf(Network<N, E> network, N node) { in connectionsOf()
117 private static <N, E> Function<E, N> sourceNodeFn(final Network<N, E> network) { in sourceNodeFn()
126 private static <N, E> Function<E, N> targetNodeFn(final Network<N, E> network) {
135 private static <N, E> Function<E, N> adjacentNodeFn(final Network<N, E> network, final N node) {
/external/volley/src/test/java/com/android/volley/toolbox/
DRequestQueueTest.java22 import com.android.volley.Network;
38 Cache.class, Network.class, int.class, ResponseDelivery.class)); in publicMethods()
39 assertNotNull(RequestQueue.class.getConstructor(Cache.class, Network.class, int.class)); in publicMethods()
40 assertNotNull(RequestQueue.class.getConstructor(Cache.class, Network.class)); in publicMethods()
/external/webrtc/p2p/base/
Dtcp_port.cc87 rtc::Network* network, in TCPPort()
191 AddAddress(rtc::SocketAddress(Network()->GetBestIP(), DISCARD_PORT), in PrepareAddress()
192 rtc::SocketAddress(Network()->GetBestIP(), 0), in PrepareAddress()
294 rtc::SocketAddress(Network()->GetBestIP(), 0), min_port(), max_port(), in TryCreateServerSocket()
366 << ", port() Network:" << port->Network()->ToString(); in TCPConnection()
368 port_->Network()->GetIPs(), [this](const rtc::InterfaceAddress& addr) { in TCPConnection()
451 if (absl::c_any_of(port_->Network()->GetIPs(), in OnConnect()
462 << port_->Network()->ToString() in OnConnect()
464 } else if (IPIsAny(port_->Network()->GetBestIP())) { in OnConnect()
469 << port_->Network()->ToString() in OnConnect()
[all …]
/external/webrtc/sdk/android/api/org/webrtc/
DNetworkMonitorAutoDetect.java22 import android.net.Network;
168 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()
331 Network[] getAllNetworks() { in getAllNetworks()
333 return new Network[0]; in getAllNetworks()
[all …]
/external/webrtc/p2p/client/
Dbasic_port_allocator.h223 void DisableEquivalentPhases(rtc::Network* network,
238 std::vector<rtc::Network*> GetNetworks();
239 std::vector<rtc::Network*> GetFailedNetworks();
240 void Regather(const std::vector<rtc::Network*>& networks,
248 const std::vector<rtc::Network*>& networks);
338 rtc::Network* network,
347 rtc::Network* network() const { return network_; } in network()
354 void DisableEquivalentPhases(rtc::Network* network,
397 rtc::Network* network_;
Dbasic_port_allocator.cc90 int a_family = GetAddressFamilyPriority(a->Network()->GetBestIP().family()); in ComparePort()
91 int b_family = GetAddressFamilyPriority(b->Network()->GetBestIP().family()); in ComparePort()
96 using Predicate = std::function<bool(rtc::Network*)>;
98 : predRemain([pred](rtc::Network* network) { return !pred(network); }), in NetworkFilter()
412 std::vector<rtc::Network*> BasicPortAllocatorSession::GetFailedNetworks() { in GetFailedNetworks()
415 std::vector<rtc::Network*> networks = GetNetworks(); in GetFailedNetworks()
424 networks_with_connection.insert(port->Network()->name()); in GetFailedNetworks()
430 [networks_with_connection](rtc::Network* network) { in GetFailedNetworks()
444 std::vector<rtc::Network*> failed_networks = GetFailedNetworks(); in RegatherOnFailedNetworks()
467 const std::vector<rtc::Network*>& networks, in Regather()
[all …]

12345678910>>...19