Searched refs:get_stat (Results 1 – 9 of 9) sorted by relevance
/external/autotest/server/site_tests/platform_Vpd/ |
D | platform_Vpd.py | 39 def get_stat(self, host, path): member in platform_Vpd 98 stats = self.get_stat(host, path)
|
/external/libnl/python/netlink/route/ |
D | tc.py | 187 def get_stat(self, id): member in Tc 216 return self.get_stat(STAT_PACKETS) 220 return self.get_stat(STAT_BYTES) 224 return self.get_stat(STAT_QLEN)
|
D | link.py | 368 def get_stat(self, stat): member in Link 525 row[1] = self.get_stat(row[1]) if row[1] else '' 526 row[2] = self.get_stat(row[2]) if row[2] else ''
|
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/ |
D | accessibility_ChromeVoxSound.py | 73 stat_output = sox_utils.get_stat(self._loopback_file)
|
/external/autotest/client/site_tests/audio_CRASFormatConversion/ |
D | audio_CRASFormatConversion.py | 100 sox_stat = sox_utils.get_stat(reduced_file.name, rate=44100)
|
/external/autotest/client/cros/audio/ |
D | sox_utils.py | 159 def get_stat(*args, **kargs): function
|
D | audio_helper.py | 366 return sox_utils.get_stat(
|
/external/libcxx/src/filesystem/ |
D | operations.cpp | 346 StatT const& get_stat() const { return m_stat; } in get_stat() function 645 size_t count = read_fd.get_stat().st_size; in copy_file_impl_sendfile() 744 StatT const& from_stat = from_fd.get_stat(); in __copy_file() 803 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 880 static float get_stat(void *_data, int _idx) in get_stat() function 984 ImGui::PlotHistogram(hash, get_stat, data, in compute_swapchain_display() 991 get_stat(data, ARRAY_SIZE(data->frames_stats) - 1), in compute_swapchain_display()
|