/frameworks/base/tests/net/java/com/android/server/connectivity/ |
TetheringTest.java | 71 import android.net.Network; 276 return new NetworkState(info, prop, capabilities, new Network(100), null, "netid"); 489 verify(mUpstreamNetworkMonitor, times(1)).setCurrentUpstream(upstreamState.network); 719 // for a mobile network is also made. [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
PhoneMock.java | 344 public void selectNetworkManually(OperatorInfo network, boolean persistSelection, [all...] |
/prebuilts/go/darwin-x86/src/internal/trace/ |
parser.go | 73 NetpollP // depicts network unblocks 952 EvGoBlockNet = 27 // goroutine blocks on network [timestamp, stack]
|
/prebuilts/go/darwin-x86/src/net/http/ |
transfer.go | 83 FlushHeaders bool // flush headers to network before body 237 // network before writing the body, since our body may not
|
/prebuilts/go/linux-x86/src/internal/trace/ |
parser.go | 73 NetpollP // depicts network unblocks 952 EvGoBlockNet = 27 // goroutine blocks on network [timestamp, stack]
|
/prebuilts/go/linux-x86/src/net/http/ |
transfer.go | 83 FlushHeaders bool // flush headers to network before body 237 // network before writing the body, since our body may not
|
/prebuilts/misc/common/robolectric/android-all/ |
android-all-7.0.0_r1-robolectric-0.jar | |
/tools/acloud/internal/lib/ |
gcompute_client_test.py | 42 NETWORK = "fake-network" 43 NETWORK_URL = "http://fake-network-url" 378 "network": self.NETWORK_URL, 412 network=self.NETWORK,
|
/external/wpa_supplicant_8/hostapd/ |
Android.mk | 19 # To ignore possible wrong network configurations
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
deflate.go | 713 // It is useful mainly in compressed network protocols, to ensure that
|
/prebuilts/go/darwin-x86/src/go/build/ |
deps_test.go | 317 // NET enables use of basic network-related packages.
|
/prebuilts/go/darwin-x86/src/net/ |
net_windows_test.go | 516 if !bytes.Contains(out, []byte("network adapters on a system")) { 547 //Network Adapter: Intel Gigabit Network Connection 551 //Connection Name: Wireless Network Connection 552 //Network Adapter: Wireles WLAN Card 556 //Connection Name: Bluetooth Network Connection 557 //Network Adapter: Bluetooth Device (Personal Area Network) 561 //Connection Name: VMware Network Adapter VMnet8 562 //Network Adapter: VMware Virtual Ethernet Adapter for VMnet [all...] |
/prebuilts/go/darwin-x86/src/net/textproto/ |
reader.go | 17 // or responses from a text protocol network connection.
|
/prebuilts/go/linux-x86/src/compress/flate/ |
deflate.go | 713 // It is useful mainly in compressed network protocols, to ensure that
|
/prebuilts/go/linux-x86/src/go/build/ |
deps_test.go | 317 // NET enables use of basic network-related packages.
|
/prebuilts/go/linux-x86/src/net/ |
net_windows_test.go | 516 if !bytes.Contains(out, []byte("network adapters on a system")) { 547 //Network Adapter: Intel Gigabit Network Connection 551 //Connection Name: Wireless Network Connection 552 //Network Adapter: Wireles WLAN Card 556 //Connection Name: Bluetooth Network Connection 557 //Network Adapter: Bluetooth Device (Personal Area Network) 561 //Connection Name: VMware Network Adapter VMnet8 562 //Network Adapter: VMware Virtual Ethernet Adapter for VMnet [all...] |
/prebuilts/go/linux-x86/src/net/textproto/ |
reader.go | 17 // or responses from a text protocol network connection.
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/engine/ |
topology.py | 16 """Base layer code and base model (Network) code. 39 from tensorflow.python.layers import network as tf_network 265 # Un-built subclassed network: build it 266 if isinstance(self, Network) and not self.inputs: 465 by `Network` (one layer of abstraction above). 484 (handled by Network), nor weights (handled by `set_weights`). 653 class Network(tf_network.GraphNetwork, Layer): 654 """A Network is a directed acyclic graph of layers. 657 is simply a Network with added training routines. 694 # Graph network [all...] |
/external/tensorflow/tensorflow/python/ops/ |
rnn_cell_impl.py | 477 """Basic LSTM recurrent network cell. 602 """Long short-term memory unit (LSTM) recurrent network cell. 616 "Long short-term memory recurrent neural network architectures for [all...] |
/frameworks/base/core/java/android/provider/ |
Settings.java | 382 * monitoring of encrypted network traffic. [all...] |
/packages/apps/Settings/src/com/android/settings/network/ |
ApnEditor.java | 17 package com.android.settings.network; 497 // Network code [all...] |
/prebuilts/go/darwin-x86/src/bufio/ |
bufio_test.go | 1051 // buffering writes to a network socket, excessive network writes should be [all...] |
/prebuilts/go/linux-x86/src/bufio/ |
bufio_test.go | 1051 // buffering writes to a network socket, excessive network writes should be [all...] |
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
tel_test_utils.py | [all...] |
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
rnn_cell.py | 94 """Long short-term memory unit (LSTM) recurrent network cell. 108 "Long short-term memory recurrent neural network architectures for 319 """Time-Frequency Long short-term memory unit (LSTM) recurrent network cell. 493 """Grid Long short-term memory unit (LSTM) recurrent network cell. [all...] |