Searched refs:resultType (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | FragmentTuner.java | 89 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/ |
D | slang_rs_check_ast.cpp | 179 clang::QualType resultType = FD->getReturnType().getCanonicalType(); in ValidateFunctionDecl() local 183 if (!RSExportType::ValidateType(Context, C, resultType, FD, in ValidateFunctionDecl()
|
D | slang_rs_foreach_lowering.cpp | 233 clang::QualType resultType = kernel->getReturnType().getCanonicalType(); in VisitCallExpr() local 234 const unsigned numOutputsExpected = resultType->isVoidType() ? 0 : 1; in VisitCallExpr()
|