Home
last modified time | relevance | path

Searched +full:- +full:- +full:dir (Results 1 – 25 of 1301) sorted by relevance

12345678910>>...53

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1 //===--- StmtOpenMP.cpp - Classes for OpenMP directives -------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
39 Data->setClauses(Clauses); in Create()
46 Data->setClauses(Clauses); in Create()
48 Data->setAssociatedStmt(S); in Create()
60 // 'omp target update' are stand-alone directives, but for implementation in isStandaloneDirective()
73 return LD->getBody(); in getStructuredBlock()
80 CurStmt = CurStmt->IgnoreContainers(); in tryToFindNextInnerLoop()
[all …]
/external/clang/lib/AST/
DStmtOpenMP.cpp1 //===--- 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/toybox/tests/
Dfind.test3 [ -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 …]
Dtar.test3 [ -f testing.sh ] && . testing.sh
20 TAR='tar c --owner root --group root --mtime @1234567890'
23 # gnu/dammit does more) so look at first N 512-byte frames when
27 if [ -n "$TARHD" ]; then
29 mkfifo xxd-pipe
30 xxd <xxd-pipe & pid=$!
31 tee xxd-pipe | head -c $(($1*512)) | sha1sum | sed "s/ .*//"
32 rm xxd-pipe
35 head -c $(($1*512)) | sha1sum | sed "s/ .*//"
49 "-rw-rw-r-- root/root 0 2009-02-13 23:31 file\n" "" ""
[all …]
Dchgrp.test3 [ -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/icu/icu4j/
Dbuild.xml1 <!--
5 * Copyright (C) 1997-2016, International Business Machines Corporation and *
8 -->
13 <property file="build-local.properties"/>
16 <property name="shared.dir" value="main/shared"/>
17 <import file="${shared.dir}/build/common-targets.xml"/>
21 <!-- icu4j binaries -->
24 <property name="icu4j-charset.jar.file" value="icu4j-charset.jar"/>
25 <property name="icu4j-localespi.jar.file" value="icu4j-localespi.jar"/>
29 <!-- icu4j API doc jar file -->
[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/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}"/>
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 …]
Dbuild.xml3 <!-- ====================================================================== -->
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/
Dbuild.xml4 <!-- 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/icu/icu4j/main/shared/build/
Dcommon.properties4 #* Copyright (C) 2009-2016, International Business Machines Corporation and *
12 default.exec.env = JavaSE-1.7
17 src.dir = src
18 out.dir = out
19 bin.dir = ${out.dir}/bin
20 jar.dir = ${out.dir}/lib
26 javac.compilerarg = -Xlint:none
27 java.src.encoding = UTF-8
36 icu4j.data.jar = ${shared.dir}/data/icudata.jar
37 icu4j.tzdata.jar = ${shared.dir}/data/icutzdata.jar
[all …]
Dlocations.properties4 #* Copyright (C) 2009-2014, International Business Machines Corporation and *
8 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
[all …]
Dcommon-targets.xml1 <!--
5 * Copyright (C) 2009-2016, International Business Machines Corporation and *
8 -->
9 <project name="common-targets" basedir=".">
10 <dirname property="common-targets.dir" file="${ant.file.common-targets}"/>
11 <property file="${common-targets.dir}/locations.properties"/>
13 <!-- global (top-level) propeties - need locations.properties loaded first -->
14 <property file="${global.build-local.properties}"/>
17 <property file="${common-targets.dir}/common.properties"/>
20 <!-- common targets -->
[all …]
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
DInstrumentTaskTest.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
8 http://www.eclipse.org/legal/epl-v10.html
11 Marc R. Hoffmann - initial API and implementation
12 -->
17 <tempfile property="temp.dir" prefix="jacocoTest" destdir="${java.io.tmpdir}" />
18 <mkdir dir="${temp.dir}"/>
19 <property name="exec.file" location="${temp.dir}/exec.file" />
23 <delete dir="${temp.dir}" quiet="false" failonerror="true"/>
33 <mkdir dir="${temp.dir}/output"/>
[all …]
DReportTaskTest.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
8 http://www.eclipse.org/legal/epl-v10.html
11 Brock Janiczak - initial API and implementation
12 Dominik Stadler - source folder support
13 -->
18 <tempfile property="temp.dir" prefix="jacocoTest" destdir="${java.io.tmpdir}" />
19 <mkdir dir="${temp.dir}"/>
23 <delete dir="${temp.dir}" quiet="false" failonerror="true" />
54 <fileset dir="${basedir}/data" includes="*.exec"/>
[all …]
/external/javassist/
Dbuild.xml3 <!-- =================================================================== -->
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/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/e2fsprogs/contrib/
Dspd_readdir.c6 * 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/protobuf/java/core/
Dgenerate-test-sources-build.xml1 <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/unittest.proto"/>
8 <arg value="${protobuf.source.dir}/google/protobuf/unittest_custom_options.proto"/>
9 <arg value="${protobuf.source.dir}/google/protobuf/unittest_enormous_descriptor.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 …]
/external/ltp/testcases/kernel/fs/fs_bind/bin/
Dmakedir18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 #mflags="-n" # Don't futz with mtab
35 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\""
[all …]
/external/emma/
Dmodule.dirs.properties1 # -----------------------------------------------------------------------------
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/llvm-project/openmp/runtime/src/include/
Domp_lib.h.var4 !//===----------------------------------------------------------------------===//
8 !// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
10 !//===----------------------------------------------------------------------===//
126 parameter(omp_control_tool_notool=-2)
128 parameter(omp_control_tool_nocallback=-1)
453 !DIR$ IF(__INTEL_COMPILER.GE.1400)
454 !DIR$ attributes known_intrinsic :: omp_init_lock
455 !DIR$ ENDIF
461 !DIR$ IF(__INTEL_COMPILER.GE.1400)
462 !DIR$ attributes known_intrinsic :: omp_destroy_lock
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_format.inc1 //===-- 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/openssh/regress/
Dscp.sh6 #set -x
8 # Figure out if diff understands "-N"
9 if diff -N ${SRC}/scp.sh ${SRC}/scp.sh 2>/dev/null; then
10 DIFFOPT="-rN"
12 DIFFOPT="-r"
16 DIR=${COPY}.dd
20 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp
21 chmod 755 ${OBJ}/scp-ssh-wrapper.scp
22 scpopts="-q -S ${OBJ}/scp-ssh-wrapper.scp"
23 export SCP # used in scp-ssh-wrapper.scp
[all …]
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dbuild-id-link-dir.test1 # RUN: yaml2obj %s -o %t
2 # RUN: mkdir -p %t-dir
4 # RUN: llvm-objcopy --build-id-link-dir=%t-dir %t %t2
5 # RUN: not test -e %t-dir/4f/cb712aa6387724a9f465a32cd8c14b
7 # RUN: llvm-objcopy --build-id-link-dir=%t-dir --build-id-link-input=.debug %t %t3
8 # RUN: cmp %t-dir/4f/cb712aa6387724a9f465a32cd8c14b.debug %t
9 # RUN: rm %t-dir/4f/cb712aa6387724a9f465a32cd8c14b.debug
11 # RUN: llvm-objcopy --build-id-link-dir=%t-dir --build-id-link-output "" --strip-sections %t %t4
12 # RUN: cmp %t-dir/4f/cb712aa6387724a9f465a32cd8c14b %t4
13 # RUN: rm %t-dir/4f/cb712aa6387724a9f465a32cd8c14b
[all …]

12345678910>>...53