Searched refs:test_int64 (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/test/ |
D | asn1_decode_test.c | 115 int64_t test_int64; member 119 ASN1_EMBED(ASN1_INT64_DATA, test_int64, INT64), 125 static int test_int64(void) 230 ADD_TEST(test_int64); in setup_tests()
|
D | asn1_encode_test.c | 374 int64_t test_int64; member 380 ASN1_EMBED(ASN1_INT64_DATA, test_int64, INT64), 849 static int test_int64(void) in test_int64() function 899 ADD_TEST(test_int64); in setup_tests()
|
/third_party/mindspore/tests/ut/cpp/ir/ |
D | value_test.cc | 37 TEST_F(TestValue, test_int64) { in TEST_F() argument
|
/third_party/glib/glib/tests/ |
D | keyfile.c | 1366 test_int64 (void) in test_int64() function 1848 g_test_add_func ("/keyfile/int64", test_int64); in main()
|
/third_party/python/Lib/test/ |
D | test_marshal.py | 38 def test_int64(self): member in IntTestCase
|
/third_party/ejdb/src/jbl/tests/ |
D | jbl_test_binn1.c | 122 void test_int64() { in test_int64() function 1831 if ( (NULL == CU_add_test(pSuite, "test_int64", test_int64)) in main()
|