HomeSort by relevance Sort by last modified time
    Searched full:protocols (Results 701 - 725 of 1555) sorted by null

<<21222324252627282930>>

  /external/clang/lib/AST/
Type.cpp 537 ArrayRef<ObjCProtocolDecl *> protocols,
550 ObjCObjectTypeBits.NumProtocols = protocols.size();
551 assert(getNumProtocols() == protocols.size() &&
556 if (!protocols.empty())
557 memcpy(getProtocolStorage(), protocols.data(),
558 protocols.size() * sizeof(ObjCProtocolDecl*));
640 /*protocols=*/{ },
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
  /external/curl/tests/
runtests.pl 252 my @protocols; # array of lowercase supported protocol servers
342 # Clear all possible '*_proxy' environment variables for various protocols
    [all...]
  /external/ppp/pppd/
main.c 281 struct protent *protocols[] = { variable in typeref:struct:protent
347 * Initialize magic number generator now so that protocols may
355 for (i = 0; (protp = protocols[i]) != NULL; ++i)
451 for (i = 0; (protp = protocols[i]) != NULL; ++i)
993 { 0x4027, "EMIT Protocols" },
1136 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 321 String[] protocols = new String[] { protocol }; local
322 ssl.setEnabledProtocols(protocols);
323 assertEquals(Arrays.deepToString(protocols),
1022 String[] protocols = p.getProtocols(); local
    [all...]
  /external/boringssl/src/ssl/test/runner/
runner.go     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 470 InterInfo.ObjCInterDeclInfo.protocols = &InterInfo.ObjCProtoListInfo;
539 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo;
568 CatDInfo.ObjCCatDeclInfo.protocols = nullptr;
    [all...]
  /external/curl/
CMakeLists.txt 130 option(HTTP_ONLY "disables all protocols except HTTP (This overrides all CURL_DISABLE_* options)" OFF)
    [all...]
  /libcore/ojluni/src/main/java/java/net/
HttpURLConnection.java 35 * <A HREF="http://www.w3.org/pub/WWW/Protocols/"> the spec </A> for
207 * href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec1.html">origin
242 * href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec1.html">origin
    [all...]
  /development/ndk/platforms/android-21/include/
netdb.h 73 #define _PATH_PROTOCOLS "/system/etc/protocols"
  /development/ndk/platforms/android-3/include/
netdb.h 73 #define _PATH_PROTOCOLS "/system/etc/protocols"
  /external/apache-http/android/src/android/net/http/
RequestHandle.java 166 // implement http://www.w3.org/Protocols/rfc2616/rfc2616-sec15.html#sec15.1.3
  /external/apache-http/src/org/apache/http/
HttpStatus.java 57 /** <tt>101 Switching Protocols</tt> (HTTP/1.1 - RFC 2616)*/
ProtocolVersion.java 231 ("Versions for different protocols cannot be compared. " +
  /external/chromium-trace/catapult/telemetry/telemetry/core/
memory_cache_http_server.py 105 http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html for details.
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
metadata.py 155 open it. See http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
protojson.py 136 remote.Protocols.add_protocol. See the remote.py module for more details.
  /external/clang/include/clang/Frontend/
FrontendOptions.h 183 /// \brief Enable migration to add conforming protocols.
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpStatus.java 57 * <td>Switching Protocols</td>
161 * "http://www.w3.org/Protocols/HTTP/1.1/draft-ietf-http-v11-spec-rev-01.txt"
691 /** <code>101 Switching Protocols</code> */
692 SWITCHING_PROTOCOLS(SWITCHING_PROTOCOLS_101, "Switching Protocols"),
    [all...]
  /external/libbrillo/brillo/http/
http_transport_fake.cc 279 {101, "Switching Protocols"},
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 49 NFA_EE_SET_PROTO_CFG_EVT, /* The status for setting the routing based on protocols */
  /external/mdnsresponder/
README.txt 131 which implements the mDNS and DNS-SD protocols.
  /external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py 289 print '/* these entry points might require different protocols */'
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CacheControl.java 11 * <p>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">RFC

Completed in 981 milliseconds

<<21222324252627282930>>