/external/qemu/ |
tcpdump.c | 53 uint32_t network; member in struct:__anon10053 64 h.network = PCAP_ETHERNET;
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpas-dbus-new-signals.py | 16 WPAS_DBUS_NETWORK_INTERFACE = "fi.w1.wpa_supplicant1.Network" 105 def networkAdded(network, properties): 106 print "NetworkAdded(%s)" % (network) 108 def networkRemoved(network): 109 print "NetworkRemoved(%s)" % (network) 111 def networkSelected(network): 112 print "NetworkSelected(%s)" % (network) 124 print "PropertiesChanged(Network): %s=%s" % (i, properties[i])
|
/external/svox/pico/lib/ |
picopr.c | 338 picokpr_Preproc network, [all...] |
/external/opencv/ml/src/ |
mlcnn.cpp | 61 static void icvTrainCNNetwork( CvCNNetwork* network, 69 /*------------------------- functions for the CNN network ------------------------------*/ 70 static void icvCNNetworkAddLayer( CvCNNetwork* network, CvCNNLayer* layer ); 71 static void icvCNNetworkRelease( CvCNNetwork** network ); 106 #define ICV_CHECK_CNN_NETWORK(network) \ 110 if( !network ) \ 112 "Null <network> pointer. Network must be created by user." ); \ 113 n_layers = network->n_layers; \ 114 first_layer = last_layer = network->layers; [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.cc | 544 std::set<talk_base::Network*> networks; 546 networks.insert(connections_[i]->port()->network()); 564 // the same network with better or equal prefences. We leave those with 569 std::set<talk_base::Network*>::iterator network; local 570 for (network = networks.begin(); network != networks.end(); ++network) { 571 Connection* primier = GetBestConnectionOnNetwork(*network); 577 (connections_[i]->port()->network() == *network) & [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old.c | 33 * @network: (out) the configured network this object path refers to, if any 35 * Returns: The object path of the network interface this path refers to 37 * For a given object path, decomposes the object path into object id, network, 40 char * wpas_dbus_decompose_object_path(const char *path, char **network, 68 if (network && net_part) { 69 /* Deal with a request for a configured network */ 72 *network = NULL; 74 *network = os_strdup(net_name); 109 * wpas_dbus_new_invalid_network_error - Return a new invalid network error messag 218 char *network = NULL; local [all...] |
dbus_old.h | 32 #define WPAS_DBUS_IFACE_NETWORK WPAS_DBUS_INTERFACE ".Network" 90 char * wpas_dbus_decompose_object_path(const char *path, char **network,
|
/external/chromium/chrome/browser/resources/ |
network_menu.js | 6 // Network status constants. 45 networkMenuItem.innerHTML = '<div class="network-menu-item">' + 46 '<div class="network-label-icon">' + 47 '<div class="network-label"></div>' + 48 '<div class="network-icon hidden"></div>' + 50 '<div class="network-status hidden"></div>' + 198 * Add network name edit to action area. 232 * Add auto-connect this network check box to action area. 263 // TODO: Handle specific types of network, connecting icon. 318 // Show action area for encrypted network and 'other' network [all...] |
/external/chromium/chrome/browser/chromeos/status/ |
network_menu.h | 41 // IP address (if network is active, empty otherwise) 45 // true if the network requires a passphrase. 47 // true if the network is currently remembered. 49 // true if the network is auto connect (meaningful for Wifi only). 56 // Connect or reconnect to the network at |index|. 57 // If remember >= 0, set the favorite state of the network. 165 // Menu for network menu button in the status area/welcome screen. 167 // It will also handle connecting to another wifi/cellular network. 169 // The network menu looks like this: 172 // <icon> Wifi Network [all...] |
network_menu.cc | 75 static SkBitmap IconForDisplay(const Network* network); 114 // Show the config settings for the active network. 129 // If we are attempting to connect to a network that no longer exists, 131 LOG(WARNING) << "Wi-fi network does not exist to connect to: " 145 // Cellular network is connecting or connected, 146 // so we show the config settings for the cellular network. 150 // Clicked on a disconnected cellular network, so connect to it. 153 // If we are attempting to connect to a network that no longer exists, 155 LOG(WARNING) << "Cellular network does not exist to connect to: [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
cros_library.cc | 66 DEFINE_GET_LIBRARY_METHOD(Network, network); 123 DEFINE_SET_LIBRARY_METHOD(Network, network);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
SettingsView.java | 63 findViewById(R.id.network).setOnClickListener(this); 82 case R.id.network: 95 // Network
|
/external/quake/quake/src/WinQuake/ |
net_ipx.cpp | 57 byte network[4];
member in struct:__anon10651 480 Q_memcpy(&((struct sockaddr_ipx *)addr)->sipx_addr, rcvbuf->header.source.network, sizeof(IPXaddr));
501 Q_memset(addr.sipx_addr.network, 0x00, 4);
581 ((struct sockaddr_ipx *)addr)->sipx_addr.network[0],
582 ((struct sockaddr_ipx *)addr)->sipx_addr.network[1],
583 ((struct sockaddr_ipx *)addr)->sipx_addr.network[2],
584 ((struct sockaddr_ipx *)addr)->sipx_addr.network[3],
614 DO(0, network[0]);
615 DO(2, network[1]);
616 DO(4, network[2]); [all...] |
/external/chromium/chrome/browser/ |
browser_about_handler.cc | 138 const char kNetworkPath[] = "network"; 197 // Called when the network layer has requested a resource underneath 383 // Helper function to create an Html table header for a Network. 384 static std::string ToHtmlTableHeader(const chromeos::Network* network) { 389 if (network->type() == chromeos::TYPE_WIFI || 390 network->type() == chromeos::TYPE_CELLULAR) { 394 if (network->type() == chromeos::TYPE_WIFI) { 400 if (network->type() == chromeos::TYPE_CELLULAR) { 406 if (network->type() == chromeos::TYPE_VPN) [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
network_screen.h | 53 // Subscribes NetworkScreen to the network change notification, 54 // forces refresh of current network state. 72 // Subscribes to network change notifications. 75 // Unsubscribes from network change notifications. 81 // Called by |connection_timer_| when connection to the network timed out. 84 // Update UI based on current network status. 85 void UpdateStatus(NetworkLibrary* network); 87 // Stops waiting for network to connect. 90 // Starts waiting for network connection. Shows spinner. 93 // True if subscribed to network change notification [all...] |
/external/dnsmasq/bld/ |
Makefile | 3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \
|
/external/wpa_supplicant/ |
ctrl_iface_dbus.h | 42 #define WPAS_DBUS_IFACE_NETWORK WPAS_DBUS_INTERFACE ".Network" 88 char * wpas_dbus_decompose_object_path(const char *path, char **network,
|
ctrl_iface_dbus.c | 286 * @network: (out) the configured network this object path refers to, if any 288 * Returns: The object path of the network interface this path refers to 290 * For a given object path, decomposes the object path into object id, network, 293 char * wpas_dbus_decompose_object_path(const char *path, char **network, 321 if (network && net_part) { 322 /* Deal with a request for a configured network */ 325 *network = NULL; 327 *network = strdup(net_name); 362 * wpas_dbus_new_invalid_network_error - Return a new invalid network error messag 492 char *network = NULL; local [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CDMALTEPhone.java | 71 // handle the select network completion callbacks. 143 selectNetworkManually(OperatorInfo network, 149 nsm.operatorNumeric = network.getOperatorNumeric(); 150 nsm.operatorAlphaLong = network.getOperatorAlphaLong(); 155 mCM.setNetworkSelectionModeManual(network.getOperatorNumeric(), msg); 159 * Used to track the settings upon completion of the network change. 188 Log.e(LOG_TAG, "failed to commit network selection preference");
|
/libcore/luni/src/main/java/libcore/net/http/ |
ResponseHeaders.java | 94 * actually means "do not use the network". It is set by a client who only 338 * Always go to network for uncacheable response codes (RFC 2616, 13.4), 400 return ResponseSource.NETWORK; 404 return ResponseSource.NETWORK; 447 : ResponseSource.NETWORK; 452 * network response should be used. 460 * The HTTP spec says that if the network's response is older than our 474 * Combines this cached header with a network header as defined by RFC 2616, 477 public ResponseHeaders combine(ResponseHeaders network) { 486 if (!isEndToEnd(fieldName) || network.headers.get(fieldName) == null) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus.c | 278 * @network: (out) the configured network this object path refers to, if any 280 * Returns: The object path of the network interface this path refers to 282 * For a given object path, decomposes the object path into object id, network, 285 char * wpas_dbus_decompose_object_path(const char *path, char **network, 313 if (network && net_part) { 314 /* Deal with a request for a configured network */ 317 *network = NULL; 319 *network = strdup(net_name); 354 * wpas_dbus_new_invalid_network_error - Return a new invalid network error messag 485 char *network = NULL; local [all...] |
/external/webkit/LayoutTests/http/tests/resources/ |
network-simulator.php | 5 // offline, it simulates a network error with a nonsense response. 62 # Simulate a network error by replying with a nonsense response. 66 header('Content-Length: 5', false); # Multiple content-length headers, some network stacks can detect this condition faster. 158 $stateFile = sys_get_temp_dir() . "/network-simulator-state";
|
/external/webkit/Source/WebKit/gtk/docs/ |
GNUmakefile.am | 81 -I$(top_srcdir)/Source/WebCore/platform/network/soup/cache \
|
/frameworks/base/core/java/android/webkit/ |
HttpAuthHandlerImpl.java | 34 * It is important that the handler is in Network, because we want to share 39 private static final String LOGTAG = "network"; 42 * Network. 44 private Network mNetwork; 68 * @param network The parent network object 70 /* package */ HttpAuthHandlerImpl(Network network) { 71 mNetwork = network;
|
/external/chromium/chrome/browser/chromeos/ |
network_message_observer.cc | 163 bool NetworkMessageObserver::CheckNetworkFailed(const Network* network) { 164 if (network->failed()) { 166 network_states_.find(network->service_path()); 167 // If the network did not previously exist, then don't do anything. 172 // If network connection failed, display a notification. 174 // So if a previously connected network got disconnected for any reason, 177 if (Network::IsConnectingState(prev_state)) 184 const Network* new_failed_network = NULL; 191 break; // There should only be one failed network [all...] |