/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 64 Accepted by the <type> parameter of eglCreateSyncKHR, and returned 74 Accepted by the <attrib_list> parameter of eglCreateSyncKHR, and returned 119 (i.e., the context returned by eglGetCurrentContext), and associates it 154 EGL_NO_SYNC_KHR is returned and an EGL_BAD_DISPLAY error is 157 empty (containing only EGL_NONE), EGL_NO_SYNC_KHR is returned and an 161 EGL_NO_SYNC_KHR is returned and an EGL_BAD_ATTRIBUTE error is 164 EGL_NO_SYNC_KHR is returned and an EGL_BAD_ATTRIBUTE error is 168 returns EGL_NO_CONTEXT), EGL_NO_SYNC_KHR is returned and an 172 the currently bound client API (the EGLDisplay returned by 173 eglGetCurrentDisplay()) then EGL_NO_SYNC_KHR is returned and an [all …]
|
D | EGL_ANDROID_get_native_client_buffer.txt | 68 EGL implementations must guarantee that the lifetime of the returned 76 If eglGetNativeClientBufferANDROID fails, NULL will be returned, no
|
D | EGL_ANDROID_presentation_time.txt | 95 returned. Otherwise EGL_FALSE is returned and an appropriate error is
|
D | EGL_ANDROID_blob_cache.txt | 166 bytes is returned. Otherwise 0 is returned.
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriver.cpp | 90 Return<void> returned = callback->notify(executionStatus); in asyncExecute() local 91 if (!returned.isOk()) { in asyncExecute() 92 LOG(ERROR) << " hidl callback failed to return properly: " << returned.description(); in asyncExecute()
|
/frameworks/native/libs/gui/include/gui/ |
D | IGraphicBufferConsumer.h | 279 String8 returned; in dumpState() local 280 dumpState(String8(prefix), &returned); in dumpState() 281 result.append(returned); in dumpState()
|
/frameworks/rs/script_api/include/ |
D | rs_object_info.rsh | 182 * This function can be used to check the Element returned by rsElementGetSubElement() 233 * If the Element describes a structure, RS_TYPE_NONE is returned. Use the rsElementGetSub* 248 * sub-elements, an invalid handle is returned. 356 * 1 is returned.
|
D | rs_time.rsh | 97 * timer: Location to also store the returned calendar time.
|
D | rs_atomic.rsh | 88 * You can check that the value was written by checking that the value returned
|
D | rs_math.rsh | 23 * to vectors, the returned value is a vector of the function applied to each entry of the input. 1160 * The value returned is either magnitude_value or -magnitude_value. 2204 * Because of the difference in mantissa, this number is one less than is returned by frexp(). 2547 * Because of the difference in mantissa, this number is one less than is returned by frexp(). 3616 * *integral_part will be set to -3.f and .72f will be returned.
|
D | rs_graphics.rsh | 328 * This function can be used to check the Element returned by rsElementGetSubElement()
|
D | rs_allocation_data.rsh | 125 * of a[20, 30], a[21, 30], a[22, 30], and a[23, 30] is returned.
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | IDirectReportChannel.hal | 51 * may be returned or (2) error (in which case result
|
/frameworks/rs/script_api/ |
D | rs_object_info.spec | 295 1 is returned.
|
D | rs_atomic.spec | 84 You can check that the value was written by checking that the value returned
|
D | rs_math.spec | 21 to vectors, the returned value is a vector of the function applied to each entry of the input. 594 The value returned is either magnitude_value or -magnitude_value. 1219 Because of the difference in mantissa, this number is one less than is returned by @frexp(). 1431 Because of the difference in mantissa, this number is one less than is returned by frexp(). 1762 *integral_part will be set to -3.f and .72f will be returned.
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | luts_for_speedup_f32.rsh | 57 // g_kMaxKernelRadius must match the value returned by
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerTest.java | 1146 Bundle returned = dpm.getApplicationRestrictions(admin1, "pkg1"); in testSetGetApplicationRestriction() local 1147 assertNotNull(returned); in testSetGetApplicationRestriction() 1148 assertEquals(returned.size(), 1); in testSetGetApplicationRestriction() 1149 assertEquals(returned.get("KEY_STRING"), "Foo1"); in testSetGetApplicationRestriction() 1153 Bundle returned = dpm.getApplicationRestrictions(admin1, "pkg2"); in testSetGetApplicationRestriction() local 1154 assertNotNull(returned); in testSetGetApplicationRestriction() 1155 assertEquals(returned.size(), 1); in testSetGetApplicationRestriction() 1156 assertEquals(returned.get("KEY_STRING"), "Foo2"); in testSetGetApplicationRestriction() 1377 Bundle returned = dpm.getApplicationRestrictions(null, "pkg1"); in testApplicationRestrictionsManagingApp() local 1378 assertEquals(1, returned.size(), 1); in testApplicationRestrictionsManagingApp() [all …]
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 195 // Counts of all errors returned by getaddrinfo. 201 // Counts of all errors returned by gethostbyname. 276 // Counts of all error values returned by failed connect() operations.
|
D | wifi.proto | 60 // Number scans that returned empty results. 63 // Number scans that returned at least one result.
|
D | metrics_constants.proto | 3832 // Tag FIELD_AUTOFILL_NUM_DATASET: The number of datasets returned (only in success case)
|
/frameworks/native/vulkan/doc/implementors_guide/ |
D | implementors_guide.adoc | 93 // Buffer handle and stride returned from gralloc alloc() 179 …ed but not required to set +*pNativeFenceFd+ to -1. The file descriptor returned in +*pNativeFence…
|
/frameworks/opt/telephony/proto/ |
D | telephony.proto | 382 // Errors returned by RIL
|
/frameworks/native/docs/ |
D | Doxyfile | 1297 # which will returned the search results when EXTERNAL_SEARCH is enabled.
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 3354 …MapAlignment /// min required alignment of pointers returned by MapMemory (byt…
|