Home
last modified time | relevance | path

Searched refs:setup_method (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/benchmarks/python/
Dpy_benchmark.py52 setup_method="init",
110 setup_method=None, total_bytes=None, full_iteration = 1): argument
114 self.setup_method = setup_method
123 setup_code += "from %s import %s\n" % (self.module, self.setup_method)
124 setup_code += "%s(%s)\n" % (self.setup_method, setup_method_args)
/external/cronet/third_party/protobuf/benchmarks/python/
Dpy_benchmark.py52 setup_method="init",
110 setup_method=None, total_bytes=None, full_iteration = 1): argument
114 self.setup_method = setup_method
123 setup_code += "from %s import %s\n" % (self.module, self.setup_method)
124 setup_code += "%s(%s)\n" % (self.setup_method, setup_method_args)
/external/python/setuptools/setuptools/tests/
Dtest_manifest.py160 def setup_method(self, method): member in TempDirTestCase
171 def setup_method(self, method): member in TestManifestTest
172 super(TestManifestTest, self).setup_method(method)
324 def setup_method(self, method): member in TestFileListTest
325 super(TestFileListTest, self).setup_method(method)
Dtest_find_packages.py39 def setup_method(self, method): member in TestFindPackages
Dtest_setuptools.py130 def setup_method(self, method): member in TestDistro
/external/python/cffi/testing/embedding/
Dtest_basic.py46 def setup_method(self, meth): member in EmbeddingTests
/external/python/cffi/testing/cffi1/
Dtest_zdist.py20 def setup_method(self, meth): member in TestDist
/external/python/setuptools/pkg_resources/tests/
Dtest_resources.py401 def setup_method(self, method): member in TestEntryPoints