| /external/toybox/tests/ |
| D | find.test | 3 [ -f testing.sh ] && . testing.sh 5 mkdir dir 6 cd dir 9 # fs timestamp granularity isn't always enough for -newer to tell, so wait 11 ln -s fifo link 16 touch perm/all-read-only 17 chmod a=r perm/all-read-only 23 testing "-type l -a -type d -o -type p" \ 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" \ [all …]
|
| D | tar.test | 3 [ -f testing.sh ] && . testing.sh 10 TAR='tar c --owner root --group sys --mtime @1234567890' 23 # minimum) so look at first N 512-byte frames when analyzing header content. 24 tee save.dat | head -c $(($1*512)) | sha1sum | sed "s/ .*//" 38 "-rw-rw-r-- root/sys 0 2009-02-13 23:31 file\n" "" "" 40 # Two files from -T list 42 testing "-T newline" "$TAR -T input | LST" \ 43 …"-rw-rw-r-- root/sys 0 2009-02-13 23:31 file1\n-rw-rw-r-- root/sys 0 2009-02-13 23:31 file2\n" "fi… 44 testing "-T null" "$TAR --null -T input | LST" \ 45 …"-rw-rw-r-- root/sys 0 2009-02-13 23:31 file1\n-rw-rw-r-- root/sys 0 2009-02-13 23:31 file2\n" "fi… [all …]
|
| D | chgrp.test | 3 [ -f testing.sh ] && . testing.sh 5 if [ "$(id -u)" -ne 0 ] 13 GRP="$(sed -n '$s/:.*//p' /etc/group)" 14 # Or if that fails, assume we're on Android and pick a well-known group. 19 rm -rf testdir && 20 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 &&" [all …]
|
| /external/clang/lib/AST/ |
| D | StmtOpenMP.cpp | 1 //===--- StmtOpenMP.cpp - Classes for OpenMP directives -------------------===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 64 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() [all …]
|
| /external/libphonenumber/ |
| D | build.xml | 4 <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/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
| D | InstrumentTaskTest.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 <!-- 7 http://www.eclipse.org/legal/epl-2.0 9 SPDX-License-Identifier: EPL-2.0 12 Marc R. Hoffmann - initial API and implementation 13 --> 18 <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"/> [all …]
|
| D | ReportTaskTest.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 <!-- 7 http://www.eclipse.org/legal/epl-2.0 9 SPDX-License-Identifier: EPL-2.0 12 Brock Janiczak - initial API and implementation 13 Dominik Stadler - source folder support 14 --> 19 <tempfile property="temp.dir" prefix="jacocoTest" destdir="${java.io.tmpdir}" /> 20 <mkdir dir="${temp.dir}"/> 24 <delete dir="${temp.dir}" quiet="false" failonerror="true" /> [all …]
|
| /external/rust/crates/walkdir/src/tests/ |
| D | recursive.rs | 4 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/testng/ant/ |
| D | build-tests.xml | 5 <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}"/> 11 <!-- ==================================================================== --> 12 <!-- Compile --> 13 <!-- ==================================================================== --> 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} [all …]
|
| D | build.xml | 3 <!-- ====================================================================== --> 4 <!-- TestNG build file --> 5 <!-- Created cbeust, April 26th, 2004 --> 6 <!-- ====================================================================== --> 11 <!-- ====================================================================== --> 12 <!-- PREPARE --> 13 <!-- ====================================================================== --> 14 <target name="prepare" depends="retrieve-dependencies" 17 <mkdir dir="${build.dir}" /> 18 <mkdir dir="${other.jars.dir}" /> [all …]
|
| /external/guice/ |
| D | build.xml | 4 <!-- common definitions are stored in common.xml. --> 8 <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"/> 37 <ant antfile="extensions/dagger-adapter/build.xml" target="distjars" inheritAll="false"/> 42 <copy toDir="${build.dir}/dist"> [all …]
|
| /external/javassist/ |
| D | build.xml | 3 <!-- =================================================================== --> 4 <!-- JBoss build file --> 5 <!-- =================================================================== --> 9 <property name="dist-version" value="javassist-3.24.1-GA"/> 13 <property name="target-src.jar" value="javassist-src.jar"/> 14 <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"/> [all …]
|
| /external/cronet/third_party/protobuf/java/core/ |
| D | generate-test-sources-build.xml | 1 <project name="generate-test-sources"> 2 <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"/> [all …]
|
| /external/protobuf/java/core/ |
| D | generate-test-sources-build.xml | 1 <project name="generate-test-sources"> 2 <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"/> [all …]
|
| /external/e2fsprogs/contrib/ |
| D | spd_readdir.c | 6 * 2008-06-08 Modified by Ross Boylan <RossBoylan stanfordalumni org> 14 * gcc -o spd_readdir.so -shared -fpic spd_readdir.c -ldl 20 * %Begin-Header% 23 * %End-Header% 70 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; [all …]
|
| /external/emma/ |
| D | module.dirs.properties | 1 # ----------------------------------------------------------------------------- 24 # ----------------------------------------------------------------------------- 25 # ---- module-specific static (checked-in) locations: 27 # ----------------------------------------------------------------------------- 30 lib.dir.root: ${basedir}/${lib} 32 internal.lib.dir: ${lib.dir.root}/${internal} 33 external.lib.dir: ${lib.dir.root}/${external} 35 # ----------------------------------------------------------------------------- 38 core.dir.root: ${basedir}/${core} 40 core.src.java12.dir: ${core.dir.root}/${java12} [all …]
|
| /external/ComputeLibrary/scripts/ |
| D | check_bad_style.sh | 3 set -e 8 if [ ! -n "$1" ] 16 grep -HrnP --exclude-dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=ar… 17 if (( `cat bad_style.log | wc -l` > 0 )) 21 exit -1 24 grep -Hnr --exclude-dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=arm… 25 if (( `cat bad_style.log | wc -l` > 0 )) 29 exit -1 32 …-HnRE --exclude-dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=dynami… 33 if [[ $(cat bad_style.log | wc -l) > 0 ]] [all …]
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors_format.inc | 1 //===-- sanitizer_common_interceptors_format.inc ----------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 15 //===----------------------------------------------------------------------===// 38 // Otherwise, do not change p. This will be re-parsed later as the field 79 // Returns string output character size for string-like conversions, 100 FSS_WCSLEN = -2, 103 FSS_STRLEN = -1, 162 int argIdx; // argument index, or -1 if not specified ("%n$") 174 // returned in dir. This function returns the pointer to the first 176 // In case of the end-of-string, a pointer to the closing \0 is returned. [all …]
|
| /external/lzma/CPP/7zip/UI/Agent/ |
| D | AgentProxy.cpp | 36 return -1; in FindSubDir() 72 if (subDirIndex != -1) in AddDir() 74 if (arcIndex != -1) in AddDir() 77 if (item.ArcIndex == -1) in AddDir() 103 // while (dirIndex != -1) in GetDirPathParts() 106 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() 119 // while (dirIndex != -1) in GetDirPath_as_Prefix() [all …]
|
| /external/ComputeLibrary/docs/ |
| D | ComputeLibrary.dir | 3 // SPDX-License-Identifier: MIT 14 /** @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 [all …]
|
| /external/e2fsprogs/tests/f_bad_encryption/ |
| D | mkimage.sh | 8 set -e -u 13 debugfs -w "$@" image 24 ino=$(stat -c %i "$file") 25 do_debugfs -R "zap_block -f <$ino> 0" 33 ino=$(stat -c %i "$file") 34 do_debugfs -R "ea_set <$ino> fscrypt.c $value" 41 ino=$(stat -c %i "$file") 42 do_debugfs -R "ea_rm <$ino> fscrypt.c" 49 ino=$(stat -c %i "$file") 50 do_debugfs -R "set_inode_field <$ino> flags 0" [all …]
|
| /external/AFLplusplus/utils/analysis_scripts/ |
| D | queue2csv.sh | 3 test -z "$1" -o -z "$2" -o "$1" = "-h" -o "$1" = "-hh" -o "$1" = "--help" -o '!' -d "$1" && { 4 echo "Syntax: [-n] $0 out-directory file.csv [\"tools/target --opt @@\"]" 5 echo Option -n will suppress the CSV header. 19 if [ "$1" = "-n" ]; then 24 test -n "$4" && { echo "Error: too many commandline options. Target command and options including @… 26 test -d "$1"/queue && OUT="$1/queue" || OUT="$1" 29 if [ -n "$OK" ]; then 32 LISTCMD="ls -tr $OUT/" 36 DIR="$OUT/../stats" 37 rm -rf "$DIR" [all …]
|
| /external/rust/crates/criterion/tests/ |
| D | criterion_tests.rs | 23 fn temp_dir() -> TempDir { in temp_dir() 29 fn short_benchmark(dir: &TempDir) -> Criterion { in short_benchmark() 31 .output_directory(dir.path()) in short_benchmark() 46 fn read(&self) -> usize { in read() 51 fn default() -> Counter { in default() 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() [all …]
|
| /external/antlr/runtime/JavaScript/build/ |
| D | build.xml | 6 <property name="build.dir" value="${basedir}/build" /> 7 <property name="out.dir" value="${build.dir}/out" /> 8 <property name="lib.dir" value="${basedir}/lib" /> 9 <property name="doc.dir" value="${basedir}/doc" /> 10 <property name="test.dir" value="${basedir}/tests" /> 11 <property name="src.dir" value="${basedir}/src" /> 12 <property name="third.dir" value="${basedir}/third" /> 13 <property file="${build.dir}/antlr3.properties" /> 15 …<taskdef file="${third.dir}/antcontrib.properties" classpath="${third.dir}/ant-contrib-1.0b3.jar" … 17 <!-- ******* --> [all …]
|
| /external/cronet/third_party/protobuf/java/kotlin/ |
| D | generate-test-sources-build.xml | 1 <project name="generate-test-sources"> 2 <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="--experimental_allow_proto3_optional"/> 8 <arg value="${protobuf.source.dir}/google/protobuf/map_proto2_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"/> [all …]
|