HomeSort by relevance Sort by last modified time
    Searched full:network (Results 151 - 175 of 3324) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/sonivox/arm-wt-22k/
NOTICE 1 Copyright (c) 2004-2006 Sonic Network Inc.
  /external/webkit/LayoutTests/http/tests/appcache/resources/
uncacheable-resource.php 2 # This resource won't be cached by network layer, but will be cached by appcache.
  /external/webkit/Source/WebCore/platform/network/curl/
SocketStreamHandleCurl.cpp 45 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client);
51 LOG(Network, "SocketStreamHandle %p delete", this);
58 LOG(Network, "SocketStreamHandle %p platformSend", this);
65 LOG(Network, "SocketStreamHandle %p platformClose", this);
  /external/webkit/Source/WebCore/platform/network/win/
SocketStreamHandleWin.cpp 45 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client);
51 LOG(Network, "SocketStreamHandle %p delete", this);
58 LOG(Network, "SocketStreamHandle %p platformSend", this);
65 LOG(Network, "SocketStreamHandle %p platformClose", this);
  /external/webkit/Source/WebKit/qt/
qt_webkit_version.pri 10 QT.webkit.depends = core gui opengl network xmlpatterns script phonon
  /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;
  /packages/apps/Browser/src/com/android/browser/
NetworkStateHandler.java 29 * Handle network state changes
44 // Find out if the network is currently up.
53 * enables registration for changes in network status from http stack
82 // unregister network state listener
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxopts.h 3 * Copyright 1994 Network Computing Devices, Inc.
9 * documentation, and that the name Network Computing Devices, Inc. not be
13 * THIS SOFTWARE IS PROVIDED `AS-IS'. NETWORK COMPUTING DEVICES, INC.,
16 * PARTICULAR PURPOSE, OR NONINFRINGEMENT. IN NO EVENT SHALL NETWORK
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdlc.h 19 #define HDLC_MAX_MRU 1600 /* as required for FR network */
if_ec.h 11 unsigned char net; /* Network number. */
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 26 * Data structure to keep track of the network state transitions.
55 * Reinitialize the network state
81 * Record the current state of the network
96 Log.v(LOG_TAG, "No direction requested, verifying network states");
111 * Verify that network states are valid
136 * Verify the network state to disconnection
178 * Verify the network state to connection
219 * Fetch the different network state transitions
227 * Fetch the reason for network state transition failure
235 * Print the network stat
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 95 * Convenience function to create and return an invalid network error
100 "There is no such a network in this "
146 * get_iface_by_dbus_path - Get a new network interface
165 * set_network_properties - Set properties of a configured network
167 * @wpa_s: wpa_supplicant structure for a network interface
168 * @ssid: wpa_ssid structure for a configured network
169 * @iter: DBus message iterator containing dictionary of network
173 * Sets network configuration with parameters given id DBus dictionary
487 * wpas_dbus_handler_create_interface - Request registration of a network iface
494 * by dbus clients to register a network interface that wpa_supplican
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 427 chromeos::CellularNetwork* network = local
429 if (network) {
430 network->SetApn(chromeos::CellularNetwork::Apn(
431 apn, network->apn().network_id, username, password));
477 const chromeos::Network* network) {
484 // (if any) and for the connected Wi-Fi network (if any). The
487 // reported via scan results, which trigger network manager
488 // updates. Only the connected Wi-Fi network has changes reported
496 // in network technology, roaming status, and signal strengt
592 chromeos::WifiNetwork* network = cros->FindWifiNetworkByPath(service_path); local
785 chromeos::WifiNetwork* network = cros->FindWifiNetworkByPath(service_path); local
939 chromeos::VirtualNetwork* network = NULL; local
990 ListValue* network = new ListValue(); local
1190 chromeos::Network* network = cros->FindNetworkFromRemembered(remembered); local
    [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/wpa_supplicant_6/wpa_supplicant/
README 462 /etc/wpa_supplicant.conf, with network configuration for the networks
575 Configuration file can include one or more network blocks, e.g., one
577 betwork based on the order of network blocks in the configuration
578 file, network security level (WPA/WPA2 is preferred), and signal
583 1) WPA-Personal (PSK) as home network and WPA-Enterprise with EAP-TLS as work
584 network
590 # home network; allow all valid ciphers
591 network={
598 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers
599 network=
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
README 437 /etc/wpa_supplicant.conf, with network configuration for the networks
553 Configuration file can include one or more network blocks, e.g., one
555 betwork based on the order of network blocks in the configuration
556 file, network security level (WPA/WPA2 is preferred), and signal
561 1) WPA-Personal (PSK) as home network and WPA-Enterprise with EAP-TLS as work
562 network
568 # home network; allow all valid ciphers
569 network={
576 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers
577 network=
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/
InviteContactActivity.java 25 * Activity to handle the invite-intent. In a real app, this would look up the user on the network
26 * and either connect ("add as friend", "follow") or invite them to the network
  /external/chromium/chrome/browser/chromeos/status/
network_dropdown_button.h 17 // The network dropdown button with menu. Used on welcome screen.
18 // This class will handle getting the networks to show connected network
  /external/chromium/chrome/browser/ui/views/tabs/
tab_renderer_data.h 16 // Different types of network activity for a tab. The NetworkState of a tab
20 NETWORK_STATE_NONE, // no network activity.
  /external/chromium/chrome/browser/ui/webui/
favicon_source.h 19 // FaviconSource is the gateway between network-level chrome:
25 // Called when the network layer has requested a resource underneath
fileicon_source.h 21 // FileIconSource is the gateway between network-level chrome:
27 // Called when the network layer has requested a resource underneath
thumbnail_source.h 22 // ThumbnailSource is the gateway between network-level chrome: requests for
28 // Called when the network layer has requested a resource underneath
  /external/chromium/net/base/
cert_status_flags.h 41 // Maps a network error code to the equivalent certificate status flag. If
46 // to the equivalent network error code.
network_change_notifier_win.cc 37 // network and is not connected to any wireless networks, it must be offline.
46 // (2) Enumerate all of the network interfaces using GetAdaptersAddresses
51 // http://trac.webkit.org/browser/trunk/WebCore/platform/network/win/NetworkStateNotifierWin.cpp.
79 // network changes. For now we recompute it each time asked,
104 // Retrieve the first available network. In this function, we only
105 // need to know whether or not there is network connection.
108 // set correct network status.
126 // Error code WSAEFAULT means there is a network connection but the
  /external/dhcpcd/dhcpcd-hooks/
50-dhcpcd-compat 7 NETWORK=$new_network_number
34 for x in IPADDR INTERFACE NETMASK BROADCAST NETWORK DHCPSID GATEWAYS \

Completed in 815 milliseconds

1 2 3 4 5 67 8 91011>>