Searched refs:failed (Results 1 - 25 of 448) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/
H A Druntests.sh41 # Now execute each one in turn keeping track of how many succeeded and failed.
43 failed=0
51 failed=$(( failed + 1 ))
57 echo "Tests complete with $succeeded successes and $failed failures."
58 if [ $failed -ne 0 ]; then
59 echo "The following tests failed:"
62 exit $failed
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/
H A Druntests.sh41 # Now execute each one in turn keeping track of how many succeeded and failed.
43 failed=0
51 failed=$(( failed + 1 ))
57 echo "Tests complete with $succeeded successes and $failed failures."
58 if [ $failed -ne 0 ]; then
59 echo "The following tests failed:"
62 exit $failed
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/xcode/Scripts/
H A Druntests.sh44 # Now execute each one in turn keeping track of how many succeeded and failed.
46 failed=0
54 failed=$(( failed + 1 ))
60 echo "Tests complete with $succeeded successes and $failed failures."
61 if [ $failed -ne 0 ]; then
62 echo "The following tests failed:"
65 exit $failed
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/xcode/Scripts/
H A Druntests.sh44 # Now execute each one in turn keeping track of how many succeeded and failed.
46 failed=0
54 failed=$(( failed + 1 ))
60 echo "Tests complete with $succeeded successes and $failed failures."
61 if [ $failed -ne 0 ]; then
62 echo "The following tests failed:"
65 exit $failed
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
H A Dfailed.pass.cpp14 // bool failed() const throw();
24 assert(i.failed());
28 assert(i.failed());
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
H A Dfailed.pass.cpp14 // bool failed() const throw();
24 assert(i.failed());
28 assert(i.failed());
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
H A Dostream.pass.cpp25 assert(!i.failed());
30 assert(!i.failed());
H A Dstreambuf.pass.cpp25 assert(!i.failed());
30 assert(!i.failed());
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
H A Dostream.pass.cpp25 assert(!i.failed());
30 assert(!i.failed());
H A Dstreambuf.pass.cpp25 assert(!i.failed());
30 assert(!i.failed());
/prebuilts/go/darwin-x86/src/
H A Dbuildall.bash60 failed=false
77 failed=true
84 if [ "$failed" = "true" ]; then
86 echo "Build(s) failed." 1>&2
/prebuilts/go/linux-x86/src/
H A Dbuildall.bash60 failed=false
77 failed=true
84 if [ "$failed" = "true" ]; then
86 echo "Build(s) failed." 1>&2
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/util/
H A Dparse_number.h133 bool failed = false; local
136 failed = ((value & overflow_mask) != overflow_mask) ||
143 failed = (value & overflow_mask) != 0;
147 failed = (value_as_u64 & magnitude_mask) != value_as_u64;
151 if (failed) {
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
H A Dparse_number.h133 bool failed = false; local
136 failed = ((value & overflow_mask) != overflow_mask) ||
143 failed = (value & overflow_mask) != 0;
147 failed = (value_as_u64 & magnitude_mask) != value_as_u64;
151 if (failed) {
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest-test-part_test.cc82 EXPECT_FALSE(success.failed());
91 EXPECT_TRUE(nonfatal_failure.failed());
100 EXPECT_TRUE(fatal_failure.failed());
136 // Tests TestPartResult::failed().
138 EXPECT_FALSE(r1_.failed());
139 EXPECT_TRUE(r2_.failed());
140 EXPECT_TRUE(r3_.failed());
H A Dgtest_throw_on_failure_test.py118 failed = not Run(command)
126 self.assert_(failed == should_fail, msg)
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
H A Dgtest-test-part_test.cc82 EXPECT_FALSE(success.failed());
91 EXPECT_TRUE(nonfatal_failure.failed());
100 EXPECT_TRUE(fatal_failure.failed());
136 // Tests TestPartResult::failed().
138 EXPECT_FALSE(r1_.failed());
139 EXPECT_TRUE(r2_.failed());
140 EXPECT_TRUE(r3_.failed());
H A Dgtest_throw_on_failure_test.py118 failed = not Run(command)
126 self.assert_(failed == should_fail, msg)
/prebuilts/misc/common/robolectric/3.1.1/
H A Drobotest.sh100 local failed="${PRIVATE_INTERMEDIATES}/failed.out"
108 "${PRIVATE_ROBOLECTRIC_SCRIPT_PATH}/list_failed.sh" <"$output" >"$failed"
/prebuilts/misc/common/robolectric/3.4.2/
H A Drobotest.sh103 local failed="${PRIVATE_INTERMEDIATES}/failed.out"
111 "${PRIVATE_ROBOLECTRIC_SCRIPT_PATH}/list_failed.sh" <"$output" >"$failed"
/prebuilts/misc/common/robolectric/3.5.1/
H A Drobotest.sh103 local failed="${PRIVATE_INTERMEDIATES}/failed.out"
111 "${PRIVATE_ROBOLECTRIC_SCRIPT_PATH}/list_failed.sh" <"$output" >"$failed"
/prebuilts/misc/common/robolectric/3.6.1/
H A Drobotest.sh103 local failed="${PRIVATE_INTERMEDIATES}/failed.out"
111 "${PRIVATE_ROBOLECTRIC_SCRIPT_PATH}/list_failed.sh" <"$output" >"$failed"
/prebuilts/jdk/jdk8/darwin-x86/sample/nio/chatserver/
H A DClientReader.java83 public void failed(Throwable exc, ByteBuffer buffer) {
/prebuilts/jdk/jdk8/linux-x86/sample/nio/chatserver/
H A DClientReader.java83 public void failed(Throwable exc, ByteBuffer buffer) {
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
H A Dgtest_throw_on_failure_test.py118 failed = not Run(command)
126 self.assert_(failed == should_fail, msg)

Completed in 4281 milliseconds

1234567891011>>