/device/google/cuttlefish_common/guest/hals/hwcomposer/common/ |
D | hwcomposer.cpp | 39 int sent = 0; in hwc_vsync_thread() local 76 ++sent; in hwc_vsync_thread() 82 ALOGI("Sent %d syncs in %ds", sent - last_sent, log_interval); in hwc_vsync_thread() 84 last_sent = sent; in hwc_vsync_thread()
|
/device/google/cuttlefish_common/guest/commands/usbforward/ |
D | usb_server.cpp | 259 int32_t sent = 0; in OnTransferComplete() local 260 while (sent < actual_length) { in OnTransferComplete() 261 int packet_size = fd_->Write(&buffer[sent], actual_length - sent); in OnTransferComplete() 262 sent += packet_size; in OnTransferComplete() 263 ALOGV("Sending response, %d / %d bytes sent", sent, actual_length); in OnTransferComplete()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | poplib.py | 385 sent = self.sslobj.write(line) 386 if sent == bytes: 388 line = line[sent:] 389 bytes = bytes - sent
|
D | imaplib.py | 1178 sent = self.sslobj.write(data) 1179 if sent == bytes: 1181 data = data[sent:] 1182 bytes = bytes - sent
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IpSecDxe.uni | 5 // to deal with the individual packets sent and received by the host and provide 24 …which is used to abstract the ability to deal with the individual packets sent and received by the…
|
D | IpSecDxe.inf | 5 # to deal with the individual packets sent and received by the host and provide
|
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc-future/ |
D | hwcomposer.cpp | 94 int sent = 0; in vsync_thread() local 131 ++sent; in vsync_thread() 137 ALOGI("Sent %d syncs in %ds", sent - last_sent, log_interval); in vsync_thread() 139 last_sent = sent; in vsync_thread()
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 63 in : Data is sent from the caller to the calle 64 out: Data is sent from the callee to the caller 65 in_out: data is sent from the caller and return in place. 101 side. Thus, the data endianness that is sent across the wire is 319 …isLarge -> for pointer variables, indicates that the data should be sent without an intermedia…
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
D | ReleaseNotes.txt | 26 * Tcp4Dxe transmits more urgent data than is sent through sockets when normal data is
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/ |
D | MvI2cDxe.h | 236 IN OUT UINTN *sent,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
D | handlers.py | 509 sent = self.sock.send(s[sentsofar:]) 510 sentsofar = sentsofar + sent 511 left = left - sent
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_smtplib.py | 33 sent = conn.send(buf) 34 buf = buf[sent:]
|
D | test_logging.py | 1796 sent = sock.send(s[sentsofar:]) 1797 sentsofar += sent 1798 left -= sent
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
D | Ip6DxeStrings.uni | 42 …#language en-US "The number of consecutive Neighbor Solicitation messages sent while performing Du…
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 1161 int sent = 0; in threadLoop() local 1202 ALOGVV("sent %d syncs in %ds", sent - lastSent, rt.tv_sec - lastLogged); in threadLoop() 1204 lastSent = sent; in threadLoop() 1206 ++sent; in threadLoop()
|
/device/google/crosshatch/json-c/ |
D | config.h.in | 143 /* Define to the address where bug reports for this package should be sent. */
|
/device/google/bonito/json-c/ |
D | config.h.in | 143 /* Define to the address where bug reports for this package should be sent. */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
D | msg_16.txt | 38 This report relates to a message you sent with the following header fields:
|
D | msg_43.txt | 27 was blocked by our Spam Firewall. The email you sent with the following subject has NOT BEEN DELIVE…
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/ |
D | Tcg2ConfigStrings.uni | 63 …AMETER_HELP #language en-US "Additional TPM2 Operation Parameter need be sent with Operation Code…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | README | 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | README | 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
|
/device/linaro/bootloader/edk2/ |
D | Maintainers.txt | 13 Patches and questions should be sent to the email list.
|
/device/linaro/bootloader/edk2/IntelFspPkg/ |
D | Contributions.txt | 133 electronic, verbal, or written communication sent to the
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/ |
D | Contributions.txt | 133 electronic, verbal, or written communication sent to the
|