HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 926 - 950 of 1047) sorted by null

<<31323334353637383940>>

  /prebuilts/go/linux-x86/src/syscall/
zerrors_netbsd_amd64.go     [all...]
zerrors_netbsd_arm.go     [all...]
zerrors_openbsd_386.go     [all...]
zerrors_openbsd_amd64.go     [all...]
zerrors_openbsd_arm.go     [all...]
  /external/selinux/python/sepolicy/sepolicy/
gui.py 39 import sepolicy.network
370 # network items *************************************
389 # network items *************************************
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 28 import android.net.Network;
155 // Network initiated USSD will be treated by mImsUssdListener
249 * Tracks whether we are currently monitoring network connectivity for the purpose of warning
255 * Network callback used to schedule the handover check when a wireless network connects.
260 public void onAvailable(Network network) {
261 Rlog.i(LOG_TAG, "Network available: " + network);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 65 import android.net.Network;
170 * String to pass to netd to indicate that a network is only accessible
173 public static final String PERMISSION_NETWORK = "NETWORK";
176 * String to pass to netd to indicate that a network is only
344 // the network actually went inactive. (It might be nice to still do this,
533 // on the mobile network, that is not coming from the radio itself, and we
808 * a network interface change occured
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 690 std::string build, fingerprint, radio, bootloader, network; local
697 network = android::base::GetProperty("gsm.operator.alpha", "(unknown)");
710 printf("Network: %s\n", network.c_str());
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
conn.go 113 // LocalAddr returns the local network address.
118 // RemoteAddr returns the remote network address.
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
conn.go 113 // LocalAddr returns the local network address.
118 // RemoteAddr returns the remote network address.
    [all...]
  /external/autotest/client/bin/
utils.py 993 network = open('/etc/sysconfig/network')
994 m = re.search('GATEWAY=(\S+)', network.read())
    [all...]
  /external/ppp/pppd/
sys-linux.c 1189 * netif_set_mtu - set the MTU on the PPP network interface.
1205 * netif_get_mtu - get the MTU on the PPP network interface.
    [all...]
  /external/syslinux/core/
pxelinux.asm 7 ; network booting API. It is based on the SYSLINUX boot loader for
  /prebuilts/go/darwin-x86/src/database/sql/
convert.go 79 // column before going across the network to get the
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 110 crash with SIGPIPE when writing to a closed network connection.
  /prebuilts/go/darwin-x86/src/runtime/
netpoll.go 14 // Integrated network poller (platform-independent part).
41 // Network poller descriptor.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/nettest/
conntest.go 5 // Package nettest provides utilities for network testing.
  /prebuilts/go/linux-x86/src/database/sql/
convert.go 79 // column before going across the network to get the
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 110 crash with SIGPIPE when writing to a closed network connection.
  /prebuilts/go/linux-x86/src/runtime/
netpoll.go 14 // Integrated network poller (platform-independent part).
41 // Network poller descriptor.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/nettest/
conntest.go 5 // Package nettest provides utilities for network testing.
  /external/autotest/server/hosts/
abstract_ssh.py 7 from autotest_lib.client.common_lib.cros.network import ping_runner
436 # network problems:
    [all...]
  /external/scapy/scapy/modules/krack/
automaton.py 115 network="192.168.42.0/24",
  /external/v8/tools/
run-tests.py 51 from testrunner.network import network_execution
286 result.add_option("--no-network", "--nonetwork",
287 help="Don't distribute tests on the network",
533 print("Specifying --command-prefix disables network distribution, "
870 # Run the tests, either locally or distributed on the network.
885 print("Network distribution disabled, running tests locally.")
887 print("Network distribution is only supported on Linux, sorry!")
    [all...]

Completed in 571 milliseconds

<<31323334353637383940>>