Searched defs:resultType (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_check_ast.cpp164 clang::QualType resultType = FD->getReturnType().getCanonicalType(); local
168 if (!RSExportType::ValidateType(Context, C, resultType, FD,
H A Dslang_rs_foreach_lowering.cpp233 clang::QualType resultType = kernel->getReturnType().getCanonicalType(); local
234 const unsigned numOutputsExpected = resultType->isVoidType() ? 0 : 1;
/frameworks/support/paging/common/src/main/java/androidx/paging/
H A DDataSource.java280 LoadCallbackHelper(@NonNull DataSource dataSource, @PageResult.ResultType int resultType, argument
283 mResultType = resultType;
H A DPositionalDataSource.java262 @PageResult.ResultType int resultType, int positionOffset,
265 dataSource, resultType, mainThreadExecutor, receiver);
294 final void dispatchLoadRange(@PageResult.ResultType int resultType, int startPosition, argument
298 this, resultType, startPosition, mainThreadExecutor, receiver);
261 LoadRangeCallbackImpl(@onNull PositionalDataSource dataSource, @PageResult.ResultType int resultType, int positionOffset, Executor mainThreadExecutor, PageResult.Receiver<T> receiver) argument
/frameworks/rs/rsov/compiler/
H A DWrapper.cpp199 auto resultType = kernel->getReturnType(); local
201 b.MakeFunctionCall(resultType, kernel->getInstruction(), inputs);
205 VariableInst *OutputBuffer = AddBuffer(resultType, 2, b, m);
206 auto resultPtrType = m->getPointerType(StorageClass::Function, resultType);

Completed in 240 milliseconds