Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 25 of 3602) sorted by relevance

12345678910>>...145

/external/toybox/tests/
Dchmod.test23 mkdir dir
35 type=dir
50 rm -rf dir file && mkdir dir && touch file
55 rm -rf dir file && mkdir dir && touch file
60 rm -rf dir file && mkdir dir && touch file
65 rm -rf dir file && mkdir dir && touch file
69 rm -rf dir file && mkdir dir && touch file
73 rm -rf dir file && mkdir dir && touch file
77 rm -rf dir file && mkdir dir && touch file
81 rm -rf dir file && mkdir dir && touch file
[all …]
/external/icu/icu4j/main/shared/build/
Dlocations.properties8 icu4j.collate.dir = ${shared.dir}/../classes/collate
9 icu4j.core.dir = ${shared.dir}/../classes/core
10 icu4j.charset.dir = ${shared.dir}/../classes/charset
11 icu4j.currdata.dir = ${shared.dir}/../classes/currdata
12 icu4j.langdata.dir = ${shared.dir}/../classes/langdata
13 icu4j.localespi.dir = ${shared.dir}/../classes/localespi
14 icu4j.regiondata.dir = ${shared.dir}/../classes/regiondata
15 icu4j.translit.dir = ${shared.dir}/../classes/translit
17 icu4j.test-framework.dir = ${shared.dir}/../tests/framework
18 icu4j.core-tests.dir = ${shared.dir}/../tests/core
[all …]
Dcommon.properties17 src.dir = src
18 out.dir = out
19 bin.dir = ${out.dir}/bin
20 jar.dir = ${out.dir}/lib
36 icu4j.data.jar = ${shared.dir}/data/icudata.jar
37 icu4j.tzdata.jar = ${shared.dir}/data/icutzdata.jar
38 icu4j.testdata.jar = ${shared.dir}/data/testdata.jar
40 icu4j.core.jar = ${icu4j.core.dir}/${jar.dir}/icu4j-core.jar
41 icu4j.collate.jar = ${icu4j.collate.dir}/${jar.dir}/icu4j-collate.jar
42 icu4j.charset.jar = ${icu4j.charset.dir}/${jar.dir}/icu4j-charset.jar
[all …]
Dlocations-eclipse.properties7 shared.dir = ${workspace_loc:/icu4j-shared}
9 icu4j.core.dir = ${workspace_loc:/icu4j-core}
10 icu4j.charset.dir = ${workspace_loc:/icu4j-charset}
11 icu4j.collate.dir = ${workspace_loc:/icu4j-collate}
12 icu4j.currdata.dir = ${workspace_loc:/icu4j-currdata}
13 icu4j.langdata.dir = ${workspace_loc:/icu4j-langdata}
14 icu4j.localespi.dir = ${workspace_loc:/icu4j-localespi}
15 icu4j.regiondata.dir = ${workspace_loc:/icu4j-regiondata}
16 icu4j.translit.dir = ${workspace_loc:/icu4j-translit}
18 icu4j.test-framework.dir = ${workspace_loc:/icu4j-test-framework}
[all …]
/external/ltp/testcases/kernel/fs/fs_bind/bin/
Dmakedir35 dir="$2"
38 if [ ! -d "$dir" ]
40 if [ -e "$dir" ]; then
41 echo "ERROR: a file by the name \"$dir\" exists"
44 mkdir -p "$dir"
45 echo "mkdir -p \"$dir\""
51 mount $mflags --bind "$dir" "$dir" || exit $?
52 echo "mount $mflags --bind \"$dir\" \"$dir\""
58 echo "mount $mflags --make-rshared \"$dir\""
59 mount $mflags --make-rshared "$dir" 2> /dev/null || \
[all …]
/external/emma/
Dmodule.dirs.properties30 lib.dir.root: ${basedir}/${lib}
32 internal.lib.dir: ${lib.dir.root}/${internal}
33 external.lib.dir: ${lib.dir.root}/${external}
38 core.dir.root: ${basedir}/${core}
40 core.src.java12.dir: ${core.dir.root}/${java12}
41 core.src.java13.dir: ${core.dir.root}/${java13}
42 core.src.java14.dir: ${core.dir.root}/${java14}
44 core.res.dir: ${core.dir.root}/${res}
45 core.data.dir: ${core.dir.root}/${data}
50 ant.dir.root: ${basedir}/${ant}
[all …]
Dwork.dirs.properties11 # root dir of all build output:
12 out.dir: ${basedir}/out
14 # distribution dir:
15 dist.dir: ${basedir}/dist
17 # distribution dir:
18 release.dir: ${basedir}/release
21 temp.dir: ${out.dir}/temp
29 core.classes.out.dir: ${out.dir}/${core}/${classes}
30 core.srcgen.out.dir: ${out.dir}/${core}/${srcgen}
31 core.res.out.dir: ${out.dir}/${core}/${res}
[all …]
/external/libchrome/base/files/
Dscoped_temp_dir_unittest.cc23 ScopedTempDir dir; in TEST() local
24 EXPECT_TRUE(dir.Set(test_path)); in TEST()
25 EXPECT_TRUE(dir.IsValid()); in TEST()
30 ScopedTempDir dir; in TEST() local
31 EXPECT_TRUE(dir.Set(test_path)); in TEST()
35 FilePath path = dir.Take(); in TEST()
37 EXPECT_FALSE(dir.IsValid()); in TEST()
43 ScopedTempDir dir; in TEST() local
44 EXPECT_TRUE(dir.Set(test_path)); in TEST()
54 ScopedTempDir dir; in TEST() local
[all …]
/external/pdfium/third_party/libtiff/
Dtif_dirwrite.c45 static int TIFFWriteDirectoryTagSampleformatArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint1…
47 static int TIFFWriteDirectoryTagSampleformatPerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, u…
50 static int TIFFWriteDirectoryTagAscii(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint3…
51 static int TIFFWriteDirectoryTagUndefinedArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 t…
53 static int TIFFWriteDirectoryTagByte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint8 …
55 static int TIFFWriteDirectoryTagByteArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, u…
57 static int TIFFWriteDirectoryTagBytePerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 ta…
60 static int TIFFWriteDirectoryTagSbyte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int8 …
62 static int TIFFWriteDirectoryTagSbyteArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, …
64 static int TIFFWriteDirectoryTagSbytePerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 t…
[all …]
/external/e2fsprogs/contrib/
Dspd_readdir.c70 DIR *dir; member
81 static int (*real_closedir)(DIR *dir) = 0;
85 static struct dirent *(*real_readdir)(DIR *dir) = 0;
86 static int (*real_readdir_r)(DIR *dir, struct dirent *entry,
88 static struct dirent64 *(*real_readdir64)(DIR *dir) = 0;
89 static int (*real_readdir64_r)(DIR *dir, struct dirent64 *entry,
91 static off_t (*real_telldir)(DIR *dir) = 0;
92 static void (*real_seekdir)(DIR *dir, off_t offset) = 0;
93 static int (*real_dirfd)(DIR *dir) = 0;
189 static struct dir_s *alloc_dirstruct(DIR *dir) in alloc_dirstruct() argument
[all …]
/external/ltp/testcases/commands/unzip/
Dunzip01.sh37 creating: dir/
38 creating: dir/d1/
39 creating: dir/d2/
40 creating: dir/d3/
41 creating: dir/d4/
42 extracting: dir/d1/f1
43 extracting: dir/d1/f2
44 extracting: dir/d1/f3
45 creating: dir/d2/d1/
46 creating: dir/d2/d2/
[all …]
/external/ltp/testcases/commands/unzip/datafiles/
Ddir.out1 dir/d1
2 dir/d1/f1
3 dir/d1/f2
4 dir/d1/f3
5 dir/d2
6 dir/d2/d1
7 dir/d2/d2
8 dir/d2/d3
9 dir/d2/f1
10 dir/d2/f2
[all …]
/external/syzkaller/pkg/vcs/
Dgit.go25 dir string member
28 func newGit(os, vm, dir string) *git {
32 dir: dir,
37 dir := git.dir
38 runSandboxed(dir, "git", "bisect", "reset")
39 runSandboxed(dir, "git", "reset", "--hard")
40 origin, err := runSandboxed(dir, "git", "remote", "get-url", "origin")
50 if _, err := runSandboxed(dir, "git", "checkout", "origin/"+branch); err != nil {
56 if _, err := runSandboxed(dir, "git", "fetch", "--no-tags"); err != nil {
62 if _, err := runSandboxed(dir, "git", "checkout", "origin/"+branch); err != nil {
[all …]
/external/e2fsprogs/lib/ext2fs/
Dnewdir.c32 struct ext2_dir_entry *dir = NULL; in ext2fs_new_dir_block() local
46 dir = (struct ext2_dir_entry *) buf; in ext2fs_new_dir_block()
51 retval = ext2fs_set_rec_len(fs, fs->blocksize - csum_size, dir); in ext2fs_new_dir_block()
63 dir->inode = dir_ino; in ext2fs_new_dir_block()
64 ext2fs_dirent_set_name_len(dir, 1); in ext2fs_new_dir_block()
65 ext2fs_dirent_set_file_type(dir, filetype); in ext2fs_new_dir_block()
66 dir->name[0] = '.'; in ext2fs_new_dir_block()
68 dir->rec_len = EXT2_DIR_REC_LEN(1); in ext2fs_new_dir_block()
73 dir = (struct ext2_dir_entry *) (buf + dir->rec_len); in ext2fs_new_dir_block()
74 retval = ext2fs_set_rec_len(fs, rec_len, dir); in ext2fs_new_dir_block()
[all …]
/external/e2fsprogs/tests/f_badsymlinks2/
Dmkimage.sh39 local dir=$1
48 mkdir -p $dir
51 ino=$(symlink 1 $dir/empty)
55 symlink 1 $dir/fast_min > /dev/null
57 ino=$(symlink 10 $dir/fast_isize_too_small)
60 ino=$(symlink 10 $dir/fast_isize_too_large)
63 symlink $((59 - overhead)) $dir/fast_max > /dev/null
65 symlink $((60 - overhead)) $dir/slow_min > /dev/null
67 ino=$(symlink 100 $dir/slow_isize_too_small)
70 ino=$(symlink 100 $dir/slow_isize_too_large)
[all …]
/external/harfbuzz_ng/test/shaping/
Drecord-test.sh3 dir=`mktemp -d`
52 cp "$fontfile" "$dir/font.ttf"
57 "$dir/font.ttf" \
64 "$dir/font.ttf" \
67 if ! test -s "$dir/font.subset.ttf"; then
68 echo "Subsetter didn't produce nonempty subset font in $dir/font.subset.ttf" >&2
73 glyphs_subset=`echo "$text" | $hb_shape $options "$dir/font.subset.ttf"`
79 echo "$text" | $hb_view $options "$dir/font.ttf" --output-format=png --output-file="$dir/orig.png"
80 …echo "$text" | $hb_view $options "$dir/font.subset.ttf" --output-format=png --output-file="$dir/su…
81 if ! cmp "$dir/orig.png" "$dir/subset.png"; then
[all …]
/external/skqp/tests/
DRRectInPathTest.cpp15 SkPath::Direction* dir, unsigned* start) { in path_contains_rrect() argument
17 REPORTER_ASSERT(reporter, SkPathPriv::IsRRect(path, &out, dir, start)); in path_contains_rrect()
19 recreatedPath.addRRect(out, *dir, *start); in path_contains_rrect()
44 SkPath::Direction dir, unsigned start) { in inner_path_contains_rrect() argument
54 path.addRRect(in, dir, start); in inner_path_contains_rrect()
58 REPORTER_ASSERT(reporter, outDir == dir && outStart == start); in inner_path_contains_rrect()
63 SkPath::Direction dir, unsigned start) { in path_contains_rrect_check() argument
64 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start); in path_contains_rrect_check()
72 SkPath::Direction dir, unsigned start) { in path_contains_rrect_nocheck() argument
73 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start); in path_contains_rrect_nocheck()
[all …]
DOSPathTest.cpp22 static void test_dir_with_file(skiatest::Reporter* reporter, SkString dir, in test_dir_with_file() argument
30 SkString fullName = SkOSPath::Join(dir.c_str(), filename.c_str()); in test_dir_with_file()
34 size_t expectedSize = dir.size() + filename.size(); in test_dir_with_file()
35 if (!dir.endsWith(SkOSPath::SEPARATOR) && !dir.isEmpty()) { in test_dir_with_file()
48 SkString strippedDir = dir; in test_dir_with_file()
53 SkDebugf("OOUCH %s %s %s\n", dir.c_str(), strippedDir.c_str(), dirname.c_str()); in test_dir_with_file()
66 SkString dir("dir"); in DEF_TEST() local
68 test_dir_with_file(reporter, dir, filename); in DEF_TEST()
71 dir.appendUnichar(SkOSPath::SEPARATOR); in DEF_TEST()
72 test_dir_with_file(reporter, dir, filename); in DEF_TEST()
[all …]
/external/skia/tests/
DRRectInPathTest.cpp15 SkPath::Direction* dir, unsigned* start) { in path_contains_rrect() argument
17 REPORTER_ASSERT(reporter, SkPathPriv::IsRRect(path, &out, dir, start)); in path_contains_rrect()
19 recreatedPath.addRRect(out, *dir, *start); in path_contains_rrect()
44 SkPath::Direction dir, unsigned start) { in inner_path_contains_rrect() argument
54 path.addRRect(in, dir, start); in inner_path_contains_rrect()
58 REPORTER_ASSERT(reporter, outDir == dir && outStart == start); in inner_path_contains_rrect()
63 SkPath::Direction dir, unsigned start) { in path_contains_rrect_check() argument
64 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start); in path_contains_rrect_check()
72 SkPath::Direction dir, unsigned start) { in path_contains_rrect_nocheck() argument
73 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start); in path_contains_rrect_nocheck()
[all …]
DOSPathTest.cpp22 static void test_dir_with_file(skiatest::Reporter* reporter, SkString dir, in test_dir_with_file() argument
30 SkString fullName = SkOSPath::Join(dir.c_str(), filename.c_str()); in test_dir_with_file()
34 size_t expectedSize = dir.size() + filename.size(); in test_dir_with_file()
35 if (!dir.endsWith(SkOSPath::SEPARATOR) && !dir.isEmpty()) { in test_dir_with_file()
48 SkString strippedDir = dir; in test_dir_with_file()
53 SkDebugf("OOUCH %s %s %s\n", dir.c_str(), strippedDir.c_str(), dirname.c_str()); in test_dir_with_file()
66 SkString dir("dir"); in DEF_TEST() local
68 test_dir_with_file(reporter, dir, filename); in DEF_TEST()
71 dir.appendUnichar(SkOSPath::SEPARATOR); in DEF_TEST()
72 test_dir_with_file(reporter, dir, filename); in DEF_TEST()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_format.inc174 // returned in dir. This function returns the pointer to the first
178 ScanfDirective *dir) {
179 internal_memset(dir, 0, sizeof(*dir));
180 dir->argIdx = -1;
187 dir->begin = p;
198 p = maybe_parse_param_index(p, &dir->argIdx);
202 dir->suppressed = true;
207 p = parse_number(p, &dir->fieldWidth);
209 if (dir->fieldWidth <= 0) // Width if at all must be non-zero
214 dir->allocate = true;
[all …]
/external/python/cpython3/Lib/test/
Dtest_tempfile.py81 def nameCheck(self, name, dir, pre, suf): argument
86 if dir is not None:
87 self.assertIs(type(name), str if type(dir) is str else bytes,
95 if (dir, pre, suf) == (None, None, None):
99 self.assertEqual(os.path.abspath(ndir), os.path.abspath(dir),
100 "file %r not in directory %r" % (name, dir))
312 dir = tempfile.mkdtemp()
314 with support.swap_attr(tempfile, 'tempdir', dir):
317 support.rmtree(dir)
367 def __init__(self, dir, pre, suf, bin): argument
[all …]
/external/python/cpython2/Lib/test/
Dtest_tempfile.py50 def nameCheck(self, name, dir, pre, suf): argument
56 self.assertEqual(os.path.abspath(ndir), os.path.abspath(dir),
57 "file '%s' not in directory '%s'" % (name, dir))
282 dir = tempfile.mkdtemp()
284 with support.swap_attr(tempfile, 'tempdir', dir):
287 support.rmtree(dir)
340 def __init__(self, dir, pre, suf, bin): argument
344 (self.fd, self.name) = tempfile._mkstemp_inner(dir, pre, suf, flags)
353 def do_create(self, dir=None, pre="", suf="", bin=1): argument
354 if dir is None:
[all …]
/external/skqp/src/pathops/
DSkPathOpsWinding.cpp46 static int xy_index(SkOpRayDir dir) { in xy_index() argument
47 return static_cast<int>(dir) & 1; in xy_index()
50 static SkScalar pt_xy(const SkPoint& pt, SkOpRayDir dir) { in pt_xy() argument
51 return (&pt.fX)[xy_index(dir)]; in pt_xy()
54 static SkScalar pt_yx(const SkPoint& pt, SkOpRayDir dir) { in pt_yx() argument
55 return (&pt.fX)[!xy_index(dir)]; in pt_yx()
58 static double pt_dxdy(const SkDVector& v, SkOpRayDir dir) { in pt_dxdy() argument
59 return (&v.fX)[xy_index(dir)]; in pt_dxdy()
62 static double pt_dydx(const SkDVector& v, SkOpRayDir dir) { in pt_dydx() argument
63 return (&v.fX)[!xy_index(dir)]; in pt_dydx()
[all …]
/external/skia/src/pathops/
DSkPathOpsWinding.cpp46 static int xy_index(SkOpRayDir dir) { in xy_index() argument
47 return static_cast<int>(dir) & 1; in xy_index()
50 static SkScalar pt_xy(const SkPoint& pt, SkOpRayDir dir) { in pt_xy() argument
51 return (&pt.fX)[xy_index(dir)]; in pt_xy()
54 static SkScalar pt_yx(const SkPoint& pt, SkOpRayDir dir) { in pt_yx() argument
55 return (&pt.fX)[!xy_index(dir)]; in pt_yx()
58 static double pt_dxdy(const SkDVector& v, SkOpRayDir dir) { in pt_dxdy() argument
59 return (&v.fX)[xy_index(dir)]; in pt_dxdy()
62 static double pt_dydx(const SkDVector& v, SkOpRayDir dir) { in pt_dydx() argument
63 return (&v.fX)[!xy_index(dir)]; in pt_dydx()
[all …]

12345678910>>...145