/packages/apps/Launcher2/src/com/android/launcher2/ |
HolographicViewHelper.java | 88 * Responsibility for the bitmap is transferred to the caller.
|
/system/keymaster/ |
openssl_utils.h | 77 * failure. This means we need to tell our scoped pointers when we've transferred ownership, without
|
/system/sepolicy/ |
domain_deprecated.te | 14 # Connect to adbd and use a socket transferred from it.
|
/development/host/windows/usb/winusb/ |
adb_winusb_io_completion.h | 41 @param[in] expected_trans_size Number of bytes expected to be transferred
95 number of bytes that were actually transferred by a read or write
|
/external/opencv/cxcore/include/ |
cxerror.h | 139 After raising error, control will be transferred to the exit label. 153 function call. If error detected, control will be transferred to the exit
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
service_registry.hpp | 51 // exists. Ownership of the service object is not transferred to the caller. 106 // exists. Ownership of the service object is not transferred to the caller.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
TransferQueue.java | 49 * @return {@code true} if the element was transferred, else 87 * before the element can be transferred.
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
ReadableByteChannel.java | 59 * This byte sequence will be transferred into the buffer so that the first 82 * The buffer into which bytes are to be transferred
|
/system/media/alsa_utils/ |
alsa_device_proxy.c | 192 int64_t signed_frames = proxy->transferred - kernel_buffer_size + avail; 212 proxy->transferred += count / proxy->frame_size;
|
/external/libusb/examples/ |
dpfp.c | 193 int transferred; local 196 &transferred, 1000); 201 if (transferred < INTR_LENGTH) {
|
dpfp_threaded.c | 222 int transferred; local 225 &transferred, 1000); 230 if (transferred < INTR_LENGTH) {
|
/external/skia/include/views/ |
SkEvent.h | 190 * The event must be dynamically allocated, as ownership is transferred to 201 * The event must be dynamically allocated, as ownership is transferred to 211 * The event must be dynamically allocated, as ownership is transferred to
|
/external/valgrind/mpi/ |
mpiwrap_type_test.c | 174 /* Now: rbuf should contain 0x00s where data was transferred and 175 undefined 0xFFs where data was not transferred. Get 176 libmpiwrap.so to walk the transferred type, using the callback
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
misc.c | 134 "%llu bytes transferred in %lu.%03d secs (%llu bytes/sec)\n", 227 warnx("humanize_number (bytes transferred)"); 332 (void)dd_write_msg("%b bytes (%B) transferred in %s secs "
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.cpp | 178 /* 2. 'nbytes' have been transferred. */
179 if (( pktsize < maxpktsize ) || (xfrlen >= nbytes )) { // have we transferred 'nbytes' bytes?
214 /* 2. 'nbytes' have been transferred. */
215 if (( pktsize < maxpktsize ) || (xfrlen >= nbytes )) { // have we transferred 'nbytes' bytes?
|
/device/huawei/angler/camera/QCamera2/HAL/ |
QCameraChannel.h | 52 // Owner of memory is transferred from the caller to the caller with this call.
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
QCameraChannel.h | 52 // Owner of memory is transferred from the caller to the caller with this call.
|
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraChannel.h | 52 // Owner of memory is transferred from the caller to the caller with this call.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
s3put | 91 called 10 times for each file transferred. 106 transferred to S3. The value of provided must be one 124 If the -n option is provided, no files will be transferred to S3 but 135 print('%d bytes transferred / %d bytes total' % (bytes_so_far, total_bytes))
|
/external/curl/docs/examples/ |
ftp-wildcard.c | 66 /* callback is called after data from the file have been transferred */
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_WRITEFUNCTION.3 | 50 This function may be called with zero bytes data if the transferred file is
|
/external/guava/guava/src/com/google/common/collect/ |
Queues.java | 252 * @param buffer where to add the transferred elements 256 * @return the number of elements transferred 293 * @param buffer where to add the transferred elements 297 * @return the number of elements transferred
|
/external/libchrome/base/message_loop/ |
incoming_task_queue.h | 35 // returns false. In all cases, the ownership of |task| is transferred to the
|
/external/llvm/docs/ |
SegmentedStacks.rst | 59 body returns, control is transferred back to ``__morestack``. ``__morestack``
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
OkHttpAsync.java | 78 System.out.printf("Transferred % 8d bytes in %4d ms%n",
|