Searched defs:test_functions (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/ctypes/test/ | ||
D | test_stringptr.py | 44 def test_functions(self): member in StringPtrTestCase |
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ | ||
D | vmcore.ml | 553 let test_functions () = function |
/external/llvm/test/Bindings/OCaml/ | ||
D | core.ml | 636 let test_functions () = function |
/external/python/cpython2/Lib/test/ | ||
D | test_binascii.py | 33 def test_functions(self): member in BinASCIITest |
D | test_cmath.py | 50 test_functions = [getattr(cmath, fname) for fname in [ variable in CMathTests |
/external/python/cpython2/Lib/idlelib/idle_test/ | ||
D | test_calltips.py | 99 def test_functions(self): member in Get_signatureTest |