Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
Dgeneral.hpp30 static void failed() { ((Model*)0)->~Model(); } in failed() function
33 struct failed {}; struct
38 static void failed() { ((Model*)0)->~Model(); } in failed() function
46 static void failed() { ((Model*)0)->constraints(); } in failed() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ostreambuf_iterator.h71 bool failed() const { return !_M_ok; } in failed() function
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-test-part.h94 bool failed() const { return type_ != kSuccess; } in failed() function
/ndk/sources/host-tools/make-3.81/
Dimplicit.c442 unsigned int failed = 0; in pattern_search() local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dassert.hpp64 struct failed {}; struct
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc4179 bool failed = false; in RunAllTests() local