Searched defs:Network (Results 1 - 7 of 7) sorted by relevance
/external/libweave/include/weave/provider/ |
H A D | network.h | 19 class Network { class in namespace:weave::provider 50 virtual ~Network() {}
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
H A D | Network.java | 25 public interface Network { interface 26 Network DEFAULT = new Network() {
|
/external/webrtc/webrtc/base/ |
H A D | network.h | 35 class Network; 53 // Network objects are keyed on interface name, network prefix and the 71 typedef std::vector<Network*> NetworkList; 135 void GetNetworks(std::vector<Network*>* networks) const override; 148 typedef std::map<std::string, Network*> NetworkMap; 150 // |network_map_| already has a Network object for a network listed 151 // in the |list| then it is reused. Accept ownership of the Network 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 262 class Network { class in namespace:rtc [all...] |
H A D | network.cc | 65 Network* net; 69 bool CompareNetworks(const Network* a, const Network* b) { 78 bool SortNetworks(const Network* a, const Network* b) { 79 // Network types will be preferred above everything else while sorting 200 new rtc::Network("any", "any", ipv4_any_address, 0)); 210 new rtc::Network("any", "any", ipv6_any_address, 0)); 221 for (Network* network : networks_) { 249 for (Network* networ 823 Network::Network(const std::string& name, function in class:rtc::Network 837 Network::Network(const std::string& name, function in class:rtc::Network [all...] |
/external/webrtc/webrtc/p2p/base/ |
H A D | port.h | 120 rtc::Network* network, 127 rtc::Network* network, 136 virtual rtc::Network* Network() const { return network_; } function in class:cricket::Port 364 rtc::Network* network_;
|
/external/robolectric/v3/runtime/ |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
Completed in 454 milliseconds