/external/pdfium/testing/tools/ |
D | api_check.py | 106 test_functions = _GetFunctionsFromTest(api_test_path) 114 duplicate_test_functions = _FindDuplicates(test_functions) 120 test_functions_set = set(test_functions)
|
/external/python/cpython2/Lib/test/ |
D | test_cmath.py | 50 test_functions = [getattr(cmath, fname) for fname in [ variable in CMathTests 55 test_functions.append(lambda x : cmath.log(x, 1729. + 0j)) 56 test_functions.append(lambda x : cmath.log(14.-27j, x)) 197 for f in self.test_functions: 226 for f in self.test_functions: 231 for f in self.test_functions: 253 test_functions = { 268 for fn, values in test_functions.items():
|
D | test_binascii.py | 33 def test_functions(self): member in BinASCIITest
|
/external/python/cpython3/Lib/test/ |
D | test_cmath.py | 54 test_functions = [getattr(cmath, fname) for fname in [ variable in CMathTests 59 test_functions.append(lambda x : cmath.log(x, 1729. + 0j)) 60 test_functions.append(lambda x : cmath.log(14.-27j, x)) 249 for f in self.test_functions: 278 for f in self.test_functions: 283 for f in self.test_functions: 305 test_functions = { 320 for fn, values in test_functions.items():
|
D | test_binascii.py | 33 def test_functions(self): member in BinASCIITest
|
/external/llvm/test/CodeGen/AArch64/ |
D | global-alignment.ll | 78 define i64()* @test_functions() { 79 ; CHECK-LABEL: test_functions:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | global-alignment.ll | 78 define i64()* @test_functions() { 79 ; CHECK-LABEL: test_functions:
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_stringptr.py | 44 def test_functions(self): member in StringPtrTestCase
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_stringptr.py | 46 def test_functions(self): member in StringPtrTestCase
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_calltips.py | 99 def test_functions(self): member in Get_signatureTest
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_calltip.py | 155 def test_functions(self): member in Get_signatureTest
|
/external/minijail/ |
D | libminijail_unittest.cc | 684 std::function<void(struct minijail*)> test_functions[] = { in TEST_F() local 696 for (const auto& test_function : test_functions) { in TEST_F()
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | vmcore.ml | 553 let test_functions () = function 1332 suite "functions" test_functions;
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 636 let test_functions () = function 1487 suite "functions" test_functions;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
D | core.ml | 682 let test_functions () = function 1556 suite "functions" test_functions;
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 8 from test_functions import MockTclObj
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 7 from tkinter.test.test_ttk.test_functions import MockTclObj
|