Searched defs:naming_type (Results 1 – 4 of 4) sorted by relevance
| /external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/ |
| D | _parameterized.py | 195 def __init__(self, test_method, testcases, naming_type): argument 262 def _ModifyClass(class_object, testcases, naming_type): argument 281 def _ParameterDecorator(naming_type, testcases): argument
|
| /external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/ |
| D | _parameterized.py | 195 def __init__(self, test_method, testcases, naming_type): argument 262 def _ModifyClass(class_object, testcases, naming_type): argument 281 def _ParameterDecorator(naming_type, testcases): argument
|
| /external/protobuf/python/google/protobuf/internal/ |
| D | _parameterized.py | 195 def __init__(self, test_method, testcases, naming_type): argument 262 def _ModifyClass(class_object, testcases, naming_type): argument 281 def _ParameterDecorator(naming_type, testcases): argument
|
| /external/python/absl-py/absl/testing/ |
| D | parameterized.py | 276 def __init__(self, test_method, testcases, naming_type, original_name=None): argument 385 def _modify_class(class_object, testcases, naming_type): argument 405 def _parameter_decorator(naming_type, testcases): argument
|