HomeSort by relevance Sort by last modified time
    Searched refs:subname (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/autotest/client/common_lib/cros/graphite/
stats.py 84 def send(self, subname, value):
88 @param subname: The subname to report the data to (i.e.
92 statsd.Average.send(self, subname, value)
94 subname=subname, value=value)
102 def _send(self, subname, value):
106 @param subname: The subname to report the data to (i.e.
110 statsd.Counter._send(self, subname, value
    [all...]
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)
es_test_utils.py 76 # Subname and value are not important from metadata pov.
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/
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,
profile.c 212 const char *subname, const char *subsubname,
1463 const char *subname, const char *subsubname,
1767 const char *subname = 0; local
    [all...]
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-solaris.h 39 #define SC2(name, subname) \
40 name "_" subname
43 #define SC3(name, subname, subsubname) \
44 name "_" subname "_" subsubname
  /hardware/libhardware/
hardware.c 128 * Check if a HAL with given name and subname exists, if so return 0, otherwise
132 const char *subname)
135 HAL_LIBRARY_PATH3, name, subname);
140 HAL_LIBRARY_PATH2, name, subname);
145 HAL_LIBRARY_PATH1, name, subname);
  /external/selinux/libsemanage/src/
boolean_record.c 88 char *subname = selinux_boolean_sub(name); local
89 rc = sepol_bool_set_name(handle->sepolh, boolean, subname);
90 free(subname);
  /external/emma/ant/ant14/com/vladium/emma/
emmaTask.java 104 protected String getNestedTaskName (final String subname)
106 return getTaskName ().concat (".").concat (subname);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mhlib.py 166 for subname in subnames:
167 fullsubname = os.path.join(fullname, subname)
169 name_subname = os.path.join(name, subname)
193 for subname in subnames:
194 if subname[0] == ',' or isnumeric(subname): continue
195 fullsubname = os.path.join(fullname, subname)
197 name_subname = os.path.join(name, subname)
228 for subname in os.listdir(fullname):
229 fullsubname = os.path.join(fullname, subname)
    [all...]
pkgutil.py 178 subname = fullname.split(".")[-1]
179 if subname != fullname and self.path is None:
186 file, filename, etc = imp.find_module(subname, path)
220 subname = inspect.getmodulename(fn)
221 if subname=='__init__':
imputil.py 346 subname = "%s.%s" % (package.__name__, sub)
347 submod = self._import_one(package, sub, subname)
349 raise ImportError, "cannot import name " + subname
  /prebuilts/gdb/linux-x86/lib/python2.7/
mhlib.py 166 for subname in subnames:
167 fullsubname = os.path.join(fullname, subname)
169 name_subname = os.path.join(name, subname)
193 for subname in subnames:
194 if subname[0] == ',' or isnumeric(subname): continue
195 fullsubname = os.path.join(fullname, subname)
197 name_subname = os.path.join(name, subname)
228 for subname in os.listdir(fullname):
229 fullsubname = os.path.join(fullname, subname)
    [all...]
pkgutil.py 178 subname = fullname.split(".")[-1]
179 if subname != fullname and self.path is None:
186 file, filename, etc = imp.find_module(subname, path)
220 subname = inspect.getmodulename(fn)
221 if subname=='__init__':
imputil.py 346 subname = "%s.%s" % (package.__name__, sub)
347 submod = self._import_one(package, sub, subname)
349 raise ImportError, "cannot import name " + subname
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 166 for subname in subnames:
167 fullsubname = os.path.join(fullname, subname)
169 name_subname = os.path.join(name, subname)
193 for subname in subnames:
194 if subname[0] == ',' or isnumeric(subname): continue
195 fullsubname = os.path.join(fullname, subname)
197 name_subname = os.path.join(name, subname)
228 for subname in os.listdir(fullname):
229 fullsubname = os.path.join(fullname, subname)
    [all...]
pkgutil.py 178 subname = fullname.split(".")[-1]
179 if subname != fullname and self.path is None:
186 file, filename, etc = imp.find_module(subname, path)
220 subname = inspect.getmodulename(fn)
221 if subname=='__init__':
imputil.py 346 subname = "%s.%s" % (package.__name__, sub)
347 submod = self._import_one(package, sub, subname)
349 raise ImportError, "cannot import name " + subname
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 166 for subname in subnames:
167 fullsubname = os.path.join(fullname, subname)
169 name_subname = os.path.join(name, subname)
193 for subname in subnames:
194 if subname[0] == ',' or isnumeric(subname): continue
195 fullsubname = os.path.join(fullname, subname)
197 name_subname = os.path.join(name, subname)
228 for subname in os.listdir(fullname):
229 fullsubname = os.path.join(fullname, subname)
    [all...]
pkgutil.py 178 subname = fullname.split(".")[-1]
179 if subname != fullname and self.path is None:
186 file, filename, etc = imp.find_module(subname, path)
220 subname = inspect.getmodulename(fn)
221 if subname=='__init__':
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_importhooks.py 110 subname = fullname.split(".")[-1]
111 if subname != fullname and self.path is None:
118 file, filename, stuff = imp.find_module(subname, path)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_importhooks.py 110 subname = fullname.split(".")[-1]
111 if subname != fullname and self.path is None:
118 file, filename, stuff = imp.find_module(subname, path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 110 subname = fullname.split(".")[-1]
111 if subname != fullname and self.path is None:
118 file, filename, stuff = imp.find_module(subname, path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 110 subname = fullname.split(".")[-1]
111 if subname != fullname and self.path is None:
118 file, filename, stuff = imp.find_module(subname, path)
  /external/autotest/frontend/afe/
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))

Completed in 2920 milliseconds

1 2 3