Searched refs:mResultType (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/search/ |
D | SearchTarget.java | 100 private final int mResultType; field in SearchTarget 147 mResultType = parcel.readInt(); in SearchTarget() 176 mResultType = resultType; in SearchTarget() 205 return mResultType; in getResultType() 320 parcel.writeInt(mResultType); in writeToParcel() 357 private int mResultType; field in SearchTarget.Builder 386 mResultType = resultType; in Builder() 511 return new SearchTarget(mResultType, mLayoutType, mId, mParentId, mScore, mHidden, in build()
|
/frameworks/compile/slang/ |
D | slang_rs_export_reduce.h | 78 RSExportType *mResultType; variable 98 mResultType(nullptr) { in RSExportReduce() 158 const RSExportType *getResultType() const { return mResultType; } in getResultType()
|
D | slang_rs_export_foreach.cpp | 73 mResultType = FD->getReturnType().getCanonicalType(); in validateAndConstructParams() 96 if (mResultType != C.VoidTy) { in validateAndConstructOldStyleParams() 182 mHasReturnType = (mResultType != C.VoidTy); in validateAndConstructKernelParams() 184 if (mResultType->isPointerType()) { in validateAndConstructKernelParams() 188 << FD->getName() << mResultType.getAsString(); in validateAndConstructKernelParams() 405 const clang::Type *ReturnType = FE->mResultType.getTypePtr(); in Create()
|
D | slang_rs_export_foreach.h | 68 clang::QualType mResultType; // return type (if present). variable 81 mResultType(clang::QualType()), mHasReturnType(false), in RSExportForEach()
|
D | slang_rs_export_reduce.cpp | 719 if ((mResultType = RSExportType::Create(&S.RSC, PointeeQType.getTypePtr(), in analyzeResultType() 721 const RSExportType *CheckType = mResultType; in analyzeResultType() 723 if (mResultType->getClass() == RSExportType::ExportClassConstantArray) { in analyzeResultType() 724 CheckType = static_cast<const RSExportConstantArrayType *>(mResultType)->getElementType(); in analyzeResultType() 736 mResultType = nullptr; in analyzeResultType() 745 if (mResultType) in analyzeResultType() 746 S.RSC.insertExportReduceResultType(mResultType); in analyzeResultType()
|