Searched refs:exited (Results 1 - 25 of 30) sorted by relevance

12

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/libcxx/thread/thread.condition/
H A DPR30202_notify_from_pthread_created_thread.pass.cpp35 bool exited = false; variable
45 exited = true;
57 assert(exited == false);
60 assert(exited);
64 exited = false;
69 assert(exited == false);
72 assert(exited);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/thread/thread.condition/
H A DPR30202_notify_from_pthread_created_thread.pass.cpp35 bool exited = false; variable
45 exited = true;
57 assert(exited == false);
60 assert(exited);
64 exited = false;
69 assert(exited == false);
72 assert(exited);
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_uninitialized_test.py59 Assert(p.exited)
H A Dgtest_xml_output_unittest.py209 self.assert_(p.exited)
234 self.assert_(p.exited)
236 "'%s' exited with code %s, which doesn't match "
257 self.assert_(p.exited)
259 "'%s' exited with code %s, which doesn't match "
H A Dgtest_test_utils.py211 exited True iff the child process exited normally.
212 exit_code The code with which the child process exited.
283 self.exited = False
287 self.exited = True
H A Dgtest_color_test.py67 return not p.exited or p.exit_code
H A Dgtest_throw_on_failure_test.py75 return p.exited and p.exit_code == 0
H A Dgtest_xml_outfiles_test.py103 self.assert_(p.exited)
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
H A Dgtest_uninitialized_test.py59 Assert(p.exited)
H A Dgtest_xml_output_unittest.py219 self.assert_(p.exited)
244 self.assert_(p.exited)
246 "'%s' exited with code %s, which doesn't match "
278 self.assert_(p.exited)
280 "'%s' exited with code %s, which doesn't match "
H A Dgtest_test_utils.py226 exited True iff the child process exited normally.
227 exit_code The code with which the child process exited.
298 self.exited = False
302 self.exited = True
H A Dgtest_color_test.py67 return not p.exited or p.exit_code
H A Dgtest_throw_on_failure_test.py75 return p.exited and p.exit_code == 0
H A Dgtest_xml_outfiles_test.py103 self.assert_(p.exited)
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
H A Dgtest_uninitialized_test.py59 Assert(p.exited)
H A Dgtest_xml_output_unittest.py209 self.assert_(p.exited)
234 self.assert_(p.exited)
236 "'%s' exited with code %s, which doesn't match "
257 self.assert_(p.exited)
259 "'%s' exited with code %s, which doesn't match "
H A Dgtest_test_utils.py211 exited True iff the child process exited normally.
212 exit_code The code with which the child process exited.
283 self.exited = False
287 self.exited = True
H A Dgtest_color_test.py67 return not p.exited or p.exit_code
H A Dgtest_throw_on_failure_test.py75 return p.exited and p.exit_code == 0
H A Dgtest_xml_outfiles_test.py103 self.assert_(p.exited)
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
H A Dgtest_uninitialized_test.py59 Assert(p.exited)
H A Dgtest_xml_output_unittest.py219 self.assert_(p.exited)
244 self.assert_(p.exited)
246 "'%s' exited with code %s, which doesn't match "
278 self.assert_(p.exited)
280 "'%s' exited with code %s, which doesn't match "
H A Dgtest_test_utils.py226 exited True iff the child process exited normally.
227 exit_code The code with which the child process exited.
298 self.exited = False
302 self.exited = True
H A Dgtest_color_test.py67 return not p.exited or p.exit_code
H A Dgtest_throw_on_failure_test.py75 return p.exited and p.exit_code == 0

Completed in 185 milliseconds

12