Home
last modified time | relevance | path

Searched refs:test_long (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/test/
Dasn1_decode_test.c36 long test_long; member
40 ASN1_EMBED(ASN1_LONG_DATA, test_long, LONG),
46 static int test_long(void)
226 ADD_TEST(test_long); in setup_tests()
Dtest_test.c125 static int test_long(void) in test_long() function
559 ADD_TEST(test_long); in setup_tests()
Dasn1_encode_test.c188 long test_long; member
194 ASN1_SIMPLE(ASN1_LONG_DATA, test_long, LONG),
/third_party/python/Lib/test/
Dtest_structmembers.py63 def test_long(self): member in ReadWriteTests
Dtest_tokenize.py155 def test_long(self): member in TokenizeTest
Dtest_long.py324 def test_long(self): member in LongTest
Dpickletester.py1874 def test_long(self): member in AbstractPickleTests
/third_party/python/Lib/ctypes/test/
Dtest_callbacks.py60 def test_long(self): member in Callbacks
Dtest_cfuncs.py90 def test_long(self): member in CFunctions
/third_party/opencl-headers/tests/
Dtest_headers.c382 int test_long() in test_long() function
632 test_long(); in main()
/third_party/python/Lib/test/test_email/
Dtest_email.py4716 def test_long(self): member in TestHeader
/third_party/python/Misc/
DHISTORY19388 - Fix test_float, test_long, and test_struct failures on Tru64 with gcc
28726 - test_long.py: new test for long integers, by Tim Peters.