Searched +full:- +full:- +full:test +full:- +full:dir (Results 1 – 25 of 1077) sorted by relevance
12345678910>>...44
| /third_party/rust/rust/src/tools/rust-installer/ |
| D | test.sh | 3 set -e -u 5 if [ -x /bin/echo ]; then 22 TEST_DIR="$S/test" 27 case $(uname -s) in 35 echo "test: $1" 39 echo "test: $1" 40 rm -Rf "$WORK_DIR" 41 rm -Rf "$OUT_DIR" 42 rm -Rf "$PREFIX_DIR" 43 mkdir -p "$WORK_DIR" [all …]
|
| /third_party/libphonenumber/java/ |
| 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 …]
|
| /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_features.proto"/> 10 <arg value="${protobuf.source.dir}/google/protobuf/unittest_custom_options.proto"/> 11 <arg value="${protobuf.source.dir}/google/protobuf/unittest_enormous_descriptor.proto"/> [all …]
|
| /third_party/optimized-routines/math/ |
| D | Dir.mk | 1 # Makefile fragment - requires GNU make 3 # Copyright (c) 2019-2024, Arm Limited. 4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 13 $(warning WARNING: Double-precision ULP tests will not be usable without MPFR) 16 $(error Can only generate special GLIBC symbols on Linux - please disable USE_GLIBC_ABI) 29 math-src-dir := $(srcdir)/math 30 math-build-dir := build/math 32 math-lib-srcs := $(wildcard $(math-src-dir)/*.[cS]) 33 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/*.[cS]) 36 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/*/*.[cS]) [all …]
|
| /third_party/rust/rust/tests/ui/stability-attribute/ |
| D | generics-default-stability.stderr | 1 warning: use of deprecated struct `unstable_generic_param::Struct4`: test 2 --> $DIR/generics-default-stability.rs:71:29 9 warning: use of deprecated struct `unstable_generic_param::Struct4`: test 10 --> $DIR/generics-default-stability.rs:71:12 15 warning: use of deprecated struct `unstable_generic_param::Struct4`: test 16 --> $DIR/generics-default-stability.rs:76:12 21 warning: use of deprecated struct `unstable_generic_param::Struct4`: test 22 --> $DIR/generics-default-stability.rs:77:12 27 warning: use of deprecated struct `unstable_generic_param::Struct4`: test 28 --> $DIR/generics-default-stability.rs:78:29 [all …]
|
| /third_party/rust/rust/tests/ui/imports/ |
| D | unused-imports-in-test-module.stderr | 2 --> $DIR/unused-imports-in-test-module.rs:3:5 8 --> $DIR/unused-imports-in-test-module.rs:1:9 14 --> $DIR/unused-imports-in-test-module.rs:9:9 19 help: consider adding a `#[cfg(test)]` to the containing module 20 --> $DIR/unused-imports-in-test-module.rs:8:1 22 LL | mod test { 26 --> $DIR/unused-imports-in-test-module.rs:19:9 31 help: consider adding a `#[cfg(test)]` to the containing module 32 --> $DIR/unused-imports-in-test-module.rs:18:1 38 --> $DIR/unused-imports-in-test-module.rs:29:9 [all …]
|
| D | unused-imports-in-test-mode.stderr | 2 --> $DIR/unused-imports-in-test-mode.rs:5:5 8 --> $DIR/unused-imports-in-test-mode.rs:3:9 14 --> $DIR/unused-imports-in-test-mode.rs:16:13 20 --> $DIR/unused-imports-in-test-mode.rs:26:13 26 --> $DIR/unused-imports-in-test-mode.rs:36:13 32 --> $DIR/unused-imports-in-test-mode.rs:46:13 38 --> $DIR/unused-imports-in-test-mode.rs:56:13 44 --> $DIR/unused-imports-in-test-mode.rs:66:13 50 --> $DIR/unused-imports-in-test-mode.rs:76:13 56 --> $DIR/unused-imports-in-test-mode.rs:87:13 [all …]
|
| /third_party/icu/icu4j/ |
| D | build.xml | 1 <!-- 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 …]
|
| /third_party/skia/third_party/externals/sfntly/java/ |
| D | build.xml | 6 <target name="compile-test" depends="compile"> 7 <mkdir dir="${classes-test.dir}" /> 8 <javac srcdir="${test.dir}" destdir="${classes-test.dir}" includeantruntime="false"> 10 <fileset dir="${lib.dir}" includes="**/*.jar"/> 11 <pathelement location="${classes.dir}" /> 16 <target name="test" depends="compile-test"> 17 <mkdir dir="${report-test.dir}" /> 20 <fileset dir="${lib.dir}" includes="**/*.jar"/> 21 <pathelement location="${classes.dir}" /> 22 <pathelement location="${classes-test.dir}" /> [all …]
|
| D | build.properties | 1 src.dir=src 2 test.dir=test 3 report-test.dir=report 4 lib.dir=lib 5 build.dir=build 6 classes.dir=build/classes 7 build-test.dir=build-test 8 classes-test.dir=build-test/classes 9 javadoc.dir=build/javadoc 10 dist.dir=dist [all …]
|
| /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 …]
|
| /third_party/libexif/auto-m4/ |
| D | lib-link.m4 | 1 # lib-link.m4 serial 26 (gettext-0.18.2) 2 dnl Copyright (C) 2001-2013 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 …]
|
| /third_party/protobuf/java/kotlin-lite/ |
| D | generate-test-sources-build.xml | 1 <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 …]
|
| /third_party/protobuf/java/lite/ |
| D | generate-test-sources-build.xml | 1 <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 …]
|
| /third_party/rust/rust/tests/ui/privacy/restricted/ |
| D | test.stderr | 2 --> $DIR/test.rs:50:12 10 --> $DIR/test.rs:51:12 15 error[E0364]: `f` is private, and cannot be re-exported 16 --> $DIR/test.rs:21:24 22 --> $DIR/test.rs:21:24 28 --> $DIR/test.rs:38:25 34 --> $DIR/auxiliary/pub_restricted.rs:1:1 40 --> $DIR/test.rs:30:19 46 --> $DIR/test.rs:8:9 52 --> $DIR/test.rs:31:18 [all …]
|
| /third_party/rust/rust/tests/ui/rfcs/rfc-2565-param-attrs/ |
| D | param-attrs-builtin-attrs.stderr | 1 error: expected non-macro attribute, found attribute macro `test` 2 --> $DIR/param-attrs-builtin-attrs.rs:5:11 4 LL | #[test] a: i32, 5 | ^^^^ not a non-macro attribute 7 error: expected non-macro attribute, found attribute macro `test` 8 --> $DIR/param-attrs-builtin-attrs.rs:21:7 10 LL | #[test] a: u32, 11 | ^^^^ not a non-macro attribute 13 error: expected non-macro attribute, found attribute macro `test` 14 --> $DIR/param-attrs-builtin-attrs.rs:36:7 [all …]
|
| /third_party/icu/icu4j/main/shared/build/ |
| D | common-targets.xml | 1 <!-- 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) properties - need locations.properties loaded first --> 14 <property file="${global.build-local.properties}"/> 17 <property file="${common-targets.dir}/common.properties"/> 20 <!-- common targets --> [all …]
|
| /third_party/rust/rust/tests/ui/resolve/ |
| D | no-implicit-prelude-nested.stderr | 2 --> $DIR/no-implicit-prelude-nested.rs:11:14 4 LL | impl Add for Test {} 13 --> $DIR/no-implicit-prelude-nested.rs:12:14 15 LL | impl Clone for Test {} 24 --> $DIR/no-implicit-prelude-nested.rs:13:14 26 LL | impl Iterator for Test {} 35 --> $DIR/no-implicit-prelude-nested.rs:14:14 37 LL | impl ToString for Test {} 46 --> $DIR/no-implicit-prelude-nested.rs:15:14 48 LL | impl Writer for Test {} [all …]
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/build_system/ |
| D | usage.txt | 4 ./y.sh prepare [--out-dir DIR] [--download-dir DIR] 5 …./y.sh build [--debug] [--sysroot none|clif|llvm] [--out-dir DIR] [--download-dir DIR] [--no-unsta… 6 …./y.sh test [--debug] [--sysroot none|clif|llvm] [--out-dir DIR] [--download-dir DIR] [--no-unstab… 7 …./y.sh abi-cafe [--debug] [--sysroot none|clif|llvm] [--out-dir DIR] [--download-dir DIR] [--no-un… 8 …./y.sh bench [--debug] [--sysroot none|clif|llvm] [--out-dir DIR] [--download-dir DIR] [--no-unsta… 11 --debug 15 --sysroot none|clif|llvm 19 `llvm` will use the pre-compiled standard library of rustc which is compiled with LLVM. 21 --out-dir DIR 25 --download-dir DIR [all …]
|
| /third_party/cups/ |
| D | Makefile | 2 # Top-level Makefile for CUPS. 4 # Copyright © 2020-2023 by OpenPrinting 5 # Copyright © 2007-2019 by Apple Inc. 6 # Copyright © 1997-2007 by Easy Software Products, all rights reserved. 23 # Test suite options - normally blank, override with make command... 34 chmod +x cups-config 43 for dir in $(DIRS); do\ 44 echo Making all in $$dir... ;\ 45 (cd $$dir ; $(MAKE) $(MFLAGS) all $(UNITTESTS)) || exit 1;\ 62 for dir in $(DIRS); do\ [all …]
|
| /third_party/rust/rust/tests/ui-fulldeps/plugin/ |
| D | lint-tool-test.stderr | 2 --> $DIR/lint-tool-test.rs:9:23 10 --> $DIR/lint-tool-test.rs:13:9 16 --> $DIR/lint-tool-test.rs:29:9 22 --> $DIR/lint-tool-test.rs:9:23 28 --> $DIR/lint-tool-test.rs:13:9 34 --> $DIR/lint-tool-test.rs:18:1 40 --> $DIR/lint-tool-test.rs:13:9 47 --> $DIR/lint-tool-test.rs:26:5 55 --> $DIR/lint-tool-test.rs:29:9 61 --> $DIR/lint-tool-test.rs:33:8 [all …]
|
| /third_party/rust/rust/tests/ui/stdlib-unit-tests/ |
| D | not-sync.stderr | 2 --> $DIR/not-sync.rs:8:12 4 LL | test::<Cell<i32>>(); 9 note: required by a bound in `test` 10 --> $DIR/not-sync.rs:5:12 12 LL | fn test<T: Sync>() {} 13 | ^^^^ required by this bound in `test` 16 --> $DIR/not-sync.rs:10:12 18 LL | test::<RefCell<i32>>(); 23 note: required by a bound in `test` 24 --> $DIR/not-sync.rs:5:12 [all …]
|
| /third_party/alsa-utils/ |
| D | configure.ac | 3 AC_INIT(alsa-utils, 1.2.11) 6 AM_INIT_AUTOMAKE([subdir-objects]) 25 if test "x$enable_alsatest" = "xyes"; then 27 , [AC_ERROR([No user enum control support in alsa-lib])]) 42 AC_CHECK_HEADERS([alsa/use-case.h], [have_ucm="yes"], [have_ucm="no"], 50 if test "$HAVE_SEQ_CLIENT_INFO_GET_CARD" = "yes" ; then 51 AC_DEFINE([HAVE_SEQ_CLIENT_INFO_GET_CARD], 1, [alsa-lib supports snd_seq_client_info_get_card]) 54 if test "$HAVE_SEQ_CLIENT_INFO_GET_PID" = "yes" ; then 55 AC_DEFINE([HAVE_SEQ_CLIENT_INFO_GET_PID], 1, [alsa-lib supports snd_seq_client_info_get_pid]) 58 if test "$HAVE_SEQ_CLIENT_INFO_GET_MIDI_VERSION" = "yes" -a "$have_rawmidi" = "yes"; then [all …]
|
| /third_party/rust/rust/tests/ui/typeck/ |
| D | typeck-unsafe-always-share.stderr | 2 --> $DIR/typeck-unsafe-always-share.rs:19:10 4 LL | test(us); 5 | ---- ^^ `UnsafeCell<MySync<{integer}>>` cannot be shared between threads safely 10 note: required by a bound in `test` 11 --> $DIR/typeck-unsafe-always-share.rs:15:12 13 LL | fn test<T: Sync>(s: T) {} 14 | ^^^^ required by this bound in `test` 17 --> $DIR/typeck-unsafe-always-share.rs:23:10 19 LL | test(uns); 20 | ---- ^^^ `UnsafeCell<NoSync>` cannot be shared between threads safely [all …]
|
| /third_party/skia/m133/infra/bots/task_drivers/bazel_test_gm/ |
| D | bazel_test_gm_test.go | 3 // Use of this source code is governed by a BSD-style license that can be 25 // Given that we have tests for common.UploadToGold(), it suffices to test a couple of 28 …test := func(name string, tdArgs taskDriverArgs, goldctlWorkDir, goldctlImgtestInitStepName string… 30 // Create fake archive with undeclared test outputs. 31 …outputsZIP := filepath.Join(tdArgs.checkoutDir, "bazel-testlogs", "some", "test", "target", "test.… 32 require.NoError(t, os.MkdirAll(filepath.Dir(outputsZIP), 0700)) 34 // The contents of PNG files does not matter for this test. 80 "Test //some/test:target with config linux_rbe", 81 …"bazelisk test //some/test:target --config=linux_rbe --config=GCE_Debian10_AVX512 --test_output=er… 93 "/path/to/goldctl auth --work-dir "+goldctlWorkDir+" --luci", [all …]
|
12345678910>>...44