OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stat_cmd
(Results
1 - 3
of
3
) sorted by null
/system/extras/simpleperf/
cmd_stat_test.cpp
34
TEST(
stat_cmd
, no_options) { ASSERT_TRUE(StatCmd()->Run({"sleep", "1"})); }
36
TEST(
stat_cmd
, event_option) {
40
TEST(
stat_cmd
, system_wide_option) {
44
TEST(
stat_cmd
, verbose_option) {
48
TEST(
stat_cmd
, tracepoint_event) {
53
TEST(
stat_cmd
, event_modifier) {
76
TEST(
stat_cmd
, existing_processes) {
84
TEST(
stat_cmd
, existing_threads) {
93
TEST(
stat_cmd
, no_monitored_threads) { ASSERT_FALSE(StatCmd()->Run({""})); }
95
TEST(
stat_cmd
, group_option)
[
all
...]
/external/autotest/client/cros/audio/
sox_utils.py
142
def
stat_cmd
(input, channels=1, bits=16, rate=44100):
function
159
"""A helper function to execute the
stat_cmd
.
164
p = cmd_utils.popen(
stat_cmd
(*args, **kargs), stderr=cmd_utils.PIPE)
190
"""A helper function to parses the
stat_cmd
's output to get a python object
audio_helper.py
314
stat_cmd
= '%s -c 1 %s - -n stat 2>&1' % (SOX_PATH, sox_format)
315
sox_cmd = '%s | %s' % (sox_mixer_cmd,
stat_cmd
)
501
sox_utils.
stat_cmd
('-', channels=1, bits=bits, rate=rate),
[
all
...]
Completed in 8585 milliseconds