/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/ |
D | general.hpp | 30 static void failed() { ((Model*)0)->~Model(); } in failed() function 33 struct failed {}; struct 36 struct requirement<failed ************ Model::************> 38 static void failed() { ((Model*)0)->~Model(); } in failed() function 46 static void failed() { ((Model*)0)->constraints(); } in failed() function 54 , requirement<failed ************ Model::************> 63 : requirement<failed ************ Model::************> 70 &::boost::concepts::requirement_<ModelFnPtr>::failed> \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | assert.hpp | 64 struct failed {}; struct 84 static int failed( assert<false> ); 90 static int failed( void* ); 105 bool operator==( failed, failed ); 106 bool operator!=( failed, failed ); 107 bool operator>( failed, failed ); 108 bool operator>=( failed, failed ); 109 bool operator<( failed, failed ); 110 bool operator<=( failed, failed ); 113 template< bool (*)(failed, failed), long x, long y > struct assert_relation {}; [all …]
|
/ndk/tests/device/test-libc++-shared-full/ |
D | BROKEN_RUN | 20 …ansform.pass.cpp:33: int main(): assertion "f.transform(x.data(), x.data() + x.size()) != x" failed 25 … ( 51): Abort message: 'is_1.pass.cpp:40: int main(): assertion "!f.is(F::upper, L'a')" failed' 30 … ( 51): Abort message: 'is_many.pass.cpp:42: int main(): assertion "!(m[0] & F::lower)" failed' 35 …ort message: 'narrow_1.pass.cpp:35: int main(): assertion "f.narrow(L'\xDA', '*') == '\xDA'" failed 40 … ( 51): Abort message: 'narrow_many.pass.cpp:40: int main(): assertion "v[6] == '\xDA'" failed' 45 … main(): assertion "f.scan_is(F::lower, in.data(), in.data() + in.size()) - in.data() == 5" failed' 50 …main(): assertion "f.scan_not(F::upper, in.data(), in.data() + in.size()) - in.data() == 1" failed' 55 … Abort message: 'tolower_1.pass.cpp:38: int main(): assertion "f.tolower('\xDA') == '\xFA'" failed' 60 … ( 51): Abort message: 'tolower_many.pass.cpp:35: int main(): assertion "in[0] == '\xFA'" failed' 65 … Abort message: 'toupper_1.pass.cpp:39: int main(): assertion "f.toupper('\xFA') == '\xDA'" failed' [all …]
|
/ndk/tests/device/test-libc++-static-full/ |
D | BROKEN_RUN | 20 …ansform.pass.cpp:33: int main(): assertion "f.transform(x.data(), x.data() + x.size()) != x" failed 25 … ( 51): Abort message: 'is_1.pass.cpp:40: int main(): assertion "!f.is(F::upper, L'a')" failed' 30 … ( 51): Abort message: 'is_many.pass.cpp:42: int main(): assertion "!(m[0] & F::lower)" failed' 35 …ort message: 'narrow_1.pass.cpp:35: int main(): assertion "f.narrow(L'\xDA', '*') == '\xDA'" failed 40 … ( 51): Abort message: 'narrow_many.pass.cpp:40: int main(): assertion "v[6] == '\xDA'" failed' 45 … main(): assertion "f.scan_is(F::lower, in.data(), in.data() + in.size()) - in.data() == 5" failed' 50 …main(): assertion "f.scan_not(F::upper, in.data(), in.data() + in.size()) - in.data() == 1" failed' 55 … Abort message: 'tolower_1.pass.cpp:38: int main(): assertion "f.tolower('\xDA') == '\xFA'" failed' 60 … ( 51): Abort message: 'tolower_many.pass.cpp:35: int main(): assertion "in[0] == '\xFA'" failed' 65 … Abort message: 'toupper_1.pass.cpp:39: int main(): assertion "f.toupper('\xFA') == '\xDA'" failed' [all …]
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-test-part_test.cc | 82 EXPECT_FALSE(success.failed()); in TEST_F() 91 EXPECT_TRUE(nonfatal_failure.failed()); in TEST_F() 100 EXPECT_TRUE(fatal_failure.failed()); in TEST_F() 138 EXPECT_FALSE(r1_.failed()); in TEST_F() 139 EXPECT_TRUE(r2_.failed()); in TEST_F() 140 EXPECT_TRUE(r3_.failed()); in TEST_F()
|
D | gtest_throw_on_failure_test.py | 118 failed = not Run(command) 126 self.assert_(failed == should_fail, msg)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/ |
D | failed.pass.cpp | 24 assert(i.failed()); in main() 28 assert(i.failed()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0003-Fallback-to-locale-C.patch | 35 " failed to construct for " + string(n)); 50 " failed to construct for " + name); 65 " failed to construct for " + string(n)); 80 " failed to construct for " + name); 95 " failed to construct for " + string(name)); 110 " failed to construct for " + name); 125 " failed to construct for " + string(name)); 140 " failed to construct for " + name); 155 " failed to construct for " + string(nm)); 198 " failed to construct for " + string(nm)); [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | conditionals | 122 $(info failed 1) 125 $(info failed 2) 130 $(info failed 3) 132 $(info failed 4) 134 $(info failed 5) 136 $(info failed 6)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/ |
D | ostream.pass.cpp | 25 assert(!i.failed()); in main() 30 assert(!i.failed()); in main()
|
D | streambuf.pass.cpp | 25 assert(!i.failed()); in main() 30 assert(!i.failed()); in main()
|
/ndk/docs/tools/ |
D | ndk-markdown-substitutions.py | 205 for failed in failed_tests: 206 sys.stderr.write(" '%s' -> '%s' (expected '%s')\n" % (failed[0], failed[2], failed[1]))
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | plain_report_formatter.ipp | 113 descr = "failed"; 119 … ostr << " due to " << (tu.check_dependencies() ? "test aborting\n" : "failed dependancy\n" ); 134 …rint_stat_value( ostr, tr.p_assertions_failed, m_indent, total_assertions, "assertion", "failed" ); 137 …rint_stat_value( ostr, tr.p_test_cases_failed, m_indent, total_tc , "test case", "failed" ); 166 << (tu.check_dependencies() ? "test aborting\n" : "failed dependancy\n" );
|
/ndk/sources/cxx-stl/stlport/src/ |
D | sparc_atomic.s | 40 bne 1b ! Retry if we failed. 62 bne 2b ! Retry if we failed.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ostream | 358 if (__o.failed()) 397 if (__f.put(*this, *this, this->fill(), __n).failed()) 427 static_cast<long>(__n)).failed()) 453 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed()) 483 static_cast<long>(__n)).failed()) 509 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed()) 535 if (__f.put(*this, *this, this->fill(), __n).failed()) 561 if (__f.put(*this, *this, this->fill(), __n).failed()) 587 if (__f.put(*this, *this, this->fill(), __n).failed()) 613 if (__f.put(*this, *this, this->fill(), __n).failed()) [all …]
|
/ndk/tests/build/multi-abi/ |
D | README | 6 This failed in NDK r6 due to a bug in the build scripts.
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | Rules-quot | 30 echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 35 echo "creation of $$lang.po failed!" 1>&2; \
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Rules-quot | 30 echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 35 echo "creation of $$lang.po failed!" 1>&2; \
|
/ndk/tests/device/test-stlport/unit/ |
D | time_facets_test.cpp | 38 CPPUNIT_ASSERT( !ret.failed() ); in _time_put_get() 75 CPPUNIT_ASSERT( !ret.failed() ); in _time_put_get() 120 CPPUNIT_ASSERT( !ret.failed() ); in _time_put_get() 158 CPPUNIT_ASSERT( !ret.failed() ); in _time_put_get()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | time_facets_test.cpp | 38 CPPUNIT_ASSERT( !ret.failed() ); in _time_put_get() 75 CPPUNIT_ASSERT( !ret.failed() ); in _time_put_get() 120 CPPUNIT_ASSERT( !ret.failed() ); in _time_put_get() 158 CPPUNIT_ASSERT( !ret.failed() ); in _time_put_get()
|
/ndk/sources/third_party/googletest/googletest/samples/ |
D | sample9_unittest.cc | 76 test_part_result.failed() ? "*** Failure" : "Success", in OnTestPartResult()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-test-part.h | 94 bool failed() const { return type_ != kSuccess; } in failed() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ostreambuf_iterator.h | 71 bool failed() const { return !_M_ok; } in failed() function
|
/ndk/sources/host-tools/make-3.81/ |
D | implicit.c | 442 unsigned int failed = 0; in pattern_search() local 672 failed = 1; in pattern_search() 759 failed = 1; in pattern_search() 766 if (failed) in pattern_search()
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | slist | 39 //This is not a Standard header, it might failed for most of
|