Home
last modified time | relevance | path

Searched defs:parse_config (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/setuptools/setuptools/tests/
Dtest_setopt.py9 def parse_config(filename): member in TestEdit
/aosp_15_r20/packages/services/Car/tools/cpu_perf/
Dconfig.py96 def parse_config(configFile): function
Dcpu_perf.py28 from config import parse_config as parse_config unknown
Dperfetto_cpu_analysis.py29 from config import parse_config as parse_config unknown
/aosp_15_r20/external/bazelbuild-rules_rust/tools/rust_analyzer/
H A Dmain.rs59 fn parse_config() -> anyhow::Result<Config> { in parse_config() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/sysprops/
Dsysprops_module.cc66 void SyspropsModule::parse_config(std::string file_path) { in parse_config() function in bluetooth::sysprops::SyspropsModule
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/aarch64/
H A Dget-reg-list.c579 static struct vcpu_config *parse_config(const char *config) in parse_config() function
/aosp_15_r20/external/rust/crates/vhost-device-vsock/src/
Dmain.rs159 pub fn parse_config(&self) -> Option<Result<Vec<VsockConfig>, CliError>> { in parse_config() method