Home
last modified time | relevance | path

Searched refs:copied (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DRefactorClassAdapter.java77 boolean copied = false; in renameFrame()
83 if (!copied) { in renameFrame()
85 copied = true; in renameFrame()
/frameworks/av/media/libstagefright/
DSkipCutBuffer.cpp87 size_t copied = read(dst, buffer->size()); in submit() local
88 buffer->set_range(0, copied); in submit()
119 size_t copied = read(dst, buffer->capacity()); in submit() local
120 buffer->setRange(0, copied); in submit()
/frameworks/base/core/jni/
Dandroid_app_admin_SecurityLog.cpp83 jsize copied = 0, num = env->GetArrayLength(value); in android_app_admin_SecurityLog_writeEvent_Array() local
84 for (; copied < num && copied < 255; ++copied) { in android_app_admin_SecurityLog_writeEvent_Array()
85 jobject item = env->GetObjectArrayElement(value, copied); in android_app_admin_SecurityLog_writeEvent_Array()
124 buf[1] = copied; in android_app_admin_SecurityLog_writeEvent_Array()
Dandroid_util_EventLog.cpp120 jsize copied = 0, num = env->GetArrayLength(value); in android_util_EventLog_writeEvent_Array() local
121 for (; copied < num && copied < 255; ++copied) { in android_util_EventLog_writeEvent_Array()
122 jobject item = env->GetObjectArrayElement(value, copied); in android_util_EventLog_writeEvent_Array()
161 buf[1] = copied; in android_util_EventLog_writeEvent_Array()
/frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/data/
DdataFile1 A simple data file that should be copied to the output jar unchanged.
DanotherDataFile1 A simple data file that should *not* be copied to the output jar.
/frameworks/compile/slang/tests/F_struct_array_copy/
Dstderr.txt.expect1 struct_array_copy.rs:35:8: error: Arrays of RS object types within structures cannot be copied
/frameworks/native/vulkan/libvulkan/
Dapi.cpp1191 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateInstanceLayerProperties() local
1192 for (uint32_t i = 0; i < copied; i++) in EnumerateInstanceLayerProperties()
1194 *pPropertyCount = copied; in EnumerateInstanceLayerProperties()
1196 return (copied == count) ? VK_SUCCESS : VK_INCOMPLETE; in EnumerateInstanceLayerProperties()
1240 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateDeviceLayerProperties() local
1241 for (uint32_t i = 0; i < copied; i++) in EnumerateDeviceLayerProperties()
1243 *pPropertyCount = copied; in EnumerateDeviceLayerProperties()
1245 return (copied == count) ? VK_SUCCESS : VK_INCOMPLETE; in EnumerateDeviceLayerProperties()
/frameworks/rs/api/
Drs_allocation_data.spec25 <li>Multiple cells can be copied using the rsAllocationCopy* and
/frameworks/base/docs/html/training/beam-files/
Dreceive-files.jd38 scans the copied files using the Android Media Scanner and adds entries for media files to
40 file copy is complete, and how to locate the copied files on the receiving device.
262 file transfer just copied to the device.
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt91 or copied to a native pixmap then the presentation time of the surface at
/frameworks/rs/scriptc/
Drs_allocation_data.rsh27 * - Multiple cells can be copied using the rsAllocationCopy* and
59 * dstOff: Offset in the destination of the first cell to be copied into.
61 * count: Number of cells to be copied.
63 * srcOff: Offset in the source of the first cell to be copied.
76 * (width * heigth) cells are copied.
139 * x: X offset in the allocation of the first cell to be copied from.
140 * y: Y offset in the allocation of the first cell to be copied from.
141 * z: Z offset in the allocation of the first cell to be copied from.
619 * x: X offset in the allocation of the first cell to be copied into.
620 * y: Y offset in the allocation of the first cell to be copied into.
[all …]
Drs_object_info.rsh308 * Returns: Number of characters copied, excluding the null terminator.
/frameworks/base/docs/html/guide/topics/text/
Dcopy-paste.jd824 using to copy data. Also declare a MIME type for the copied data:
833 // Declares a MIME type for the copied data
921 return an appropriate MIME type for copied data:
1024 type pattern. The content provider (of the application that has copied a URI to the
1029 content provider has copied to the clipboard.
1069 that the clipboard contains the clip that the user previously copied in <em>your</em>
/frameworks/base/docs/html/guide/topics/search/
Dadding-custom-suggestions.jd676 These are suggestions that the system has copied from your content provider so it can
709 <li>Prevent the suggestion from being copied into a shortcut at all.
712 this case, the suggestion is never copied into a shortcut. This should only be necessary if you
713 absolutely do not want the previously copied suggestion to appear. (Recall that if you
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd253 is issued (which implies that, if the data wasn't copied, the array object
259 <p>You can determine whether or not the data was copied by passing in a
271 <li>Copy: data is copied back. The buffer with the copy is freed.
276 <li>Copy: data is copied back. The buffer with the copy
/frameworks/base/docs/html/
Dlicense.jd226 such as "This software or document includes material copied from or derived from [title and URI of
/frameworks/base/docs/html/training/in-app-billing/
Dpreparing-iab-app.jd87 <li>Modify the package name in the files you copied to use the package name for your project. In An…
/frameworks/compile/slang/
DREADME.rst213 // copyNow: If true, it will be copied to the *index*\-th entry
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design.jd249 can quickly determine which assets should be copied to each application
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd115 to make sure the changes you made are correctly copied back to the underlying
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_allocation_data.jd12 <li>Multiple cells can be copied using the rsAllocationCopy* and
124 <tr><th>dstOff</th><td>Offset in the destination of the first cell to be copied into.</td></tr>
126 <tr><th>count</th><td>Number of cells to be copied.</td></tr>
128 <tr><th>srcOff</th><td>Offset in the source of the first cell to be copied.</td></tr>
184 (width * heigth) cells are copied.
754 <tr><th>x</th><td>X offset in the allocation of the first cell to be copied from.</td></tr>
755 <tr><th>y</th><td>Y offset in the allocation of the first cell to be copied from.</td></tr>
756 <tr><th>z</th><td>Z offset in the allocation of the first cell to be copied from.</td></tr>
1343 <tr><th>x</th><td>X offset in the allocation of the first cell to be copied into.</td></tr>
1344 <tr><th>y</th><td>Y offset in the allocation of the first cell to be copied into.</td></tr>
[all …]
/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd320 access data from an {@link android.renderscript.Allocation} from Java code, that data must be copied
/frameworks/native/docs/
DDoxyfile973 # other source files which should be copied to the HTML output directory. Note
974 # that these files will be copied to the base HTML output directory. Use the
977 # the files will be copied as-is; there are no commands or markers available.
1167 # files needs to be copied into the plugins directory of eclipse. The name of
/frameworks/base/docs/html/guide/components/
Daidl.jd108 that use your service. That is, because your {@code .aidl} file must be copied to other applications

12