Home
last modified time | relevance | path

Searched defs:result (Results 1 – 12 of 12) sorted by relevance

/appfunctions/appfunctions-runtime/src/androidTest/java/androidx/appfunctions/internal/
DAppFunctionResponseMetadataReturnValueBuilderTest.kt44 val result = 100L in testUnsafeBuildExecuteAppFunctionResponse_buildSingleResponse() constant
62 val result: Double = 5.0 in testUnsafeBuildExecuteAppFunctionResponse_buildNonNullSingleResponse_wrongResultType() constant
79 val result = null in testUnsafeBuildExecuteAppFunctionResponse_buildNonNullSingleResponse_resultNull() constant
96 val result = null in testUnsafeBuildExecuteAppFunctionResponse_buildNullableSingleResponse_resultNull() constant
116 val result = doubleArrayOf(1.0, 2.0, 3.0) in testUnsafeBuildExecuteAppFunctionResponse_buildCollectionResponse() constant
141 val result = booleanArrayOf(true, false, true) in testUnsafeBuildExecuteAppFunctionResponse_buildNonNullCollectionResponse_wrongResultType() constant
162 val result = null in testUnsafeBuildExecuteAppFunctionResponse_buildNonNullCollectionResponse_resultNull() constant
183 val result = null in testUnsafeBuildExecuteAppFunctionResponse_buildNullableCollectionResponse_resultNull() constant
/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/metadata/
DAppFunctionSchemaMetadata.kt51 var result = version.hashCode() in hashCode() variable
DAppFunctionDataTypeMetadata.kt148 var result = super.hashCode() in hashCode() variable
263 var result = super.hashCode() in hashCode() variable
329 var result = super.hashCode() in hashCode() variable
392 var result = super.hashCode() in hashCode() variable
436 var result = super.hashCode() in hashCode() variable
DAppFunctionResponseMetadata.kt39 var result = valueType.hashCode() in hashCode() variable
DAppFunctionParameterMetadata.kt45 var result = name.hashCode() in hashCode() variable
/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$SimpleFunction_AppFunctionInvoker.KT24 val result: Any? = when (functionIdentifier) { in unsafeInvoke() constant
D$AllPrimitiveInputFunctions_AppFunctionInvoker.KT47 val result: Any? = when (functionIdentifier) { in unsafeInvoke() constant
/appfunctions/integration-tests/multi-modules-testapp/app/src/androidTest/java/androidx/appfunctions/integration/tests/
DAppSearchMetadataHelper.kt41 for (result in nextPage) { in <lambda>() variable
/appfunctions/appfunctions-runtime/src/main/java/androidx/appfunctions/
DAppFunctionServiceDelegate.kt137 val result = in unsafeInvokeFunction() constant
/appfunctions/appfunctions-runtime/src/main/java/androidx/appfunctions/internal/
DAppSearchAppFunctionReader.kt260 val result = in <lambda>() constant
/appfunctions/appfunctions-compiler/src/test/java/androidx/appfunctions/compiler/testings/
DCompilationTestHelper.kt91 val result = in <lambda>() constant
/appfunctions/appfunctions-runtime/src/androidTest/java/androidx/appfunctions/core/
DAppFunctionMetadataTestHelper.kt60 for (result in nextPage) { in <lambda>() variable