HomeSort by relevance Sort by last modified time
    Searched refs:traffic (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SignalTileView.java 55 final ImageView traffic = new ImageView(mContext); local
56 traffic.setImageResource(icon);
57 traffic.setAlpha(0f);
58 addView(traffic);
59 return traffic;
  /frameworks/base/core/java/android/bluetooth/
BluetoothActivityEnergyInfo.java 151 public void setUidTraffic(UidTraffic[] traffic) {
152 mUidTraffic = traffic;
  /external/boringssl/src/ssl/test/runner/
prf.go 405 // The following are labels for traffic secret derivation in TLS 1.3.
409 earlyTrafficLabel = []byte("client early traffic secret")
410 clientHandshakeTrafficLabel = []byte("client handshake traffic secret")
411 serverHandshakeTrafficLabel = []byte("server handshake traffic secret")
412 clientApplicationTrafficLabel = []byte("client application traffic secret")
413 serverApplicationTrafficLabel = []byte("server application traffic secret")
414 applicationTrafficLabel = []byte("application traffic secret")
458 // deriveTrafficAEAD derives traffic keys and constructs an AEAD given a traffic
recordingconn.go 43 // recordingConn is a net.Conn that records the traffic that passes through it.
88 // WriteTo writes hex dumps to w that contains the recorded traffic.
handshake_client.go 721 // Derive handshake traffic keys and switch read key to handshake
722 // traffic key.
892 // traffic key.
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
traffic_control_win.h 18 // Disable deprication warning from traffic.h
24 #include <traffic.h>
udp_socket2_win.h 14 // Disable deprication warning from traffic.h
20 #include <traffic.h>
91 // Set traffic control (TC) flow adding it the interface that matches this
97 // (3) Possibly a traffic object (for specifying exact 802.1p priority (PCP)
163 // Traffic control handles and structure pointers.
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar 
  /external/ltp/testscripts/
runEALtests.sh 31 # generator sections. Also added network traffic
64 -n Run LTP with network traffic in background.
  /external/iputils/
iputils.spec 22 receiving network traffic.
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 1940 final UidTraffic traffic = mUidTraffic.valueAt(i); local
1950 final UidTraffic traffic = mUidTraffic.valueAt(i); local
2115 mUidTraffic.put(traffic.getUid(), traffic); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipsectypes.h 340 IPSEC_TRAFFIC0 traffic; member in struct:IPSEC_SA_DETAILS0_
551 IPSEC_TRAFFIC1 traffic; member in struct:IPSEC_SA_DETAILS1_
  /prebuilts/go/darwin-x86/src/crypto/tls/
example_test.go 75 // Debugging TLS applications by decrypting a network traffic capture.
handshake_test.go 87 // recordingConn is a net.Conn that records the traffic that passes through it.
137 // WriteTo writes Go source code to w that contains the recorded traffic.
  /prebuilts/go/linux-x86/src/crypto/tls/
example_test.go 75 // Debugging TLS applications by decrypting a network traffic capture.
handshake_test.go 87 // recordingConn is a net.Conn that records the traffic that passes through it.
137 // WriteTo writes Go source code to w that contains the recorded traffic.
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 97 re-set. No resources are allocated for networking / traffic purposes. The MAC
113 driver instance. Virtio and other resources required for network traffic have
  /external/iproute2/doc/
api-ip6-flowlabels.tex 23 these bits to two fields: 8 bits of traffic class (or DS field, if you
34 \item To allow user to set traffic class bits.
36 \item To allow user to read traffic class bits of received packets.
40 using traffic class bits.
ip-tunnels.tex 429 \section{Traffic control issues.}
431 Tunnels are devices, hence all the power of Linux traffic control
438 will limit tunneled traffic to 128Kbit with maximal burst size of 4K
  /prebuilts/go/darwin-x86/src/net/
ipsock.go 15 // connections. This is due to the fact that IPv4 traffic will not be
  /prebuilts/go/linux-x86/src/net/
ipsock.go 15 // connections. This is due to the fact that IPv4 traffic will not be
  /external/ltp/
runltp 151 -n Run LTP with network traffic in background.
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 9971 final UidTraffic traffic = uidTraffic[i]; local
9992 final UidTraffic traffic = uidTraffic[i]; local
    [all...]

Completed in 1426 milliseconds

1 2