/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
D | RestoreMojo.java | 34 final File originalClassesDir = new File(getProject().getBuild() in executeMojo() 36 final File classesDir = new File(getProject().getBuild() in executeMojo()
|
D | InstrumentMojo.java | 65 final File originalClassesDir = new File(getProject().getBuild() in executeMojo() 69 getProject().getBuild().getOutputDirectory()); in executeMojo()
|
D | ReportMojo.java | 55 return new File(getProject().getBuild().getOutputDirectory()).exists(); in canGenerateReportRegardingClassesDirectory()
|
D | ReportITMojo.java | 60 return new File(getProject().getBuild().getOutputDirectory()).exists(); in canGenerateReportRegardingClassesDirectory()
|
D | CheckMojo.java | 152 final File classesDirectory = new File(getProject().getBuild() in canCheckCoverage()
|
D | ReportSupport.java | 192 final File classesDir = new File(project.getBuild() in processProject()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPVersionInfo.java | 36 int getBuild(); in getBuild() method
|
D | XMPMetaFactory.java | 295 public int getBuild() in getVersionInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | VersionTuple.cpp | 33 if (Optional<unsigned> Build = V.getBuild()) in operator <<()
|
/external/llvm-project/llvm/lib/Support/ |
D | VersionTuple.cpp | 36 if (Optional<unsigned> Build = V.getBuild()) in operator <<()
|
/external/clang/lib/Basic/ |
D | VersionTuple.cpp | 35 if (Optional<unsigned> Build = V.getBuild()) in operator <<()
|
/external/libabigail/tests/ |
D | mockfedabipkgdiff.in | 303 def getBuild(self, build_id):
|
/external/clang/include/clang/Basic/ |
D | VersionTuple.h | 91 Optional<unsigned> getBuild() const { in getBuild() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | VersionTuple.h | 84 Optional<unsigned> getBuild() const { in getBuild() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | VersionTuple.h | 85 Optional<unsigned> getBuild() const { in getBuild() function
|
/external/llvm-project/polly/include/polly/CodeGen/ |
D | IslAst.h | 169 static __isl_give isl_ast_build *getBuild(__isl_keep isl_ast_node *Node);
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/ |
D | ITNProxy.java | 56 params.put("app.build", appInfo.getBuild().asString()); in createParameters()
|
/external/libabigail/tools/ |
D | fedabipkgdiff | 341 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/ |
D | IslAst.cpp | 661 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()
|
D | IslNodeBuilder.cpp | 838 auto *Build = IslAstInfo::getBuild(Node); in createNewAccesses()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 2796 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ParseLangArgs()
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Clang.cpp | 5732 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ConstructJob()
|