/third_party/jerryscript/tests/unit-core/ |
H A D | test-api-errortype.cpp | 79 jerry_value_t test_values[] = in HWTEST_F() local 87 for (size_t idx = 0; idx < sizeof (test_values) / sizeof (test_values[0]); idx++) in HWTEST_F() 89 jerry_error_t error_type = jerry_get_error_type (test_values[idx]); in HWTEST_F() 91 jerry_release_value (test_values[idx]); in HWTEST_F()
|
/third_party/openssl/test/ |
H A D | constant_time_test.c | 29 static unsigned int test_values[] = { variable 115 unsigned int a = test_values[i]; in test_is_zero() 248 if (!TEST_uint_eq(OSSL_NELEM(test_values), OSSL_NELEM(test_values_s))) in test_sizeofs() 255 unsigned int a = test_values[i]; in test_binops() 259 for (j = 0; j < (int)OSSL_NELEM(test_values); ++j) { in test_binops() 260 unsigned int b = test_values[j]; in test_binops() 402 ADD_ALL_TESTS(test_is_zero, OSSL_NELEM(test_values)); in setup_tests() 406 ADD_ALL_TESTS(test_binops, OSSL_NELEM(test_values)); in setup_tests()
|
/third_party/libinput/test/ |
H A D | test-quirks.c | 962 struct qtest_dim test_values[] = { in START_TEST() local 973 ARRAY_FOR_EACH(test_values, t) { in START_TEST() 1006 struct qtest_range test_values[] = { in START_TEST() local 1025 ARRAY_FOR_EACH(test_values, t) { in START_TEST() 1059 struct qtest_uint test_values[] = { in START_TEST() local 1072 ARRAY_FOR_EACH(test_values, t) { in START_TEST() 1103 struct qtest_double test_values[] = { in START_TEST() local 1124 ARRAY_FOR_EACH(test_values, t) { in START_TEST() 1156 struct qtest_str test_values[] = { in START_TEST() local 1175 ARRAY_FOR_EACH(test_values, in START_TEST() 1206 struct qtest_bool test_values[] = { START_TEST() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_numeric_tower.py | 112 test_values = [0.0, -0.0, 1.0, -1.0, 0.40625, -5136.5, 116 for value in test_values: 178 test_values = [ 198 for i, first in enumerate(test_values): 199 for second in test_values[i+1:]:
|
H A D | test_cmath.py | 63 self.test_values = open(test_file, encoding="utf-8") 66 self.test_values.close() 290 # test_values in (0, 1) 291 test_values = [0.01, 0.1, 0.2, 0.5, 0.9, 0.99] 293 # test_values for functions defined on [-1., 1.] 294 unit_interval = test_values + [-x for x in test_values] + \ 297 # test_values for log, log10, sqrt 298 positive = test_values + [1.] + [1./x for x in test_values] [all...] |
H A D | test_grp.py | 24 def test_values(self): member in GroupDatabaseTestCase
|
H A D | test_pwd.py | 10 def test_values(self): member in PwdTest
|
H A D | mapping_tests.py | 150 def test_values(self): member in BasicTestMappingProtocol 328 def test_values(self): member in TestMappingProtocol 329 BasicTestMappingProtocol.test_values(self)
|
H A D | test_long.py | 471 test_values = [ 477 test_values.extend(exact_values) 480 test_values.append(2**(p+53) + x) 481 for value in test_values:
|
H A D | test_richcmp.py | 168 def test_values(self): member in NumberTest
|
H A D | test_math.py | 665 test_values = [ 687 test_values.append(( 692 for i, (vals, expected) in enumerate(test_values): 1016 test_values = ( 1023 for value in test_values:
|
H A D | test_decimal.py | 833 test_values = { 838 for input, expected in test_values.items(): 934 test_values = [ 1134 for fmt, d, result in test_values: 1855 test_values = [Decimal(sign*(2**m + n)) 1860 test_values.extend([ 1884 for value in test_values: 4655 test_values = [ 4668 for fmt, d, result in test_values:
|
H A D | pickletester.py | 1901 test_values = [0.0, 4.94e-324, 1e-310, 7e-308, 6.626e-34, 0.1, 0.5, 1903 test_values = test_values + [-x for x in test_values] 1905 for value in test_values:
|
H A D | test_dict.py | 92 def test_values(self): member in DictTest
|
H A D | test_ast.py | 1870 def test_values(self): member in ConstantTests
|
H A D | test_mailbox.py | 320 def test_values(self): member in TestMailbox
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_urlparse.c | 71 test_values (void *cls, in test_values() function 111 &test_values, in ahc_echo()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessBuffersTests.cpp | 2297 } test_values[] = { { GL_BUFFER_SIZE, "GL_BUFFER_SIZE", 0 }, in iterate() local 2307 static const glw::GLuint test_dictionary_count = sizeof(test_values) / sizeof(test_values[0]); in iterate() 2314 m_pGetNamedBufferParameteriv(buffer, test_values[i].pname, &data); in iterate() 2316 is_ok &= CheckParameterError(test_values[i].pname_string, "glGetNamedBufferParameteriv"); in iterate() 2318 is_ok &= CheckValue<glw::GLint>(data, test_values[i].expected_data, test_values[i].pname_string, in iterate() 2327 m_pGetNamedBufferParameteri64v(buffer, test_values[i].pname, &data); in iterate() 2329 is_ok &= CheckParameterError(test_values[i].pname_string, "glGetNamedBufferParameteri64v"); in iterate() 2331 is_ok &= CheckValue<glw::GLint64>(data, (glw::GLint64)test_values[ in iterate() [all...] |
/third_party/backends/backend/ |
H A D | hp3500.c | 1459 int test_values[] = { 6, 2, 1, -1 }; in rt_detect_sram() local 1465 for (i = 0; test_values[i] != -1; ++i) in rt_detect_sram() 1467 if (rt_set_one_register (0x93, test_values[i]) || in rt_detect_sram() 1474 sram_access_method = test_values[i]; in rt_detect_sram()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 43 ABSL_FLAG(int, test_values, 10000, "The number of values to use for tests");
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 13752 int test_values[] = {static_cast<int8_t>(-1), 13761 for (size_t i = 0; i < sizeof(test_values) / sizeof(test_values[0]); ++i) { 13763 int x = test_values[i];
|