Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/external/autotest/contrib/
Dgenerate_rpm_mapping.py49 def get_rpm_hostname(cls, device_hostname): argument
61 def get_rpm_outlet(cls, device_hostname): argument
73 def get_hydra_hostname(cls, device_hostname): argument
85 def is_device_in_the_lab(cls, device_hostname): argument
104 def get_rpm_hostname(cls, device_hostname): argument
120 def get_rpm_outlet(cls, device_hostname): argument
153 def get_rpm_hostname(cls, device_hostname): argument
167 def get_rpm_outlet(cls, device_hostname): argument
179 def get_hydra_hostname(cls, device_hostname): argument
206 def get_rpm_hostname(cls, device_hostname): argument
[all …]
/external/testng/src/main/java/org/testng/
DITestMethodFinder.java23 ITestNGMethod[] getTestMethods(Class<?> cls, XmlTest xmlTest); in getTestMethods()
29 ITestNGMethod[] getBeforeTestMethods(Class<?> cls); in getBeforeTestMethods()
35 ITestNGMethod[] getAfterTestMethods(Class<?> cls); in getAfterTestMethods()
42 ITestNGMethod[] getBeforeClassMethods(Class<?> cls); in getBeforeClassMethods()
49 ITestNGMethod[] getAfterClassMethods(Class<?> cls); in getAfterClassMethods()
55 ITestNGMethod[] getBeforeSuiteMethods(Class<?> cls); in getBeforeSuiteMethods()
61 ITestNGMethod[] getAfterSuiteMethods(Class<?> cls); in getAfterSuiteMethods()
/external/autotest/frontend/afe/
Drdb_model_extensions.py33 def get_field_dict(cls): argument
42 def clean_foreign_keys(cls, data): argument
64 def _convert_booleans(cls, data): argument
77 def provide_default_values(cls, data): argument
100 def validate_field_names(cls, data): argument
111 def prepare_data_args(cls, data): argument
122 def _get_required_field_names(cls): argument
131 def get_basic_field_names(cls): argument
148 def validate_model_fields(cls, data): argument
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_message.py63 def message_class_new(cls, **kwargs): argument
224 def _find_subclasses(cls): argument
234 def get_fields(cls, get_all=False): argument
253 def get_defaults(cls, get_all=False): argument
272 def _get_identifiers(cls): argument
284 def _find_field_names_of_type(cls, find_type, get_all=False): argument
301 def get_secondary_fragment(cls): argument
312 def get_field_names(cls, get_all=True): argument
324 def get_field_formats(cls, get_all=True): argument
336 def get_field_format_string(cls, get_all=True): argument
[all …]
Dmbim_data_transfer.py150 def get_next_sequence_number(cls): argument
167 def reset_sequence_number(cls): argument
351 def header_class_new(cls, **kwargs): argument
436 def get_fields(cls): argument
447 def get_field_names(cls): argument
459 def get_field_formats(cls): argument
471 def get_field_format_string(cls): argument
483 def get_struct_len(cls): argument
/external/testng/src/main/java/org/testng/junit/
DJUnitMethodFinder.java35 private Constructor findConstructor(Class cls, Class[] parameters) { in findConstructor()
49 public ITestNGMethod[] getTestMethods(Class cls, XmlTest xmlTest) { in getTestMethods()
68 private ITestNGMethod[] privateFindTestMethods(INameFilter filter, Class cls) { in privateFindTestMethods()
106 private Object instantiate(Class cls) { in instantiate()
131 public ITestNGMethod[] getBeforeTestMethods(Class cls) { in getBeforeTestMethods()
143 public ITestNGMethod[] getAfterTestMethods(Class cls) { in getAfterTestMethods()
155 public ITestNGMethod[] getAfterClassMethods(Class cls) { in getAfterClassMethods()
160 public ITestNGMethod[] getBeforeClassMethods(Class cls) { in getBeforeClassMethods()
165 public ITestNGMethod[] getBeforeSuiteMethods(Class cls) { in getBeforeSuiteMethods()
170 public ITestNGMethod[] getAfterSuiteMethods(Class cls) { in getAfterSuiteMethods()
/external/libnl/lib/route/
Dcls.c35 static int cls_build(struct rtnl_cls *cls, int type, int flags, in cls_build()
75 void rtnl_cls_put(struct rtnl_cls *cls) in rtnl_cls_put()
87 void rtnl_cls_set_prio(struct rtnl_cls *cls, uint16_t prio) in rtnl_cls_set_prio()
93 uint16_t rtnl_cls_get_prio(struct rtnl_cls *cls) in rtnl_cls_get_prio()
101 void rtnl_cls_set_protocol(struct rtnl_cls *cls, uint16_t protocol) in rtnl_cls_set_protocol()
107 uint16_t rtnl_cls_get_protocol(struct rtnl_cls *cls) in rtnl_cls_get_protocol()
137 int rtnl_cls_build_add_request(struct rtnl_cls *cls, int flags, in rtnl_cls_build_add_request()
184 int rtnl_cls_add(struct nl_sock *sk, struct rtnl_cls *cls, int flags) in rtnl_cls_add()
208 int rtnl_cls_build_change_request(struct rtnl_cls *cls, int flags, in rtnl_cls_build_change_request()
226 int rtnl_cls_change(struct nl_sock *sk, struct rtnl_cls *cls, int flags) in rtnl_cls_change()
[all …]
/external/nanopb-c/generator/google/protobuf/internal/
Dpython_message.py82 def InitMessage(descriptor, cls): argument
191 def _AttachFieldHelpers(cls, field_descriptor): argument
233 def _AddEnumValues(descriptor, cls): argument
297 def _AddInitMethod(message_descriptor, cls): argument
350 def _AddPropertiesForFields(descriptor, cls): argument
361 def _AddPropertiesForField(field, cls): argument
386 def _AddPropertiesForRepeatedField(field, cls): argument
430 def _AddPropertiesForNonRepeatedScalarField(field, cls): argument
469 def _AddPropertiesForNonRepeatedCompositeField(field, cls): argument
520 def _AddPropertiesForExtensions(descriptor, cls): argument
[all …]
/external/autotest/scheduler/
Drdb_testing_utils.py74 def get_labels(cls, **kwargs): argument
80 def get_acls(cls, **kwargs): argument
86 def get_host(cls, **kwargs): argument
92 def get_hqes(cls, **kwargs): argument
97 def get_tasks(cls, **kwargs): argument
102 def get_shard(cls, **kwargs): argument
107 def create_label(cls, name, **kwargs): argument
114 def create_user(cls, name): argument
120 def create_special_task(cls, job_id=None, host_id=None, argument
138 def create_shard(cls, shard_hostname): argument
[all …]
/external/mockito/src/main/java/org/mockito/internal/creation/instance/
DConstructorInstantiator.java20 public <T> T newInstance(Class<T> cls) { in newInstance()
27 private static <T> T withParams(Class<T> cls, Object... params) { in withParams()
50 private static <T> InstantiationException paramsException(Class<T> cls, Exception cause) { in paramsException()
57 private static <T> InstantiationException noMatchingConstructor(Class<T> cls) { in noMatchingConstructor()
76 private static <T> T noArgConstructor(Class<T> cls) { in noArgConstructor()
/external/python/cpython2/Lib/unittest/test/
Dtest_setups.py37 def setUpClass(cls): argument
55 def tearDownClass(cls): argument
73 def tearDownClass(cls): argument
84 def tearDownClass(cls): argument
102 def setUpClass(cls): argument
121 def tearDownClass(cls): argument
132 def tearDownClass(cls): argument
154 def setUpClass(cls): argument
157 def tearDownClass(cls): argument
171 def setUpClass(cls): argument
[all …]
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py117 def __new__(cls, name, bases, dictionary): argument
148 def __init__(cls, name, bases, dictionary): argument
289 def _AttachFieldHelpers(cls, field_descriptor): argument
362 def _AddEnumValues(descriptor, cls): argument
463 def _AddInitMethod(message_descriptor, cls): argument
563 def _AddPropertiesForFields(descriptor, cls): argument
574 def _AddPropertiesForField(field, cls): argument
599 def _AddPropertiesForRepeatedField(field, cls): argument
643 def _AddPropertiesForNonRepeatedScalarField(field, cls): argument
699 def _AddPropertiesForNonRepeatedCompositeField(field, cls): argument
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowComponentName.java21 private String cls; field in ShadowComponentName
23 public void __constructor__(String pkg, String cls) { in __constructor__()
30 public void __constructor__(Context pkg, String cls) { in __constructor__()
36 public void __constructor__(Context pkg, Class<?> cls) { in __constructor__()
57 String cls = in.readString(); in readFromParcel() local
/external/testng/src/main/java/org/testng/internal/
DBaseClassFinder.java23 public IClass getIClass(Class cls) { in getIClass()
27 protected void putIClass(Class cls, IClass iClass) { in putIClass()
42 protected IClass findOrCreateIClass(ITestContext context, Class cls, XmlClass xmlClass, in findOrCreateIClass()
60 protected boolean classExists(Class cls) { in classExists()
/external/libnl/lib/route/cls/
Du32.c359 void rtnl_u32_set_handle(struct rtnl_cls *cls, int htid, int hash, in rtnl_u32_set_handle()
367 int rtnl_u32_set_classid(struct rtnl_cls *cls, uint32_t classid) in rtnl_u32_set_classid()
380 int rtnl_u32_set_divisor(struct rtnl_cls *cls, uint32_t divisor) in rtnl_u32_set_divisor()
392 int rtnl_u32_set_link(struct rtnl_cls *cls, uint32_t link) in rtnl_u32_set_link()
404 int rtnl_u32_set_hashtable(struct rtnl_cls *cls, uint32_t ht) in rtnl_u32_set_hashtable()
416 int rtnl_u32_set_hashmask(struct rtnl_cls *cls, uint32_t hashmask, uint32_t offset) in rtnl_u32_set_hashmask()
442 int rtnl_u32_set_cls_terminal(struct rtnl_cls *cls) in rtnl_u32_set_cls_terminal()
465 int rtnl_u32_add_action(struct rtnl_cls *cls, struct rtnl_act *act) in rtnl_u32_add_action()
481 int rtnl_u32_del_action(struct rtnl_cls *cls, struct rtnl_act *act) in rtnl_u32_del_action()
511 int rtnl_u32_set_flags(struct rtnl_cls *cls, int flags) in rtnl_u32_set_flags()
[all …]
/external/python/cpython2/Lib/
Dabc.py105 def register(cls, subclass): argument
119 def _dump_registry(cls, file=None): argument
128 def __instancecheck__(cls, instance): argument
148 def __subclasscheck__(cls, subclass): argument
/external/autotest/server/
Dsystem_utils.py57 def refresh(cls, restricted_subnets=utils.RESTRICTED_SUBNETS): argument
77 cls, restricted_subnets=utils.RESTRICTED_SUBNETS): argument
90 def get_drone_ip_map(cls, restricted_subnets=utils.RESTRICTED_SUBNETS): argument
/external/testng/src/main/java/org/testng/internal/annotations/
DJDK15TagFactory.java49 public <A extends IAnnotation> A createTag(Class<?> cls, Annotation a, in createTag()
96 private IAnnotation maybeCreateNewConfigurationTag(Class<?> cls, Annotation a, in maybeCreateNewConfigurationTag()
258 private ConfigurationAnnotation createConfigurationTag(Class<?> cls, Annotation a) { in createConfigurationTag()
284 private IAnnotation createConfigurationTag(Class<?> cls, Annotation a, in createConfigurationTag()
344 private IAnnotation createFactoryTag(Class<?> cls, Annotation a) { in createFactoryTag()
350 findInherited(c.dataProviderClass(), cls, Factory.class, "dataProviderClass", in createFactoryTag() local
370 private IAnnotation createListenersTag(Class<?> cls, Annotation a, in createListenersTag()
381 private IAnnotation createTestTag(Class<?> cls, Annotation a, in createTestTag()
403 findInherited(test.dataProviderClass(), cls, Test.class, "dataProviderClass", in createTestTag() local
407 findInherited(test.description(), cls, Test.class, "description", DEFAULT_STRING)); in createTestTag() local
[all …]
/external/python/cpython2/Lib/ctypes/test/
Dtest_parameters.py28 def from_param(cls, value): argument
33 def from_param(cls, value): argument
45 def from_param(cls, value): argument
153 def from_param(cls, obj): argument
161 def from_param(cls, obj): argument
170 def from_param(cls, obj): argument
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
DClassResourceLoader.java53 private final Class<?> cls; field in ClassResourceLoader
56 public ClassResourceLoader(Class<?> cls) { in ClassResourceLoader()
65 public ClassResourceLoader(Class<?> cls, String basePath) { in ClassResourceLoader()
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_textview.py20 def setUpClass(cls): argument
26 def tearDownClass(cls): argument
61 def setUpClass(cls): argument
69 def tearDownClass(cls): argument
/external/libmicrohttpd/src/examples/
Dfileserver_example_dirs.c34 file_reader (void *cls, uint64_t pos, char *buf, size_t max) in file_reader()
43 file_free_callback (void *cls) in file_free_callback()
50 dir_free_callback (void *cls) in dir_free_callback()
58 dir_reader (void *cls, uint64_t pos, char *buf, size_t max) in dir_reader()
79 ahc_echo (void *cls, in ahc_echo()
Dmhd2spdy_http.c30 http_cb_log(void * cls, in http_cb_log()
48 http_cb_iterate(void *cls, in http_cb_iterate()
79 http_cb_response (void *cls, in http_cb_response()
149 http_cb_response_done(void *cls) in http_cb_response_done()
156 http_cb_request (void *cls, in http_cb_request()
372 http_cb_request_completed (void *cls, in http_cb_request_completed()
/external/clang/test/Sema/
DMicrosoftCompatibility.cpp6 struct cls { struct
10 char * cls::* __uptr wrong2 = &cls::m; // expected-error {{'__uptr' attribute cannot be used with p… argument
/external/libnl/src/lib/
Dcls.c24 struct rtnl_cls *cls; in nl_cli_cls_alloc() local
45 void nl_cli_cls_parse_proto(struct rtnl_cls *cls, char *arg) in nl_cli_cls_parse_proto()
55 struct rtnl_ematch_tree *nl_cli_cls_parse_ematch(struct rtnl_cls *cls, char *arg) in nl_cli_cls_parse_ematch()

12345678910>>...25