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

1 2 3 4 5 6 7 8 91011>>

  /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/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 40 * Returns the number of requests transferred over the connection,
46 * Returns the number of responses transferred over the connection,
52 * Returns the number of bytes transferred over the connection,
58 * Returns the number of bytes transferred over the connection,
  /external/dropbear/
progressmeter.c 58 static char *file; /* name of the file being transferred */
113 off_t transferred; local
122 transferred = *counter - cur_pos;
132 transferred = end_pos;
138 cur_speed = (transferred / elapsed);
140 cur_speed = transferred;
171 /* amount transferred */
182 if (!transferred)
  /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).
  /external/chromium/base/threading/
worker_pool.h 29 // return value, ownership of |task| is transferred to the worker pool.
  /external/qemu/android/
keycode-array.h 16 * to be transferred to the emulator core for further processing.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
boolean-001.js 7 object. Therefore it cannot be transferred to other
boolean-002.js 10 object. Therefore it cannot be transferred to other
date-003.js 10 its this value is not a Date object. Therefore it cannot be transferred
number-001.js 14 this value is not a Number object. Therefore it cannot be transferred to
number-002.js 9 this value is not a Number object. Therefore it cannot be transferred to
number-003.js 9 this value is not a Number object. Therefore it cannot be transferred to
string-001.js 12 Therefore it connot be transferred to the other kinds of
string-002.js 10 Therefore it connot be transferred to the other kinds of
  /frameworks/compile/slang/
slang_rs_exportable.h 51 // responsibility is then transferred to the object who invoked this function.
  /libcore/luni/src/main/java/java/util/
IllegalFormatException.java 22 * contains either an illegal syntax or format specifier is transferred as a
  /external/chromium/net/base/
nss_memio.c 126 int transferred = 0; local
138 transferred += len;
148 transferred += len;
152 return transferred;
160 int transferred = 0; local
171 transferred += len;
180 transferred += len;
184 return transferred;
  /frameworks/base/voip/java/android/net/sip/
ISipSessionListener.aidl 75 * Called when the call is being transferred to a new one.
77 * @param newSession the new session that the call will be transferred to
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
acct.h 56 comp_t ac_io; /* Chars Transferred */
88 comp_t ac_io; /* Chars Transferred */

Completed in 3092 milliseconds

1 2 3 4 5 6 7 8 91011>>