HomeSort by relevance Sort by last modified time
    Searched full:cls_name (Results 1 - 9 of 9) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/
wrapper.py 15 cls_name = ''.join([part.capitalize() for part in name.split('_')]) + 'Response'
16 cls = getattr(boto.beanstalk.response, cls_name)
  /external/autotest/cli/
site_readme.py 43 cls_name = cls.__name__ variable
44 site_cls_name = 'site_' + cls_name
site_host.py 180 cls_name = cls.__name__ variable
181 site_cls_name = 'site_' + cls_name
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
startup.py 40 cls_name = script[pos + 1:]
41 cls = find_class(mod_name, cls_name)
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallScreeningServiceFilterTest.java 78 private static final String CLS_NAME = "CallScreeningService";
79 private static final ComponentName COMPONENT_NAME = new ComponentName(PKG_NAME, CLS_NAME);
104 serviceInfo.name = CLS_NAME;
  /external/autotest/contrib/virt/
site_job.py 191 cls_name = cls.__name__ variable in class:site_job_create
192 site_cls_name = 'site_' + cls_name
  /external/iproute2/tc/
f_bpf.c 39 fprintf(stderr, " object-file FILE [ section CLS_NAME ] [ export UDS_FILE ]");
54 fprintf(stderr, "Where CLS_NAME refers to the section name containing the\n");
  /external/v8/test/mjsunit/
mirror-object.js 43 function testObjectMirror(obj, cls_name, ctor_name, hasSpecialProperties) {
60 assertEquals(cls_name, mirror.className(), 'Unexpected mirror class name');
101 assertEquals(cls_name, fromJSON.className, 'Unexpected mirror class name in JSON');
  /external/iproute2/man/man8/
tc-bpf.8 12 CLS_NAME ] [
29 CLS_NAME ] [

Completed in 234 milliseconds