/external/autotest/client/common_lib/cros/graphite/ |
D | stats.py | 84 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 …]
|
D | statsd_mock_unittest.py | 23 counter.increment(subname='name', delta=1) 24 counter.decrement(subname='name', delta=1) 34 statsd.Raw('raw').send(subname='name', value=1, timestamp=None)
|
D | es_test_utils.py | 77 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/ |
D | profile.h | 68 (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,
|
D | profile.c | 212 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 …]
|
D | problem.c | 1991 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/ |
D | priv_syswrap-solaris.h | 39 #define SC2(name, subname) \ argument 40 name "_" subname 43 #define SC3(name, subname, subsubname) \ argument 44 name "_" subname "_" subsubname
|
/external/selinux/libsemanage/src/ |
D | boolean_record.c | 88 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/ |
D | emmaTask.java | 104 protected String getNestedTaskName (final String subname) in getNestedTaskName() argument 106 return getTaskName ().concat (".").concat (subname); in getNestedTaskName()
|
/external/autotest/frontend/afe/ |
D | site_rpc_interface.py | 680 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/ |
D | devserver_history.py | 66 self.subname = hit['subname']
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 317 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/ |
D | dev_server.py | 560 def create_stats_str(subname, server_name, artifacts): argument 579 stats_str = 'dev_server.%s.%s' % (subname, server_name)
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 620 for subname, subdesc in iterate_messages(desc, names): 622 yield subname, extension
|