HomeSort by relevance Sort by last modified time
    Searched full:transferred (Results 1 - 25 of 732) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/public/platform/
WebGeofencingProvider.h 26 // Ownership of the WebGeofencingCallbacks is transferred to the client.
30 // Ownership of the WebGeofencingCallbacks is transferred to the client.
34 // Ownership of the WebGeofencingRegionsCallbacks is transferred to the client.
WebPushClient.h 23 // Ownership of the WebPushRegistrationCallbacks is transferred to the
24 // client. Ownership of the WebServiceWorkerProvider is not transferred.
WebCredentialManagerClient.h 25 // Ownership of the callback is transferred to the callee for each of
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.cpp 71 ULONG transferred = 0; local
80 &transferred,
86 &transferred,
90 *bytes_transferred = transferred;
124 ULONG transferred = 0; local
131 &transferred,
137 &transferred,
150 &transferred, TRUE);
152 *bytes_transferred = transferred;
  /external/chromium_org/third_party/libusb/src/libusb/
sync.c 83 * \returns on success, the number of bytes actually transferred
160 int *transferred, unsigned int timeout, unsigned char type)
181 *transferred = transfer->actual_length;
219 * <tt>transferred</tt> output parameter.
221 * You should also check the <tt>transferred</tt> parameter for bulk writes.
224 * Also check <tt>transferred</tt> when dealing with a timeout error code.
228 * that may have been transferred; do not assume that timeout conditions
237 * \param transferred output location for the number of bytes actually
238 * transferred.
243 * \returns 0 on success (and populates <tt>transferred</tt>
    [all...]
  /external/libusb/libusb/
sync.c 65 * \returns on success, the number of bytes actually transferred
155 int *transferred, unsigned int timeout, unsigned char type)
188 *transferred = transfer->actual_length;
222 * <tt>transferred</tt> output parameter.
224 * You should also check the <tt>transferred</tt> parameter for bulk writes.
227 * Also check <tt>transferred</tt> when dealing with a timeout error code.
231 * that may have been transferred; do not assume that timeout conditions
240 * \param transferred output location for the number of bytes actually
241 * transferred.
246 * \returns 0 on success (and populates <tt>transferred</tt>
    [all...]
  /external/chromium_org/device/usb/
usb_device_handle_unittest.cc 60 size_t transferred) {
62 transferred_ = transferred;
70 size_t transferred() const { return transferred_; } function in class:device::__anon12669::TestCompletionCallback
109 out_completion.transferred());
114 in_completion.transferred());
151 out_completion.transferred());
156 in_completion.transferred());
  /external/iptables/extensions/
libxt_connbytes.man 2 flows constituting the connection) has transferred so far, or by
10 The transferred bytes per connection can also be viewed through
29 whether to check the amount of packets, number of bytes transferred or
  /external/qemu-pc-bios/bochs/bios/
notes 34 transferred, the drive sets the data-request bit to 1, sets
36 > on a single-sector transfer, after the system has transferred
38 > on a multiple-sector transfer, after the system has transferred
41 transferred, the drive sets the data-request bit to 1, the busy bit to 0,
  /development/host/windows/usb/api/
adb_legacy_endpoint_object.cpp 77 ULONG transferred = 0; local
85 &transferred,
90 &transferred,
104 &transferred,
109 *bytes_transferred = transferred;
181 ULONG transferred = 0; local
182 ret = GetOverlappedResult(usb_handle(), &overlapped, &transferred, TRUE);
185 transferred;
adb_io_completion.h 43 @param[in] expected_trans_size Number of bytes expected to be transferred
71 number of bytes that were actually transferred by a read or write
129 /// Expected number of bytes transferred in thi I/O
adb_legacy_io_completion.h 41 @param[in] expected_trans_size Number of bytes expected to be transferred
74 number of bytes that were actually transferred by a read or write
108 /// Recepient for number of transferred bytes in write IOCTL.
  /libcore/luni/src/main/java/java/io/
InterruptedIOException.java 22 * bytes that were transferred successfully before the interruption took place
30 * The number of bytes transferred before the I/O interrupt occurred.
  /external/apache-http/src/org/apache/http/
HttpConnectionMetrics.java 45 * Returns the number of requests transferred over the connection,
51 * Returns the number of responses transferred over the connection,
57 * Returns the number of bytes transferred over the connection,
63 * Returns the number of bytes transferred over the connection,
  /external/chromium_org/chrome/browser/apps/drive/
drive_service_bridge.h 31 // Returns the DriveAppRegistery to use. The ownership is not transferred.
  /external/chromium_org/content/common/
pepper_renderer_instance_data.h 18 // This data is transferred to the browser process from the renderer when the
  /external/kernel-headers/original/uapi/linux/
v4l2-mediabus.h 21 * data format is fixed. Additionally, "2X8" means that one pixel is transferred
23 * transferred over the bus: "LE" means that the least significant bits are
24 * transferred first, "BE" means that the most significant bits are transferred
bsg.h 38 __u32 dout_xfer_len; /* [i] bytes to be transferred to device */
40 __u32 din_xfer_len; /* [i] bytes to be transferred from device */
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
v4l2-mediabus.h 21 * data format is fixed. Additionally, "2X8" means that one pixel is transferred
23 * transferred over the bus: "LE" means that the least significant bits are
24 * transferred first, "BE" means that the most significant bits are transferred
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
bsg.h 38 __u32 dout_xfer_len; /* [i] bytes to be transferred to device */
40 __u32 din_xfer_len; /* [i] bytes to be transferred from device */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
bsg.h 38 __u32 dout_xfer_len; /* [i] bytes to be transferred to device */
40 __u32 din_xfer_len; /* [i] bytes to be transferred from device */
  /external/chromium_org/ui/base/x/
selection_owner.h 70 // Parameters from the XSelectionRequest. The data is transferred over
76 // The data to be transferred.
80 // transferred in the next chunk.
  /libcore/luni/src/main/java/javax/net/ssl/
SSLEngineResult.java 104 * the number of bytes transferred to the destination buffer(s).
158 * Returns the number of bytes transferred to the destination buffer(s).
160 * @return the number of bytes transferred to the destination buffer(s).
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
rtmintrin.h 55 commit fails, then control is transferred to the outermost transaction
64 /* Force an RTM abort condition. The control is transferred to the
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
rtmintrin.h 57 commit fails, then control is transferred to the outermost transaction
66 /* Force an RTM abort condition. The control is transferred to the

Completed in 1776 milliseconds

1 2 3 4 5 6 7 8 91011>>