Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 40) sorted by relevance

12

/device/generic/goldfish/wifi/ipv6proxy/
Dsocket.h99 Result sendTo(const sockaddr& destination,
104 Result sendTo(const in6_addr& destination, const void* data, size_t size);
108 Result sendTo(const T& destination, const void* data, size_t size) { in sendTo() argument
109 return sendTo(*reinterpret_cast<const sockaddr*>(&destination), in sendTo()
110 sizeof(destination), in sendTo()
118 const sockaddr& destination,
123 const in6_addr& destination,
130 const T& destination, in sendFrom() argument
134 *reinterpret_cast<const sockaddr*>(&destination), in sendFrom()
135 sizeof(destination), in sendFrom()
Dsocket.cpp187 Result Socket::sendTo(const sockaddr& destination, in sendTo() argument
195 int res = ::sendto(mSocket, data, size, 0, &destination, destinationSize); in sendTo()
202 Result Socket::sendTo(const in6_addr& destination, in sendTo() argument
208 addr.sin6_addr = destination; in sendTo()
216 const sockaddr& destination, in sendFrom() argument
225 messageHeader.msg_name = const_cast<struct sockaddr*>(&destination); in sendFrom()
259 const in6_addr& destination, in sendFrom() argument
265 addr.sin6_addr = destination; in sendFrom()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_install.py21 destination = os.path.join(builddir, "installation")
32 cmd.home = destination
35 self.assertEqual(cmd.install_base, destination)
36 self.assertEqual(cmd.install_platbase, destination)
43 libdir = os.path.join(destination, "lib", "python")
48 os.path.join(destination, "include", "python", "foopkg"))
49 check_path(cmd.install_scripts, os.path.join(destination, "bin"))
50 check_path(cmd.install_data, destination)
Dtest_build_py.py33 destination = self.mkdtemp()
41 build_lib=destination)
58 pkgdest = os.path.join(destination, "pkg")
/device/google/contexthub/util/nanotool/
Dnanopacket_impl.h24 bool NanoPacket::DeserializeWord(T *destination, uint8_t byte) { in DeserializeWord() argument
25 *destination |= byte << (8 * parsing_progress_); in DeserializeWord()
Dnanopacket.h116 bool DeserializeWord(T *destination, uint8_t byte);
/device/google/cuttlefish_common/guest/commands/setup_wifi/
Dmain.cpp32 const std::string& destination) { in CreateWifiWrapper() argument
47 link_add_request.AddString(IFLA_IFNAME, destination); in CreateWifiWrapper()
58 LOG(ERROR) << "setup_network: could not add link " << destination; in CreateWifiWrapper()
/device/generic/goldfish/dhcp/client/
Ddhcpclient.h69 void sendDhcpRequest(in_addr_t destination);
71 Result send(in_addr_t source, in_addr_t destination,
Ddhcpclient.cpp515 void DhcpClient::sendDhcpRequest(in_addr_t destination) { in sendDhcpRequest() argument
519 destination); in sendDhcpRequest()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/data/
DREADME1 This empty directory serves as destination for temporary files
/device/linaro/bootloader/edk2/StdLib/Include/
Dstring.h465 size_t strlcpy(char *destination, const char *source, size_t size);
466 size_t strlcat(char *destination, const char *source, size_t size);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DEfiCopyMemSSE2.c74 ; Pick up misaligned start bytes to get destination pointer 4-byte aligned in EfiCommonLibCopyMem()
144 ; We do this block if the source and destination buffers overlap. To in EfiCommonLibCopyMem()
151 ; Move the source and destination pointers to the end of the range in EfiCommonLibCopyMem()
DEfiCopyMem.c77 ; Pick up misaligned start bytes to get destination pointer 4-byte aligned in EfiCommonLibCopyMem()
160 ; We do this block if the source and destination buffers overlap. To in EfiCommonLibCopyMem()
167 ; Move the source and destination pointers to the end of the range in EfiCommonLibCopyMem()
DEfiCopyMem.S89 # Pick up misaligned start bytes to get destination pointer 4-byte aligned
172 # We do this block if the source and destination buffers overlap. To
179 # Move the source and destination pointers to the end of the range
DEfiCopyMem.asm87 ; Pick up misaligned start bytes to get destination pointer 4-byte aligned
170 ; We do this block if the source and destination buffers overlap. To
177 ; Move the source and destination pointers to the end of the range
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
Dlibprep.bat15 REM Copy Distro then PyMod files to the destination
/device/generic/goldfish/dhcp/common/
Dsocket.h56 in_addr_t destination,
Dsocket.cpp168 in_addr_t destination, in sendRawUdp() argument
185 ip.daddr = destination; in sendRawUdp()
/device/linaro/bootloader/edk2/StdLib/
DFixes.txt17 stdlib\libc\gdtoa\strtod.c(825) : warning C4789: destination of memory copy
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DUefiShellLevel2CommandsLib.uni53 #string STR_GEN_MARG_ERROR #language en-US "%H%s%N: The destination '%H%s%N' is ambiguous.\r…
54 #string STR_GEN_FILE_ERROR #language en-US "%H%s%N: The destination is an existing file '%H%…
58 …IL #language en-US "%H%s%N: Copy failure: insufficient capacity on destination media.\r\n"
178 #string STR_CP_SD_SAME #language en-US "%H%s%N: The source and destination are the same.…
179 #string STR_CP_SD_PARENT #language en-US "%H%s%N: The destination is a parent of the sourc…
180 #string STR_CP_DEST_ERROR #language en-US "%H%s%N: The destination is read-only.\r\n"
181 #string STR_CP_DEST_OPEN_FAIL #language en-US "%H%s%N: The destination file '%B%s%N' failed to …
182 #string STR_CP_DEST_DIR_FAIL #language en-US "%H%s%N: The destination directory '%B%s%N' could…
316 " dst - Specifies a destination file/directory name (wildcards are not permitted). \r\n"
318 " assumed to be the destination.\r\n"
[all …]
/device/google/contexthub/firmware/lib/builtins/
Dfp_extend_impl.inc73 // Extend to the destination type by shifting the significand and
92 // the correct adjusted exponent in the destination type.
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/
DIsZeroBuffer.nasm58 ; nasm doesn't support 64-bit destination
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DIpSecConfigStrings.uni118 " --remote remoteaddress required destination address\r\n"
124 " --tunnel-dest tunneldestaddr optional tunnel destination address(only for tunnel mode)\…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
DFormDisplayStr.uni70 …OUND #language en-US "Convert string to device path fail. Can't goto the destination."
71 … #language fr-FR "Convert string to device path fail. Can't goto the destination."
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dscantools.py728 classname, listname = self.destination(tp, name, arglist, modifiers)
730 classname, listname = self.destination(tp, name, arglist)
754 def destination(self, type, name, arglist): member in Scanner

12