Home
last modified time | relevance | path

Searched defs:method_names (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/executorch/extension/module/test/
H A Dmodule_test.cpp61 const auto method_names = module.method_names(); in TEST_F() local
69 const auto method_names = module.method_names(); in TEST_F() local
/aosp_15_r20/frameworks/av/media/utils/tests/
H A Dmethodstatistics_tests.cpp37 TEST(methodstatistics_tests, method_names) { in TEST() argument
/aosp_15_r20/external/executorch/runtime/
H A D__init__.py110 def method_names(self) -> Set[str]: member in Program
/aosp_15_r20/external/executorch/examples/models/llama/runner/
H A Drunner.cpp95 const auto method_names = in load() local
/aosp_15_r20/external/executorch/extension/pybindings/
H A Dpybindings.cpp315 std::vector<std::string> method_names() const { in method_names() function in executorch::extension::pybindings::__anon7828bc6a0111::Module
916 std::vector<std::string> method_names() { in method_names() function
/aosp_15_r20/external/executorch/extension/module/
H A Dmodule.cpp114 runtime::Result<std::unordered_set<std::string>> Module::method_names() { in method_names() function in executorch::extension::Module
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dexport_bytecode.cpp151 std::vector<std::string> method_names; in compileGraphToMobileCode() local
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama2/runner/
H A Drunner.cpp81 const auto method_names = module_->method_names(); in load() local
/aosp_15_r20/external/libwebsockets/lib/roles/h2/
H A Dhttp2.c1404 static const char * const method_names[] = { variable
/aosp_15_r20/art/runtime/
H A Ddebugger.cc964 StringTable method_names; in GetRecentAllocations() local
/aosp_15_r20/external/libwebsockets/lib/roles/http/server/
H A Dserver.c31 const char * const method_names[] = { variable
/aosp_15_r20/system/tools/aidl/
Daidl_language.cpp1732 map<string, const AidlMethod*> method_names; in CheckValid() local
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dmod.rs2424 let mut method_names = Default::default(); in codegen() localVariable