Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 83) sorted by relevance

1234

/device/google/cuttlefish_common/guest/hals/hwcomposer/common/
Dhwcomposer.cpp39 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/
Dusb_server.cpp259 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/
Dpoplib.py385 sent = self.sslobj.write(line)
386 if sent == bytes:
388 line = line[sent:]
389 bytes = bytes - sent
Dimaplib.py1178 sent = self.sslobj.write(data)
1179 if sent == bytes:
1181 data = data[sent:]
1182 bytes = bytes - sent
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecDxe.uni5 // 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…
DIpSecDxe.inf5 # to deal with the individual packets sent and received by the host and provide
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc-future/
Dhwcomposer.cpp94 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/
DREADME63 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/
DReleaseNotes.txt26 * Tcp4Dxe transmits more urgent data than is sent through sockets when normal data is
/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
DMvI2cDxe.h236 IN OUT UINTN *sent,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dhandlers.py509 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/
Dtest_smtplib.py33 sent = conn.send(buf)
34 buf = buf[sent:]
Dtest_logging.py1796 sent = sock.send(s[sentsofar:])
1797 sentsofar += sent
1798 left -= sent
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6DxeStrings.uni42 …#language en-US "The number of consecutive Neighbor Solicitation messages sent while performing Du…
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp1161 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/
Dconfig.h.in143 /* Define to the address where bug reports for this package should be sent. */
/device/google/bonito/json-c/
Dconfig.h.in143 /* 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/
Dmsg_16.txt38 This report relates to a message you sent with the following header fields:
Dmsg_43.txt27 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/
DTcg2ConfigStrings.uni63 …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/
DREADME22 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/
DREADME22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
/device/linaro/bootloader/edk2/
DMaintainers.txt13 Patches and questions should be sent to the email list.
/device/linaro/bootloader/edk2/IntelFspPkg/
DContributions.txt133 electronic, verbal, or written communication sent to the
/device/linaro/bootloader/edk2/BeagleBoardPkg/
DContributions.txt133 electronic, verbal, or written communication sent to the

1234