/external/dnsmasq/bld/ |
Makefile | 3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \
|
/external/webrtc/webrtc/p2p/client/ |
basicportallocator.h | 19 #include "webrtc/base/network.h" 118 // network (or a timeout occurs), we will start allocating ports. 168 void DisableEquivalentPhases(rtc::Network* network, 182 void GetNetworks(std::vector<rtc::Network*>* networks); 243 // network and IP address. 256 rtc::Network* network, 265 const rtc::Network* network() const { return network_; function in class:cricket::AllocationSequence [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old.h | 26 #define WPAS_DBUS_IFACE_NETWORK WPAS_DBUS_INTERFACE ".Network" 84 char * wpas_dbus_decompose_object_path(const char *path, char **network,
|
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
ConnectivityController.java | 24 import android.net.Network; 43 * status due to user-requested network policies, so we need to check 108 final Network network = mConnManager.getActiveNetworkForUid(jobUid, ignoreBlocked); local 109 capabilities = mConnManager.getNetworkCapabilities(network); 167 * We know the network has just come up. We want to run any jobs that are ready. 176 Slog.d(TAG, "Running " + js + " due to network activity."); 186 public void onCapabilitiesChanged(Network network, NetworkCapabilities networkCapabilities) { 194 public void onLost(Network network) [all...] |
/packages/apps/Settings/src/com/android/settings/network/ |
NetworkResetActionMenuController.java | 17 package com.android.settings.network;
|
NetworkScorerPickerPreferenceController.java | 16 package com.android.settings.network; 28 * {@link PreferenceController} that shows the active network scorer and toggles the preference
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiNoInternetDialog.java | 24 import android.net.Network; 48 private Network mNetwork; 73 mNetwork = new Network(Integer.parseInt(intent.getData().getSchemeSpecificPart())); 79 Log.e(TAG, "Can't determine network from '" + intent.getData() + "' , exiting"); 84 // TODO: add a registerNetworkCallback(Network network, NetworkCallback networkCallback) and 89 public void onLost(Network network) { 90 // Close the dialog if the network disconnects. 91 if (mNetwork.equals(network)) { [all...] |
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
NetworkResetPreferenceControllerTest.java | 17 package com.android.settings.network;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/ |
BlockingHttpClient.java | 17 package com.android.inputmethod.latin.network;
|
/prebuilts/go/darwin-x86/src/net/ |
lookup_nacl.go | 26 func (*Resolver) lookupPort(ctx context.Context, network, service string) (port int, err error) { 27 return goLookupPort(network, service)
|
main_posix_test.go | 19 func disableSocketConnect(network string) { 20 ss := strings.Split(network, ":")
|
tcpsock_plan9.go | 69 func listenTCP(ctx context.Context, network string, laddr *TCPAddr) (*TCPListener, error) { 70 fd, err := listenPlan9(ctx, network, laddr)
|
/prebuilts/go/linux-x86/src/net/ |
lookup_nacl.go | 26 func (*Resolver) lookupPort(ctx context.Context, network, service string) (port int, err error) { 27 return goLookupPort(network, service)
|
main_posix_test.go | 19 func disableSocketConnect(network string) { 20 ss := strings.Split(network, ":")
|
tcpsock_plan9.go | 69 func listenTCP(ctx context.Context, network string, laddr *TCPAddr) (*TCPListener, error) { 70 fd, err := listenPlan9(ctx, network, laddr)
|
/external/libtextclassifier/smartselect/ |
text-classification-model.cc | 23 #include "common/embedding-network.h" 25 #include "common/memory_image/embedding-network-params-from-image.h" 131 // NOTE: The network object needs to be available at the time when the returned 133 FeatureVectorFn CreateFeatureVectorFn(const EmbeddingNetwork& network, 136 return [&network, sparse_embedding_size, feature_type]( 143 if (network.GetEmbedding(feature_vector, 0, embedding)) { 236 const FeatureProcessor& feature_processor, const EmbeddingNetwork& network, 242 const int embedding_size = network.EmbeddingSize(0); 245 CreateFeatureVectorFn(network, embedding_size), 268 network.ComputeLogits(features, &scores) [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WificondControl.java | 393 HiddenNetwork network = new HiddenNetwork(); local 395 network.ssid = NativeUtil.byteArrayFromArrayList(NativeUtil.decodeSsid(ssid)); 400 settings.hiddenNetworks.add(network); 428 for (WifiNative.PnoNetwork network : pnoSettings.networkList) { 430 condNetwork.isHidden = (network.flags 434 NativeUtil.byteArrayFromArrayList(NativeUtil.decodeSsid(network.ssid)); 436 Log.e(TAG, "Illegal argument " + network.ssid, e);
|
/prebuilts/go/darwin-x86/src/net/textproto/ |
textproto.go | 24 // with a single network connection. 53 // A Conn represents a textual network protocol connection. 79 // Dial connects to the given address on the given network using net.Dial 81 func Dial(network, addr string) (*Conn, error) { 82 c, err := net.Dial(network, addr)
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/ |
link.go | 13 // It also represents base information for logical network interface. 14 // On Solaris, each logical network interface represents network layer 15 // adjacency information and the interface has a only single network 17 // logical network interfaces share the same logical data link.
|
/prebuilts/go/linux-x86/src/net/textproto/ |
textproto.go | 24 // with a single network connection. 53 // A Conn represents a textual network protocol connection. 79 // Dial connects to the given address on the given network using net.Dial 81 func Dial(network, addr string) (*Conn, error) { 82 c, err := net.Dial(network, addr)
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/ |
link.go | 13 // It also represents base information for logical network interface. 14 // On Solaris, each logical network interface represents network layer 15 // adjacency information and the interface has a only single network 17 // logical network interfaces share the same logical data link.
|
/external/autotest/client/cros/cellular/pseudomodem/ |
modem_cdma.py | 27 Stores carrier specific information needed for a CDMA network. 251 current home network that is assigned to this modem. 257 def SetRegistered(self, network): 259 Sets the modem to be registered on the given network. Configures the 262 @param network: An instance of CdmaNetwork. 266 if network: 268 sid = network.sid 269 nid = network.nid 270 if network.activated:
|
/external/syslinux/com32/cmenu/ |
complex.c | 31 // Different network options 47 t_menuitem *baseurl, *mountcd, *network, *runprep, *winrep, *linrep; variable 177 v = (void *)network->data; 178 if (v != NULL) // Some network option specified 180 strcat(infoline, "network="); 201 // mi=network since this is handler only for that. 282 NETMENU = add_menu(" Init Network ", -1); 283 none = add_item("<N>one", "Dont start network", OPT_RADIOITEM, "no ", 0); 309 network = 310 add_item(dhcpnet, "How to initialise network device?", OPT_RADIOMENU [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/ |
IPv6TetheringCoordinator.java | 23 import android.net.Network; 129 !ns.network.equals(mUpstreamNetworkState.network)) { 152 new Network(ns.network), 224 // because "[t]he 3GPP network allocates each default bearer a unique 228 (ns != null) && (ns.network != null) && 368 ns.network,
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
tls.go | 43 // A listener implements a network listener (net.Listener) for TLS connections. 71 // given network address using net.Listen. 74 func Listen(network, laddr string, config *Config) (net.Listener, error) { 78 l, err := net.Listen(network, laddr) 91 // DialWithDialer connects to the given network address using dialer.Dial and 98 func DialWithDialer(dialer *net.Dialer, network, addr string, config *Config) (*Conn, error) { 120 rawConn, err := dialer.Dial(network, addr) 163 // Dial connects to the given network address using net.Dial 169 func Dial(network, addr string, config *Config) (*Conn, error) { 170 return DialWithDialer(new(net.Dialer), network, addr, config [all...] |