/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
UseOpenWifiPreferenceControllerTest.java | 39 import com.android.settings.network.NetworkScoreManagerWrapper;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
NetworkFragment.java | 128 setPreferencesFromResource(R.xml.network, null);
|
/prebuilts/go/darwin-x86/src/html/template/ |
content.go | 99 // embedded content and network messages are formed, vetted, 100 // or interpreted; or which credentials network messages carry.
|
/prebuilts/go/darwin-x86/src/internal/testenv/ |
testenv.go | 137 t.Skipf("skipping test: no external network in -short mode") 182 t.Skip("skipping test on builder known to have frequent network failures")
|
/prebuilts/go/darwin-x86/src/log/syslog/ |
syslog_test.go | 50 func testableNetwork(network string) bool { 51 switch network {
|
/prebuilts/go/darwin-x86/src/net/http/httptrace/ |
trace.go | 119 ConnectStart func(network, addr string) 126 ConnectDone func(network, addr string, err error)
|
/prebuilts/go/darwin-x86/src/net/ |
interface_linux.go | 14 // network interfaces. Otherwise it returns a mapping of a specific 118 // network interfaces. Otherwise it returns addresses for a specific
|
interface_windows.go | 64 // network interfaces. Otherwise it returns a mapping of a specific 119 // network interfaces. Otherwise it returns addresses for a specific
|
tcpsock_posix.go | 155 func listenTCP(ctx context.Context, network string, laddr *TCPAddr) (*TCPListener, error) { 156 fd, err := internetSocket(ctx, network, laddr, nil, syscall.SOCK_STREAM, 0, "listen")
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/ |
route_test.go | 328 // propVirtual is a proprietary virtual network interface. 370 // NetBSD requires an underlying dot1Q-capable network
|
/prebuilts/go/linux-x86/src/html/template/ |
content.go | 99 // embedded content and network messages are formed, vetted, 100 // or interpreted; or which credentials network messages carry.
|
/prebuilts/go/linux-x86/src/internal/testenv/ |
testenv.go | 137 t.Skipf("skipping test: no external network in -short mode") 182 t.Skip("skipping test on builder known to have frequent network failures")
|
/prebuilts/go/linux-x86/src/log/syslog/ |
syslog_test.go | 50 func testableNetwork(network string) bool { 51 switch network {
|
/prebuilts/go/linux-x86/src/net/http/httptrace/ |
trace.go | 119 ConnectStart func(network, addr string) 126 ConnectDone func(network, addr string, err error)
|
/prebuilts/go/linux-x86/src/net/ |
interface_linux.go | 14 // network interfaces. Otherwise it returns a mapping of a specific 118 // network interfaces. Otherwise it returns addresses for a specific
|
interface_windows.go | 64 // network interfaces. Otherwise it returns a mapping of a specific 119 // network interfaces. Otherwise it returns addresses for a specific
|
tcpsock_posix.go | 155 func listenTCP(ctx context.Context, network string, laddr *TCPAddr) (*TCPListener, error) { 156 fd, err := internetSocket(ctx, network, laddr, nil, syscall.SOCK_STREAM, 0, "listen")
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/ |
route_test.go | 328 // propVirtual is a proprietary virtual network interface. 370 // NetBSD requires an underlying dot1Q-capable network
|
/prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/ |
library-1.0.10.jar | |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 519 tr("No network interfaces in use.\n" 609 * Handle signal meter service. When network is not associated, 702 QString network(id); 703 network.append(": "); 704 network.append(ssid); 705 networkSelect->addItem(network); 706 networkList->addItem(network); 722 networkSelect->addItem(tr("Select any network")); 966 tr("Disconnected from network.")); 969 tr("Connection to network established.")) [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/ |
TechNotes.txt | 35 The VirtioNetDxe UEFI_DRIVER implements the Simple Network Protocol for
85 states defined by the Simple Network Protocol. The transition functions between
86 them are member functions of the Simple Network Protocol.
93 Driver instance states (Simple Network Protocol)
103 resource-usage sense. This state is mandated / provided by the Simple Network
113 driver instance. Virtio and other resources required for network traffic have
160 - The Simple Network Protocol provides its clients with a (non-optional) WAIT
184 - According to the Driver Writer's Guide, a network driver should install a
187 firmware state and is about to pass control to the OS, any network driver has
189 reason EXIT_BOOT_SERVICES is emitted and the network driver must abort [all...] |
/external/autotest/client/cros/networking/chrome_testing/network_test_ext/ |
background.js | 50 // De-dupe network types by using a dictionary.
|
/external/ltp/ |
runltp | 151 -n Run LTP with network traffic in background. 607 SCENARIO_LISTS="$SCENARIO_LISTS $LTPROOT/scenario_groups/network" [all...] |
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/ |
android_test.cc | 60 "Network pointer doesn't exist"); \ 138 my_transportation(VoENetwork * network) : 139 netw(network) { 1155 // Network 1160 "Get network sub-API failed"); 1255 // Network 1261 "Release network sub-API failed"); [all...] |
/frameworks/base/packages/Osu/src/com/android/hotspot2/est/ |
ESTHandler.java | 3 import android.net.Network; 83 public ESTHandler(GetCertData certData, Network network, OMADMAdapter omadmAdapter, 90 network, mURL, km, true);
|