/device/generic/goldfish/wifi/ipv6proxy/ |
D | socket.h | 99 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()
|
D | socket.cpp | 187 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/ |
D | test_install.py | 21 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)
|
D | test_build_py.py | 33 destination = self.mkdtemp() 41 build_lib=destination) 58 pkgdest = os.path.join(destination, "pkg")
|
/device/google/contexthub/util/nanotool/ |
D | nanopacket_impl.h | 24 bool NanoPacket::DeserializeWord(T *destination, uint8_t byte) { in DeserializeWord() argument 25 *destination |= byte << (8 * parsing_progress_); in DeserializeWord()
|
D | nanopacket.h | 116 bool DeserializeWord(T *destination, uint8_t byte);
|
/device/google/cuttlefish_common/guest/commands/setup_wifi/ |
D | main.cpp | 32 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/ |
D | dhcpclient.h | 69 void sendDhcpRequest(in_addr_t destination); 71 Result send(in_addr_t source, in_addr_t destination,
|
D | dhcpclient.cpp | 515 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/ |
D | README | 1 This empty directory serves as destination for temporary files
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | string.h | 465 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/ |
D | EfiCopyMemSSE2.c | 74 ; 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()
|
D | EfiCopyMem.c | 77 ; 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()
|
D | EfiCopyMem.S | 89 # 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
|
D | EfiCopyMem.asm | 87 ; 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/ |
D | libprep.bat | 15 REM Copy Distro then PyMod files to the destination
|
/device/generic/goldfish/dhcp/common/ |
D | socket.h | 56 in_addr_t destination,
|
D | socket.cpp | 168 in_addr_t destination, in sendRawUdp() argument 185 ip.daddr = destination; in sendRawUdp()
|
/device/linaro/bootloader/edk2/StdLib/ |
D | Fixes.txt | 17 stdlib\libc\gdtoa\strtod.c(825) : warning C4789: destination of memory copy
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | UefiShellLevel2CommandsLib.uni | 53 #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/ |
D | fp_extend_impl.inc | 73 // 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/ |
D | IsZeroBuffer.nasm | 58 ; nasm doesn't support 64-bit destination
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
D | IpSecConfigStrings.uni | 118 " --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/ |
D | FormDisplayStr.uni | 70 …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/ |
D | scantools.py | 728 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
|