Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 61) sorted by relevance

123

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Drunptests.c48 int errors = 0; in main() local
79 ++errors; in main()
87 errors++; in main()
101 ++errors; in main()
116 ++errors; in main()
124 printf ("\n%u tests, %d errors\n", (int) cnt, errors); in main()
126 return errors != 0; in main()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-typed-test.cc60 Message errors; in VerifyRegisteredTestNames() local
66 errors << "Test " << name << " is listed more than once.\n"; in VerifyRegisteredTestNames()
83 errors << "No test named " << name in VerifyRegisteredTestNames()
92 errors << "You forgot to list test " << *it << ".\n"; in VerifyRegisteredTestNames()
96 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames()
/ndk/tests/device/test-stlport_static-exception/jni/
Dcatchptr1.cpp256 int errors = 0; in main() local
265 errors++; in main()
268 return errors; in main()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dcatchptr1.cpp256 int errors = 0; in main() local
265 errors++; in main()
268 return errors; in main()
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dcomments21 @echo There should be no errors for this makefile.
31 $answer = "There should be no errors for this makefile.\n";
Dinclude8 sincludes (should not give an error) and make sure that errors are reported
20 all: ; \@echo There should be no errors for this makefile.
43 $answer = "There should be no errors for this makefile.\n";
Dvpath210 ."ran with no errors.\n";
Derrors4 ."commands to test that make ignores errors in these commands\n"
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-I22 \t\@echo There should be no errors for this makefile.
44 $answer = "There should be no errors for this makefile.\n";
Ddash-k63 $make_name: Target `edit' not remade because of errors.\n";
96 $make_name: Target `all' not remade because of errors.\n";
/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c36 static const char errors[] = variable
40 #define NO_REGEX (errors)
Dcompile.c133 static const char errors[] = variable
160 #define BAD_BANG (errors)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dplain_report_formatter.ipp160 ostr << "*** No errors detected\n";
171 ostr << "*** errors detected in test " << tu.p_type_name << " " << quote() << tu.p_name
/ndk/sources/host-tools/sed-4.2.1/
Dbootstrap.sh40 /* Toggle if you encounter errors in lib/mkstemp.c. */
Dbootstrap.sh.in40 /* Toggle if you encounter errors in lib/mkstemp.c. */
DNEWS121 * error messages on I/O errors are better, and -i does not leave temporary
286 * More attention to errors on stdout
/ndk/docs/text/
DNATIVE-ACTIVITY.text30 Responding) errors because your main thread will be unresponsive until the callback returns.
108 ANR (Application Not Responding) errors because the main UI thread is waiting for the callbacks
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h.pump148 // errors).
246 // errors).
/ndk/sources/host-tools/nawk-20071023/
DREADME31 distribute FIXES with it. If you find errors, please report them
DFIXES267 like $f[1] to be syntax errors. thanks to arnold robbins for
290 off potential errors in subscripts (like isdigit). also
826 prevents class of overwriting-a-constant errors. (Last one?)
839 Catches some more commandline errors in main.
/ndk/sources/host-tools/make-3.81/
Dreadme.vms280 Make ignores success, informational, or warning errors (-S-, -I-, or
281 -W-). But it will stop on -E- and -F- errors. (unless you do something
DREADME19 GNU Make. If you get errors from your system's Make when building GNU
/ndk/sources/host-tools/make-3.81/po/
Dja.po751 msgid " -i, --ignore-errors Ignore errors from commands.\n"
752 msgstr " -i, --ignore-errors ���ޥ�ɤ����֤��줿���顼��̵�뤹��.\n"
1487 msgid "Target `%s' not remade because of errors."
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog125 an eval to trap errors) and if it exists, use POSIX::getcwd to
134 errors.
794 _local_ clock causes gratuitous errors and makes the tests
/ndk/sources/third_party/googletest/googletest/
DREADME153 If you see errors, try to tweak the contents of make/Makefile to make
291 link errors. If you use the CMake script or the deprecated Autotools

123