Searched refs:copied (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DRefactorClassAdapter.java77 boolean copied = false;
83 if (!copied) {
85 copied = true;
/frameworks/base/core/jni/
H A Dandroid_util_EventLog.cpp120 jsize copied = 0, num = env->GetArrayLength(value); local
121 for (; copied < num && copied < 255; ++copied) {
123 jobject item = env->GetObjectArrayElement(value, copied);
H A Dandroid_app_admin_SecurityLog.cpp83 jsize copied = 0, num = env->GetArrayLength(value); local
84 for (; copied < num && copied < 255; ++copied) {
85 jobject item = env->GetObjectArrayElement(value, copied);
124 buf[1] = copied;
/frameworks/av/media/libstagefright/
H A DSkipCutBuffer.cpp87 size_t copied = read(dst, buffer->size()); local
88 buffer->set_range(0, copied);
120 size_t copied = read(dst, buffer->capacity()); local
121 buffer->setRange(0, copied);
/frameworks/rs/script_api/
H A Drs_allocation_data.spec25 <li>Multiple cells can be copied using the rsAllocationCopy* and
38 arg: uint32_t dstOff, "Offset in the destination of the first cell to be copied into."
40 arg: uint32_t count, "Number of cells to be copied."
42 arg: uint32_t srcOff, "Offset in the source of the first cell to be copied."
81 (width * heigth) cells are copied.
104 arg: uint32_t x, "X offset in the allocation of the first cell to be copied from."
137 arg: uint32_t y, "Y offset in the allocation of the first cell to be copied from."
149 arg: uint32_t z, "Z offset in the allocation of the first cell to be copied from."
160 arg: uint32_t x, "X offset in the allocation of the first cell to be copied into."
193 arg: uint32_t y, "Y offset in the allocation of the first cell to be copied int
[all...]
/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp1195 uint32_t copied = std::min(*pPropertyCount, count); local
1196 for (uint32_t i = 0; i < copied; i++)
1198 *pPropertyCount = copied;
1200 return (copied == count) ? VK_SUCCESS : VK_INCOMPLETE;
1244 uint32_t copied = std::min(*pPropertyCount, count); local
1245 for (uint32_t i = 0; i < copied; i++)
1247 *pPropertyCount = copied;
1249 return (copied == count) ? VK_SUCCESS : VK_INCOMPLETE;

Completed in 214 milliseconds