Home
last modified time | relevance | path

Searched refs:getBuild (Results 1 – 22 of 22) sorted by relevance

/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DRestoreMojo.java34 final File originalClassesDir = new File(getProject().getBuild() in executeMojo()
36 final File classesDir = new File(getProject().getBuild() in executeMojo()
DInstrumentMojo.java65 final File originalClassesDir = new File(getProject().getBuild() in executeMojo()
69 getProject().getBuild().getOutputDirectory()); in executeMojo()
DReportMojo.java55 return new File(getProject().getBuild().getOutputDirectory()).exists(); in canGenerateReportRegardingClassesDirectory()
DReportITMojo.java60 return new File(getProject().getBuild().getOutputDirectory()).exists(); in canGenerateReportRegardingClassesDirectory()
DCheckMojo.java152 final File classesDirectory = new File(getProject().getBuild() in canCheckCoverage()
DReportSupport.java192 final File classesDir = new File(project.getBuild() in processProject()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPVersionInfo.java36 int getBuild(); in getBuild() method
DXMPMetaFactory.java295 public int getBuild() in getVersionInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVersionTuple.cpp33 if (Optional<unsigned> Build = V.getBuild()) in operator <<()
/external/llvm-project/llvm/lib/Support/
DVersionTuple.cpp36 if (Optional<unsigned> Build = V.getBuild()) in operator <<()
/external/clang/lib/Basic/
DVersionTuple.cpp35 if (Optional<unsigned> Build = V.getBuild()) in operator <<()
/external/libabigail/tests/
Dmockfedabipkgdiff.in303 def getBuild(self, build_id):
/external/clang/include/clang/Basic/
DVersionTuple.h91 Optional<unsigned> getBuild() const { in getBuild() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVersionTuple.h84 Optional<unsigned> getBuild() const { in getBuild() function
/external/llvm-project/llvm/include/llvm/Support/
DVersionTuple.h85 Optional<unsigned> getBuild() const { in getBuild() function
/external/llvm-project/polly/include/polly/CodeGen/
DIslAst.h169 static __isl_give isl_ast_build *getBuild(__isl_keep isl_ast_node *Node);
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
DITNProxy.java56 params.put("app.build", appInfo.getBuild().asString()); in createParameters()
/external/libabigail/tools/
Dfedabipkgdiff341 build = session.getBuild(self.build_id)
793 def getBuild(self, buildID): member in Brew
803 return self.session.getBuild(buildID)
/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp661 isl_ast_build *IslAstInfo::getBuild(__isl_keep isl_ast_node *Node) { in getBuild() function in IslAstInfo
696 isl::ast_build Build = isl::manage_copy(IslAstInfo::getBuild(Node)); in cbPrintUser()
DIslNodeBuilder.cpp838 auto *Build = IslAstInfo::getBuild(Node); in createNewAccesses()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp2796 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ParseLangArgs()
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp5732 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ConstructJob()