Searched defs:Protocol (Results 1 - 25 of 42) sorted by relevance

12

/external/parameter-framework/asio/include/asio/detail/
H A Dpop_options.hpp36 # undef Protocol macro
H A Dpush_options.hpp36 # if !defined(Protocol) && !defined(id)
37 # define Protocol cpp_Protocol macro
H A Dsocket_option.hpp70 template <typename Protocol>
71 int level(const Protocol&) const
77 template <typename Protocol>
78 int name(const Protocol&) const
84 template <typename Protocol>
85 int* data(const Protocol&) argument
91 template <typename Protocol>
92 const int* data(const Protocol&) const
98 template <typename Protocol>
99 std::size_t size(const Protocol
106 resize(const Protocol&, std::size_t s) argument
176 data(const Protocol&) argument
197 resize(const Protocol&, std::size_t s) argument
269 data(const Protocol&) argument
290 resize(const Protocol&, std::size_t s) argument
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dpop_options.hpp36 # undef Protocol macro
H A Dpush_options.hpp36 # if !defined(Protocol) && !defined(id)
37 # define Protocol cpp_Protocol macro
H A Dsocket_option.hpp70 template <typename Protocol>
71 int level(const Protocol&) const
77 template <typename Protocol>
78 int name(const Protocol&) const
84 template <typename Protocol>
85 int* data(const Protocol&) argument
91 template <typename Protocol>
92 const int* data(const Protocol&) const
98 template <typename Protocol>
99 std::size_t size(const Protocol
106 resize(const Protocol&, std::size_t s) argument
176 data(const Protocol&) argument
197 resize(const Protocol&, std::size_t s) argument
269 data(const Protocol&) argument
290 resize(const Protocol&, std::size_t s) argument
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DProtocol.java25 * <h3>Protocol vs Scheme</h3>
31 public enum Protocol { enum
73 Protocol(String protocol) { method in class:Protocol
81 public static Protocol get(String protocol) throws IOException {
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dhw.c25 IN EFI_GUID *Protocol,
33 Check to see if DevicePath exists for a given Protocol. Return Error if it
39 Protocol - to check the DevicePath against
53 // Check to see if this device path already has Protocol on it.
56 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &DevicePath, &Handle);
23 InitializeGlobalIoDevice( IN EFI_DEVICE_PATH *DevicePath, IN EFI_GUID *Protocol, IN CHAR8 *ErrorStr, OUT EFI_DEVICE_IO_INTERFACE **GlobalIoFncs ) argument
H A Dhand.c28 // Find the first instance of this Protocol in the system and return it's interface
60 IN EFI_GUID *Protocol OPTIONAL,
88 Protocol,
140 // Get list of device handles that support the BLOCK_IO Protocol.
162 // the BLOCK_IO Protocol, then return.
173 // Loop through all the device handles that support the BLOCK_IO Protocol
446 EFI_GUID *Protocol; local
473 Protocol = va_arg(args, EFI_GUID *);
474 if (!Protocol) {
484 DEBUG((D_INFO, "LibInstallProtocolInterface: %d %x\n", Protocol, Interfac
529 EFI_GUID *Protocol; local
567 EFI_GUID *Protocol; local
[all...]
H A Ddpath.c430 IN EFI_GUID *Protocol,
438 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &FilePath, &Device);
451 Status =uefi_call_wrapper(BS->HandleProtocol, 3, Device, Protocol, Interface);
815 CatPrint(Str, L"%g", &MediaProt->Protocol);
429 LibDevicePathToInterface( IN EFI_GUID *Protocol, IN EFI_DEVICE_PATH *FilePath, OUT VOID **Interface ) argument
/external/autotest/client/site_tests/kernel_ProtocolCheck/
H A Dkernel_ProtocolCheck.py23 Protocol = namedtuple('Protocol', ['name', 'domain', 'socket_type', variable
26 Protocol('RFCOMM', AF_BLUETOOTH, socket.SOCK_STREAM, BTPROTO_RFCOMM),
27 Protocol('RFCOMM', AF_BLUETOOTH, socket.SOCK_SEQPACKET, BTPROTO_SCO),
28 Protocol('L2CAP', AF_BLUETOOTH, socket.SOCK_STREAM, BTPROTO_L2CAP),
29 Protocol('HCI', AF_BLUETOOTH, socket.SOCK_RAW, BTPROTO_HCI),
30 Protocol('PACKET', socket.AF_PACKET, socket.SOCK_DGRAM, 0),
31 Protocol('RAWv6', socket.AF_INET6, socket.SOCK_RAW, 0),
32 Protocol('UDPLITEv6', socket.AF_INET6, socket.SOCK_DGRAM,
34 Protocol('UDPv
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DProtocol.java34 * Protocol name and version.
43 public class Protocol extends SIPObject { class in inherits:SIPObject
146 public Protocol() { method in class:Protocol
153 * $Log: Protocol.java,v $
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h40 @class NSString, Protocol; variable in typeref:class:
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java49 * Protocol Field.
51 Protocol, enum constant in enum:ServiceInfo.Fields
382 * dictionary of values to build the fully qualified service name. Mandatory keys are Application and Instance. The Domain default is local, the Protocol default is tcp and the subtype default is none.
/external/clang/include/clang/Index/
H A DIndexSymbol.h34 Protocol, member in class:clang::index::SymbolKind
/external/clang/lib/Sema/
H A DSema.cpp191 // Create the built-in forward declaratino for 'Protocol'.
192 DeclarationName Protocol = &Context.Idents.get("Protocol"); local
193 if (IdResolver.begin(Protocol) == IdResolver.end())
/external/syslinux/efi32/include/efi/
H A Defidevp.h224 UINT16 Protocol; member in struct:_IPv4_DEVICE_PATH
235 UINT16 Protocol; member in struct:_IPv6_DEVICE_PATH
310 EFI_GUID Protocol; member in struct:_MEDIA_PROTOCOL_DEVICE_PATH
H A Defiip.h120 UINT8 Protocol; member in struct:__anon19511
147 UINT8 Protocol; member in struct:__anon19514
370 UINT8 Protocol; member in struct:_EFI_IP6_OVERRIDE_DATA
/external/syslinux/efi64/include/efi/
H A Defidevp.h224 UINT16 Protocol; member in struct:_IPv4_DEVICE_PATH
235 UINT16 Protocol; member in struct:_IPv6_DEVICE_PATH
310 EFI_GUID Protocol; member in struct:_MEDIA_PROTOCOL_DEVICE_PATH
H A Defiip.h120 UINT8 Protocol; member in struct:__anon19691
147 UINT8 Protocol; member in struct:__anon19694
370 UINT8 Protocol; member in struct:_EFI_IP6_OVERRIDE_DATA
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defidevp.h224 UINT16 Protocol; member in struct:_IPv4_DEVICE_PATH
235 UINT16 Protocol; member in struct:_IPv6_DEVICE_PATH
310 EFI_GUID Protocol; member in struct:_MEDIA_PROTOCOL_DEVICE_PATH
H A Defiip.h120 UINT8 Protocol; member in struct:__anon19894
147 UINT8 Protocol; member in struct:__anon19897
370 UINT8 Protocol; member in struct:_EFI_IP6_OVERRIDE_DATA
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DDevicePath.h33 // Protocol GUID defined in EFI1.1.
271 UINT16 Protocol; member in struct:__anon20627
282 UINT16 Protocol; member in struct:__anon20628
408 EFI_GUID Protocol; member in struct:__anon20637
/external/mdnsresponder/mDNSCore/
H A DuDNS.c432 u.NATPortReq.opcode = info->Protocol;
519 const char *prot = n->Protocol == NATOp_MapUDP ? "UDP" : n->Protocol == NATOp_MapTCP ? "TCP" : "?";
558 LogInfo("mDNS_StartNATOperation_internal %p Protocol %d IntPort %d RequestedPort %d NATLease %d", traversal,
559 traversal->Protocol, mDNSVal16(traversal->IntPort), mDNSVal16(traversal->RequestedPort), traversal->NATLease);
567 traversal, traversal->Protocol, mDNSVal16(traversal->IntPort), traversal->NATLease);
573 if (traversal->Protocol && traversal->Protocol == (*n)->Protocol && mDNSSameIPPort(traversal->IntPort, (*n)->IntPort) &&
577 traversal, traversal->Protocol, mDNSVal1
3338 mDNSu8 Protocol = AddrReply->opcode & 0x7F; local
[all...]
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp602 ObjCProtocolDecl *Protocol) {
607 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition())
636 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) {
599 ClassImplementsAllMethodsAndProperties(ASTContext &Ctx, const ObjCImplementationDecl *ImpDecl, const ObjCInterfaceDecl *IDecl, ObjCProtocolDecl *Protocol) argument

Completed in 750 milliseconds

12