Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 48) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Drunptests.c38 } tests[] = variable
50 for (cnt = 0; cnt < sizeof (tests) / sizeof (tests[0]); ++cnt) in main()
51 if (tests[cnt].str == NULL) in main()
53 printf ("\n%s\n%.*s\n", tests[cnt].reg, in main()
54 (int) strlen (tests[cnt].reg), in main()
57 else if (tests[cnt].reg == NULL) in main()
58 printf ("!!! %s\n", tests[cnt].str); in main()
65 printf ("regexp: \"%s\", string: \"%s\" -> ", tests[cnt].reg, in main()
66 tests[cnt].str); in main()
69 err = regcomp (&re, tests[cnt].reg, tests[cnt].options); in main()
[all …]
Dbug-regex11.c40 } tests[] = { variable
107 for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i) in main()
109 n = regcomp (&re, tests[i].pattern, tests[i].flags); in main()
114 printf ("%s: regcomp %lu failed: %s\n", tests[i].pattern, i, buf); in main()
119 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) in main()
121 printf ("%s: regexec %lu failed\n", tests[i].pattern, i); in main()
127 for (n = 0; n < tests[i].nmatch; ++n) in main()
128 if (rm[n].rm_so != tests[i].rm[n].rm_so in main()
129 || rm[n].rm_eo != tests[i].rm[n].rm_eo) in main()
131 if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1) in main()
[all …]
Dbug-regex28.c26 struct tests struct
32 } tests[] = { variable
55 for (i = 0; i < sizeof (tests) / sizeof (tests[i]); ++i) in main()
57 re_set_syntax (tests[i].syntax); in main()
59 if (re_compile_pattern (tests[i].regex, strlen (tests[i].regex), &r)) in main()
65 size_t len = strlen (tests[i].string); in main()
66 int rv = re_search (&r, tests[i].string, len, 0, len, NULL); in main()
67 if (rv != tests[i].retval) in main()
70 i, rv, tests[i].retval); in main()
Dbug-regex27.c26 struct tests struct
32 } tests[] = { argument
46 for (i = 0; i < sizeof (tests) / sizeof (tests[i]); ++i) in main()
49 if (regcomp (&r, tests[i].regex, tests[i].cflags)) in main()
55 int rv = regexec (&r, tests[i].string, 0, NULL, 0); in main()
56 if (rv != tests[i].retval) in main()
59 i, rv, tests[i].retval); in main()
Dbug-regex13.c40 } tests[] = { variable
84 for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i) in main()
87 re_set_syntax (tests[i].syntax); in main()
89 err = re_compile_pattern (tests[i].pattern, strlen (tests[i].pattern), in main()
98 start = re_search (&regbuf, tests[i].string, strlen (tests[i].string), in main()
99 0, strlen (tests[i].string), NULL); in main()
100 if (start != tests[i].start) in main()
Dbug-regex12.c39 } tests[] = { variable
58 for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i) in main()
60 n = regcomp (&re, tests[i].pattern, tests[i].flags); in main()
70 if (! regexec (&re, tests[i].string, tests[i].nmatch, in main()
71 tests[i].nmatch ? rm : NULL, 0)) in main()
Deval.sed32 #Do some more tests
33 s/.*/Doing some more tests -----------------------/p
DMakefile.am36 PCRE.tests BOOST.tests SPENCER.tests \
37 runtest Makefile.tests \
Dspace.inp2 Second_line_ of tests
Deval.good31 Doing some more tests -----------------------
DMakefile.tests188 $(SEDENV) ./tst-pcre $(srcdir)/PCRE.tests > tst-pcre.log
191 $(SEDENV) ./tst-boost $(srcdir)/BOOST.tests > tst-boost.log
194 $(SEDENV) ./tst-rxspencer $(srcdir)/SPENCER.tests > tst-spencer.log
Dbsd.sh66 tests "$TEST" "$TESTLOG"
71 tests() function
/ndk/tests/
DREADME2 of the NDK. Before making a new NDK release, please run tests/run-tests.sh
7 run-tests.sh
8 Run all NDK automated tests. Use --help for more options.
11 Contains tests used to check the NDK build system itself.
14 Contains tests used to check that NDK-generated binaries work properly
15 on an Android device. To run them, call "run-tests.sh" with the "adb" tool
Drun-tests.sh250 NDK_ROOT=/tmp/ndk-tests/install
478 for DIR in `ls -d $ROOTDIR/tests/build/*`; do
551 for DIR in `ls -d $ROOTDIR/tests/device/*`; do
587 for DIR in `ls -d $ROOTDIR/tests/device/*`; do
Drun-standalone-tests.sh31 ROOTDIR=/tmp/ndk-$USER/tests/standalone
/ndk/sources/cxx-stl/stlport/
DREADME.original13 bin - installation directory for STLport unit tests;
18 build/test/unit - build directory for regression (unit) tests
19 build/test/eh - build directory for exception handling tests
27 test/unit - unit (regression) tests
DREADME53 tests/run-tests.sh --test=test-stlport
57 a few tests are still failing (mostly related to wchar_t and locales).
/ndk/build/gmsl/
DREADME21 gmsl-tests
25 make -f gmsl-tests
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure.ac71 AC_ARG_ENABLE(regex-tests,
72 [ --enable-regex-tests enable regex matcher regression tests (default=yes)],
91 # Determine whether we should run UTF-8 tests by checking if cyrillic
96 # have a couple of platforms where these tests pass. Right now, only
97 # Windows and HP/UX do not support the tests.
98 AC_MSG_CHECKING([whether UTF-8 case folding tests should pass])
/ndk/build/tools/
Ddev-cleanup.sh76 for PROJECT in $DIR/tests/build/*; do
79 for PROJECT in $DIR/tests/device/*; do
DDEV-SCRIPTS-USAGE.TXT306 rebuild other target prebuilts or run tests), do:
547 The $NDK/tests directory contains a number of NDK unit-tests that can be
554 $NDK/tests/run-tests.sh --package=<ndk-archive>
557 the tests with it. When all tests have run, the temporary directory is removed
562 $NDK/tests/run-tests.sh --ndk=<path>
565 test suite present under $NDK/tests/, not the one in the remote NDK directory.
571 You can get more traces from the tests by using --verbose. Use it twice to see
574 There are several kinds of tests:
576 - 'build tests' are used to test the building capabilities of the NDK.
577 I.e. the tests will only use them to check that the NDK build system
[all …]
Dpackage-release.sh268 rm -rf $REFERENCE/tests/build/*/{obj,libs} &&
269 rm -rf $REFERENCE/tests/device/*/{obj,libs}
/ndk/build/core/
Dndk-common.sh336 mkdir -p /tmp/ndk-$USER/tmp/tests
338 TMPC=/tmp/ndk-$USER/tmp/tests/test-$$.c
339 TMPO=/tmp/ndk-$USER/tmp/tests/test-$$.o
340 TMPE=/tmp/ndk-$USER/tmp/tests/test-$$$EXE
341 TMPL=/tmp/ndk-$USER/tmp/tests/test-$$.log
/ndk/sources/host-tools/sed-4.2.1/m4/
Dgnulib-common.m420 __APPLE_CC__ tests for the Apple compiler and its version.
21 __STDC_VERSION__ tests for the C99 mode. */
Dthreadlib.m434 dnl influences the result of the autoconf tests that test for *_unlocked
110 # Other possible tests:
311 dnl OK if all three tests terminate OK,

12