/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/ |
D | run_tests.py | 37 def run_tests(basedir, libdir): argument 104 basedir = shell.native(basedir) 105 strip = len(basedir) - len(_os.path.basename(basedir)) 106 for dirname, dirs, files in shell.walk(basedir): 114 if not _os.path.isdir(_os.path.join(basedir, dirname, 'out')): 129 basedir, libdir = None, None 159 basedir = args[0] 162 return run_tests(basedir, libdir)
|
/external/dtc/pylibfdt/ |
D | setup.py | 79 basedir = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0]))) 80 swig_opts = ['-I%s' % basedir] 81 makevars = ParseMakefile(os.path.join(basedir, 'Makefile')) 84 makevars = ParseMakefile(os.path.join(basedir, 'libfdt', 'Makefile.libfdt')) 86 files = [os.path.join(basedir, 'libfdt', fname) for fname in files] 88 cflags = ['-I%s' % basedir, '-I%s/libfdt' % basedir]
|
/external/u-boot/scripts/dtc/pylibfdt/ |
D | setup.py | 81 basedir = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0]))) 82 swig_opts = ['-I%s' % basedir] 83 makevars = ParseMakefile(os.path.join(basedir, 'Makefile')) 86 makevars = ParseMakefile(os.path.join(basedir, 'libfdt', 'Makefile.libfdt')) 88 files = [os.path.join(basedir, 'libfdt', fname) for fname in files] 90 cflags = ['-I%s' % basedir, '-I%s/libfdt' % basedir]
|
/external/protobuf/kokoro/linux/ |
D | make_test_output.py | 26 def readtests(basedir): argument 33 with open(basedir + "/joblog") as jobs: 50 for testname in os.listdir(basedir + "/logs/1"): 53 with open(basedir + "/logs/1/" + testname + "/stdout") as f: 56 with open(basedir + "/logs/1/" + testname + "/stderr") as f: 63 with open(basedir + '/logs/1/cpp/build_time', 'r') as f:
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/ |
D | FileMultiReportOutput.java | 28 private final File basedir; field in FileMultiReportOutput 36 public FileMultiReportOutput(final File basedir) { in FileMultiReportOutput() argument 37 this.basedir = basedir; in FileMultiReportOutput() 41 final File file = new File(basedir, path); in createFile()
|
/external/libxml2/ |
D | check-xinclude-test-suite.py | 55 def runTest(test, basedir): argument 76 if basedir != None: 77 URI = basedir + "/" + uri 81 print "Test %s missing: base %s uri %s" % (URI, basedir, uri) 94 if basedir != None: 95 output = basedir + "/" + output 177 basedir = case.prop('basedir') 178 if basedir != None: 179 base = libxml2.buildURI(basedir, base)
|
/external/testng/ant/ |
D | build.properties | 11 root.dir=${basedir} 15 lib.dir=${basedir}/lib 16 lib-supplied.dir=${basedir}/lib-supplied 17 src.dir=${basedir}/src/main/java 18 src.resources.dir=${basedir}/src/main/resources 20 test.dir=${basedir}/src/test/java 23 test.resources.dir=${basedir}/src/test/resources 24 example.dir=${basedir}/examples
|
/external/jacoco/jacoco-maven-plugin.test/it/it-site-failsafe/ |
D | verify.bsh | 15 String projectReportsPage = FileUtils.fileRead( new File( basedir, "target/site/project-reports.htm… 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/scapy/test/tls/ |
D | 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',
|
D | 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/libcap-ng/libcap-ng-0.7/ |
D | py-compile | 44 basedir= 48 --basedir) 52 basedir=$2 66 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..." 105 if [ -z "$basedir" ]; then
|
/external/jacoco/jacoco-maven-plugin.test/it/it-multi-module/ |
D | 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/ |
D | verify.bsh | 15 String agentOptions = "destfile=" + basedir + File.separator + "target" + File.separator + "coverag… 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/emma/ |
D | module.dirs.properties | 30 lib.dir.root: ${basedir}/${lib} 38 core.dir.root: ${basedir}/${core} 50 ant.dir.root: ${basedir}/${ant} 61 tools.dir.root: ${basedir}/${tools} 71 test.dir.root: ${basedir}/${test}
|
D | work.dirs.properties | 12 out.dir: ${basedir}/out 15 dist.dir: ${basedir}/dist 18 release.dir: ${basedir}/release
|
/external/rootdev/ |
D | rootdev.c | 90 const char *basedir, dev_t *dev, int depth) { in match_sysfs_device() argument 99 if (!name || !name_len || !basedir || !dev) { in match_sysfs_device() 103 basedir_len = strlen(basedir); in match_sysfs_device() 110 dirp = opendir(basedir); in match_sysfs_device() 114 warn("match_sysfs_device:opendir(%s)", basedir); in match_sysfs_device() 120 working_path_size = pathconf(basedir, _PC_NAME_MAX) + 1; in match_sysfs_device() 162 basedir, entry->d_name); in match_sysfs_device() 182 sprintf(working_path, "%s/%s", basedir, entry->d_name); in match_sysfs_device()
|
/external/jacoco/jacoco-maven-plugin.test/it/it-multiple-executions/ |
D | 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-site/ |
D | verify.bsh | 15 String projectReportsPage = FileUtils.fileRead( new File( basedir, "target/site/project-reports.htm… 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-report-aggregate/ |
D | verify.bsh | 15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) ); 25 if ( !new File( basedir, "child2/target/jacoco.exec" ).isFile()) { 39 File reportChild1 = new File( basedir, "report/target/site/jacoco-aggregate/child1/index.html" ); 44 File reportChild1test = new File( basedir, "report/target/site/jacoco-aggregate/child1-test/index.h… 49 File reportChild2 = new File( basedir, "report/target/site/jacoco-aggregate/child2/index.html" );
|
/external/python/pycparser/ |
D | setup.py | 29 def make_release_tree(self, basedir, files): argument 30 _sdist.make_release_tree(self, basedir, files) 31 self.execute(_run_build_tables, (basedir,),
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
D | project.py | 56 def appendRel(self, basedir, filename): argument 57 assert os.path.isabs(basedir) 59 n = os.path.abspath(os.path.join(basedir, filename)) 63 def extendRel(self, basedir, iterable): argument 65 assert os.path.isabs(basedir) 67 n = os.path.abspath(os.path.join(basedir, filename))
|
/external/skqp/infra/bots/recipe_modules/flavor/resources/ |
D | symbolize_stack_trace.py | 31 def main(basedir, cmd): argument 79 if path.startswith(basedir): 80 path = path[len(basedir)+1:]
|
/external/skia/infra/bots/recipe_modules/flavor/resources/ |
D | symbolize_stack_trace.py | 31 def main(basedir, cmd): argument 82 if path.startswith(basedir): 83 path = path[len(basedir)+1:]
|
/external/parameter-framework/upstream/test/xml-generator/ |
D | test.py | 88 basedir = os.path.dirname(sys.argv[0]) variable 90 config_dir = os.path.join(basedir, "PFConfig") 91 vector_dir = os.path.join(basedir, "testVector") 97 os.path.join(basedir, "../../schemas"))
|
/external/jacoco/jacoco-maven-plugin.test/it/it-offline-instrumentation/ |
D | 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" );
|