/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | RefactorClassAdapter.java | 77 boolean copied = false; in renameFrame() 83 if (!copied) { in renameFrame() 85 copied = true; in renameFrame()
|
/frameworks/av/media/libstagefright/ |
D | SkipCutBuffer.cpp | 87 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/ |
D | android_app_admin_SecurityLog.cpp | 83 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()
|
D | android_util_EventLog.cpp | 120 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/ |
D | dataFile | 1 A simple data file that should be copied to the output jar unchanged.
|
D | anotherDataFile | 1 A simple data file that should *not* be copied to the output jar.
|
/frameworks/compile/slang/tests/F_struct_array_copy/ |
D | stderr.txt.expect | 1 struct_array_copy.rs:35:8: error: Arrays of RS object types within structures cannot be copied
|
/frameworks/native/vulkan/libvulkan/ |
D | api.cpp | 1191 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/ |
D | rs_allocation_data.spec | 25 <li>Multiple cells can be copied using the rsAllocationCopy* and
|
/frameworks/base/docs/html/training/beam-files/ |
D | receive-files.jd | 38 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/ |
D | EGL_ANDROID_presentation_time.txt | 91 or copied to a native pixmap then the presentation time of the surface at
|
/frameworks/rs/scriptc/ |
D | rs_allocation_data.rsh | 27 * - 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 …]
|
D | rs_object_info.rsh | 308 * Returns: Number of characters copied, excluding the null terminator.
|
/frameworks/base/docs/html/guide/topics/text/ |
D | copy-paste.jd | 824 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/ |
D | adding-custom-suggestions.jd | 676 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/ |
D | perf-jni.jd | 253 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/ |
D | license.jd | 226 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/ |
D | preparing-iab-app.jd | 87 <li>Modify the package name in the files you copied to use the package name for your project. In An…
|
/frameworks/compile/slang/ |
D | README.rst | 213 // copyNow: If true, it will be copied to the *index*\-th entry
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design.jd | 249 can quickly determine which assets should be copied to each application
|
/frameworks/base/docs/html/guide/practices/ |
D | verifying-apps-art.jd | 115 to make sure the changes you made are correctly copied back to the underlying
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_allocation_data.jd | 12 <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/ |
D | compute.jd | 320 access data from an {@link android.renderscript.Allocation} from Java code, that data must be copied
|
/frameworks/native/docs/ |
D | Doxyfile | 973 # 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/ |
D | aidl.jd | 108 that use your service. That is, because your {@code .aidl} file must be copied to other applications
|