Home
last modified time | relevance | path

Searched full:dir (Results 1 – 25 of 8403) sorted by relevance

12345678910>>...337

/external/toybox/tests/
Dfind.test5 mkdir dir
6 cd dir
24 "find dir -type l -a -type d -o -type p" "dir/fifo\n" "" ""
25 testing "-type l -type d -o -type p" "find dir -type l -type d -o -type p" \
26 "dir/fifo\n" "" ""
28 "find dir -type l -o -type d -a -type p" "dir/link\n" "" ""
29 testing "-type l -o -type d -type p" "find dir -type l -o -type d -type p" \
30 "dir/link\n" "" ""
32 "find dir -type l \( -type d -o -type l \)" "dir/link\n" "" ""
34 "find dir \( \( -type l \) \( -type d -o \( \( -type l \) \) \) \)" \
[all …]
Dchgrp.test20 mkdir -p testdir/dir/dir/dir testdir/dir2 &&
21 touch testdir/dir/file &&
22 ln -s ../dir/dir testdir/dir2/dir &&
23 ln -s ../dir/file testdir/dir2/file || exit 1
27 IN="cd testdir && chgrp -R $GRP dir dir2 &&"
31 # dir dir2 dir/dir dir/file dir/dir/dir dir2/dir dir2/file
36 testing "dir" "$IN chgrp root dir $OUT" \
38 testing "file" "$IN chgrp root dir/file $OUT" \
40 testing "dir and file" "$IN chgrp root dir dir/file $OUT" \
46 testing "symlink->dir" "$IN chgrp root dir2/dir $OUT" \
[all …]
Dtar.test72 mkdir dir
73 testing "store dir" "$TAR dir | SUM 3" \
75 testing "pass dir" "$TAR dir | LST" \
76 "drwxrwxr-x root/sys 0 2009-02-13 23:31 dir/\n" "" ""
78 # note: does _not_ include dir entry in archive, just file
79 touch dir/file
80 testing "store file in dir" "$TAR dir/file | SUM 3" \
84 testing "store dir and dir/file" "$TAR dir | SUM 3" \
87 testing "pass dir/file" "$TAR dir | LST" \
88 …"drwxrwxr-x root/sys 0 2009-02-13 23:31 dir/\n-rw-rw-r-- root/sys 0 2009-02-13 23:31 dir/file\n" "…
[all …]
/external/rust/crates/walkdir/src/tests/
Drecursive.rs4 use crate::tests::util::Dir;
24 let dir = Dir::tmp(); in empty() localVariable
25 let wd = WalkDir::new(dir.path()); in empty()
26 let r = dir.run_recursive(wd); in empty()
34 assert_eq!(dir.path(), ent.path()); in empty()
35 assert_eq!(dir.path().file_name().unwrap(), ent.file_name()); in empty()
40 let dir = Dir::tmp(); in empty_follow() localVariable
41 let wd = WalkDir::new(dir.path()).follow_links(true); in empty_follow()
42 let r = dir.run_recursive(wd); in empty_follow()
50 assert_eq!(dir.path(), ent.path()); in empty_follow()
[all …]
/external/clang/lib/AST/
DStmtOpenMP.cpp64 OMPParallelDirective *Dir = in Create() local
66 Dir->setClauses(Clauses); in Create()
67 Dir->setAssociatedStmt(AssociatedStmt); in Create()
68 Dir->setHasCancel(HasCancel); in Create()
69 return Dir; in Create()
92 OMPSimdDirective *Dir = new (Mem) in Create() local
94 Dir->setClauses(Clauses); in Create()
95 Dir->setAssociatedStmt(AssociatedStmt); in Create()
96 Dir->setIterationVariable(Exprs.IterationVarRef); in Create()
97 Dir->setLastIteration(Exprs.LastIteration); in Create()
[all …]
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
DInstrumentTaskTest.xml18 <tempfile property="temp.dir" prefix="jacocoTest" destdir="${java.io.tmpdir}" />
19 <mkdir dir="${temp.dir}"/>
20 <property name="exec.file" location="${temp.dir}/exec.file" />
24 <delete dir="${temp.dir}" quiet="false" failonerror="true"/>
34 <mkdir dir="${temp.dir}/output"/>
35 <property name="broken.file" location="${temp.dir}/broken.class"/>
36 …<copy file="${org.jacoco.ant.instrumentTaskTest.classes.dir}/TestTargetInDefault.class" tofile="${…
39 <jacoco:instrument destdir="${temp.dir}/output">
40 <fileset dir="${temp.dir}" includes="broken.class"/>
43 <au:assertFileDoesntExist file="${temp.dir}/output/broken.class" />
[all …]
DReportTaskTest.xml19 <tempfile property="temp.dir" prefix="jacocoTest" destdir="${java.io.tmpdir}" />
20 <mkdir dir="${temp.dir}"/>
24 <delete dir="${temp.dir}" quiet="false" failonerror="true" />
55 <fileset dir="${basedir}/data" includes="*.exec"/>
75 <arg value="${org.jacoco.ant.reportTaskTest.classes.dir}/org/jacoco/ant/TestTarget.class" />
76 <arg value="${temp.dir}/TestTarget.class" />
81 <fileset dir="${temp.dir}" id="*.class" />
84 <fileset dir="${org.jacoco.ant.reportTaskTest.sources.dir}" />
93 <arg value="${org.jacoco.ant.reportTaskTest.classes.dir}/org/jacoco/ant/TestTarget.class" />
94 <arg value="${temp.dir}/TestTarget.class" />
[all …]
/external/libphonenumber/
Dbuild.xml4 <property name="libphonenumber.src.dir" value="libphonenumber/src"/>
5 <property name="libphonenumber.test.dir" value="libphonenumber/test"/>
6 <property name="carrier.src.dir" value="carrier/src"/>
7 <property name="carrier.test.dir" value="carrier/test"/>
8 <property name="geocoder.src.dir" value="geocoder/src"/>
9 <property name="geocoder.test.dir" value="geocoder/test"/>
10 <property name="prefixmapper.src.dir" value="internal/prefixmapper/src"/>
11 <property name="prefixmapper.test.dir" value="internal/prefixmapper/test"/>
12 <property name="build.dir" value="build"/>
13 <property name="classes.dir" value="${build.dir}/classes"/>
[all …]
/external/cronet/third_party/protobuf/java/core/
Dgenerate-test-sources-build.xml2 <mkdir dir="${generated.testsources.dir}"/>
4 <arg value="--java_out=${generated.testsources.dir}"/>
5 <arg value="--proto_path=${protobuf.source.dir}"/>
6 <arg value="--proto_path=${test.proto.dir}"/>
7 <arg value="${protobuf.source.dir}/google/protobuf/map_lite_unittest.proto"/>
8 <arg value="${protobuf.source.dir}/google/protobuf/unittest.proto"/>
9 <arg value="${protobuf.source.dir}/google/protobuf/unittest_custom_options.proto"/>
10 <arg value="${protobuf.source.dir}/google/protobuf/unittest_enormous_descriptor.proto"/>
11 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import.proto"/>
12 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_lite.proto"/>
[all …]
/external/protobuf/java/core/
Dgenerate-test-sources-build.xml2 <mkdir dir="${generated.testsources.dir}"/>
4 <arg value="--java_out=${generated.testsources.dir}"/>
5 <arg value="--proto_path=${protobuf.source.dir}"/>
6 <arg value="--proto_path=${test.proto.dir}"/>
7 <arg value="${protobuf.source.dir}/google/protobuf/map_lite_unittest.proto"/>
8 <arg value="${protobuf.source.dir}/google/protobuf/unittest.proto"/>
9 <arg value="${protobuf.source.dir}/google/protobuf/unittest_custom_options.proto"/>
10 <arg value="${protobuf.source.dir}/google/protobuf/unittest_enormous_descriptor.proto"/>
11 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import.proto"/>
12 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_lite.proto"/>
[all …]
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DDirectoryTest.java46 private Directory dir; field in DirectoryTest
52 dir = Directory.create(1); in setUp()
53 root.link(Name.simple("foo"), dir); in setUp()
58 assertThat(root.entryCount()).isEqualTo(3); // two for parent/self, one for dir in testRootDirectory()
68 assertThat(dir.entryCount()).isEqualTo(2); in testEmptyDirectory()
69 assertThat(dir.isEmpty()).isTrue(); in testEmptyDirectory()
71 assertParentAndSelf(dir, root, dir); in testEmptyDirectory()
76 assertThat(root.get(Name.simple("foo"))).isEqualTo(entry(root, "foo", dir)); in testGet()
77 assertThat(dir.get(Name.simple("foo"))).isNull(); in testGet()
83 assertThat(dir.get(Name.simple("bar"))).isNull(); in testLink()
[all …]
/external/guice/
Dbuild.xml8 <fileset dir="${lib.dir}" includes="*.jar"/>
9 <fileset dir="${lib.dir}/build" includes="*.jar"/>
14 <fileset dir="extensions">
17 <pathelement location="${build.dir}/classes"/>
22 <jar jarfile="${build.dir}/dist/guice-${version}.jar"
23 manifest="${build.dir}/META-INF/MANIFEST.MF">
24 <zipfileset src="${build.dir}/${ant.project.name}-with-deps.jar"/>
42 <copy toDir="${build.dir}/dist">
43 <fileset dir="extensions/servlet/build" includes="*.jar"/>
45 <copy toDir="${build.dir}/dist">
[all …]
/external/testng/ant/
Dbuild-tests.xml5 <property name="report.dir" value="${test.output.dir}"/>
6 <property name="junit.report.dir" value="${report.dir}/test-tmp"/>
7 <property name="testng.report.dir" value="${report.dir}"/>
16 <fileset dir="${lib.dir}" includes="${guice2.jar}" />
17 <fileset dir="${lib.dir}" includes="${junit.jar}" />
18 <fileset dir="${lib.dir}" includes="aopalliance-1.0.jar" />
24 TEST.DIR =${test.dir}
25 TEST.BUILD.DIR =${test.build.dir}
26 REPORT.DIR =${report.dir}
27 JUNIT.REPORT.DIR =${junit.report.dir}
[all …]
/external/javassist/
Dbuild.xml14 <property name="lib.dir" value="${basedir}/lib"/>
15 <property name="src.dir" value="${basedir}/src/main"/>
16 <property name="build.dir" value="${basedir}/target"/>
17 <property name="build.classes.dir" value="${build.dir}/classes"/>
18 <property name="test.src.dir" value="${basedir}/src/test"/>
19 <property name="test.lib.dir" value="${test.src.dir}/resources"/>
20 <property name="test.build.dir" value="${build.dir}/test-classes"/>
21 <property name="test.run.dir" value="${build.dir}/runtest"/>
22 <property name="test.reports.dir" value = "${build.dir}/test-output"/>
24 <property name="run.dir" value="${build.classes.dir}"/>
[all …]
/external/rust/crates/criterion/tests/
Dcriterion_tests.rs29 fn short_benchmark(dir: &TempDir) -> Criterion { in short_benchmark()
31 .output_directory(dir.path()) in short_benchmark()
58 fn verify_file(dir: &PathBuf, path: &str) -> PathBuf { in verify_file()
59 let full_path = dir.join(path); in verify_file()
70 fn verify_json(dir: &PathBuf, path: &str) { in verify_json()
71 let full_path = verify_file(dir, path); in verify_json()
77 fn verify_svg(dir: &PathBuf, path: &str) { in verify_svg()
78 verify_file(dir, path); in verify_svg()
82 fn verify_html(dir: &PathBuf, path: &str) { in verify_html()
83 verify_file(dir, path); in verify_html()
[all …]
/external/e2fsprogs/contrib/
Dspd_readdir.c70 DIR *dir; member
81 static int (*real_closedir)(DIR *dir) = 0;
82 static DIR *(*real_opendir)(const char *name) = 0;
83 static DIR *(*real_fdopendir)(int fd) = 0;
84 static void *(*real_rewinddir)(DIR *dirp) = 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;
[all …]
/external/ComputeLibrary/docs/
DComputeLibrary.dir14 /** @dir arm_compute
18 /** @dir arm_compute/core
22 /** @dir arm_compute/core/CL
34 /** @dir arm_compute/core/CPP
42 /** @dir arm_compute/core/CPP/kernels
46 /** @dir arm_compute/core/experimental
50 /** @dir src/core/NEON
58 /** @dir src/core/NEON/kernels
62 /** @dir arm_compute/core/utils
66 /** @dir arm_compute/graph
[all …]
/external/cronet/third_party/protobuf/java/lite/
Dgenerate-test-sources-build.xml2 <mkdir dir="${generated.testsources.dir}"/>
4 <arg value="--java_out=lite:${generated.testsources.dir}"/>
5 <arg value="--proto_path=${protobuf.source.dir}"/>
6 <arg value="--proto_path=${protobuf.basedir}/java/core/${test.proto.dir}"/>
7 <arg value="${protobuf.source.dir}/google/protobuf/descriptor.proto"/>
8 <arg value="${protobuf.source.dir}/google/protobuf/map_lite_unittest.proto"/>
9 <arg value="${protobuf.source.dir}/google/protobuf/unittest.proto"/>
10 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import.proto"/>
11 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_lite.proto"/>
12 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_public.proto"/>
[all …]
/external/protobuf/java/lite/
Dgenerate-test-sources-build.xml2 <mkdir dir="${generated.testsources.dir}"/>
4 <arg value="--java_out=lite:${generated.testsources.dir}"/>
5 <arg value="--proto_path=${protobuf.source.dir}"/>
6 <arg value="--proto_path=${protobuf.basedir}/java/core/${test.proto.dir}"/>
7 <arg value="${protobuf.source.dir}/google/protobuf/descriptor.proto"/>
8 <arg value="${protobuf.source.dir}/google/protobuf/map_lite_unittest.proto"/>
9 <arg value="${protobuf.source.dir}/google/protobuf/unittest.proto"/>
10 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import.proto"/>
11 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_lite.proto"/>
12 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_public.proto"/>
[all …]
/external/lzma/CPP/7zip/UI/Agent/
DAgentProxy.cpp106 const CProxyDir &dir = Dirs[dirIndex]; in GetDirPathParts() local
107 dirIndex = (unsigned)dir.ParentDir; in GetDirPathParts()
108 if (dir.ParentDir == -1) in GetDirPathParts()
110 pathParts.Insert(0, dir.Name); in GetDirPathParts()
122 const CProxyDir &dir = Dirs[dirIndex]; in GetDirPath_as_Prefix() local
123 dirIndex = (unsigned)dir.ParentDir; in GetDirPath_as_Prefix()
124 if (dir.ParentDir == -1) in GetDirPath_as_Prefix()
127 s.Insert(0, dir.Name); in GetDirPath_as_Prefix()
129 NArchive::NItemName::NormalizeSlashes_in_FileName_for_OsPath(s.GetBuf(), MyStringLen(dir.Name)); in GetDirPath_as_Prefix()
136 const CProxyDir &dir = Dirs[dirIndex]; in AddRealIndices() local
[all …]
/external/cronet/base/files/
Dscoped_temp_dir_unittest.cc24 // Against an existing dir, it should get destroyed when leaving scope. in TEST()
27 ScopedTempDir dir; in TEST() local
28 EXPECT_TRUE(dir.Set(test_path)); in TEST()
29 EXPECT_TRUE(dir.IsValid()); in TEST()
34 ScopedTempDir dir; in TEST() local
35 EXPECT_TRUE(dir.Set(test_path)); in TEST()
36 // Now the dir doesn't exist, so ensure that it gets created. in TEST()
39 FilePath path = dir.Take(); in TEST()
41 EXPECT_FALSE(dir.IsValid()); in TEST()
47 ScopedTempDir dir; in TEST() local
[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 …]
/external/ComputeLibrary/scripts/
Dcheck_bad_style.sh16 grep -HrnP --exclude-dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=ar…
24 grep -Hnr --exclude-dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=arm…
32dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=dynamic_fusion --exclu…
40 grep -HnR --exclude-dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=arm…
48 grep -Hnir --exclude-dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=ar…
56 grep -Hnir --exclude-dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=ar…
64 grep -Hnir --exclude-dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=ar…
72 grep -Hnir --exclude-dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=ar…
/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/bazelbuild-rules_python/tests/runfiles/
Drunfiles_test.py132 "RUNFILES_DIR": "runfiles/dir",
136 self.assertEqual(r.Rlocation("a/b"), "runfiles/dir/a/b")
137 self.assertEqual(r.Rlocation("foo"), "runfiles/dir/foo")
142 "RUNFILES_DIR": "runfiles/dir",
149 "RUNFILES_DIR": "runfiles/dir",
150 "JAVA_RUNFILES": "runfiles/dir",
184 "Foo/Bar/Dir E:\\Actual Path\\Directory",
194 r.Rlocation("Foo/Bar/Dir/runfile4"),
198 r.Rlocation("Foo/Bar/Dir/Deeply/Nested/runfile4"),
224 "protobuf~3.19.2/bar/dir E:\\Actual Path\\Directory",
[all …]

12345678910>>...337