Searched refs:expect_ok (Results 1 – 4 of 4) sorted by relevance
/third_party/node/test/parallel/ |
D | test-fs-utimes.js | 62 function expect_ok(syscall, resource, err, atime, mtime, statSync) { function 102 expect_ok('utimes', tmpdir.path, err, atime, mtime); 105 expect_ok('lutimes', lpath, err, atime, mtime, fs.lstatSync); 118 expect_ok('futimes', fd, err, atime, mtime); 133 expect_ok('utimesSync', tmpdir.path, undefined, atime, mtime); 136 expect_ok('lutimesSync', lpath, undefined, atime, mtime, fs.lstatSync); 142 expect_ok('futimesSync', fd, undefined, atime, mtime);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | numbers_test_common.h | 64 bool expect_ok; member 112 bool expect_ok; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 827 EXPECT_EQ(e.expect_ok, safe_strtou32_base(e.str, &value, e.base)) in TEST() 829 if (e.expect_ok) { in TEST() 843 EXPECT_EQ(e.expect_ok, in TEST() 847 if (e.expect_ok) { in TEST() 858 EXPECT_EQ(e.expect_ok, safe_strtou64_base(e.str, &value, e.base)) in TEST() 860 if (e.expect_ok) { in TEST() 873 EXPECT_EQ(e.expect_ok, in TEST() 877 if (e.expect_ok) { in TEST()
|
/third_party/python/Lib/test/ |
D | test_compile.py | 565 expect_ok = prefix + repeated * success_depth 566 compile(expect_ok, '<test>', mode)
|