Home
last modified time | relevance | path

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

123456789

/external/chromium/third_party/libjingle/source/talk/base/
Dnetwork.cc142 bool NetworkManager::GetNetworks(std::vector<Network*>* result) { in GetNetworks()
143 std::vector<Network*> list; in GetNetworks()
151 Network* network; in GetNetworks()
168 std::vector<Network*> list; in DumpNetworks()
172 const Network* network = list[i]; in DumpNetworks()
201 Network* network = new Network(name, "", 0, 0); in SetState()
236 std::vector<Network*>* networks) { in CreateNetworks()
262 scoped_ptr<Network> network( in CreateNetworks()
263 new Network(ptr->ifr_name, ptr->ifr_name, ip, in CreateNetworks()
287 std::vector<Network*>* networks) { in CreateNetworks()
[all …]
Dnetwork.h40 class Network; variable
53 bool GetNetworks(std::vector<Network*>* networks);
64 std::vector<Network*>* networks);
66 static bool IsIgnoredNetwork(const Network& network);
71 std::vector<Network*>* networks);
74 typedef std::map<std::string, Network*> NetworkMap;
81 class Network {
83 Network(const std::string& name, const std::string& description,
/external/webkit/Source/WebCore/websockets/
DWebSocketChannel.cpp88 LOG(Network, "WebSocketChannel %p connect", this); in connect()
98 LOG(Network, "WebSocketChannel %p send %s", this, msg.utf8().data()); in send()
111 LOG(Network, "WebSocketChannel %p bufferedAmount", this); in bufferedAmount()
119 LOG(Network, "WebSocketChannel %p close", this); in close()
127 LOG(Network, "WebSocketChannel %p disconnect", this); in disconnect()
151 LOG(Network, "WebSocketChannel %p didOpen", this); in didOpen()
166 LOG(Network, "WebSocketChannel %p didClose", this); in didClose()
187 LOG(Network, "WebSocketChannel %p didReceiveData %d", this, len); in didReceiveData()
212 LOG(Network, "WebSocketChannel %p didFail", this); in didFail()
240 …LOG(Network, "WebSocket buffer overflow (%lu+%lu)", static_cast<unsigned long>(m_bufferSize), stat… in appendToBuffer()
[all …]
DWebSocket.cpp115 …LOG(Network, "WebSocket %p connect to %s protocol=%s", this, url.string().utf8().data(), protocol.… in connect()
158 LOG(Network, "WebSocket %p send %s", this, message.utf8().data()); in send()
175 LOG(Network, "WebSocket %p close", this); in close()
210 LOG(Network, "WebSocket %p scriptExecutionContext destroyed", this); in contextDestroyed()
247 LOG(Network, "WebSocket %p didConnect", this); in didConnect()
259 LOG(Network, "WebSocket %p didReceiveMessage %s", this, msg.utf8().data()); in didReceiveMessage()
270 LOG(Network, "WebSocket %p didReceiveErrorMessage", this); in didReceiveMessageError()
279 LOG(Network, "WebSocket %p didClose", this); in didClose()
/external/webkit/Source/WebKit/chromium/src/
DSocketStreamHandle.cpp93 LOG(Network, "connect"); in connect()
100 LOG(Network, "send len=%d", len); in send()
110 LOG(Network, "sent"); in send()
113 LOG(Network, "busy. buffering"); in send()
119 LOG(Network, "close"); in close()
125 LOG(Network, "SocketStreamHandleInternal::didOpen %d", in didOpenStream()
137 LOG(Network, "no m_handle or m_socket?"); in didOpenStream()
142 LOG(Network, "SocketStreamHandleInternal::didSendData %d", amountSent); in didSendData()
154 LOG(Network, "didReceiveData"); in didReceiveData()
164 LOG(Network, "didClose"); in didClose()
[all …]
/external/webkit/Source/WebCore/platform/network/win/
DSocketStreamHandleWin.cpp45 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client); in SocketStreamHandle()
51 LOG(Network, "SocketStreamHandle %p delete", this); in ~SocketStreamHandle()
58 LOG(Network, "SocketStreamHandle %p platformSend", this); in platformSend()
65 LOG(Network, "SocketStreamHandle %p platformClose", this); in platformClose()
/external/webkit/Source/WebCore/platform/network/curl/
DSocketStreamHandleCurl.cpp45 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client); in SocketStreamHandle()
51 LOG(Network, "SocketStreamHandle %p delete", this); in ~SocketStreamHandle()
58 LOG(Network, "SocketStreamHandle %p platformSend", this); in platformSend()
65 LOG(Network, "SocketStreamHandle %p platformClose", this); in platformClose()
/external/chromium/chrome/browser/chromeos/cros/
Dmock_network_library.h70 Network*(const std::string&));
77 MOCK_CONST_METHOD1(FindNetworkFromRemembered,Network*(const Network*));
111 MOCK_METHOD1(DisconnectFromNetwork, void(const Network*));
125 MOCK_CONST_METHOD0(active_network, const Network*(void));
126 MOCK_CONST_METHOD0(connected_network, const Network*(void));
Dnetwork_library.h274 class Network {
276 virtual ~Network() {} in ~Network()
330 Network(const std::string& service_path, ConnectionType type) in Network() function
407 DISALLOW_COPY_AND_ASSIGN(Network);
413 class EthernetNetwork : public Network {
416 Network(service_path, TYPE_ETHERNET) { in EthernetNetwork()
424 class VirtualNetwork : public Network {
435 Network(service_path, TYPE_VPN), in VirtualNetwork()
508 class WirelessNetwork : public Network {
514 : Network(service_path, type), in WirelessNetwork()
[all …]
Dnetwork_library.cc1026 void Network::SetName(const std::string& name) { in SetName()
1032 bool Network::ParseValue(int index, const Value* value) { in ParseValue()
1107 void Network::ParseInfo(const DictionaryValue* info) { in ParseInfo()
1124 void Network::SetValueProperty(const char* prop, Value* val) { in SetValueProperty()
1132 void Network::ClearProperty(const char* prop) { in ClearProperty()
1139 void Network::SetStringProperty( in SetStringProperty()
1147 void Network::SetOrClearStringProperty(const char* prop, in SetOrClearStringProperty()
1159 void Network::SetBooleanProperty(const char* prop, bool b, bool* dest) { in SetBooleanProperty()
1166 void Network::SetIntegerProperty(const char* prop, int i, int* dest) { in SetIntegerProperty()
1173 void Network::SetAutoConnect(bool auto_connect) { in SetAutoConnect()
[all …]
/external/webkit/Source/WebCore/platform/network/cf/
DResourceHandleCFNet.cpp141 …LOG(Network, "CFNet - willSendRequest(conn=%p, handle=%p) (%s)", conn, handle, handle->firstReques… in willSendRequest()
188 …LOG(Network, "CFNet - didReceiveResponse(conn=%p, handle=%p) (%s)", conn, handle, handle->firstReq… in didReceiveResponse()
208 …LOG(Network, "CFNet - didReceiveData(conn=%p, handle=%p, bytes=%d) (%s)", conn, handle, length, ha… in didReceiveData()
226 …LOG(Network, "CFNet - shouldUseCredentialStorage(conn=%p, handle=%p) (%s)", conn, handle, handle->… in shouldUseCredentialStorageCallback()
238 …LOG(Network, "CFNet - didFinishLoading(conn=%p, handle=%p) (%s)", conn, handle, handle->firstReque… in didFinishLoading()
248 …LOG(Network, "CFNet - didFail(conn=%p, handle=%p, error = %p) (%s)", conn, handle, error, handle->… in didFail()
281 …LOG(Network, "CFNet - didReceiveChallenge(conn=%p, handle=%p (%s)", conn, handle, handle->firstReq… in didReceiveChallenge()
304 …LOG(Network, "CFNet - Cancelling connection %p (%s)", m_connection, m_firstRequest.url().string().… in ~ResourceHandleInternal()
311 …LOG(Network, "CFNet - Destroying job %p (%s)", this, d->m_firstRequest.url().string().utf8().data(… in ~ResourceHandle()
455 …LOG(Network, "CFNet - Starting URL %s (handle=%p, conn=%p)", firstRequest().url().string().utf8().… in start()
[all …]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dudpport.h37 class Network; variable
50 talk_base::Network* network, in Create()
71 talk_base::Network* network, uint32 ip, int min_port, int max_port);
/external/jmonkeyengine/engine/src/test/jme3test/network/
DTestRemoteCall.java38 import com.jme3.network.Network;
94 Server server = Network.createServer(5110); in createServer()
109 Client client = Network.connectToServer("localhost", 5110); in main()
DTestNetworkStress.java53 Server server = Network.createServer(5110); in main()
58 Client client = Network.connectToServer("localhost", 5110); in main()
DTestMessages.java71 Server server = Network.createServer(5110); in main()
74 Client client = Network.connectToServer("localhost", 5110); in main()
/external/elfutils/backends/
Dx86_64_reloc.def18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
23 Network licensing program, please visit www.openinventionnetwork.com
Dalpha_reloc.def18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
23 Network licensing program, please visit www.openinventionnetwork.com
Di386_reloc.def18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
23 Network licensing program, please visit www.openinventionnetwork.com
Dsh_reloc.def18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
23 Network licensing program, please visit www.openinventionnetwork.com
Dsparc_reloc.def18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
23 Network licensing program, please visit www.openinventionnetwork.com
Darm_reloc.def18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
23 Network licensing program, please visit www.openinventionnetwork.com
Ds390_reloc.def18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
23 Network licensing program, please visit www.openinventionnetwork.com
/external/webkit/Source/WebCore/platform/network/brew/
DSocketStreamHandleBrew.cpp187 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client); in SocketStreamHandle()
193 LOG(Network, "SocketStreamHandle %p delete", this); in ~SocketStreamHandle()
200 LOG(Network, "SocketStreamHandle %p platformSend", this); in platformSend()
206 LOG(Network, "SocketStreamHandle %p platformClose", this); in platformClose()
/external/webkit/Source/WebCore/platform/network/qt/
DSocketStreamHandleQt.cpp160 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client); in SocketStreamHandle()
166 LOG(Network, "SocketStreamHandle %p delete", this); in ~SocketStreamHandle()
173 LOG(Network, "SocketStreamHandle %p platformSend", this); in platformSend()
179 LOG(Network, "SocketStreamHandle %p platformClose", this); in platformClose()
/external/chromium/chrome/browser/chromeos/
Dnetwork_message_observer.h39 virtual bool CheckNetworkFailed(const Network* network);
47 const Network* network);

123456789