HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 726 - 750 of 774) sorted by null

<<21222324252627282930>>

  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 534 rpc_loc_server_protocol_e_type protocol; member in struct:rpc_loc_server_open_req_s_type
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 18 package org.apache.harmony.luni.tests.internal.net.www.protocol.https;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 3223 final Integer protocol = values.getAsInteger(StatusUpdates.PROTOCOL); local
    [all...]
  /external/blktrace/
blktrace.c 687 static int my_socket(int domain, int type, int protocol)
692 fd = socket(domain, type, protocol);
    [all...]
  /external/grub/netboot/
tlan.c     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 39 or to implement receiver side of SRP or another end-to-end protocol
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 121 * that has a To tag). The SIP Protocol stores enough state in the message structure to extract a
662 * @param protocol -- protocol (udp/tcp/tls)
664 private void raiseIOException(String host, int port, String protocol) {
669 IOExceptionEvent ioError = new IOExceptionEvent(this, host, port, protocol);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 192 @protocol WebKitVideoRenderingDetails
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm     [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp     [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/ppp/pppd/
ccp.c 2 * ccp.c - PPP Compression Control Protocol.
165 * Protocol entry points from main code.
357 f->protocol = PPP_CCP;
549 * however the PPP protocol doesn't have such a concept, and pppd
    [all...]
ipcp.c 2 * ipcp.c - PPP IP Control Protocol.
76 /* Hook for a plugin to know when IP protocol has come up */
79 /* Hook for a plugin to know when IP protocol has come down */
127 NULL, /* Called when Protocol-Reject received */
129 NULL, /* Called to handle protocol-specific codes */
130 "IPCP" /* String name of protocol */
230 * Protocol entry points from main code.
274 #define CILEN_COMPRESS 4 /* min length for compression protocol opt. */
566 f->protocol = PPP_IPCP;
658 * ipcp_protrej - A Protocol-Reject was received for IPCP
    [all...]
sys-linux.c     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 784 (request.url().protocol().startsWith("http", false) && m_frame->tree() && m_frame->tree()->parent()) ||
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp     [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common_xdr.c 897 if (!xdr_rpc_loc_server_protocol_e_type (xdrs, &objp->protocol))
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp 493 bool couldSetProtocol = url.setProtocol(documentURL.protocol());
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java     [all...]
  /external/v8/src/
d8.js 527 // Encode the protocol header.
    [all...]
  /external/ping/
ping.c 46 * Using the InterNet Control Message Protocol (ICMP) "ECHO" facility,
480 /* Protocol independent setup and parameter checks. */
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c     [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 249 } elsif ($isProtocol && $line =~ /^\s*\@protocol $class\s*<[^>]+>\s*([A-Z0-9_]*)/) {
427 die "Everything past the first class should be a protocol!" unless IsProtocolType($parentName);
753 # - Begin @interface or @protocol
754 my $interfaceDeclaration = ($isProtocol ? "\@protocol $className" : "\@interface $className : $parentName");
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp 886 if (!base.protocol().isEmpty())
    [all...]

Completed in 810 milliseconds

<<21222324252627282930>>