Searched refs:test_size (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/pan/ |
H A D | splitstr.c | 165 int i, y, test_size = 1000, size_ret; in main() local 168 char *test_str_array[test_size]; in main() 171 for (i = 0; i < test_size; i++) { in main() 176 for (i = 0; i < test_size; i++) { in main()
|
/third_party/rust/crates/unicode-ident/tests/ |
H A D | static_size.rs | 6 fn test_size() { in test_size() functions
|
/third_party/rust/crates/once_cell/src/ |
H A D | imp_pl.rs | 170 fn test_size() { in test_size() functions
|
H A D | imp_std.rs | 420 fn test_size() { in test_size() functions
|
/third_party/python/Lib/test/ |
H A D | test_bz2.py | 73 test_size = 0 variable in BaseTest 77 test_size += fh.readinto(memoryview(BIG_TEXT)[test_size:]) 78 if test_size > 128*1024:
|
H A D | test_zipfile.py | 330 for test_size in (1, 4095, 4096, 4097, 16384): 331 file_size = test_size + 1 336 buf = fp.read(test_size) 337 self.assertEqual(len(buf), test_size)
|
H A D | test_ftplib.py | 568 def test_size(self): member in TestFTPClass
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 2440 unsigned int test_size :1; member 2536 pm->test_size = 0; in modifier_init() 5861 test_size(png_modifier* const pm, png_byte const colour_type, in test_size() function 5981 if (!test_size(pm, 0, 0, READ_BDHI)) in perform_size_test() 5984 if (!test_size(pm, 2, 3, READ_BDHI)) in perform_size_test() 5991 if (!test_size(pm, 3, 0, 3)) in perform_size_test() 5995 if (!test_size(pm, 4, 3, READ_BDHI)) in perform_size_test() 5998 if (!test_size(pm, 6, 3, READ_BDHI)) in perform_size_test() 11793 pm.test_size = 1; in main() 11796 pm.test_size in main() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | map_test.cc | 887 const int test_size = 50; in TEST_F() local 889 for (int i = 0; i < test_size; i++) { in TEST_F() 892 for (int i = 0; i < test_size; i++) { in TEST_F() 896 for (int i = 0; i < test_size; i++) { in TEST_F()
|
Completed in 30 milliseconds