Home
last modified time | relevance | path

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

12345678910>>...28

/external/webrtc/webrtc/base/
Dnetwork_unittest.cc64 const Network& network) { in IsIgnoredNetwork()
153 Network ipv4_network1("test_eth0", "Test Network Adapter 1", in TEST_F()
163 Network ipv4_network1("test_eth0", "Test Network Adapter 1", in TEST_F()
165 Network ipv4_network2("test_eth1", "Test Network Adapter 2", in TEST_F()
174 Network ignore_me("ignore_me", "Ignore me please!", in TEST_F()
176 Network include_me("include_me", "Include me please!", in TEST_F()
260 Network ipv4_network1("test_eth0", "Test Network Adapter 1", in TEST_F()
262 Network ipv4_network2("test_eth1", "Test Network Adapter 2", in TEST_F()
270 list.push_back(new Network(ipv4_network1)); in TEST_F()
281 Network* net1 = list[0]; in TEST_F()
[all …]
Dnetwork.cc65 Network* net;
69 bool CompareNetworks(const Network* a, const Network* b) { in CompareNetworks()
78 bool SortNetworks(const Network* a, const Network* b) { in SortNetworks()
200 new rtc::Network("any", "any", ipv4_any_address, 0)); in GetAnyAddressNetworks()
210 new rtc::Network("any", "any", ipv6_any_address, 0)); in GetAnyAddressNetworks()
221 for (Network* network : networks_) { in GetNetworks()
249 for (Network* network : list) { in MergeNetworkList()
283 Network* net = kv.second.net; in MergeNetworkList()
295 Network* existing_net = existing->second; in MergeNetworkList()
322 for (Network* network : networks_) { in MergeNetworkList()
[all …]
Dnetwork.h35 class Network; variable
71 typedef std::vector<Network*> NetworkList;
135 void GetNetworks(std::vector<Network*>* networks) const override;
148 typedef std::map<std::string, Network*> NetworkMap;
179 rtc::scoped_ptr<rtc::Network> ipv4_any_address_network_;
180 rtc::scoped_ptr<rtc::Network> ipv6_any_address_network_;
231 bool IsIgnoredNetwork(const Network& network) const;
262 class Network {
264 Network(const std::string& name,
269 Network(const std::string& name,
[all …]
/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/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-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/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/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/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/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/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowConnectivityManager.java8 import android.net.Network;
33 private final Map<Integer, Network> netIdToNetwork = new HashMap<>();
35 private Network processBoundNetwork;
85 public Network getActiveNetwork() { in getActiveNetwork()
108 public NetworkInfo getNetworkInfo(Network network) { in getNetworkInfo()
114 public Network[] getAllNetworks() { in getAllNetworks()
115 return netIdToNetwork.values().toArray(new Network[netIdToNetwork.size()]); in getAllNetworks()
149 public boolean bindProcessToNetwork(Network network) { in bindProcessToNetwork()
155 public Network getBoundNetworkForProcess() { in getBoundNetworkForProcess()
194 public void addNetwork(Network network, NetworkInfo networkInfo) { in addNetwork()
[all …]
DShadowNetwork.java5 import android.net.Network;
10 @Implements(value = Network.class, minSdk = LOLLIPOP)
20 public static Network newInstance(int netId) { in newInstance()
21Network network = Shadow.newInstance(Network.class, new Class[]{int.class}, new Object[]{netId}); in newInstance()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowConnectivityManagerTest.java15 import android.net.Network;
68 Network[] allNetworks = connectivityManager.getAllNetworks(); in getNetworkInfo_shouldReturnSomeForAllNetworks()
69 for (Network network: allNetworks) { in getNetworkInfo_shouldReturnSomeForAllNetworks()
77 Network vpnNetwork = ShadowNetwork.newInstance(123); in getNetworkInfo_shouldReturnAddedNetwork()
88 Network wifiNetwork = ShadowNetwork.newInstance(ShadowConnectivityManager.NET_ID_WIFI); in getNetworkInfo_shouldNotReturnRemovedNetwork()
175 Network[] networks = connectivityManager.getAllNetworks(); in getAllNetworks_shouldReturnAllNetworks()
182 Network[] networks = connectivityManager.getAllNetworks(); in getAllNetworks_shouldReturnNoNetworksWhenCleared()
192 Network vpnNetwork = ShadowNetwork.newInstance(123); in getAllNetworks_shouldReturnAddedNetworks()
197 Network[] networks = connectivityManager.getAllNetworks(); in getAllNetworks_shouldReturnAddedNetworks()
200 Network returnedNetwork = networks[0]; in getAllNetworks_shouldReturnAddedNetworks()
[all …]
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DNetworkMonitorAutoDetect.java40 import android.net.Network;
132 NetworkState getNetworkState(Network network) { in getNetworkState()
154 Network[] getAllNetworks() { in getAllNetworks()
156 return new Network[0]; in getAllNetworks()
179 final Network[] networks = getAllNetworks(); in getDefaultNetId()
181 for (Network network : networks) { in getDefaultNetId()
206 boolean hasInternetCapability(Network network) { in hasInternetCapability()
436 private static int networkToNetId(Network network) { in networkToNetId()
/external/tensorflow/tensorflow/contrib/eager/python/
Dnetwork_test.py39 class MyNetwork(network.Network):
49 class RegularizedNetwork(network.Network):
92 net = network.Network()
172 class TwoLayerNet(network.Network):
194 class Owner(network.Network):
206 class User(network.Network):
217 class LikeUserButNotSharing(network.Network):
273 class Parent(network.Network):
328 class Parent(network.Network):
377 class Parent(network.Network):
[all …]
/external/volley/src/test/java/com/android/volley/toolbox/
DRequestQueueTest.java32 assertNotNull(RequestQueue.class.getConstructor(Cache.class, Network.class, int.class, in publicMethods()
34 assertNotNull(RequestQueue.class.getConstructor(Cache.class, Network.class, int.class)); in publicMethods()
35 assertNotNull(RequestQueue.class.getConstructor(Cache.class, Network.class)); in publicMethods()
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DNetworkMonitorTest.java38 import android.net.Network;
96 public Network[] getAllNetworks() { in getAllNetworks()
97 return new Network[0]; in getAllNetworks()
101 public NetworkState getNetworkState(Network network) { in getNetworkState()
266 Network[] networks = delegate.getAllNetworks(); in testConnectivityManagerDelegateDoesNotCrash()
/external/webrtc/webrtc/p2p/base/
Dstunport.h33 rtc::Network* network, in Create()
50 rtc::Network* network, in Create()
112 rtc::Network* network,
123 rtc::Network* network,
232 rtc::Network* network, in Create()
260 rtc::Network* network, in StunPort()
/external/volley/src/main/java/com/android/volley/
DRequestQueue.java69 private final Network mNetwork;
91 public RequestQueue(Cache cache, Network network, int threadPoolSize, in RequestQueue()
106 public RequestQueue(Cache cache, Network network, int threadPoolSize) { in RequestQueue()
117 public RequestQueue(Cache cache, Network network) { in RequestQueue()
/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.h168 void DisableEquivalentPhases(rtc::Network* network,
182 void GetNetworks(std::vector<rtc::Network*>* networks);
256 rtc::Network* network,
265 const rtc::Network* network() const { return network_; } in network()
270 void DisableEquivalentPhases(rtc::Network* network,
317 rtc::Network* network_;
/external/selinux/python/sepolicy/sepolicy/help/
Dusers.txt8 - No Network, No setuid, no exec in homedir
14 - Full Network, No SETUID.
17 - Full Network, sudo to admin only, no root password. Usually a confined admin

12345678910>>...28