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

1 2 3 4 5 6 78 91011>>

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl4Test.java 93 * String protocol, String serverName,
97 * throws SaslException when parameters (protocol, cbh,
120 Sasl.createSaslServer("MECH-2", "protocol", null, null, cbH);
126 Sasl.createSaslServer("MECH-1", "protocol", null, null, cbH);
132 fail("SaslException should be thrown when protocol is null");
139 * String protocol, String serverName,
158 * String protocol, String serverName,
179 SaslServer saslS = Sasl.createSaslServer("MECH-2", "protocol", null,
191 .createSaslServer("MECH-1", "protocol", null, null, cbH);
199 * String protocol, String serverName
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
test.proto 5 // Protocol messages used only for testing.
  /external/clang/test/ARCMT/
migrate-emit-errors.m 4 @protocol NSObject
  /external/clang/test/Analysis/
rdar-6562655.m 13 @protocol NSObject - (BOOL)isEqual:(id)object;
14 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
15 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
19 @end @protocol NSAnimatablePropertyContainer - (id)animator;
uninit-ps-rdar6145427.m 7 @class NSString, Protocol;
11 @protocol NSObject - (BOOL)isEqual:(id)object; @end
12 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end
13 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
  /external/clang/test/Rewriter/
rewrite-foreach-3.m 3 @protocol P @end
  /external/clang/test/SemaObjC/
inst-method-lookup-in-root.m 3 @protocol P
property-nonfragile-abi.m 7 @protocol NSObject
warn-strict-selector-match.m 31 @protocol MyObject
36 @protocol SomeOther
40 @protocol MyCoding
69 + (Protocol *)port;
class-def-test-1.m 3 @protocol SUPER;
5 @interface SUPER <SUPER> @end // expected-warning {{cannot find protocol definition for 'SUPER'}}
23 @protocol PROTO;
property-9-impl-method.m 7 @protocol NSObject
11 @protocol NSCoding
27 @protocol NSAnimatablePropertyContainer
try-catch.m 7 @protocol NSObject
11 @protocol NSCopying
15 @protocol NSCoding
unqualified-to-qualified-class-warn.m 4 @protocol Fooable
8 @protocol SubFooable <Fooable>
36 @protocol MyProtocol
  /external/iproute2/man/man8/
rtmon.8 38 and 'all'. 'link' specifies the network device, 'address' the protocol
43 Specify protocol family. 'inet' is IPv4, 'inet6' is IPv6, 'link'
44 means that no networking protocol is involved and 'help' prints usage information.
53 Use a special family identifier meaning that no networking protocol is involved. Shortcut for -family link.
  /external/iptables/extensions/
libipt_icmp.man 1 This extension can be used if `\-\-protocol icmp' is specified. It
  /external/iptables/include/net/netfilter/
nf_conntrack_tuple.h 9 * - generalize L3 protocol dependent part.
30 /* The protocol-specific manipulable parts of the tuple: always in
62 /* Layer 3 protocol */
98 /* The protocol. */
  /external/webkit/LayoutTests/http/tests/ssl/
referer-301.html 9 if (location.protocol != "https:")
referer-303.html 9 if (location.protocol != "https:")
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DelegatedTaskTest.java 31 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( local
36 DelegatedTask task = new DelegatedTask(null, protocol, null);
38 assertTrue(protocol.delegatedTaskErr instanceof NullPointerException);
  /external/chromium/base/mac/
cocoa_protocols.h 16 // protocol defintions were not present in earlier releases of the Mac OS X
19 // define these protocols at all, this file will provide empty protocol
26 @protocol p \
  /external/chromium/chrome/browser/ui/cocoa/
command_observer_bridge.h 13 @protocol CommandObserverProtocol;
16 // passing them back to an object that supports the protocol delcared below.
43 @protocol CommandObserverProtocol
  /external/chromium/chrome/common/
security_style.h 21 // protocol, such as HTTP or FTP, or it was retrieved using a protocol that
31 // object over an authenticated protocol, such as HTTPS.
  /external/clang/test/CodeGenObjC/
objc2-protocol-enc.m 7 @protocol X, Y, Z;
10 @protocol Proto
31 This protocol should generate the following metadata:
  /external/clang/test/Index/
overrides.m 2 @protocol P1
7 @protocol P3
11 @protocol P2 <P1>
  /external/clang/test/SemaObjCXX/
references.mm 36 @protocol P1 @end
37 @protocol P2 @end
38 @protocol P3 @end

Completed in 294 milliseconds

1 2 3 4 5 6 78 91011>>