Home
last modified time | relevance | path

Searched defs:GetSysctl (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc173 bool GetSysctl(std::string const& Name, std::string* Out) { in GetSysctl() function
183 bool GetSysctl(std::string const& Name, Tp* Out) { in GetSysctl() function
192 bool GetSysctl(std::string const& Name, std::array<Tp, N>* Out) { in GetSysctl() function
/aosp_15_r20/external/google-benchmark/src/
H A Dsysinfo.cc184 bool GetSysctl(std::string const& name, std::string* out) { in GetSysctl() function
194 bool GetSysctl(std::string const& name, Tp* out) { in GetSysctl() function
203 bool GetSysctl(std::string const& name, std::array<Tp, N>* out) { in GetSysctl() function
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Dsysinfo.cc180 bool GetSysctl(std::string const& name, std::string* out) { in GetSysctl() function
190 bool GetSysctl(std::string const& name, Tp* out) { in GetSysctl() function
199 bool GetSysctl(std::string const& name, std::array<Tp, N>* out) { in GetSysctl() function
/aosp_15_r20/kernel/tests/net/test/
H A Dmultinetwork_base.py376 def GetSysctl(cls, sysctl): member in MultiNetworkBaseTest