/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 59 returns(result); in eglChooseConfig() 73 returns(result); in eglCopyBuffers() 89 returns(result); in eglCreateContext() 104 returns(result); in eglCreatePbufferSurface() 120 returns(result); in eglCreatePixmapSurface() 136 returns(result); in eglCreateWindowSurface() 148 returns(result); in eglDestroyContext() 160 returns(result); in eglDestroySurface() 175 returns(result); in eglGetConfigAttrib() 191 returns(result); in eglGetConfigs() [all …]
|
D | GLLogWrapper.java | 109 private void returns(String result) { in returns() method in GLLogWrapper 114 private void returns(int result) { in returns() method in GLLogWrapper 115 returns(Integer.toString(result)); in returns() 1704 returns(toString(n, FORMAT_INT, textures, offset)); in glGenTextures() 1716 returns(toString(n, FORMAT_INT, textures)); in glGenTextures() 1726 returns(result); in glGetError() 1739 returns(toString(getIntegerStateSize(pname), in glGetIntegerv() 1752 returns(toString(getIntegerStateSize(pname), in glGetIntegerv() 1764 returns(result); in glGetString() 2752 returns(toString(16, FORMAT_FIXED, mantissa, mantissaOffset)); in glQueryMatrixxOES() [all …]
|
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
D | BrightnessRangeControllerTest.kt | 45 fun `returns HBC max brightness if HBM supported and ON`() { in returns HBC max brightness if HBM supported and ON() 51 fun `returns NBC max brightness if device does not support HBM`() { in returns NBC max brightness if device does not support HBM() 57 fun `returns NBC max brightness if HBM not allowed`() { in returns NBC max brightness if HBM not allowed() 63 fun `returns HBC max brightness if NBM is disabled`() { in returns HBC max brightness if NBM is disabled() 69 fun `returns HBC max brightness if lower than NBC max brightness`() { in returns HBC max brightness if lower than NBC max brightness()
|
/frameworks/rs/script_api/include/ |
D | rs_object_info.rsh | 76 * If the Allocation is a cubemap, this function returns 1 if there's more than one face 77 * present. In all other cases, it returns 0. 115 * than two dimensions, returns 0. 128 * than three dimensions, returns 0. 230 * If the Element describes a vector, this function returns the data type of one of its items. 244 * For Elements that represents a structure, this function returns the sub-element at the 265 * returns the array size of the sub-element at the index. This sub-element repetition 283 * sub-elements. This function returns zero for simple Elements and the number of 299 * For complex Elements, this function returns the name of the sub-element at the 318 * For complex Elements, this function returns the length of the name of the sub-element [all …]
|
D | rs_for_each.rsh | 107 * rs_kernel argument. If the specified kernel returns a value, an output allocation 111 * This is a synchronous function. A call to this function only returns after all 113 * function returns any value, the call waits until all results have been written 225 * This function returns 0 if the Array0 dimension is not present. 327 * If the kernel is iterating over a cubemap, this function returns true if there's more 328 * than one face present. In all other cases, it returns false. See rsGetDimX() for an 331 * rsAllocationGetDimFaces() is similar but returns 0 or 1 instead of a bool. 348 * rsAllocationGetDimLOD() is similar but returns 0 or 1 instead the actual
|
D | rs_time.rsh | 76 * This functions returns the same pointer that is passed as first argument. If the 77 * local parameter is NULL, this function does nothing and returns NULL.
|
D | rs_math.rsh | 688 * For example, ceil(1.2f) returns 2.f, and ceil(-1.2f) returns -1.f. 727 * Clamps a value to a specified high and low bound. clamp() returns min_value 1081 * For example, clz((char)0x03) returns 6. 1162 * For example, copysign(4.0f, -2.7f) returns -4.0f and copysign(-4.0f, 2.7f) returns 4.0f. 1626 * If a > b, returns (a - b) otherwise returns 0f. 1665 * For example, floor(1.2f) returns 1.f, and floor(-1.2f) returns -2.f. 1747 * The max() function returns identical results but can be applied to more data types. 1810 * The min() function returns identical results but can be applied to more data types. 1874 * For example, fmod(-3.8f, 2.f) returns -1.8f (-3.8f - -1.f * 2.f) 1875 * while remainder(-3.8f, 2.f) returns 0.2f (-3.8f - -2.f * 2.f). [all …]
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 479 For example, <code>ceil(1.2f)</code> returns 2.f, and <code>ceil(-1.2f)</code> returns -1.f. 504 Clamps a value to a specified high and low bound. clamp() returns min_value 579 For example, <code>clz((char)0x03)</code> returns 6. 596 …r example, <code>copysign(4.0f, -2.7f)</code> returns -4.0f and <code>copysign(-4.0f, 2.7f)</code>… 870 If a > b, returns (a - b) otherwise returns 0f. 894 For example, <code>floor(1.2f)</code> returns 1.f, and <code>floor(-1.2f)</code> returns -2.f. 949 The @max() function returns identical results but can be applied to more data types. function 994 The @min() function returns identical results but can be applied to more data types. function 1040 For example, <code>fmod(-3.8f, 2.f)</code> returns -1.8f (-3.8f - -1.f * 2.f) 1041 while <code>@remainder(-3.8f, 2.f)</code> returns 0.2f (-3.8f - -2.f * 2.f). [all …]
|
D | rs_time.spec | 71 This functions returns the same pointer that is passed as first argument. If the 72 local parameter is NULL, this function does nothing and returns NULL.
|
D | rs_for_each.spec | 106 @rs_kernel argument. If the specified kernel returns a value, an output allocation 110 This is a synchronous function. A call to this function only returns after all 112 function returns any value, the call waits until all results have been written function 254 This function returns 0 if the Array0 dimension is not present. function 358 If the kernel is iterating over a cubemap, this function returns true if there's more function
|
D | rs_vector_math.spec | 162 For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for 285 For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for
|
D | rs_io.spec | 62 It returns true if the message was sent and false if the
|
D | rs_object_info.spec | 73 If the Allocation is a cubemap, this function returns 1 if there's more than one face function
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | SettingsToPropertiesMapper.java | 427 ProtoInputStream returns = new ProtoInputStream(inputStream); in sendAconfigdRequests() local 429 return returns; in sendAconfigdRequests() 525 ProtoInputStream returns = sendAconfigdRequests(requests); in setLocalOverridesInNewStorage() local 529 parseAndLogAconfigdReturn(returns); in setLocalOverridesInNewStorage() 643 ProtoInputStream returns = sendAconfigdRequests(requests); in stageFlagsInNewStorage() local 647 parseAndLogAconfigdReturn(returns); in stageFlagsInNewStorage()
|
/frameworks/base/packages/CredentialManager/wear/robotests/src/com/android/credentialmanager/ |
D | CredentialSelectorUiStateGetMapperTest.kt | 99 fun `On primary screen, just one account returns SingleEntry`() { in On primary screen, just one account returns SingleEntry() 111 fun `On primary screen, multiple accounts returns SingleEntryPerAccount`() { in On primary screen, multiple accounts returns SingleEntryPerAccount()
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | ISensorManager.hal | 82 * UNKNOWN_ERROR if the underlying call returns channelId = 0 101 * UNKNOWN_ERROR if the underlying call returns channelId = 0
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_f32_helper.rsh | 105 // Normalizes and returns the result. 140 // Normalizes and returns the result. 189 // Normalizes and returns the result
|
D | layered_filter_d1new_helper.rsh | 169 // Normalizes and returns the result. 202 // Normalizes and returns the result. 252 // Normalizes and returns the result
|
D | luts_for_speedup_f32.rsh | 20 // When a = b, RemoveInterval(x,a,b) always returns x.
|
/frameworks/base/tools/protologtool/ |
D | README.md | 38 …by `null` if `ProtoLogGroup.GROUP_NAME.isLogToLogcat()` returns false. If `ProtoLogGroup.GROUP_NAM… 39 …returns false the log statement is removed entirely from the resultant code. The real generated co…
|
/frameworks/base/tools/lint/global/integration_tests/ |
D | Android.bp | 27 // It is expected that lint returns an error when processing the
|
/frameworks/base/packages/SystemUI/docs/ |
D | user-file-manager.md | 21 UserTracker. This returns SharedPreferences object that is tied to the specific user. Note that if
|
D | physics-animation-testing.md | 11 …leted, the latch count reaches zero and the test’s call to ```await()``` returns, with the animati…
|
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/ |
D | simplex3d.agsl | 54 // It's because the hash function (that returns a random gradient vector) returns
|
/frameworks/hardware/interfaces/cameraservice/service/2.1/ |
D | ICameraService.hal | 34 * - The function returns a vector of the newer version of CameraStatusAndId
|