HomeSort by relevance Sort by last modified time
    Searched defs:protocol (Results 351 - 375 of 773) sorted by null

<<11121314151617181920>>

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 422 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
424 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
428 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
430 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
434 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
437 values.put(StatusUpdates.PROTOCOL, protocol);
493 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol,
498 values.put(Im.PROTOCOL, protocol);
1682 int protocol = Im.PROTOCOL_GOOGLE_TALK; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ip_vs.h 121 __u16 protocol; member in struct:ip_vs_service_user
183 __u16 protocol; member in struct:ip_vs_service_entry
223 __u16 protocol; member in struct:ip_vs_get_dests
336 IPVS_SVC_ATTR_PROTOCOL, /* virtual service protocol */
  /prebuilts/misc/common/robolectric/3.1.1/lib/
classworlds-1.1-alpha-2.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1/
classworlds-1.1.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1-alpha-2/
classworlds-1.1-alpha-2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/mockwebserver/2.7.4/
mockwebserver-2.7.4.jar 
  /system/core/adb/
commandline.cpp 252 // this expects that incoming data will use the shell protocol, in which case
261 std::unique_ptr<ShellProtocol> protocol;
267 protocol = std::make_unique<ShellProtocol>(fd);
268 if (!protocol) {
272 buffer_ptr = protocol->data();
277 if (!protocol->Read()) {
280 length = protocol->data_length();
281 switch (protocol->id()) {
289 exit_code = protocol->data()[0];
294 length = protocol->data_length()
453 std::unique_ptr<ShellProtocol> protocol; member in struct:StdinReadArgs
    [all...]
  /system/core/fastboot/
fastboot.cpp 254 Socket::Protocol protocol = Socket::Protocol::kTcp; local
261 protocol = Socket::Protocol::kTcp;
265 protocol = Socket::Protocol::kUdp;
283 if (protocol == Socket::Protocol::kTcp) {
285 } else if (protocol == Socket::Protocol::kUdp)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/
wagon-provider-api-1.0-alpha-6.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /bionic/libc/kernel/uapi/linux/
bpf.h 257 __u32 protocol; member in struct:__sk_buff
300 __u32 protocol; member in struct:bpf_sock
dcbnl.h 98 __u16 protocol; member in struct:dcb_app
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 28 - socket.getprotobyname(protocolname) --> protocol number
53 the Ethernet protocol number to be received. For example:
111 or datagram (SOCK_DGRAM) socket. The protocol argument defaults to 0,\n\
112 specifying the default protocol. Keyword arguments are accepted.\n\
4145 int family, socktype, protocol, flags; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 28 - socket.getprotobyname(protocolname) --> protocol number
53 the Ethernet protocol number to be received. For example:
106 or datagram (SOCK_DGRAM) socket. The protocol argument defaults to 0,\n\
107 specifying the default protocol. Keyword arguments are accepted.\n\
4063 int family, socktype, protocol, flags; local
    [all...]
  /external/guice/extensions/persist/lib/
servlet-api-2.5.jar 
  /external/guice/extensions/servlet/lib/build/
servlet-api-2.5.jar 
  /external/guice/extensions/struts2/lib/
servlet-api-2.5.jar 
  /external/kernel-headers/original/uapi/linux/
bpf.h 494 * Change protocol of the skb. Currently supported is v4 -> v6,
499 * @proto: new skb->protocol type
804 __u32 protocol; member in struct:__sk_buff
864 __u32 protocol; member in struct:bpf_sock
dcbnl.h 214 * @selector: protocol identifier type
215 * @protocol: protocol of type indicated
236 __u16 protocol; member in struct:dcb_app
279 * @DCB_CMD_GAPP: get application protocol configuration
280 * @DCB_CMD_SAPP: set application protocol configuration
637 * supports the CEE protocol flavor
640 * supports the IEEE protocol flavor
  /external/libmicrohttpd/src/include/
microhttpd.h 50 * The header file defines various constants used by the HTTP protocol.
468 * Run using the IPv6 protocol (otherwise, MHD will just support
477 * Be pedantic about the protocol (as opposed to as tolerant as
920 * the key-value pairs in the HTTP protocol.
1058 const char* protocol; member in union:MHD_ConnectionInfo
    [all...]
  /external/libnl/include/linux-private/linux/
pkt_cls.h 263 __u8 protocol; member in struct:tc_rsvp_pinfo

Completed in 1088 milliseconds

<<11121314151617181920>>