Home
last modified time | relevance | path

Searched refs:subname (Results 1 – 14 of 14) sorted by relevance

/external/autotest/client/common_lib/cros/graphite/
Dstats.py84 def send(self, subname, value): argument
92 statsd.Average.send(self, subname, value)
94 subname=subname, value=value)
102 def _send(self, subname, value): argument
110 statsd.Counter._send(self, subname, value)
112 subname=subname, value=value)
120 def send(self, subname, value): argument
128 statsd.Gauge.send(self, subname, value)
130 subname=subname, value=value)
139 def stop(self, subname=''): argument
[all …]
Dstatsd_mock_unittest.py23 counter.increment(subname='name', delta=1)
24 counter.decrement(subname='name', delta=1)
34 statsd.Raw('raw').send(subname='name', value=1, timestamp=None)
Des_test_utils.py77 subname = 'metadata.test'
79 stats_target = TARGET_TO_STATS_CLASS[target_type](subname,
89 getattr(stats_target, TARGET_TO_METHOD[target_type])(subname, value)
/external/e2fsprogs/e2fsck/
Dprofile.h68 (profile_t profile, const char *name, const char *subname,
72 (profile_t profile, const char *name, const char *subname,
77 (profile_t profile, const char *name, const char *subname,
82 (profile_t profile, const char *name, const char *subname,
87 (profile_t profile, const char *name, const char *subname,
Dprofile.c212 const char *subname, const char *subsubname,
1463 const char *subname, const char *subsubname, in profile_get_value() argument
1472 names[1] = subname; in profile_get_value()
1495 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() argument
1503 retval = profile_get_value(profile, name, subname, in profile_get_string()
1523 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() argument
1535 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer()
1564 profile_get_uint(profile_t profile, const char *name, const char *subname, in profile_get_uint() argument
1577 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint()
1605 profile_get_double(profile_t profile, const char *name, const char *subname, in profile_get_double() argument
[all …]
Dproblem.c1991 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean() argument
1998 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() argument
2022 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() argument
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-solaris.h39 #define SC2(name, subname) \ argument
40 name "_" subname
43 #define SC3(name, subname, subsubname) \ argument
44 name "_" subname "_" subsubname
/external/selinux/libsemanage/src/
Dboolean_record.c88 char *subname = selinux_boolean_sub(name); in hidden_def() local
89 rc = sepol_bool_set_name(handle->sepolh, boolean, subname); in hidden_def()
90 free(subname); in hidden_def()
/external/emma/ant/ant14/com/vladium/emma/
DemmaTask.java104 protected String getNestedTaskName (final String subname) in getNestedTaskName() argument
106 return getTaskName ().concat (".").concat (subname); in getNestedTaskName()
/external/autotest/frontend/afe/
Dsite_rpc_interface.py680 testpath, subname = os.path.split(control_file_path)
682 subname = subname.split('.')[1:]
683 if subname:
684 testname = '%s:%s' % (testname, ':'.join(subname))
/external/autotest/site_utils/
Ddevserver_history.py66 self.subname = hit['subname']
/external/kernel-headers/original/uapi/sound/
Dasound.h317 unsigned char subname[32]; /* subdevice name */ member
616 unsigned char subname[32]; /* name of active or selected subdevice */ member
/external/autotest/client/common_lib/cros/
Ddev_server.py560 def create_stats_str(subname, server_name, artifacts): argument
579 stats_str = 'dev_server.%s.%s' % (subname, server_name)
/external/nanopb-c/generator/
Dnanopb_generator.py620 for subname, subdesc in iterate_messages(desc, names):
622 yield subname, extension