Home
last modified time | relevance | path

Searched refs:returns (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java59 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 …]
/frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/
DNavWriter.kt57 .returns(thisClassName) in <lambda>()
71 returns(BUNDLE_CLASSNAME) in <lambda>()
90 .returns(arg.type.typeName()) in <lambda>()
110 .returns(actionTypeName) in generateDestinationDirectionsTypeSpec()
127 .returns(Int::class.java) in generateDirectionsTypeSpec()
154 returns(className) in generateArgsJavaFile()
183 .returns(className) in generateArgsJavaFile()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
DEntityDeletionAdapterWriter.kt43 returns(ClassName.get("java.lang", "String")) in createAnonymous()
59 returns(TypeName.VOID) in createAnonymous()
DEntityInsertionAdapterWriter.kt59 returns(ClassName.get("java.lang", "String")) in <lambda>()
83 returns(TypeName.VOID) in <lambda>()
DEntityUpdateAdapterWriter.kt43 returns(ClassName.get("java.lang", "String")) in <lambda>()
61 returns(TypeName.VOID) in <lambda>()
DDatabaseWriter.kt73 returns(TypeName.VOID) in <lambda>()
115 returns(RoomTypeNames.INVALIDATION_TRACKER) in <lambda>()
161 returns(SupportDbTypeNames.SQLITE_OPEN_HELPER) in <lambda>()
DPreparedStatementWriter.kt39 returns(ClassName.get("java.lang", "String")) in createAnonymous()
DEntityCursorConverterWriter.kt46 returns(entity.typeName) in prepare()
/frameworks/rs/script_api/include/
Drs_object_info.rsh76 * 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 …]
Drs_for_each.rsh107 * 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
Drs_time.rsh76 * 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.
/frameworks/rs/script_api/
Drs_math.spec479 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 &gt; 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 …]
Drs_time.spec71 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.
Drs_for_each.spec106 @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
Drs_vector_math.spec162 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
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/query/result/
DLiveDataQueryResultBinder.kt86 returns(typeName) in createComputeMethod()
108 returns(TypeName.VOID) in createAnonymousObserver()
DDataSourceFactoryQueryResultBinder.kt64 returns(positionalDataSourceQueryResultBinder.typeName) in createCreateMethod()
DFlowableQueryResultBinder.kt50 returns(typeName) in convertAndReturn()
DPositionalDataSourceQueryResultBinder.kt63 returns(ParameterizedTypeName.get(CommonTypeNames.LIST, itemTypeName)) in createConvertRowsMethod()
/frameworks/support/webkit-codegen/src/main/java/androidx/webkit/internal/codegen/representations/
DMethodRepr.java50 .returns(TypeConversionUtils.getBoundaryType(this.psiMethod.getReturnType())) in createBoundaryInterfaceMethodDeclaration()
/frameworks/layoutlib/rename_font/
DREADME2 with the SDK. There is bug in Java that returns incorrect results for
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/solver/
DCustomTypeConverterResolutionTest.kt277 returns(DAO) in createDatabase()
316 returns(ENTITY) in createDao()
339 returns(TypeName.INT) in createDao()
/frameworks/support/lifecycle/compiler/src/main/kotlin/androidx/lifecycle/
Dwriter.kt63 .returns(TypeName.VOID) in writeAdapter()
92 .returns(TypeName.VOID) in writeAdapter()
/frameworks/hardware/interfaces/sensorservice/1.0/
DISensorManager.hal82 * 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/
Dlayered_filter_f32_helper.rsh105 // Normalizes and returns the result.
140 // Normalizes and returns the result.
189 // Normalizes and returns the result

123