Home
last modified time | relevance | path

Searched refs:resultType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DFragmentTuner.java89 abstract void onModelLoaded(Model model, @ResultType int resultType, boolean isSearch); in onModelLoaded() argument
169 void onModelLoaded(Model model, @ResultType int resultType, boolean isSearch) { in onModelLoaded() argument
248 void onModelLoaded(Model model, @ResultType int resultType, boolean isSearch) { in onModelLoaded() argument
/frameworks/compile/slang/
Dslang_rs_check_ast.cpp179 clang::QualType resultType = FD->getReturnType().getCanonicalType(); in ValidateFunctionDecl() local
183 if (!RSExportType::ValidateType(Context, C, resultType, FD, in ValidateFunctionDecl()
Dslang_rs_foreach_lowering.cpp233 clang::QualType resultType = kernel->getReturnType().getCanonicalType(); in VisitCallExpr() local
234 const unsigned numOutputsExpected = resultType->isVoidType() ? 0 : 1; in VisitCallExpr()