/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
ata.h | 220 u8 protocol; member in struct:ata_taskfile
|
pkt_cls.h | 249 __u8 protocol; member in struct:tc_rsvp_pinfo
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
ata.h | 220 u8 protocol; member in struct:ata_taskfile
|
pkt_cls.h | 249 __u8 protocol; member in struct:tc_rsvp_pinfo
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
ata.h | 220 u8 protocol; member in struct:ata_taskfile
|
pkt_cls.h | 249 __u8 protocol; member in struct:tc_rsvp_pinfo
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
ata.h | 220 u8 protocol; member in struct:ata_taskfile
|
pkt_cls.h | 249 __u8 protocol; member in struct:tc_rsvp_pinfo
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
ata.h | 220 u8 protocol; member in struct:ata_taskfile
|
pkt_cls.h | 249 __u8 protocol; member in struct:tc_rsvp_pinfo
|
/external/iproute2/doc/ |
ip-cref.tex | 65 \item \verb|-f|, \verb|-family| followed by a protocol family 68 --- enforce the protocol family to use. If the option is not present, 69 the protocol family is guessed from other arguments. If the rest of the command 72 identifier meaning that no networking protocol is involved. 113 \item \verb|address| --- protocol (IP or IPv6) address on a device 440 without any help from the protocol stacks. 546 \section{{\tt ip address} --- protocol address management} 550 \paragraph{Object:} The \verb|address| is a protocol (IP or IPv6) address attached 552 to use the corresponding protocol. It is possible to have several 564 \subsection{{\tt ip address add} --- add a new protocol address [all...] |
/external/iproute2/lib/ |
libnetlink.c | 39 int protocol) 46 rth->fd = socket(AF_NETLINK, SOCK_RAW, protocol);
|
/external/opencore/protocols/rtsp_parcom/src/ |
rtsp_par_com_outgoing_message.cpp | 858 if (rtspTrans->protocol == RtspTransport::RTP_PROTOCOL) 862 else if (rtspTrans->protocol == RtspTransport::RDT_PROTOCOL)
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8LocationCustom.cpp | 178 INC_STATS("DOM.Location.protocol._set"); 181 String protocol = toWebCoreString(value); local 188 url.setProtocol(protocol);
|
/external/webkit/WebKit/mac/WebView/ |
WebDynamicScrollBarsView.mm | 176 [documentView conformsToProtocol:@protocol(WebDocumentView)]) {
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
PixelDumpSupportMac.mm | 246 ASSERT([documentView conformsToProtocol:@protocol(WebDocumentSelection)]);
|
/frameworks/base/core/java/android/pim/vcard/ |
VCardUtils.java | 196 public static String getPropertyNameForIm(final int protocol) { 197 return sKnownImPropNameMap_ItoS.get(protocol);
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
ProviderTestUtils.java | 73 return setupHostAuth("protocol", name, accountId, saveIt, context); 79 public static HostAuth setupHostAuth(String protocol, String name, long accountId, 83 hostAuth.mProtocol = protocol + "-" + name;
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/ |
FtpURLConnection.java | 18 package org.apache.harmony.luni.internal.net.www.protocol.ftp;
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/ |
LSSerializerImpl.java | 1000 String protocol = url.getProtocol(); local 1274 String protocol = url.getProtocol(); local [all...] |
/external/kernel-headers/original/linux/ |
net.h | 2 * NET An implementation of the SOCKET network access protocol. 74 * @SOCK_DCCP: Datagram Congestion Control Protocol socket 100 * @ops: protocol specific socket operations 103 * @sk: internal networking protocol agnostic socket representation 171 int (*create)(struct socket *sock, int protocol);
|
/external/mtpd/ |
pptp.c | 159 /* The longest message defined in RFC 2637 is 220 bytes, but the protocol 190 log_print(ERROR, "Protocol error"); 196 log_print(ERROR, "Protocol error"); 401 struct protocol pptp = {
|
/external/netperf/ |
netlib.h | 495 extern char *inet_ptos(int protocol);
|
/external/webkit/WebCore/plugins/ |
npfunctions.h | 71 typedef NPError (*NPN_GetAuthenticationInfoProcPtr)(NPP npp, const char* protocol, const char* host, int32 port, const char* scheme, const char *realm, char** username, uint32* ulen, char** password, uint32* plen);
|
/external/webkit/WebKit/gtk/webkit/ |
webkitprivate.h | 174 gchar* protocol; member in struct:_WebKitSecurityOriginPrivate
|