Searched refs:test_ok (Results 1 – 11 of 11) sorted by relevance
/third_party/jerryscript/tests/jerry/ |
D | array-prototype-tolocalestring.js | 20 var test_ok = { variable 25 assert ([3, test_ok, 4, test_ok].toLocaleString() === "3,1,4,1");
|
/third_party/boost/libs/locale/test/ |
D | test_codepage.cpp | 56 void test_ok(std::string file,std::locale const &l,std::basic_string<Char> cmp=std::basic_string<Ch… in test_ok() function 126 test_ok<Char>("grüße\nn i",g("en_US.UTF-8")); in test_for_char() 130 test_ok<Char>("\xf0\xa0\x82\x8a",g("en_US.UTF-8")); // U+2008A in test_for_char() 132 test_ok<Char>("abc\"\xf0\xa0\x82\x8a\"",g("en_US.UTF-8")); // U+2008A in test_for_char() 138 test_ok<Char>(res.c_str(),g("en_US.UTF-8")); // U+2008A in test_for_char() 147 test_ok<Char>("hello \xf9\xec\xe5\xed",g(he_il_8bit),to<Char>("hello שלום")); in test_for_char() 150 test_ok<Char>(to<char>("grüße\nn i"),g(en_us_8bit),to<Char>("grüße\nn i")); in test_for_char() 156 test_ok<Char>("\x93\xfa\x96\x7b",g(ja_jp_shiftjis), in test_for_char()
|
/third_party/boost/boost/test/impl/ |
D | unit_test_monitor.ipp | 57 case execution_exception::no_error: return test_ok; 68 return test_ok;
|
D | framework.ipp | 667 execution_result result = unit_test_monitor_t::test_ok; 697 return unit_test_monitor_t::test_ok; 708 if( result != unit_test_monitor_t::test_ok ) 721 if( result == unit_test_monitor_t::test_ok ) { 1668 if( result != unit_test_monitor_t::test_ok ) {
|
/third_party/boost/boost/test/ |
D | unit_test_monitor.hpp | 35 test_ok = 0, enumerator
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | nested-functions.c | 1 static int test_ok(int a, int b) in test_ok() function
|
/third_party/python/Lib/test/ |
D | test_winsound.py | 68 def test_ok(self): member in MessageBeepTest
|
D | test_regrtest.py | 706 test_ok = self.create_test('ok') 708 tests = [test_ok, test_failing]
|
/third_party/grpc/third_party/upb/third_party/lunit/ |
D | lunit.lua | 555 local test_ok = setup_ok and callit( "test", test ) 558 if setup_ok and test_ok and teardown_ok then
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_textview.py | 63 def test_ok(self): member in ViewWindowTest
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto.function | 354 int test_ok = 0; 578 test_ok = 1; 588 return( test_ok );
|