HomeSort by relevance Sort by last modified time
    Searched full:protocols (Results 176 - 200 of 1042) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/AST/
DeclObjC.cpp 97 /// method was found in the class, its protocols, its super classes or categories.
137 // Also look into protocols, for a user declared instance method.
230 // Look through protocols.
244 // Look through protocols.
260 /// with name 'PropertyId' in the primary class; including those in protocols
277 // Look through protocols.
338 // This is O(n*m). But it is extremely rare and number of protocols in
477 // Didn't find one yet - look through protocols.
494 // Didn't find one yet - look through protocols.
495 const ObjCList<ObjCProtocolDecl> &Protocols
    [all...]
  /external/libppp/src/
hdlc.c 177 } protocols[] = { variable in typeref:struct:__anon21044
285 #define NPROTOCOLS (sizeof protocols/sizeof protocols[0])
293 if (proto >= protocols[f].from && proto <= protocols[f].to)
294 return protocols[f].name;
295 else if (proto < protocols[f].from)
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFunctionalTest.java 141 String[] protocols = {"SSLv3", "TLSv1"}; local
150 ssocket.setEnabledProtocols(new String[] {protocols[j]});
157 csocket.setEnabledProtocols(new String[] {protocols[j]});
  /external/apache-http/src/org/apache/http/message/
HeaderValueParser.java 119 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.2"
122 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6"
125 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616.txt">RFC 2616</a>.
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_hybi08.py 135 'HTTP/1.1 101 Switching Protocols\r\n'
208 'HTTP/1.1 101 Switching Protocols\r\n'
241 'HTTP/1.1 101 Switching Protocols\r\n'
  /external/chromium_org/ppapi/proxy/
websocket_resource.cc 80 const PP_Var protocols[],
96 // Get the protocols.
101 scoped_refptr<StringVar> protocol(StringVar::FromPPVar(protocols[i]));
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 131 tNFA_PROTOCOL_MASK proto_switch_on; /* default routing - protocols switch_on */
132 tNFA_PROTOCOL_MASK proto_switch_off; /* default routing - protocols switch_off */
133 tNFA_PROTOCOL_MASK proto_battery_off; /* default routing - protocols battery_off */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 28 r"""A class supporting chat-style (command/response) protocols.
30 This class adds support for 'chat' style protocols - where one side
32 the common internet protocols - smtp, nntp, ftp, etc..).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 28 r"""A class supporting chat-style (command/response) protocols.
30 This class adds support for 'chat' style protocols - where one side
32 the common internet protocols - smtp, nntp, ftp, etc..).
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 308 /// All of the protocols that have been declared.
375 /// and ObjC2 protocols. Objective-C 1 protocols can not contain optional
408 /// Generates a list of referenced protocols. Classes, categories, and
409 /// protocols all use this structure.
410 llvm::Constant *GenerateProtocolList(ArrayRef<std::string> Protocols);
411 /// To ensure that all protocols are seen by the runtime, we add a category on
413 /// protocols. This is a horribly ugly hack, but it allows us to collect all
414 /// of the protocols without changing the ABI.
426 llvm::Constant *Protocols,
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSocketTest.java 155 public void setEnabledProtocols(String[] protocols) {
  /external/apache-harmony/x-net/src/test/java/javax/net/ssl/
MySSLContextSpi.java 151 public void setEnabledProtocols(String[] protocols) { }
  /external/chromium/chrome/browser/
external_protocol_handler.h 67 // Prepopulates the dictionary with known protocols to deny or allow, if
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.html 58 <label for="singleProxyForEverything">Use the same proxy server for all protocols</label>
  /external/chromium_org/base/mac/
scoped_nsobject.h 26 // with protocols.
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler.h 95 // Prepopulates the dictionary with known protocols to deny or allow, if
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
popup.html 52 <label for="singleProxyForEverything">Use the same proxy server for all protocols</label>
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.html 58 <label for="singleProxyForEverything">Use the same proxy server for all protocols</label>
  /external/chromium_org/device/nfc/
nfc_tag.h 37 // NFC protocols that a tag can support. A tag will usually support only one
nfc_tag_technology.h 16 // I/O operation on an NFC tag. NFC tags can support a wide array of protocols.
  /external/chromium_org/net/http/
http_server_properties.h 27 // We lump in HTTP/2 with the SPDY protocols for now.
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.h 105 // The sub-protocols we requested.
websocket_handshake_stream_create_helper_test.cc 129 // Verify that the sub-protocols are passed through.
websocket_test_util.cc 55 "HTTP/1.1 101 Switching Protocols\r\n"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
__init__.py 106 'Failed to complete opening handshake for all available protocols',

Completed in 1811 milliseconds

1 2 3 4 5 6 78 91011>>