/external/iproute2/examples/diffserv/ |
ef-prio | 7 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex ". 14 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 ". 24 print "$TC filter add $DEV parent 2:0 protocol ip prio 2 ".
|
Edge32-cb-chains | 55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 handle 1 fw \ 58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 handle 1 fw \ 65 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 handle 1 fw \ 68 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \ 75 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \ 78 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \ 85 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 handle 2 fw \ 118 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \ 120 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \ 122 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 [all...] |
Edge32-cb-u32 | 55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \ 58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \ 66 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \ 69 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \ 76 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \ 79 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \ 87 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \ 119 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \ 121 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \ 123 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 [all...] |
/external/libnl-headers/netlink/ |
utils.h | 57 /* link layer protocol translations */ 61 /* ethernet protocol translations */ 65 /* IP protocol translations */
|
/external/protobuf/ |
generate_descriptor_proto.sh | 3 # Run this script to regenerate descriptor.pb.{h,cc} after the protocol 4 # compiler changes. Since these files are compiled into the protocol compiler 6 # will fail if these files do not match what the protocol compiler would
|
/external/qemu/android/protocol/ |
fb-updates-impl.h | 29 * protocol Protocol to use for the updates: 37 const char* protocol,
|
fb-updates-proxy.h | 28 * protocol - Defines protocol to use when sending FB updates to the UI. The 35 ProxyFramebuffer* proxyFb_create(int sock, const char* protocol);
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/ |
set-href-attribute-hash-expected.txt | 18 Add hash to mailto: protocol 20 Add hash to file: protocol 24 Add hash to non-standard protocol
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebDocument.h | 35 @protocol WebDocumentView 36 @discussion Protocol implemented by the document view of WebFrameView 38 @protocol WebDocumentView <NSObject> 86 @protocol WebDocumentSearching 87 @discussion Optional protocol for searching document view of WebFrameView. 89 @protocol WebDocumentSearching <NSObject> 104 @protocol WebDocumentText 105 @discussion Optional protocol for supporting text operations. 107 @protocol WebDocumentText <NSObject> 156 @protocol WebDocumentRepresentatio [all...] |
WebDocumentInternal.h | 40 @protocol _WebDocumentZooming 41 @discussion Optional protocol for a view that wants to handle its own zoom. 43 @protocol _WebDocumentZooming <NSObject> 57 @protocol WebDocumentElement <NSObject> 62 @protocol WebMultipleTextMatches <NSObject> 70 @protocol WebDocumentOptionsSearching <NSObject> 76 @protocol _WebDocumentViewState <NSObject>
|
/frameworks/base/tests/CoreTests/android/core/ |
TestHttpClient.java | 49 import org.apache.http.protocol.BasicHttpProcessor; 50 import org.apache.http.protocol.HttpContext; 51 import org.apache.http.protocol.BasicHttpContext; 52 import org.apache.http.protocol.ExecutionContext; 53 import org.apache.http.protocol.HttpRequestExecutor; 54 import org.apache.http.protocol.RequestConnControl; 55 import org.apache.http.protocol.RequestContent; 56 import org.apache.http.protocol.RequestExpectContinue; 57 import org.apache.http.protocol.RequestTargetHost; 58 import org.apache.http.protocol.RequestUserAgent [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForIm.java | 41 int protocol = builder.getInt(Im.PROTOCOL); local 44 Im.getProtocolLabel(mContext.getResources(), protocol, customProtocol).toString()); local
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/ |
Sasl3Test.java | 97 * String authanticationID, String protocol, String serverName, 100 * throws SaslException when parameters (protocol, cbh, mechanisms) are 122 Sasl.createSaslClient(new String[] { "NAME-2" }, null, "protocol", 129 Sasl.createSaslClient(new String[] { "NAME-1" }, null, "protocol", 137 fail("SaslException should be thrown when protocol is null"); 144 * String authanticationID, String protocol, String serverName, 163 * String authanticationID, String protocol, String serverName, 183 null, "protocol", null, null, cbH); 194 "protocol", null, null, cbH); 202 * String authanticationID, String protocol, String serverName [all...] |
/external/clang/test/SemaObjC/ |
interface-scope-2.m | 10 @protocol NSObject 14 @protocol NSCopying 17 @protocol NSMutableCopying 20 @protocol NSCoding 37 @protocol NSAnimatablePropertyContainer
|
weak-attr-ivar.m | 7 @protocol NSObject 10 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; 12 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; 14 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; 23 @protocol NSFastEnumeration
|
/external/dnsmasq/contrib/port-forward/ |
dnsmasq-portforward | 47 protocol=tcp 49 protocol=udp 55 ${IPTABLES} -t nat -D PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst 57 ${IPTABLES} -t nat -A PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst 61 echo " DNAT $protocol $src to ${3}:$dst ${verb}." >>${LOGFILE}
|
/external/libpcap/ |
arcnet.h | 39 #define ARCTYPE_IP_OLD 240 /* IP protocol */ 40 #define ARCTYPE_ARP_OLD 241 /* address resolution protocol */ 43 #define ARCTYPE_IP 212 /* IP protocol */ 44 #define ARCTYPE_ARP 213 /* address resolution protocol */ 45 #define ARCTYPE_REVARP 214 /* reverse addr resolution protocol */
|
/external/webkit/Source/WebCore/page/ |
OriginAccessEntry.h | 47 // If host is empty string and SubdomainSetting is AllowSubdomains, the entry will match all domains in the specified protocol. 48 OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting); 51 const String& protocol() const { return m_protocol; } function in class:WebCore::OriginAccessEntry 64 return equalIgnoringCase(a.protocol(), b.protocol()) && equalIgnoringCase(a.host(), b.host()) && a.subdomainSettings() == b.subdomainSettings();
|
/external/apache-http/src/org/apache/http/ |
HttpVersion.java | 48 /** The protocol name. */ 51 /** HTTP protocol version 0.9 */ 54 /** HTTP protocol version 1.0 */ 57 /** HTTP protocol version 1.1 */ 62 * Create an HTTP protocol version designator. 64 * @param major the major version number of the HTTP protocol 65 * @param minor the minor version number of the HTTP protocol
|
/external/protobuf/python/ |
README.txt | 0 Protocol Buffers - Google's data interchange format 4 This directory contains the Python Protocol Buffers runtime library. 12 Protocol Compiler (protoc). If you downloaded this package from PyPI 15 Protocol Compiler from some other source before you can use this 21 The Python implementation of Protocol Buffers is not as mature as the C++ 24 join the Protocol Buffers discussion list and let us know! 70 The complete documentation for Protocol Buffers is available via the
|
/external/tcpdump/ |
appletalk.h | 21 * AppleTalk protocol formats (courtesy Bill Croft of Stanford/SUMEX). 35 /* Datagram Delivery Protocol */ 74 /* AppleTalk Transaction Protocol */ 95 /* AppleTalk Echo Protocol */ 108 /* Name Binding Protocol */ 135 /* Routing Table Maint. Protocol */ 142 /* Zone Information Protocol */
|
/libcore/luni/src/test/java/libcore/java/net/ |
URLStreamHandlerFactoryTest.java | 75 // clear cached protocol handlers if they exist 80 System.setProperty("java.protocol.handler.pkgs", getHandlerPackageName()); 84 System.clearProperty("java.protocol.handler.pkgs"); 89 // clear cached protocol handlers if they exist 99 System.setProperty("java.protocol.handler.pkgs", getHandlerPackageName()); 103 System.clearProperty("java.protocol.handler.pkgs"); 113 @Override public URLStreamHandler createURLStreamHandler(String protocol) {
|
/external/chromium/chrome/browser/sync/protocol/ |
proto_value_conversions.cc | 7 #include "chrome/browser/sync/protocol/proto_value_conversions.h" 14 #include "chrome/browser/sync/protocol/app_specifics.pb.h" 15 #include "chrome/browser/sync/protocol/autofill_specifics.pb.h" 16 #include "chrome/browser/sync/protocol/bookmark_specifics.pb.h" 17 #include "chrome/browser/sync/protocol/encryption.pb.h" 18 #include "chrome/browser/sync/protocol/extension_specifics.pb.h" 19 #include "chrome/browser/sync/protocol/nigori_specifics.pb.h" 20 #include "chrome/browser/sync/protocol/password_specifics.pb.h" 21 #include "chrome/browser/sync/protocol/preference_specifics.pb.h" 22 #include "chrome/browser/sync/protocol/proto_enum_conversions.h [all...] |
/external/protobuf/python/google/protobuf/ |
service_reflection.py | 0 # Protocol Buffers - Google's data interchange format 31 """Contains metaclasses used to create protocol service and service stub 35 inject all useful functionality into the classes output by the protocol 48 in the protocol message. 50 The protocol compiler currently uses this metaclass to create protocol service 69 protocol). 73 describing this protocol service type. 102 describing this protocol service type. 116 """This class constructs a protocol service class using a service descriptor [all...] |
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
SSLContext1Test.java | 60 private static final String NotSupportMsg = "Default protocol is not supported"; 97 fail(defaultProtocol + " protocol is not supported"); 114 * Test for <code>getInstance(String protocol)</code> method Assertion: 127 assertEquals("Invalid protocol", sslContext.getProtocol(), 133 * Test for <code>getInstance(String protocol)</code> method Assertion: 134 * throws NullPointerException when protocol is null; throws 135 * NoSuchAlgorithmException when protocol is not correct; 140 fail("NoSuchAlgorithmException or NullPointerException should be thrown (protocol is null"); 155 * Test for <code>getInstance(String protocol, String provider)</code> 181 * Test for <code>getInstance(String protocol, String provider)</code [all...] |