HomeSort by relevance Sort by last modified time
    Searched defs:test_module (Results 1 - 25 of 34) sorted by null

1 2

  /development/testrunner/tests/
Android_native.mk 16 test_module := foo macro
17 LOCAL_MODULE := $(test_module)
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
module_unittest.py 19 def test_module(self): member in class:ModuleIntegrationTests
  /external/python/cpython3/Lib/test/test_importlib/extension/
test_finder.py 22 def test_module(self): member in class:FinderTests
test_loader.py 42 def test_module(self): member in class:LoaderTests
106 def test_module(self): member in class:MultiPhaseExtensionModuleTests
  /external/python/cpython3/Lib/test/test_importlib/builtin/
test_finder.py 15 def test_module(self): member in class:FindSpecTests
58 def test_module(self): member in class:FinderTests
test_loader.py 29 def test_module(self): member in class:LoaderTests
  /external/python/cpython3/Lib/test/test_importlib/frozen/
test_finder.py 17 def test_module(self): member in class:FindSpecTests
54 def test_module(self): member in class:FinderTests
test_loader.py 28 def test_module(self): member in class:ExecModuleTests
94 def test_module(self): member in class:LoaderTests
  /external/tensorflow/tensorflow/tools/common/
traverse_test.py 48 def test_module(self): member in class:TraverseTest
  /external/python/cpython3/Lib/test/test_importlib/
abc.py 9 def test_module(self): member in class:FinderTests
44 def test_module(self): member in class:LoaderTests
test_windows.py 61 test_module = "spamham{}".format(os.getpid()) variable in class:WindowsRegistryFinderTests
72 with setup_module(self.machinery, self.test_module):
73 loader = self.machinery.WindowsRegistryFinder.find_module(self.test_module)
74 spec = self.machinery.WindowsRegistryFinder.find_spec(self.test_module)
79 with setup_module(self.machinery, self.test_module, path="."):
80 loader = self.machinery.WindowsRegistryFinder.find_module(self.test_module)
81 spec = self.machinery.WindowsRegistryFinder.find_spec(self.test_module)
  /external/python/cpython3/Lib/test/
test_asdl_parser.py 43 def test_module(self): member in class:TestAsdlParser
test_funcattrs.py 46 def test_module(self): member in class:FunctionPropertiesTest
test_reprlib.py 276 def test_module(self): member in class:LongReprTest
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pydoc.py 322 def test_module(self): member in class:TestDescriptions
test_repr.py 246 def test_module(self): member in class:LongReprTest
test_funcattrs.py 34 def test_module(self): member in class:FunctionPropertiesTest
test_warnings.py 112 def test_module(self): member in class:FilterTests
117 message = UserWarning("FilterTests.test_module")
  /external/python/cpython3/Lib/test/test_importlib/source/
test_finder.py 81 def test_module(self): member in class:FinderTests
test_file_loader.py 75 def test_module(self): member in class:SimpleTest
  /external/python/cpython2/Lib/test/
test_ast.py 298 def test_module(self): member in class:AST_Tests
test_repr.py 253 def test_module(self): member in class:LongReprTest
test_funcattrs.py 34 def test_module(self): member in class:FunctionPropertiesTest
test_pydoc.py 498 def test_module(self): member in class:TestDescriptions
  /external/tensorflow/tensorflow/tools/docs/
parser_test.py 35 test_module = parser variable
346 test_module,
376 py_object=test_module,
381 tf_inspect.getdoc(test_module).split('\n')[0], page_info.doc.brief)
392 os.path.relpath(test_module.__file__, '/'), page_info.defined_in.path)
508 'tf': test_module,
537 'tf': test_module,
538 'tf.TestModule': test_module,
702 result = parser.is_free_function(test_function, 'test_module.test_function',
703 {'test_module': test_module}
    [all...]

Completed in 3591 milliseconds

1 2