Home
last modified time | relevance | path

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

12345678910>>...46

/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.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/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/
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/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/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/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.properties5 testng.version=6.8.14-SNAPSHOT
6 testng.fullname=${testng.basename}-${testng.version}
11 root.dir=${basedir}
12 build.3rdparty.dir=${root.dir}/build3rdparty
13 build.maven-bundle.dir=${build.dir}/maven-bundle
14 target=${root.dir}/target
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
[all …]
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
DInstrumentTaskTest.xml1 <?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 …]
DReportTaskTest.xml1 <?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/cronet/third_party/protobuf/java/lite/
Dgenerate-test-sources-build.xml1 <project name="generate-test-sources">
2 <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"/>
[all …]
/external/protobuf/java/lite/
Dgenerate-test-sources-build.xml1 <project name="generate-test-sources">
2 <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"/>
[all …]
/external/antlr/runtime/ActionScript/project/
Dbuild.xml4 <property name="build.dir" value="${basedir}/build"/>
5 <property name="build.lib.dir" value="${build.dir}/lib"/>
6 <property name="build.doc.dir" value="${build.dir}/doc"/>
7 <property name="build.test.dir" value="${build.dir}/test"/>
8 <property name="build.test.output.dir" value="${build.test.dir}/output"/>
9 <property name="src.dir" value="${basedir}/src"/>
13 <!-- Assume SDK 3.0 or greater has the ant tasks -->
17 <fileset id="sources" dir="${src.dir}">
23 <replacestring from="${src.dir}/" to=""/> <!-- Strip off directory -->
24 <replacestring from=".as" to=""/> <!-- Strip off extension -->
[all …]
/external/emma/
Dmodule.dirs.properties1 # -----------------------------------------------------------------------------
7 test: test key
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}
[all …]
/external/toolchain-utils/binary_search_tool/full_bisect_test/
Dmain-bisect-test.sh3 # This script is the heart of the bisection test. It assumes the good-objects
4 # and bad-objects directories have been created and populated. It runs three
6 # Test 1. use --file_args, and no pruning, which passes the object file list
8 # Test 2. do not use --file_args, and no pruning. The object files are passed
11 # Test 3. use --file_args and --prune. Pass the object file list in a file
17 DIR=full_bisect_test
20 if [[ ! -f "${DIR}/setup.sh" ]] ; then
21 echo "Cannot find ${DIR}/setup.sh. You are running this from the wrong directory."
22 echo "You need to run this from toolchain-utils/binary_search_tool ."
26 # Run Test 1.
[all …]
/external/apache-commons-io/src/test/java/org/apache/commons/io/file/
DPathUtilsContentEqualsTest.java9 * http://www.apache.org/licenses/LICENSE-2.0
30 import org.junit.jupiter.api.Test;
45 @Test
47 // Non-existent files in testDirectoryAndFileContentEquals()
61 …final Path dir1 = Paths.get("src/test/resources/dir-equals-tests/dir-equals-files-only/directory-f… in testDirectoryAndFileContentEquals()
62 …final Path dir2 = Paths.get("src/test/resources/dir-equals-tests/dir-equals-files-only/directory-f… in testDirectoryAndFileContentEquals()
70 …final Path dir1 = Paths.get("src/test/resources/dir-equals-tests/dir-equals-dirs-then-files/dir1"); in testDirectoryAndFileContentEquals()
71 …final Path dir2 = Paths.get("src/test/resources/dir-equals-tests/dir-equals-dirs-then-files/dir2"); in testDirectoryAndFileContentEquals()
79 …final Path dir1 = Paths.get("src/test/resources/dir-equals-tests/dir-equals-dirs-and-files/dirs-an… in testDirectoryAndFileContentEquals()
80 …final Path dir2 = Paths.get("src/test/resources/dir-equals-tests/dir-equals-dirs-and-files/dirs-an… in testDirectoryAndFileContentEquals()
[all …]
/external/cronet/third_party/protobuf/java/kotlin/
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="--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 …]
/external/protobuf/java/kotlin/
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="--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 …]
/external/rust/crates/criterion/tests/
Dcriterion_tests.rs23 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/rust/crates/walkdir/src/tests/
Drecursive.rs4 use crate::tests::util::Dir;
7 #[test]
22 #[test]
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()
38 #[test]
40 let dir = Dir::tmp(); in empty_follow() localVariable
[all …]
/external/cronet/third_party/protobuf/java/kotlin-lite/
Dgenerate-test-sources-build.xml1 <project name="generate-test-sources">
2 <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/kotlin/${test.proto.dir}"/>
7 <arg value="--experimental_allow_proto3_optional"/>
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"/>
[all …]
/external/protobuf/java/kotlin-lite/
Dgenerate-test-sources-build.xml1 <project name="generate-test-sources">
2 <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/kotlin/${test.proto.dir}"/>
7 <arg value="--experimental_allow_proto3_optional"/>
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"/>
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/
Ddefault.build4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" />
8 …<property name="antlr3.runtime.test" value="true" unless="${property::exists('antlr3.runtime.test'…
12 <property name="test.name" value="${name}.Tests" />
15 <property name="test.assembly.name" value="${test.name}.exe" />
17 <property name="src.dir" value="${base.dir}/" />
18 <property name="test.src.dir" value="${base.dir}/../Antlr3.Runtime.Tests" />
24 <target name="build" depends="init, compile, test" description="compiles the source code">
28 <mkdir dir="${build.working.dir}/tests" />
32 <!-- Copy Antlr3.Runtime.Tests dependencies -->
33 <copy todir="${build.working.dir}" overwrite="true">
[all …]
/external/guice/
Dcommon.xml7 <!-- can be overridden at the command line with -Dversion=
8 or in IDEA, in the ant properties dialog -->
13 <mkdir dir="${build.dir}/classes"/>
14 <javac srcdir="${src.dir}"
16 destdir="${build.dir}/classes"
18 <compilerarg value="-Xlint:all,-serial"/>
21 <copy toDir="${build.dir}/classes">
22 <fileset dir="${src.dir}" excludes="**/*.java"/>
29 classpath="${common.basedir}/lib/build/bnd-0.0.384.jar"/>
34 <property name="Bundle-Name" value="${ant.project.name}"/>
[all …]
/external/flac/m4/
Dlib-link.m41 # lib-link.m4 serial 26 (gettext-0.18.2)
2 dnl Copyright (C) 2001-2012 Free Software Foundation, Inc.
21 pushdef([Name],[m4_translit([$1],[./+-], [____])])
22 pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
46 dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode, [missing-message])
49 dnl the ability to compile and link the specified testcode. The missing-message
61 pushdef([Name],[m4_translit([$1],[./+-], [____])])
62 pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
71 dnl via --without-lib[]Name-prefix, he wants to use it.
77 dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS,
[all …]
/external/linux-kselftest/tools/testing/selftests/firmware/
Dfw_filesystem.sh2 # SPDX-License-Identifier: GPL-2.0
7 set -e
14 RUN_XZ="xz -C crc32 --lzma2=dict=2MiB"
15 RUN_ZSTD="zstd -q"
29 if printf '\000' >"$DIR"/trigger_request 2> /dev/null; then
34 if [ ! -e "$DIR"/trigger_async_request ]; then
35 echo "$0: empty filename: async trigger not present, ignoring test" >&2
38 if printf '\000' >"$DIR"/trigger_async_request 2> /dev/null; then
45 if echo -n "nope-$NAME" >"$DIR"/trigger_request 2> /dev/null; then
49 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
[all …]
/external/libcups/
DMakefile2 # Top-level Makefile for CUPS.
4 # Copyright © 2007-2021 by Apple Inc.
5 # Copyright © 1997-2007 by Easy Software Products, all rights reserved.
22 # Test suite options - normally blank, override with make command...
33 chmod +x cups-config
42 for dir in $(DIRS); do\
43 echo Making all in $$dir... ;\
44 (cd $$dir ; $(MAKE) $(MFLAGS) all $(UNITTESTS)) || exit 1;\
61 for dir in $(DIRS); do\
62 echo Making libraries in $$dir... ;\
[all …]

12345678910>>...46