/external/jacoco/jacoco-maven-plugin.test/it/it-report-nomatch/ |
D | verify.bsh | 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 16 if ( buildLog.indexOf( "Classes in bundle " ) < 0 || buildLog.indexOf(" do no match with execution … 19 if ( buildLog.indexOf( "For report generation the same class files must be used as at runtime." ) <… 22 if ( buildLog.indexOf( "Execution data for class Example does not match." ) < 0 ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/ |
D | verify.bsh | 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 17 …ompile( "Loading execution data file \\S*child1.target.jacoco.exec").matcher( buildLog ).find() ) { 21 …e( "Loading execution data file \\S*child1-test.target.jacoco.exec").matcher( buildLog ).find() ) { 28 …ompile( "Loading execution data file \\S*child2.target.jacoco.exec").matcher( buildLog ).find() ) { 31 …pile( "Loading execution data file \\S*child2v2.target.jacoco.exec").matcher( buildLog ).find() ) { 35 …ompile( "Loading execution data file \\S*report.target.jacoco.exec").matcher( buildLog ).find() ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-merge-passes/ |
D | verify.bsh | 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 16 if ( buildLog.indexOf( "Loading execution data file" ) < 0 ) { 19 if ( buildLog.indexOf( "Writing merged execution data to" ) < 0 ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-check-fails-no-halt/ |
D | verify.bsh | 16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 17 if ( buildLog.indexOf( "Coverage checks have not been met." ) < 0 ) { 21 if ( buildLog.indexOf( "methods missed count is 1, but expected maximum is 0" ) < 0 ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-check-fails-halt/ |
D | verify.bsh | 16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 17 if ( buildLog.indexOf( "Coverage checks have not been met." ) < 0 ) { 21 if ( buildLog.indexOf( "methods missed count is 1, but expected maximum is 0" ) < 0 ) {
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_preprocessor.cpp | 216 char buildLog[ 1024 * 128 ]; in test_preprocessor_line_error() local 239 …GetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_LOG, sizeof( buildLog ), buildLog, NULL ); in test_preprocessor_line_error() 244 log_info( "%s\n", buildLog ); in test_preprocessor_line_error() 249 if (strstr(buildLog, "fictitious/file/name.c")) { in test_preprocessor_line_error() 255 if (strstr(buildLog, "124")) { in test_preprocessor_line_error()
|
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate-customization/ |
D | verify.bsh | 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 19 …le( "Loading execution data file \\S*child1.target.child1.coverage").matcher( buildLog ).find() ) { 23 if ( Pattern.compile( "Loading execution data file \\S*child2").matcher( buildLog ).find() ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-multi-module/ |
D | verify.bsh | 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 16 if ( buildLog.indexOf( "Skipping JaCoCo execution due to missing classes directory." ) < 0 ) { 25 if ( !buildLog.contains( "argLine set to empty" ) ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-report-without-debug/ |
D | verify.bsh | 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 16 if ( buildLog.indexOf( "with debug information" ) < 0 ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-report-unreadable-dump/ |
D | verify.bsh | 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 16 if ( buildLog.indexOf( "Invalid execution data file." ) < 0 ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-report-without-dump/ |
D | verify.bsh | 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 16 if ( buildLog.indexOf( "Skipping JaCoCo execution due to missing execution data file" ) < 0 ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-check-passes/ |
D | verify.bsh | 16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 17 if ( buildLog.indexOf( "All coverage checks have been met." ) < 0 ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-dump/ |
D | verify.bsh | 16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 17 if ( buildLog.indexOf( "All coverage checks have been met." ) < 0 ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-prepend-property/ |
D | verify.bsh | 16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 17 if ( buildLog.indexOf( agentOptions ) < 0 ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-includes-excludes/ |
D | verify.bsh | 17 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 18 if ( buildLog.indexOf( agentOptions ) < 0 ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-multiple-executions/ |
D | verify.bsh | 34 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 35 if ( buildLog.indexOf( argLine ) < 0 ) {
|
/external/jacoco/jacoco-maven-plugin.test/it/it-customize-agent/ |
D | verify.bsh | 32 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 33 if ( buildLog.indexOf( agentOptions ) < 0 ) {
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 198 std::string buildLog; member 280 m_program->buildLog = log.str(); in execute() 334 m_program->buildLog = log.str(); in execute() 547 tcu::print("%s\n", (buildOk ? progIter->validationLog.c_str() : progIter->buildLog.c_str())); in buildPrograms()
|
/external/clang/test/SemaObjC/ |
D | comptypes-9.m | 71 - (PBXBuildLog *)buildLog; method
|
/external/llvm-project/clang/test/SemaObjC/ |
D | comptypes-9.m | 71 - (PBXBuildLog *)buildLog; method
|
/external/OpenCL-CTS/test_conformance/printf/ |
D | test_printf.cpp | 238 char buildLog[ 1024 * 128 ]; in makePrintfProgram() local
|