/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/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() 123 jobject item = env->GetObjectArrayElement(value, copied); in android_util_EventLog_writeEvent_Array()
|
/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() 120 size_t copied = read(dst, buffer->capacity()); in submitInternal() local 121 buffer->setRange(0, copied); in submitInternal()
|
/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/base/legacy-test/src/junit/ |
D | README.android | 9 These are copied here to ensure that the android.test.runner target remains
|
/frameworks/base/test-runner/src/junit/ |
D | README.android | 9 These are copied here to ensure that the android.test.runner target remains
|
/frameworks/native/vulkan/libvulkan/ |
D | api.cpp | 1195 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateInstanceLayerProperties() local 1196 for (uint32_t i = 0; i < copied; i++) in EnumerateInstanceLayerProperties() 1198 *pPropertyCount = copied; in EnumerateInstanceLayerProperties() 1200 return (copied == count) ? VK_SUCCESS : VK_INCOMPLETE; in EnumerateInstanceLayerProperties() 1244 uint32_t copied = std::min(*pPropertyCount, count); in EnumerateDeviceLayerProperties() local 1245 for (uint32_t i = 0; i < copied; i++) in EnumerateDeviceLayerProperties() 1247 *pPropertyCount = copied; in EnumerateDeviceLayerProperties() 1249 return (copied == count) ? VK_SUCCESS : VK_INCOMPLETE; in EnumerateDeviceLayerProperties()
|
/frameworks/rs/script_api/ |
D | rs_allocation_data.spec | 25 <li>Multiple cells can be copied using the rsAllocationCopy* and
|
/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/script_api/include/ |
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/tools/aapt2/ |
D | readme.md | 54 by AAPT2, just copied, so incremental building gets slower if they are included early on.
|
/frameworks/compile/slang/ |
D | README.rst | 213 // copyNow: If true, it will be copied to the *index*\-th entry
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 1074 # other source files which should be copied to the HTML output directory. Note 1075 # that these files will be copied to the base HTML output directory. Use the 1078 # files will be copied as-is; there are no commands or markers available. 1313 # to be copied into the plugins directory of eclipse. The name of the directory 1623 # other source files which should be copied to the LATEX_OUTPUT output 1624 # directory. Note that the files will be copied as-is; there are no commands or
|
D | Doxyfile | 1083 # other source files which should be copied to the HTML output directory. Note 1084 # that these files will be copied to the base HTML output directory. Use the 1087 # files will be copied as-is; there are no commands or markers available. 1322 # to be copied into the plugins directory of eclipse. The name of the directory 1632 # other source files which should be copied to the LATEX_OUTPUT output 1633 # directory. Note that the files will be copied as-is; there are no commands or
|
/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/wilhelm/doc/ |
D | Doxyfile | 995 # files needs to be copied into the plugins directory of eclipse. The name of
|