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

1 2 3 4 5 67 8 91011>>

  /external/iproute2/doc/actions/
gact-usage 31 tc filter add dev eth0 parent ffff: protocol ip prio 6 u32 match ip src \
50 tc filter add dev eth0 parent ffff: protocol ip prio 6 u32 match ip src \
56 filter protocol ip pref 6 u32 filter protocol ip pref 6 u32 fh 800: ht divisor 1filter protocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 20 success 20)
65 tc filter add dev eth0 parent ffff: protocol ip prio 6 u32 match ip src \
72 filter protocol ip pref 6 u32 filter protocol ip pref 6 u32 fh 800: ht divisor 1filter protocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 20 success 20)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dn.h 14 #define DNPROTO_NSP 2 /* NSP protocol number */
15 #define DNPROTO_ROU 3 /* Routing protocol number */
16 #define DNPROTO_NML 4 /* Net mgt protocol number */
17 #define DNPROTO_EVL 5 /* Evl protocol number (usr) */
18 #define DNPROTO_EVR 6 /* Evl protocol number (evl) */
19 #define DNPROTO_NSPT 7 /* NSP trace protocol number */
  /external/iproute2/examples/diffserv/
Edge32-ca-u32 57 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
61 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
74 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
86 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
97 $TC filter add dev $INDEV parent ffff: protocol ip prio 8 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 9 u32 \
109 $TC filter add dev $INDEV parent ffff: protocol ip prio 10 u32 \
113 $TC filter add dev $INDEV parent ffff: protocol ip prio 11 u32
    [all...]
  /external/webkit/Source/WebCore/websockets/
WebSocket.cpp 55 static bool isValidProtocolString(const String& protocol)
57 if (protocol.isNull())
59 if (protocol.isEmpty())
61 const UChar* characters = protocol.characters();
62 for (size_t i = 0; i < protocol.length(); i++) {
69 static String encodeProtocolString(const String& protocol)
72 for (size_t i = 0; i < protocol.length(); i++) {
73 if (protocol[i] < 0x20 || protocol[i] > 0x7E)
74 builder.append(String::format("\\u%04X", protocol[i]))
    [all...]
  /development/samples/USB/AdbTest/
_index.html 1 <p>AdbTest is a sample program that implements a subset of the <code>adb</code> USB protocol.
10 <li>Matching devices based on interface class, subclass and protocol (see <code>device_filter.xml</code>)</li>
  /external/chromium/chrome/browser/debugger/
devtools_remote_service.h 17 // Contains constants for DevToolsRemoteService tool protocol commands.
24 // Handles Chrome remote debugger protocol service commands.
  /external/chromium/chrome/browser/sync/util/
protobuf_unittest.cc 8 #include "chrome/browser/sync/protocol/test.pb.h"
14 // This tests ensures that we retain unknown fields in protocol buffers by
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller_target.h 13 // A protocol to be implemented by a TabController's target.
14 @protocol TabControllerTarget
  /external/chromium/net/tools/fetch/
http_server_response_info.h 18 // The response protocol.
19 std::string protocol; member in class:HttpServerResponseInfo
  /external/clang/test/Analysis/
NSPanel.m 13 @protocol NSObject
17 @protocol NSCopying
20 @protocol NSMutableCopying
23 @protocol NSCoding
33 @protocol NSFastEnumeration
46 @protocol NSAnimatablePropertyContainer
49 @protocol NSValidatedUserInterfaceItem
52 @protocol NSUserInterfaceValidations
  /external/clang/test/CodeGenObjC/
encode-test-2.m 8 @protocol X, Y, Z;
11 @protocol Proto
link-errors.m 13 @protocol P;
33 id x = @protocol(P);
  /external/clang/test/SemaObjC/
class-message-protocol-lookup.m 10 @protocol TestProtocol
14 @protocol Test2Protocol
incompatible-protocol-qualified-types.m 3 @protocol MyProto1
6 @protocol MyProto2
method-lookup.m 5 @protocol NSObject
15 @protocol PBXCompletionItem
property-category-3.m 3 @protocol P
7 @protocol P1<P>
property-noprotocol-warning.m 8 @protocol GCObject
12 @protocol DerivedGCObject <GCObject>
warn-assign-property-nscopying.m 4 @protocol NSCopying @end
13 @property NSDictionary* undoAction; // expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}} // expected-warning {{default assign attribute on property 'undoAction' which implements NSCopying protocol is not appropriate with}}
  /external/e2fsprogs/lib/et/test_cases/
simple.et 34 "Protocol version mismatch"
55 "Protocol error"
  /external/protobuf/java/src/main/java/com/google/protobuf/
InvalidProtocolBufferException.java 0 // Protocol Buffers - Google's data interchange format
36 * Thrown when a protocol message being parsed is invalid in some way,
50 "While parsing a protocol message, the input ended unexpectedly " +
69 "Protocol message contained an invalid tag (zero).");
74 "Protocol message end-group tag did not match expected tag.");
79 "Protocol message tag had invalid wire type.");
84 "Protocol message had too many levels of nesting. May be malicious. " +
90 "Protocol message was too large. May be malicious. " +
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
InvalidProtocolBufferMicroException.java 0 // Protocol Buffers - Google's data interchange format
36 * Thrown when a protocol message being parsed is invalid in some way,
50 "While parsing a protocol message, the input ended unexpectedly " +
69 "Protocol message contained an invalid tag (zero).");
74 "Protocol message end-group tag did not match expected tag.");
79 "Protocol message tag had invalid wire type.");
84 "Protocol message had too many levels of nesting. May be malicious. " +
90 "Protocol message was too large. May be malicious. " +
  /external/tcpdump/
ipx.h 2 * IPX protocol formats
21 u_int8_t pType; /* Packet Type (i.e. level 2 protocol) */
  /libcore/luni/src/main/java/javax/net/ssl/
package.html 9 abstraction based on the SSL protocol SSSLv3.0 or TLSv1.2.
10 All the details of the SSL handshake protocol are accounted for, and a client or a server can specify the cipher
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ProtocolVersion.java 23 * Represents Protocol Version
36 * Returns true if protocol version is supported
66 * Returns true if provider supports protocol version
86 * Highest protocol version supported by provider implementation
113 * SSL 3.0 protocol version
119 * TLS 1.0 protocol version
132 * Protocol name
137 * Protocol version as byte array
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLContext1Test.java 54 private static final String NotSupportMsg = "Default protocol is not supported";
76 fail(defaultProtocol + " protocol is not supported");
106 assertEquals("Incorrect protocol", defaultProtocol,
125 assertNull("Incorrect protocol", sslContext.getProtocol());
191 * Test for <code>getInstance(String protocol)</code> method Assertion:
204 assertEquals("Invalid protocol", validValues[i],
210 * Test for <code>getInstance(String protocol)</code> method Assertion:
211 * throws NullPointerException when protocol is null; throws
212 * NoSuchAlgorithmException when protocol is not correct;
217 fail("NoSuchAlgorithmException or NullPointerException should be thrown (protocol is null")
    [all...]

Completed in 741 milliseconds

1 2 3 4 5 67 8 91011>>