Home
last modified time | relevance | path

Searched refs:cls_name (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/
Dwrapper.py15 cls_name = ''.join([part.capitalize() for part in name.split('_')]) + 'Response'
16 cls = getattr(boto.beanstalk.response, cls_name)
/external/autotest/cli/
Dsite_readme.py43 cls_name = cls.__name__ variable
44 site_cls_name = 'site_' + cls_name
Dsite_host.py180 cls_name = cls.__name__ variable
181 site_cls_name = 'site_' + cls_name
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dstartup.py40 cls_name = script[pos + 1:]
41 cls = find_class(mod_name, cls_name)
/external/autotest/contrib/virt/
Dsite_job.py191 cls_name = cls.__name__ variable
192 site_cls_name = 'site_' + cls_name
/external/v8/test/mjsunit/
Dmirror-object.js43 function testObjectMirror(obj, cls_name, ctor_name, hasSpecialProperties) { argument
60 assertEquals(cls_name, mirror.className(), 'Unexpected mirror class name');
101 assertEquals(cls_name, fromJSON.className, 'Unexpected mirror class name in JSON');
/external/chromium-trace/catapult/tracing/tracing_build/
Dmerge_traces.py275 cls_name = type(self).__name__
277 return '%s root' % cls_name
279 return '%s %s entry(%s)' % (cls_name, self.LEVELS[self._depth - 1].name,