HomeSort by relevance Sort by last modified time
    Searched full:transferred (Results 26 - 50 of 634) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/curl/docs/libcurl/opts/
CURLOPT_CHUNK_BGN_FUNCTION.3 40 going to be transferred (if the transfer supports chunks).
43 details about the file that is about to get transferred.
  /external/libchrome/sandbox/linux/services/
proc_util.cc 47 // Ownership of proc_self_fd is transferred here, it must not be closed
78 // Ownership of proc_self_fd is transferred here, it must not be closed
  /libcore/ojluni/src/main/java/java/io/
InterruptedIOException.java 34 * indicates how many bytes were successfully transferred before
69 * Reports how many bytes had been transferred as part of the I/O
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/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/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/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/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/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/linux-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
  /external/curl/docs/libcurl/
getinfo-times 21 first byte is just about to be transferred.
  /external/opencv3/modules/highgui/src/files_Qt/Milky/
README.txt 14 1. The icons may not be resold, sublicensed, rented, transferred or otherwise made available for use or detached from a product, software application or web page;
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
task_io_service_operation.hpp 65 unsigned int task_result_; // Passed into bytes transferred.
  /external/pcre/dist/doc/
pcre_pattern_to_host_byte_order.3 25 pattern that has been compiled on one host is transferred to another that might
  /external/tpm2/
Unique.c 18 // in the provided buffer (b) and returns the number of bytes transferred. The function will not copy more
  /frameworks/av/media/libnbaio/
README.txt 7 transferred frames is less than the requested number of frames.
  /frameworks/av/media/libstagefright/
ThrottledSource.cpp 52 // transferred given the limited bandwidth.
  /frameworks/compile/slang/
slang_rs_exportable.h 51 // responsibility is then transferred to the object who invoked this function.
  /libcore/ojluni/src/main/java/java/sql/
DataTruncation.java 138 * Gets the number of bytes of data that should have been transferred.
142 * @return the number of bytes of data that should have been transferred
149 * Gets the number of bytes of data actually transferred.
152 * @return the number of bytes of data actually transferred
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Socket.java 35 /** Endianness of data transferred in this connection. */
48 * @param endian Endianness of data transferred in this connection.
76 * Gets endianness of data transferred via this socket.
78 * @return Endianness of data transferred via this socket.
  /system/core/adb/
SYNC.TXT 64 transferred. Each chunk must not be larger than 64k.
66 When the file is transferred a sync request "DONE" is sent, where length is set
77 until the file is transferred. Each chuck will not be larger than 64k.
79 When the file is transferred a sync response "DONE" is retrieved where the
  /frameworks/av/include/media/nbaio/
NBAIO.h 171 // > 0 Number of frames successfully transferred prior to first error.
176 // WOULD_BLOCK No frames can be transferred without blocking.
191 // > 0 Total number of frames successfully transferred prior to first error.
196 // WOULD_BLOCK No frames can be transferred without blocking.
207 // > 0 Number of frames successfully transferred during this callback prior to first error.
259 // > 0 Number of frames successfully transferred prior to first error.
264 // WOULD_BLOCK No frames can be transferred without blocking.
279 // > 0 Total number of frames successfully transferred prior to first error.
284 // WOULD_BLOCK No frames can be transferred without blocking.
295 // > 0 Number of frames successfully transferred during this callback prior to first error
    [all...]
  /external/autotest/client/virt/
rss_client.py 111 self.transferred = 0
168 transferred = self.transferred / 1048576.
169 speed = (self.transferred - self._last_transferred) / dt
172 (str, transferred, speed))
174 self._last_transferred = self.transferred
180 self.transferred += len(str) + 4
187 self.transferred += len(str) + 4
331 # If nothing was transferred, raise an exception
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
SampleTestActivity.java 44 * The name of the test file being transferred.
49 * The content of the test file being transferred.
  /external/kernel-headers/original/uapi/linux/
acct.h 56 comp_t ac_io; /* Chars Transferred */
92 comp_t ac_io; /* Chars Transferred */
  /frameworks/base/docs/html/training/beam-files/
receive-files.jd 47 was transferred, and a URI that points to the first file. When the user clicks the notification,
111 If you want to copy transferred files to your app's own storage area, request the permission
125 write permission to copy a transferred file to your internal storage area.
131 Android Beam file transfer notification points to the first transferred file. However, your
143 // A File object containing the path to the transferred files
186 file transfer, the directory path points to the location of the other transferred files, if
225 Scanner on the directory where it stores transferred files. Media Scanner writes its results
266 the path and file name for the transferred file:
  /frameworks/opt/net/voip/src/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

Completed in 541 milliseconds

12 3 4 5 6 7 8 91011>>