HomeSort by relevance Sort by last modified time
    Searched refs:Protocol (Results 101 - 125 of 192) sorted by null

1 2 3 45 6 7 8

  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 211 GLX Protocol
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 77 null, HttpAuthenticator.SYSTEM_DEFAULT, null, Protocol.SPDY3_AND_HTTP11);
84 HttpAuthenticator.SYSTEM_DEFAULT, null,Protocol.SPDY3_AND_HTTP11);
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 1 // Generated by the protocol buffer compiler. DO NOT EDIT!
13 #error incompatible with your Protocol Buffer headers. Please update
18 #error incompatible with your Protocol Buffer headers. Please
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 54 import com.android.internal.util.Protocol;
113 private static final int BASE = Protocol.BASE_NETWORK_MONITOR;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 34 import com.android.internal.util.Protocol;
558 private static final int BASE = Protocol.BASE_WIFI_SCANNER;
    [all...]
WifiConfiguration.java 93 public static class Protocol {
94 private Protocol() { }
132 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
146 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
158 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
302 * See {@link Protocol} for descriptions of the values.
    [all...]
WifiManager.java 42 import com.android.internal.util.Protocol;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 40 import com.android.internal.util.Protocol;
288 private static final int BASE = Protocol.BASE_WIFI_P2P_MANAGER;
568 * @param protocolType protocol type. currently only
571 * service protocol type. The format depends on the service type.
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiController.java 41 import com.android.internal.util.Protocol;
103 private static final int BASE = Protocol.BASE_WIFI_CONTROLLER;
WifiMonitor.java 36 import com.android.internal.util.Protocol;
349 * Protocol format is as follows.<br>
358 * status=1(service protocol type not available)<br>
362 * status=1(service protocol type not available)
372 * UPnP Protocol format is as follows.
384 * Bonjour Protocol format is as follows.
401 private static final int BASE = Protocol.BASE_WIFI_MONITOR;
    [all...]
WifiWatchdogStateMachine.java 39 import com.android.internal.util.Protocol;
81 private static final int BASE = Protocol.BASE_WIFI_WATCHDOG;
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi.py 32 protocol (RFC 6455).
94 """Opening handshake processor for the WebSocket protocol (RFC 6455)."""
170 self._logger.debug('Protocol version is RFC 6455')
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 38 #pragma mark - DNS Protocol Constants
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netioapi.h 69 NL_ROUTE_PROTOCOL Protocol;
usb.h 273 UCHAR Protocol;
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
sequence.pxd 6 # 6.3 Sequence Protocol
10 # Return 1 if the object provides sequence protocol, and 0
15 # on failure. For objects that do not provide sequence protocol,
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 186 GLX Protocol
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.h 1 // Generated by the protocol buffer compiler. DO NOT EDIT!
13 #error incompatible with your Protocol Buffer headers. Please update
18 #error incompatible with your Protocol Buffer headers. Please
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_dispatcher.js 8 * Protocol + host parts of extension URL.
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 186 GLX Protocol
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 47 import com.android.internal.util.Protocol;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 47 import com.android.internal.util.Protocol;
81 private static final int BASE = Protocol.BASE_NSD_MANAGER;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
nfc_debug_ui.cc 159 std::string TagProtocolToString(NfcTag::Protocol protocol) {
160 switch (protocol) {
  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 38 * are two protocol styles that can be used with an AysncChannel. The
39 * first is a simple request/reply protocol where the server does
42 * <p>In a simple request/reply protocol the client/source sends requests to the
93 private static final int BASE = Protocol.BASE_SYSTEM_ASYNC_CHANNEL;
131 * may or may not be able to receive a reply depending upon the protocol and

Completed in 2651 milliseconds

1 2 3 45 6 7 8