HomeSort by relevance Sort by last modified time
    Searched refs:basedir (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /external/ltp/testcases/open_posix_testsuite/stress/timers/
keytests.sh 34 basedir=$currdir/../../
36 cd $basedir
  /external/jacoco/jacoco-maven-plugin.test/it/it-site-failsafe/
verify.bsh 15 String projectReportsPage = FileUtils.fileRead( new File( basedir, "target/site/project-reports.html" ) );
20 File htmlReportFile = new File( basedir, "target/site/jacoco/index.html" );
25 File xmlReportFile = new File( basedir, "target/site/jacoco/jacoco.xml" );
30 File csvReportFile = new File( basedir, "target/site/jacoco/jacoco.csv" );
39 File htmlReportFile = new File( basedir, "target/site/jacoco-it/index.html" );
44 File xmlReportFile = new File( basedir, "target/site/jacoco-it/jacoco.xml" );
49 File csvReportFile = new File( basedir, "target/site/jacoco-it/jacoco.csv" );
  /external/jacoco/jacoco-maven-plugin.test/it/it-offline-instrumentation/
verify.bsh 15 File file = new File( basedir, "child/target/generated-classes/jacoco/Example.class" );
19 file = new File( basedir, "child/target/generated-classes/jacoco/DoNotInstrument.class" );
24 file = new File( basedir, "child/target/coverage.exec" );
  /external/jacoco/jacoco-maven-plugin.test/it/it-site/
verify.bsh 15 String projectReportsPage = FileUtils.fileRead( new File( basedir, "target/site/project-reports.html" ) );
20 File htmlReportFile = new File( basedir, "target/site/jacoco/index.html" );
25 File xmlReportFile = new File( basedir, "target/site/jacoco/jacoco.xml" );
30 File csvReportFile = new File( basedir, "target/site/jacoco/jacoco.csv" );
  /external/jacoco/jacoco-maven-plugin.test/it/it-multi-module/
verify.bsh 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
20 File dump2 = new File( basedir, "skip-child/target/jacoco.exec" );
29 File file = new File( basedir, "child/target/jacoco.exec" );
35 File xmlReport = new File( basedir, "child/target/site/jacoco/jacoco.xml" );
41 File csvReport = new File( basedir, "child/target/site/jacoco/jacoco.csv" );
47 File htmlReport = new File( basedir, "child/target/site/jacoco/index.html" );
  /external/jacoco/jacoco-maven-plugin.test/it/it-customize-agent/
verify.bsh 15 String agentOptions = "destfile=" + basedir + File.separator + "target" + File.separator + "coverage.exec"
27 + ",classdumpdir=" + basedir + File.separator + "target" + File.separator + "classdumps"
32 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
37 File file = new File( basedir, "target/coverage.exec" );
43 File reportDir = new File( basedir, "target/site/jacoco" );
  /external/jacoco/jacoco-maven-plugin.test/it/it-includes-excludes/
verify.bsh 17 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
22 File databaseUtilReportFile = new File( basedir, "target/site/jacoco/org.project/DatabaseUtil.html" );
28 File testUtilReportFile = new File( basedir, "target/site/jacoco/org.project/TestUtil.html" );
  /external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate-customization/
verify.bsh 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
29 File reportChild1 = new File( basedir, "report/target/jacoco-aggregate-customization/child1/index.html" );
34 File reportChild2 = new File( basedir, "report/target/jacoco-aggregate-customization/child2/index.html" );
  /external/jacoco/jacoco-maven-plugin.test/it/it-prepend-property/
verify.bsh 16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
21 File file = new File( basedir, "target/jacoco.exec" );
  /external/scapy/test/tls/
example_server.py 17 basedir = os.path.abspath(os.path.join(os.path.dirname(__file__),"../../")) variable
18 sys.path=[basedir]+sys.path
28 t = TLSServerAutomaton(mycert=basedir+'/test/tls/pki/srv_cert.pem',
29 mykey=basedir+'/test/tls/pki/srv_key.pem',
example_client.py 17 basedir = os.path.abspath(os.path.join(os.path.dirname(__file__),"../../")) variable
18 sys.path=[basedir]+sys.path
31 mycert=basedir+"/test/tls/pki/cli_cert.pem",
32 mykey=basedir+"/test/tls/pki/cli_key.pem")
  /external/jacoco/jacoco-maven-plugin.test/it/it-check-passes/
verify.bsh 16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
  /external/jacoco/jacoco-maven-plugin.test/it/it-dump/
verify.bsh 16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
  /external/jacoco/jacoco-maven-plugin.test/it/it-multiple-executions/
verify.bsh 15 File file = new File( basedir, "target/nospace.exec" );
21 File file = new File( basedir, "target/with space.exec" );
27 file = new File( basedir, "target/third.exec" );
34 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
  /external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/
verify.bsh 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
33 File reportChild1 = new File( basedir, "report/target/site/jacoco-aggregate/child1/index.html" );
38 File reportChild1test = new File( basedir, "report/target/site/jacoco-aggregate/child1-test/index.html" );
43 File reportChild2 = new File( basedir, "report/target/site/jacoco-aggregate/child2/index.html" );
  /external/jacoco/jacoco-maven-plugin.test/it/it-report-unreadable-dump/
verify.bsh 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
  /external/jacoco/jacoco-maven-plugin.test/it/it-report-without-debug/
verify.bsh 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
  /external/jacoco/jacoco-maven-plugin.test/it/it-report-without-dump/
verify.bsh 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/
FileMultiReportOutput.java 28 private final File basedir; field in class:FileMultiReportOutput
33 * @param basedir
36 public FileMultiReportOutput(final File basedir) {
37 this.basedir = basedir;
41 final File file = new File(basedir, path);
  /external/jacoco/jacoco-maven-plugin.test/it/it-check-fails-halt/
verify.bsh 16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
  /external/jacoco/jacoco-maven-plugin.test/it/it-check-fails-no-halt/
verify.bsh 16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
  /external/jacoco/jacoco-maven-plugin.test/it/it-merge-passes/
verify.bsh 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
  /external/annotation-tools/asmx/
build.properties 90 workspace ${basedir}/../..
91 global.build.properties ${basedir}/../global.build.properties
92 user.build.properties ${basedir}/../user.build.properties
  /external/protobuf/jenkins/
make_test_output.py 25 def readtests(basedir):
32 with open(basedir + "/joblog") as jobs:
49 for testname in os.listdir(basedir + "/logs/1"):
52 with open(basedir + "/logs/1/" + testname + "/stdout") as f:
55 with open(basedir + "/logs/1/" + testname + "/stderr") as f:
62 with open(basedir + '/logs/1/cpp/build_time', 'r') as f:
  /external/jacoco/jacoco-maven-plugin.test/it/it-report-nomatch/
verify.bsh 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );

Completed in 372 milliseconds

1 2 3 4 5 6 7 8 9