Home
last modified time | relevance | path

Searched refs:setup_code (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/python/
H A Dpy_benchmark.py121 setup_code = ""
122 setup_code += "from %s import %s\n" % (self.module, self.test_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)
125 return setup_code
/aosp_15_r20/external/protobuf/benchmarks/python/
H A Dpy_benchmark.py121 setup_code = ""
122 setup_code += "from %s import %s\n" % (self.module, self.test_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)
125 return setup_code
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc3179 dex2oat::ReturnCode setup_code = dex2oat->Setup(); in Dex2oat() local
3180 if (setup_code != dex2oat::ReturnCode::kNoFailure) { in Dex2oat()
3182 return setup_code; in Dex2oat()