Searched refs:ResultType (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/paging/common/src/main/java/androidx/paging/
H A DPageResult.java42 @interface ResultType {} interface in class:PageResult
90 public abstract void onPageResult(@ResultType int type, @NonNull PageResult<T> pageResult);
H A DDataSource.java270 @PageResult.ResultType
280 LoadCallbackHelper(@NonNull DataSource dataSource, @PageResult.ResultType int resultType,
H A DTiledPagedList.java35 public void onPageResult(@PageResult.ResultType int type,
H A DPositionalDataSource.java262 @PageResult.ResultType int resultType, int positionOffset,
294 final void dispatchLoadRange(@PageResult.ResultType int resultType, int startPosition,
H A DContiguousPagedList.java40 public void onPageResult(@PageResult.ResultType int resultType,
H A DItemKeyedDataSource.java222 LoadCallbackImpl(@NonNull ItemKeyedDataSource dataSource, @PageResult.ResultType int type,
H A DPageKeyedDataSource.java290 @PageResult.ResultType int type, @Nullable Executor mainThreadExecutor,
/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp563 for (const RSExportType *ResultType : mRSContext->getReduceResultTypes(
570 genExportReduceResultType(ResultType);
1224 bool RSReflectionJava::exportableReduce(const RSExportType *ResultType) { argument
1225 const RSExportType *CheckType = ResultType;
1226 if (ResultType->getClass() == RSExportType::ExportClassConstantArray)
1227 CheckType = static_cast<const RSExportConstantArrayType *>(ResultType)->getElementType();
1308 const RSExportType *const ResultType = ER->getResultType(); local
1309 auto ResultTypeClass = ResultType->getClass();
1331 ResultType->convertToRTD(&ResultTypeData);
1461 const RSExportType *ResultType local
1609 genExportReduceResultType(const RSExportType *ResultType) argument
[all...]
H A Dslang_rs_reflection.h209 static bool exportableReduce(const RSExportType *ResultType);
243 void genExportReduceResultType(const RSExportType *ResultType);
H A Dslang_rs_reflection_state.cpp899 const std::string ResultType = getUniqueTypeName(ER->getResultType());
900 if (!reduce.mResult.equals(ResultType)) {
904 << reduce.mName << reduce.mResult.str() << ResultType;

Completed in 52 milliseconds