/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_fs.c | 30 void init_ffsb_fs(ffsb_fs_t * fs, char *basedir, uint32_t num_data_dirs, in init_ffsb_fs() argument 34 fs->basedir = ffsb_strdup(basedir); in init_ffsb_fs() 49 free(fs->basedir); in destroy_ffsb_fs() 57 target->basedir = orig->basedir; in clone_ffsb_fs() 90 uint64_t initial_free = getfsutil_size(fs->basedir); in add_files() 104 if (getfsutil(fs->basedir) != initial_free || in add_files() 105 fs->init_size > (getfsutil_size(fs->basedir) - in add_files() 111 if (fs->init_fsutil > getfsutil(fs->basedir)) in add_files() 140 if (fs->init_size > getfsutil_size(fs->basedir) - in add_files() 146 if (fs->init_fsutil > getfsutil(fs->basedir)) in add_files() [all …]
|
D | filelist.c | 66 if (mkdir(bf->basedir, S_IRWXU) < 0) in build_dirs() 68 perror(bf->basedir); in build_dirs() 73 bf->basedir, bf->basename, SUBDIRNAME_BASE, i); in build_dirs() 82 void init_filelist(struct benchfiles *b, char *basedir, char *basename, in init_filelist() argument 86 b->basedir = ffsb_strdup(basedir); in init_filelist() 109 free(bf->basedir); in destroy_filelist() 162 b->basedir, b->basename, in add_file() 166 "%s/%s%s%d/%s%s%d", b->basedir, in add_file() 215 b->basedir, b->basename, in add_dir() 472 if (FILENAME_MAX < snprintf(buf, FILENAME_MAX, "%s", bf->basedir)) { in grab_old_fileset()
|
/external/python/cpython3/Tools/hg/ |
D | hgtouch.py | 38 def check_rule(ui, repo, modified, basedir, output, inputs): argument 47 f_output = repo.wjoin(os.path.join(basedir, output)) 57 f_i = repo.wjoin(os.path.join(basedir, i)) 85 def do_touch(ui, repo, basedir): argument 86 if basedir: 87 if not os.path.isdir(repo.wjoin(basedir)): 88 ui.warn("Abort: basedir %r does not exist\n" % basedir) 105 _success, _tstamp = check_rule(ui, repo, modified, basedir, output, inputs) 121 def touch(ui, repo, basedir): argument 123 do_touch(ui, repo, basedir)
|
/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/protobuf/jenkins/ |
D | make_test_output.py | 25 def readtests(basedir): argument 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/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/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/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/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/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-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}
|
/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/annotation-tools/scene-lib/ |
D | build.properties | 1 workspace : ${basedir}/../.. 2 global.build.properties : ${basedir}/../global.build.properties 3 user.build.properties : ${basedir}/../user.build.properties
|
/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/annotation-tools/annotation-file-utilities/ |
D | build.properties | 1 workspace : ${basedir}/../.. 2 global.build.properties : ${basedir}/../global.build.properties 3 user.build.properties : ${basedir}/../user.build.properties
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
D | project.py | 48 def appendRel(self, basedir, filename): argument 49 assert os.path.isabs(basedir) 51 n = os.path.abspath(os.path.join(basedir, filename)) 55 def extendRel(self, basedir, iterable): argument 57 assert os.path.isabs(basedir) 59 n = os.path.abspath(os.path.join(basedir, filename))
|
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/ |
D | 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.h… 43 File reportChild2 = new File( basedir, "report/target/site/jacoco-aggregate/child2/index.html" );
|
/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/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:]
|