OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protocol
(Results
126 - 150
of
3891
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLContext2Test.java
149
* Test for <code>getInstance(String
protocol
)</code> method
151
* throws NullPointerException when
protocol
is null;
152
* throws NoSuchAlgorithmException when
protocol
is not correct;
159
fail("NoSuchAlgorithmException or NullPointerException should be thrown (
protocol
is null");
166
fail("NoSuchAlgorithmException must be thrown (
protocol
: "
176
assertEquals("Incorrect
protocol
", sslC.getProtocol(),
184
* Test for <code>getInstance(String
protocol
, String provider)</code>
187
* throws NullPointerException when
protocol
is null;
188
* throws NoSuchAlgorithmException when
protocol
is not correct;
198
fail("NoSuchAlgorithmException or NullPointerException should be thrown (
protocol
is null")
[
all
...]
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLContext2Test.java
144
* Test for <code>getInstance(String
protocol
)</code> method
146
* throws NullPointerException when
protocol
is null;
147
* throws NoSuchAlgorithmException when
protocol
is not correct;
155
+ "(
protocol
is null)");
162
fail("NoSuchAlgorithmException must be thrown (
protocol
: "
171
assertEquals("Incorrect
protocol
", sslC.getProtocol(), validValues[i]);
178
* Test for <code>getInstance(String
protocol
, String provider)</code>
181
* throws NullPointerException when
protocol
is null;
182
* throws NoSuchAlgorithmException when
protocol
is not correct;
193
+ "(
protocol
is null)")
[
all
...]
/external/bluetooth/bluez/
bluez.pc.in
7
Description: Bluetooth
protocol
stack for Linux
/external/chromium/chrome/browser/sync/engine/
read_node_mock.cc
7
#include "chrome/browser/sync/
protocol
/autofill_specifics.pb.h"
/external/clang/test/Analysis/
uninit-ps-rdar6145427.m
6
@class NSString,
Protocol
;
10
@
protocol
NSObject - (BOOL)isEqual:(id)object; @end
11
@
protocol
NSCopying - (id)copyWithZone:(NSZone *)zone; @end
12
@
protocol
NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
/external/clang/test/CodeGenObjC/
2008-11-12-Metadata.m
5
@
protocol
P
return-objc-object.mm
3
@
protocol
P1 @end
/external/clang/test/Index/
complete-protocols.m
4
@
protocol
Protocol1
7
@
protocol
Protocol2;
11
@
protocol
Protocol0;
12
@
protocol
NewProtocol
/external/clang/test/Rewriter/
id-test-3.m
3
@
protocol
P
/external/clang/test/SemaObjC/
comptypes-10.m
5
@
protocol
NSCopying @end
6
@
protocol
NSPROTO @end
7
@
protocol
NSPROTO1 @end
8
@
protocol
NSPROTO2 @end
comptypes-4.m
5
@
protocol
MyProtocol @end
conditional-expr-8.m
14
@
protocol
WebDocumentView
enhanced-proto-2.m
3
@
protocol
MyProto1
invalid-typename.m
5
@
protocol
ISyncSessionCallback
method-in-class-extension-impl.m
4
@
protocol
ViewDelegate @end
no-warn-synth-protocol-meth.m
3
@
protocol
CYCdef
objc-qualified-property-lookup.m
6
@
protocol
TextInput
property-inherited.m
4
// rdar://6497242 Inherited overridden
protocol
declared objects don't work
7
@
protocol
NSObject @end
10
@
protocol
FooDelegate<NSObject>
15
@
protocol
BarDelegate<NSObject, FooDelegate>
property-nonfragile-abi.m
7
@
protocol
NSObject
protocol-id-test-1.m
7
@
protocol
P
protocol-id-test-2.m
3
@
protocol
P
setter-dotsyntax.m
6
@
protocol
MyProtocol
/external/clang/test/SemaObjCXX/
static-cast.mm
3
@
protocol
NSTextViewDelegate;
/external/iproute2/testsuite/tests/
policer
5
$TC filter add dev $DEV parent 10:0
protocol
ip prio 10 u32 match ip
protocol
1 0xff police rate 2kbit buffer 10k drop flowid 10:12
12
$TC filter add dev $DEV parent 10:0
protocol
ip prio 10 u32 match ip
protocol
1 0xff police rate 2kbit buffer 10k drop flowid 10:12
/external/nist-sip/java/javax/sip/header/
ReasonHeader.java
13
void setProtocol(String
protocol
) throws ParseException;
Completed in 1443 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>