Home
last modified time | relevance | path

Searched defs:fail (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-rxspencer.c169 const char *match, const char *fail) in check_match()
215 char *expect, char *matches, const char *fail) in test()
321 const char *fail) in mb_test()
354 char letters[9], fail[20]; in mb_tests() local
/ndk/tests/device/test-gabi++/jni/
Dtest_gabixx_rtti.cpp55 int fail = 0; in main() local
/ndk/tests/device/test-stlport-rtti/jni/
Dtest_stlport_rtti.cpp55 int fail = 0; in main() local
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c152 ck_fopen(name, mode, fail) in ck_fopen() argument
174 ck_fdopen(fd, name, mode, fail) in ck_fdopen() argument
Dcompile.c378 get_openfile(file_ptrs, mode, fail) in get_openfile() argument
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h174 bool fail() const { return (_M_iostate & (failbit | badbit)) != 0; } in fail() function