Home
last modified time | relevance | path

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

12345678910>>...53

/external/libxml2/
Dconfigure.ac23 if test -d .git ; then
26 if test "$extra" != ""
28 LIBXML_VERSION_EXTRA="-GIT$extra"
42 AM_INIT_AUTOMAKE([1.16.3 foreign no-dist-gzip dist-xz])
57 LT_INIT([disable-static])
67 [ --with-c14n Canonical XML 1.0 support (on)])
69 [ --with-catalog XML Catalogs support (on)])
71 [ --with-debug debugging module and shell (on)])
73 [ --with-history history support for shell (off)])
75 [ --with-readline[[=DIR]] use readline in DIR (for shell history)])
[all …]
/external/cronet/third_party/libxml/src/
Dconfigure.ac23 if test -d .git ; then
24 extra=`git describe 2>/dev/null | sed 's+LIBXML[[0-9.]]*-++'`
26 if test "$extra" != ""
28 LIBXML_VERSION_EXTRA="-GIT$extra"
42 AM_INIT_AUTOMAKE([1.16.3 foreign no-dist-gzip dist-xz])
57 LT_INIT([disable-static])
67 [ --with-c14n Canonical XML 1.0 support (on)])
69 [ --with-catalog XML Catalogs support (on)])
71 [ --with-debug debugging module and shell (on)])
73 [ --with-ftp FTP support (off)])
[all …]
/external/curl/m4/
Dcurl-functions.m421 # SPDX-License-Identifier: curl
30 dnl -------------------------------------------------
61 dnl -------------------------------------------------
85 dnl -------------------------------------------------
112 dnl -------------------------------------------------
133 dnl -------------------------------------------------
154 dnl -------------------------------------------------
178 dnl -------------------------------------------------
197 dnl -------------------------------------------------
216 dnl -------------------------------------------------
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dcares-functions.m43 # Copyright (C) 2008 - 2012 by Daniel Stenberg et al
11 # written prior permission. M.I.T. makes no representations about the
22 dnl -------------------------------------------------
49 dnl -------------------------------------------------
73 dnl -------------------------------------------------
94 dnl -------------------------------------------------
115 dnl -------------------------------------------------
136 dnl -------------------------------------------------
160 dnl -------------------------------------------------
190 dnl -------------------------------------------------
[all …]
/external/curl/
Dconfigure.ac21 # SPDX-License-Identifier: curl
29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/])
67 if test -z "$SED"; then
71 if test -z "$SED" || test "$SED" = "not_found"; then
79 if test -z "$GREP"; then
83 if test -z "$GREP" || test "$GREP" = "not_found"; then
89 dnl 'grep -E' is mandatory for configure process and libtool.
91 if test -z "$EGREP"; then
93 AC_MSG_CHECKING([that grep -E works])
94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then
[all …]
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for curl -.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
19 ## -------------------------------- ##
21 ## -------------------------------- ##
66 # Try built-in echo, and fail.
73 # Verify that 'test' command is available, otherwise abort.
77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
83 echo "$xc_msg_err 'test' command not found. $xc_msg_abrt" >&2
93 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'
[all …]
/external/clang/test/SemaObjC/
Darc-repeated-weak.mm1 … RUN: %clang_cc1 -fsyntax-only -fobjc-runtime-has-weak -fobjc-arc -fblocks -Wno-objc-root-class -s…
3 @interface Test { interface
5 Test *ivar;
8 @property(weak) Test *weakProp;
9 @property(strong) Test *strongProp;
11 - (__weak id)implicitProp;
21 void sanity(Test *a) {
22 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
23 use(a.weakProp); // expected-note{{also accessed here}}
26 use(a.strongProp); // no-warning
[all …]
/external/elfutils/
Dconfigure.ac2 dnl Configure input file for elfutils. -*-autoconf-*-
4 dnl Copyright (C) 1996-2019 Red Hat, Inc.
32 # We want eu- as default program prefix if none was given by the user.
33 # But if the user explicitly provided --program-prefix="" then pretend
34 # it wasn't set at all (NONE). We want to test this really early before
37 if test "x$program_prefix" = "xNONE"; then
38 AC_MSG_NOTICE([No --program-prefix given, using "eu-"])
39 program_prefix="eu-"
40 elif test "x$program_prefix" = "x"; then
41 AC_MSG_NOTICE([Using no program-prefix])
[all …]
/external/libopus/
Dconfigure.ac1 dnl Process this file with autoconf to produce a configure script. -*-m4-*-
8 if test -e package_version; then
33 AM_INIT_AUTOMAKE([no-define])
50 #strong enough a test to detect old buggy versions of GCC (e.g. 2.95.3)
51 #Note: Both this and the test for variable-size arrays below are also
54 [ac_cv_c_restrict=no
67 test "$ac_cv_c_restrict" != no && break
88 no) AC_DEFINE([restrict], []) ;;
92 AC_MSG_CHECKING(for C99 variable-size arrays)
94 [[static int x; char a[++x]; a[sizeof a - 1] = 0; int N; return a[0];]])],
[all …]
/external/marisa-trie/
Dconfigure.ac1 # -*- Autoconf -*-
22 ], [enable_sse2="yes"], [enable_sse2="no"])])
28 ], [enable_sse3="yes"], [enable_sse3="no"])])
34 ], [enable_ssse3="yes"], [enable_ssse3="no"])])
40 ], [enable_sse4_1="yes"], [enable_sse4_1="no"])])
46 ], [enable_sse4_2="yes"], [enable_sse4_2="no"])])
52 ], [enable_sse4="yes"], [enable_sse4="no"])])
58 ], [enable_sse4a="yes"], [enable_sse4a="no"])])
64 ], [enable_popcnt="yes"], [enable_popcnt="no"])])
70 ], [enable_bmi="yes"], [enable_bmi="no"])])
[all …]
/external/cronet/net/http/
Dhttp_no_vary_search_data_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
14 #include "base/test/gmock_expected_support.h"
29 TEST(HttpNoVarySearchCreateTest, CreateFromNoVaryParamsNonEmptyVaryOnKeyOrder) { in TEST() function
39 TEST(HttpNoVarySearchCreateTest, in TEST() function
50 TEST(HttpNoVarySearchCreateTest, CreateFromNoVaryParamsEmptyNoVaryOnKeyOrder) { in TEST() function
59 TEST(HttpNoVarySearchCreateTest, CreateFromNoVaryParamsEmptyVaryOnKeyOrder) { in TEST() function
68 TEST(HttpNoVarySearchCreateTest, CreateFromVaryParamsNonEmptyVaryOnKeyOrder) { in TEST() function
77 TEST(HttpNoVarySearchCreateTest, CreateFromVaryParamsNonEmptyNoVaryOnKeyOrder) { in TEST() function
86 TEST(HttpNoVarySearchCreateTest, CreateFromVaryParamsEmptyNoVaryOnKeyOrder) { in TEST() function
95 TEST(HttpNoVarySearchCreateTest, CreateFromVaryParamsEmptyVaryOnKeyOrder) { in TEST() function
[all …]
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/
DAssignmentOperationExprTest.java7 // http://www.apache.org/licenses/LICENSE-2.0
19 import org.junit.Test;
23 @Test
25 // No need swap test case. in validMultiplyAndAssignmentOperationExpr_numericMatched()
29 // No exception thrown, so we succeeded. in validMultiplyAndAssignmentOperationExpr_numericMatched()
32 @Test
34 // No need swap test case. in validMultiplyAndAssignmentOperationExpr_numericUnmatched()
38 // No exception thrown, so we succeeded. in validMultiplyAndAssignmentOperationExpr_numericUnmatched()
41 @Test
43 // Swap test case in "validMultiplyAndAssignmentOperationExpr_integerMatchedBoxedType". in validMultiplyAndAssignmentOperationExpr_numericMatchedBoxedType()
[all …]
/external/cblas/testing/
Dcin22 -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
6 2 LOGICAL FLAG, T TO TEST ROW-MAJOR (IF FALSE COLUMN-MAJOR IS TESTED)
7 16.0 THRESHOLD VALUE OF TEST RATIO
13 1 2 -1 -2 VALUES OF INCX AND INCY
15 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
17 (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
18 cblas_cgemv T PUT F FOR NO TEST. SAME COLUMNS.
19 cblas_cgbmv T PUT F FOR NO TEST. SAME COLUMNS.
20 cblas_chemv T PUT F FOR NO TEST. SAME COLUMNS.
[all …]
Dzin22 -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
6 2 LOGICAL FLAG, T TO TEST ROW-MAJOR (IF FALSE COLUMN-MAJOR IS TESTED)
7 16.0 THRESHOLD VALUE OF TEST RATIO
13 1 2 -1 -2 VALUES OF INCX AND INCY
15 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
17 (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
18 cblas_zgemv T PUT F FOR NO TEST. SAME COLUMNS.
19 cblas_zgbmv T PUT F FOR NO TEST. SAME COLUMNS.
20 cblas_zhemv T PUT F FOR NO TEST. SAME COLUMNS.
[all …]
Ddin22 -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
6 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
7 16.0 THRESHOLD VALUE OF TEST RATIO
13 1 2 -1 -2 VALUES OF INCX AND INCY
18 cblas_dgemv T PUT F FOR NO TEST. SAME COLUMNS.
19 cblas_dgbmv T PUT F FOR NO TEST. SAME COLUMNS.
20 cblas_dsymv T PUT F FOR NO TEST. SAME COLUMNS.
21 cblas_dsbmv T PUT F FOR NO TEST. SAME COLUMNS.
22 cblas_dspmv T PUT F FOR NO TEST. SAME COLUMNS.
[all …]
Dsin22 -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
6 2 LOGICAL FLAG, T TO TEST ROW-MAJOR (IF FALSE COLUMN-MAJOR IS TESTED)
7 16.0 THRESHOLD VALUE OF TEST RATIO
13 1 2 -1 -2 VALUES OF INCX AND INCY
18 cblas_sgemv T PUT F FOR NO TEST. SAME COLUMNS.
19 cblas_sgbmv T PUT F FOR NO TEST. SAME COLUMNS.
20 cblas_ssymv T PUT F FOR NO TEST. SAME COLUMNS.
21 cblas_ssbmv T PUT F FOR NO TEST. SAME COLUMNS.
22 cblas_sspmv T PUT F FOR NO TEST. SAME COLUMNS.
[all …]
/external/cronet/third_party/icu/source/
Dconfigure.ac1 # -*-autoconf-*-
3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A…
14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni…
15 [http://icu-project.org/bugs],
17 [http://icu-project.org])
29 # Use custom echo test for newline option
31 # for icu-config
32 # This may be removed later - mow (June 17, 2010)
34 case `/bin/sh -c "echo -n x"` in
35 -n*)
[all …]
/external/icu/icu4c/source/
Dconfigure.ac1 # -*-autoconf-*-
3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A…
14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni…
15 [http://icu-project.org/bugs],
17 [http://icu-project.org])
29 # Use custom echo test for newline option
31 # for icu-config
32 # This may be removed later - mow (June 17, 2010)
34 case `/bin/sh -c "echo -n x"` in
35 -n*)
[all …]
/external/pcre/
DRunTest5 # selected, depending on which build-time options were used.
8 # JIT, unless "-nojit" is given on the command line. There are also two tests
9 # for JIT-specific features, one to be run when JIT support is available
10 # (unless "-nojit" is specified), and one when it is not.
12 # Whichever of the 8-, 16- and 32-bit libraries exist are tested. It is also
13 # possible to select which to test by giving "-8", "-16" or "-32" on the
16 # As well as "-nojit", "-8", "-16", and "-32", arguments for this script are
17 # individual test numbers, ranges of tests such as 3-6 or 3- (meaning 3 to the
18 # end), or a number preceded by ~ to exclude a test. For example, "3-15 ~10"
19 # runs tests 3 to 15, excluding test 10, and just "~10" runs all the tests
[all …]
/external/libffi/
Dacinclude.m46 [libffi_header_sys_mman_h=yes], [libffi_header_sys_mman_h=no])
7 AC_CHECK_FUNC([mmap], [libffi_func_mmap=yes], [libffi_func_mmap=no])
8 if test "$libffi_header_sys_mman_h" != yes \
9 || test "$libffi_func_mmap" != yes; then
10 ac_cv_func_mmap_file=no
11 ac_cv_func_mmap_dev_zero=no
12 ac_cv_func_mmap_anon=no
14 AC_CACHE_CHECK([whether read-only mmap of a plain file works],
23 ac_cv_func_mmap_file=no ;;
41 ac_cv_func_mmap_dev_zero=no ;;
[all …]
/external/eigen/blas/testing/
Dcblat2.dat4 -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
7 T LOGICAL FLAG, T TO TEST ERROR EXITS.
8 16.0 THRESHOLD VALUE OF TEST RATIO
14 1 2 -1 -2 VALUES OF INCX AND INCY
16 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
18 (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
19 CGEMV T PUT F FOR NO TEST. SAME COLUMNS.
20 CGBMV T PUT F FOR NO TEST. SAME COLUMNS.
21 CHEMV T PUT F FOR NO TEST. SAME COLUMNS.
22 CHBMV T PUT F FOR NO TEST. SAME COLUMNS.
[all …]
Dzblat2.dat4 -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
7 T LOGICAL FLAG, T TO TEST ERROR EXITS.
8 16.0 THRESHOLD VALUE OF TEST RATIO
14 1 2 -1 -2 VALUES OF INCX AND INCY
16 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
18 (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
19 ZGEMV T PUT F FOR NO TEST. SAME COLUMNS.
20 ZGBMV T PUT F FOR NO TEST. SAME COLUMNS.
21 ZHEMV T PUT F FOR NO TEST. SAME COLUMNS.
22 ZHBMV T PUT F FOR NO TEST. SAME COLUMNS.
[all …]
/external/freetype/builds/unix/
Dconfigure.raw5 # Copyright (C) 2001-2023 by
39 LT_INIT(win32-dll)
45 if test ${cross_compiling} = yes; then
46 AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc)
47 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc)
48 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc)
49 test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler])
52 rm -f a.* b.* a_out.exe conftest.*
55 rm -f conftest.c
56 if test -x a.out -o -x b.out -o -x conftest; then
[all …]
/external/harfbuzz_ng/test/shape/data/aots/tests/
Dgsub_chaining2_simple.tests1 ../fonts/gsub_chaining2_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names…
2 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
3 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
4 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
5 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
6 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
7 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
8 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
9 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
10 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
[all …]
Dgsub_chaining3_simple.tests1 ../fonts/gsub_chaining3_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names…
2 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
3 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
4 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
5 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
6 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
7 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
8 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
9 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
10 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names…
[all …]

12345678910>>...53