Home
last modified time | relevance | path

Searched defs:test_int64 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/av/media/ndk/tests/
H A DNdkMediaFormat_test.cpp64 TEST(NdkMediaFormat_tests, test_int64) { in TEST() argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_marshal.py29 def test_int64(self): member in IntTestCase
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_marshal.py40 def test_int64(self): member in IntTestCase
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/
DarithConst_test.go3623 type test_int64 struct { struct
3624 fn func(int64) int64
3625 fnname string
3626 in int64
3627 want int64
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/data_structures/
H A Dlookup_ops_test.py677 def test_int64(self, is_anonymous): member in KeyValueTensorInitializerTest