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

12 3 4 5 6 7 8 91011>>

  /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
  /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.
  /frameworks/av/include/media/nbaio/
NBAIO.h 161 // > 0 Number of frames successfully transferred prior to first error.
166 // WOULD_BLOCK No frames can be transferred without blocking.
181 // > 0 Total number of frames successfully transferred prior to first error.
186 // WOULD_BLOCK No frames can be transferred without blocking.
197 // > 0 Number of frames successfully transferred during this callback prior to first error.
265 // > 0 Number of frames successfully transferred prior to first error.
270 // WOULD_BLOCK No frames can be transferred without blocking.
287 // > 0 Total number of frames successfully transferred prior to first error.
292 // WOULD_BLOCK No frames can be transferred without blocking.
303 // > 0 Number of frames successfully transferred during this callback prior to first error
    [all...]
  /external/qemu/android/
async-socket.c 78 uint32_t transferred; member in struct:AsyncSocketIO
149 asio->transferred = 0;
317 uint32_t* transferred,
320 if (transferred != NULL) {
321 *transferred = asio->transferred;
338 return asio->transferred;
830 int res = socket_recv(as->fd, asr->buffer + asr->transferred,
831 asr->to_transfer - asr->transferred);
833 res = socket_recv(as->fd, asr->buffer + asr->transferred,
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
SampleTestActivity.java 40 * The name of the test file being transferred.
45 * The content of the test file being transferred.
  /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;
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_delegate.h 57 // transferred to implementer of this interface.
61 // transferred to implementer of this interface.
  /external/chromium_org/net/base/
nss_memio.c 130 int transferred = 0; local
142 transferred += len;
152 transferred += len;
156 return transferred;
164 int transferred = 0; local
175 transferred += len;
184 transferred += len;
188 return 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
  /prebuilts/gcc/linux-x86/host/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
acct.h 52 comp_t ac_io; /* Chars transferred. */
78 comp_t ac_io; /* Chars Transferred */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
acct.h 56 comp_t ac_io; /* Chars Transferred */
88 comp_t ac_io; /* Chars Transferred */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
acct.h 52 comp_t ac_io; /* Chars transferred. */
78 comp_t ac_io; /* Chars Transferred */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
acct.h 56 comp_t ac_io; /* Chars Transferred */
88 comp_t ac_io; /* Chars Transferred */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
acct.h 52 comp_t ac_io; /* Chars transferred. */
78 comp_t ac_io; /* Chars Transferred */
  /external/chromium/chrome/browser/extensions/
crx_installer_browsertest.cc 55 new CrxInstaller(service, mock_install_ui /* ownership transferred */));
  /external/chromium_org/base/threading/
worker_pool.h 35 // return value, ownership of |task| is transferred to the worker pool.
  /external/chromium_org/components/policy/core/common/cloud/
policy_header_io_helper.h 24 // Ownership is transferred to ProfileIOData, and this object is run and
  /external/chromium_org/ppapi/api/
ppp_messaging.idl 39 * entire reference graph will be converted and transferred. If the reference
  /external/chromium_org/ppapi/proxy/
file_chooser_resource.h 74 // queue, removing them when ownership has transferred to the plugin.
interface_proxy.h 24 // is transferred to the caller.
  /external/chromium_org/third_party/WebKit/public/web/
WebGeolocationClient.h 48 // Ownership of the WebGeolocationController is transferred to the client.
  /external/chromium_org/third_party/skia/include/utils/
SkJSON.h 41 * transferred. The Object parameter may be null, but the name must
49 * transferred. The Array parameter may be null, but the name must
221 * Object (which may be null). Ownership of the Object is transferred.
228 * Array (which may be null). Ownership of the Array is transferred.

Completed in 1387 milliseconds

12 3 4 5 6 7 8 91011>>