HomeSort by relevance Sort by last modified time
    Searched refs:Protocol (Results 151 - 175 of 246) sorted by null

1 2 3 4 5 67 8 910

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
api.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
    [all...]
wrappers.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
    [all...]
type.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
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/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
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/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/
Tethering.java 69 import com.android.internal.util.Protocol;
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Cache.java 471 private final Protocol protocol; field in class:Entry
539 protocol = statusLine.protocol;
570 this.protocol = response.protocol();
593 sink.writeUtf8(new StatusLine(protocol, code, message).toString());
669 .protocol(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
  /external/clang/lib/Sema/
Sema.cpp 188 // Create the built-in forward declaratino for 'Protocol'.
189 DeclarationName Protocol = &Context.Idents.get("Protocol");
190 if (IdResolver.begin(Protocol) == IdResolver.end())
    [all...]
  /external/v8/tools/
SourceMap.js 102 * @param {?Protocol.Error} error
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 52 import com.android.internal.util.Protocol;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMonitor.java 42 import com.android.internal.util.Protocol;
387 * Protocol format is as follows.<br>
396 * status=1(service protocol type not available)<br>
400 * status=1(service protocol type not available)
410 * UPnP Protocol format is as follows.
422 * Bonjour Protocol format is as follows.
441 private static final int BASE = Protocol.BASE_WIFI_MONITOR;
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 602 ObjCProtocolDecl *Protocol) {
603 // In auto-synthesis, protocol properties are not synthesized. So,
604 // a conforming protocol must have its required properties declared
607 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition())
616 // another protocol. This still makes the target protocol as conforming.
631 // At this point, all required properties in this protocol conform to those
633 // Check that class implements the required methods of the protocol too.
635 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) {
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 70 // If this context is a hidden protocol definition, don't find any
156 // If this context is a hidden protocol definition, don't find any
196 // Don't find properties within hidden protocol definitions.
395 // Check for duplicate protocol in class's protocol list.
408 // Do we want to warn on a protocol in extension class which
417 // Merge ProtocolRefs into class's protocol list;
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 191 mDNSu32 protocol; member in struct:request_state::__anon19318::__anon19321
3298 mDNSu8 protocol = (mDNSu8)get_uint32(&request->msgptr, request->msgend); local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
WifiScanningServiceTest.java 42 import com.android.internal.util.Protocol;
397 controlChannel.sendMessage(Message.obtain(null, Protocol.BASE_WIFI_MANAGER));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 28 import com.android.internal.util.Protocol;
172 static final int BASE = Protocol.BASE_DATA_CONNECTION;
478 String protocol; local
480 protocol = mApnSetting.roamingProtocol;
482 protocol = mApnSetting.protocol;
490 protocol, msg);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /external/v8/src/debug/
debug.js     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
libhttplib2.tex 404 supports the Atom Publishing Protocol.
  /external/iproute2/doc/
ip-tunnels.tex 91 are going to use some routing protocol expecting that packets
207 Protocol setup on pointopoint tunnels does not differ of configuration
208 of another devices. You should set a protocol address with \verb|ifconfig|
  /external/mesa3d/docs/
MESA_texture_array.spec 668 GLX Protocol
    [all...]
  /external/protobuf/
Android.mk 542 # Android Protocol buffer compiler, aprotoc (host executable)

Completed in 561 milliseconds

1 2 3 4 5 67 8 910