Home
last modified time | relevance | path

Searched refs:test_values (Results 1 – 20 of 20) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-api-errortype.cpp79 jerry_value_t test_values[] = variable
87 for (size_t idx = 0; idx < sizeof (test_values) / sizeof (test_values[0]); idx++)
89 jerry_error_t error_type = jerry_get_error_type (test_values[idx]);
91 jerry_release_value (test_values[idx]);
/third_party/openssl/test/
Dconstant_time_test.c29 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/python/Lib/test/
Dtest_numeric_tower.py91 test_values = [0.0, -0.0, 1.0, -1.0, 0.40625, -5136.5,
95 for value in test_values:
150 test_values = [
170 for i, first in enumerate(test_values):
171 for second in test_values[i+1:]:
Dtest_cmath.py63 self.test_values = open(test_file, encoding="utf-8")
66 self.test_values.close()
291 test_values = [0.01, 0.1, 0.2, 0.5, 0.9, 0.99]
294 unit_interval = test_values + [-x for x in test_values] + \
298 positive = test_values + [1.] + [1./x for x in test_values]
Dtest_grp.py24 def test_values(self): member in GroupDatabaseTestCase
Dtest_pwd.py10 def test_values(self): member in PwdTest
Dmapping_tests.py150 def test_values(self): member in BasicTestMappingProtocol
328 def test_values(self): member in TestMappingProtocol
329 BasicTestMappingProtocol.test_values(self)
Dtest_long.py470 test_values = [
476 test_values.extend(exact_values)
479 test_values.append(2**(p+53) + x)
480 for value in test_values:
Dtest_richcmp.py168 def test_values(self): member in NumberTest
Dtest_math.py638 test_values = [
660 test_values.append((
665 for i, (vals, expected) in enumerate(test_values):
984 test_values = (
991 for value in test_values:
Dpickletester.py1898 test_values = [0.0, 4.94e-324, 1e-310, 7e-308, 6.626e-34, 0.1, 0.5,
1900 test_values = test_values + [-x for x in test_values]
1902 for value in test_values:
Dtest_decimal.py843 test_values = {
848 for input, expected in test_values.items():
944 test_values = [
1093 for fmt, d, result in test_values:
1803 test_values = [Decimal(sign*(2**m + n))
1808 test_values.extend([
1832 for value in test_values:
4562 test_values = [
4575 for fmt, d, result in test_values:
Dtest_dict.py91 def test_values(self): member in DictTest
Dtest_ast.py1670 def test_values(self): member in ConstantTests
Dtest_mailbox.py315 def test_values(self): member in TestMailbox
/third_party/libinput/test/
Dtest-quirks.c969 struct qtest_dim test_values[] = { in START_TEST() local
981 ARRAY_FOR_EACH(test_values, t) { in START_TEST()
1015 struct qtest_range test_values[] = { in START_TEST() local
1035 ARRAY_FOR_EACH(test_values, t) { in START_TEST()
1070 struct qtest_uint test_values[] = { in START_TEST() local
1084 ARRAY_FOR_EACH(test_values, t) { in START_TEST()
1116 struct qtest_double test_values[] = { in START_TEST() local
1138 ARRAY_FOR_EACH(test_values, t) { in START_TEST()
1171 struct qtest_str test_values[] = { in START_TEST() local
1191 ARRAY_FOR_EACH(test_values, t) { in START_TEST()
[all …]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_urlparse.c71 test_values (void *cls, in test_values() function
111 &test_values, in ahc_echo()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp2297 } 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[i].expected_data, in iterate()
2332 test_values[i].pname_string, "glGetNamedBufferParameteri64v"); in iterate()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_test.cc43 ABSL_FLAG(int, test_values, 10000, "The number of values to use for tests");
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc13326 int test_values[] = {static_cast<int8_t>(-1), in TEST() local
13335 for (size_t i = 0; i < sizeof(test_values) / sizeof(test_values[0]); ++i) { in TEST()
13337 int x = test_values[i]; in TEST()