Home
last modified time | relevance | path

Searched defs:test_functions (Results 1 – 16 of 16) sorted by relevance

/external/rust/android-crates-io/crates/linkme/tests/
Dcustom_linkme_path.rs22 fn test_functions() { in test_functions() function
/external/python/cpython3/Lib/test/test_ctypes/
Dtest_stringptr.py48 def test_functions(self): member in StringPtrTestCase
/external/llvm/test/Bindings/OCaml/
Dcore.ml636 let test_functions () = function
/external/cronet/tot/base/i18n/
Dstreaming_utf8_validator_perftest.cc160 const TestFunctionDescription* test_functions, in RunSomeTests()
/external/cronet/stable/base/i18n/
Dstreaming_utf8_validator_perftest.cc160 const TestFunctionDescription* test_functions, in RunSomeTests()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_debugger.py71 def test_functions(self): member in FunctionTest
Dtest_calltip.py172 def test_functions(self): member in Get_argspecTest
/external/libchrome/base/i18n/
Dstreaming_utf8_validator_perftest.cc155 const TestFunctionDescription* test_functions, in RunSomeTests()
/external/python/cpython3/Lib/test/
Dtest_binascii.py44 def test_functions(self): member in BinASCIITest
Dtest_cmath.py55 test_functions = [getattr(cmath, fname) for fname in [ variable in CMathTests
/external/cronet/tot/net/proxy_resolution/win/
Ddhcp_pac_file_fetcher_win_unittest.cc632 TestVector test_functions; in TEST() local
/external/cronet/stable/net/proxy_resolution/win/
Ddhcp_pac_file_fetcher_win_unittest.cc632 TestVector test_functions; in TEST() local
/external/OpenCL-CTS/test_conformance/spir/
Dmain.cpp6347 EnumTest test_functions[] = { test_image_enumeration, test_image_enumeration_3d }; in test_enum_values() local
/external/pytorch/test/quantization/fx/
Dtest_numeric_suite_fx.py2174 def test_functions(self): member in TestFXNumericSuiteNShadows
/external/minijail/
Dlibminijail_unittest.cc1244 std::function<void(struct minijail*)> test_functions[] = { in TEST_F() local
/external/python/cpython3/Lib/test/test_inspect/
Dtest_inspect.py2093 def test_functions(self): member in TestIsDataDescriptor