Searched defs:run_method (Results 1 – 9 of 9) sorted by relevance
37 jmethodID run_method = env->GetMethodID(runnable_klass, "run", "()V"); in Java_art_Test945_00024Transform_doExecute() local
70 def run_method(self, method_name, *input): member in LiteScriptModule
249 std::vector<EValue> run_method( in run_method() function in executorch::extension::pybindings::__anon7828bc6a0111::Module668 py::list run_method( in run_method() function
172 IValue run_method(const std::string& method_name, Types&&... args) { in run_method() function
160 IValue run_method(const c10::QualifiedName& method_name, Types&&... args) { in run_method() function
71 c10::IValue run_method(const std::string& method_name, Types&&... args) { in run_method() function
858 auto run_method = base::Bind( in TEST_P() local904 auto run_method = base::Bind( in TEST_P() local
1065 auto run_method = base::Bind( in TEST_F() local
1319 def parse_cmd_output(command, run_method=utils.run): argument