/prebuilt/ndk/android-ndk-r4/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
|
/prebuilt/ndk/android-ndk-r4/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
|
/prebuilt/ndk/android-ndk-r4/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
|
/prebuilt/ndk/android-ndk-r4/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
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/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
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/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
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/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/qemu/android/ |
hw-qemud.c | 642 /* Defines protocol, used by the client. */ 643 QemudProtocol protocol; member in struct:QemudClient 665 /* Fields that are protocol-specific. */ 683 return (client-> protocol == QEMUD_PROTOCOL_PIPE) ? true : false; 893 c->protocol = QEMUD_PROTOCOL_PIPE; 898 c->protocol = QEMUD_PROTOCOL_SERIAL; 936 qemu_put_be32(f, c->protocol); 979 /* get protocol. */ 980 QemudProtocol protocol = qemu_get_be32(f); local 982 if (protocol == QEMUD_PROTOCOL_SERIAL) [all...] |
console.c | 55 #include "android/protocol/fb-updates-proxy.h" 56 #include "android/protocol/user-events-impl.h" 57 #include "android/protocol/ui-commands-api.h" 58 #include "android/protocol/core-commands-impl.h" 59 #include "android/protocol/ui-commands-proxy.h" 60 #include "android/protocol/attach-ui-proxy.h" 856 /* parse a protocol:port specification */ 1006 " redir add <protocol>:<host-port>:<guest-port>\r\n\r\n" 1007 "where: <protocol> is either 'tcp' or 'udp'\r\n" 1016 " redir del <protocol>:<host-port>\r\n\r\n 2726 const char* protocol = "-raw"; \/\/ Default framebuffer exchange protocol. local [all...] |
/packages/apps/Email/src/com/android/email/ |
Controller.java | 659 String protocol = Account.getProtocol(mProviderContext, accountId); 660 if (!HostAuth.SCHEME_EAS.equals(protocol)) { [all...] |
/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...] |
/prebuilt/common/http-client/ |
httpclient-4.1.1.jar | |
/external/chromium/chrome/browser/resources/ |
bug_report.js | 95 // Note, categories are based from 1 in our protocol buffers, so no
|
/external/iproute2/lib/ |
libnetlink.c | 39 int protocol) 46 rth->fd = socket(AF_NETLINK, SOCK_RAW, protocol);
|
/external/v8/test/mjsunit/ |
debug-evaluate-with-context.js | 113 // Now try all the same, but via debug protocol.
|
/external/webkit/Tools/DumpRenderTree/mac/ |
PixelDumpSupportMac.mm | 256 ASSERT([documentView conformsToProtocol:@protocol(WebDocumentSelection)]);
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardUtils.java | 282 public static String getPropertyNameForIm(final int protocol) { 283 return sKnownImPropNameMap_ItoS.get(protocol);
|
/libcore/luni/src/main/java/libcore/io/ |
ForwardingOs.java | 117 public FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException { return os.socket(domain, type, protocol); }
|