/third_party/python/Lib/email/ |
H A D | generator.py | 375 def _make_boundary(cls, text=None): 385 cre = cls._compile_re('^--' + re.escape(b) + '(--)?$', re.MULTILINE) 393 def _compile_re(cls, s, flags): 444 def _compile_re(cls, s, flags):
|
/third_party/skia/tools/skpbench/ |
H A D | skpbench.py | 183 def get_header(cls, outfile=sys.stdout): 184 commandline = cls.ARGV + ['--duration', '0'] 190 def run_warmup(cls, warmup_time, config): 194 commandline = cls.ARGV + ['--duration', str(warmup_time * 1000),
|
/third_party/python/Lib/unittest/test/ |
H A D | test_suite.py | 389 def setUpClass(cls): 390 cls.wasSetUp = True 392 def tearDownClass(cls): 393 cls.wasTornDown = True
|
H A D | test_result.py | 1066 def setUpClass(cls): 1089 def tearDownClass(cls): 1112 def setUpClass(cls): 1114 cls.addClassCleanup(bad_cleanup1) 1115 cls.addClassCleanup(bad_cleanup2) 1117 def tearDownClass(cls): 1145 def setUpClass(cls): 1147 cls.addClassCleanup(bad_cleanup1) 1148 cls.addClassCleanup(bad_cleanup2) 1184 def setUpClass(cls) [all...] |
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | concurrent.py | 64 def executor_callback(cls, worker): 70 def concurrent_execute(cls, func, params_list, max_size=8): 83 future.add_done_callback(cls.executor_callback) 339 def _get_unpassed_test_params(cls, history_report_path, module_name): 362 def _append_unpassed_test_param(cls, history_report_file, unpassed_test_params): 482 def _check_testcase_pass(cls, history_testcase_element): 496 def _is_empty_report(cls, testsuites_element): 523 def _get_real_execute_result(cls, execute_result): 538 def _get_real_history_execute_result(cls, history_execute_result,
|
/third_party/lzma/CPP/Common/ |
H A D | MyString.h | 242 #define FORBID_STRING_OPS_2(cls, t) \
250 #define FORBID_STRING_OPS(cls, t) \
251 explicit cls(t); \
252 explicit cls(const t *); \
253 cls &operator=(t); \
254 cls &operator=(const t *); \
255 cls &operator+=(t); \
256 cls &operator+=(const t *); \
257 FORBID_STRING_OPS_2(cls, t) \
260 cls [all...] |
/third_party/python/Modules/_ctypes/ |
H A D | callproc.c | 1890 POINTER(PyObject *self, PyObject *cls) in POINTER() argument 1897 result = PyDict_GetItemWithError(_ctypes_ptrtype_cache, cls); in POINTER() 1905 if (PyUnicode_CheckExact(cls)) { in POINTER() 1906 const char *name = PyUnicode_AsUTF8(cls); in POINTER() 1925 } else if (PyType_Check(cls)) { in POINTER() 1926 typ = (PyTypeObject *)cls; in POINTER() 1935 "_type_", cls); in POINTER() 1939 Py_INCREF(cls); in POINTER() 1940 key = cls; in POINTER()
|
/third_party/python/Lib/test/ |
H A D | test_decimal.py | 82 def assert_signals(cls, context, attr, expected): 84 cls.assertTrue(all(d[s] if s in expected else not d[s] for s in d)) 1572 def thfunc1(cls): 1573 Decimal = cls.decimal.Decimal 1574 InvalidOperation = cls.decimal.InvalidOperation 1575 DivisionByZero = cls.decimal.DivisionByZero 1576 Overflow = cls.decimal.Overflow 1577 Underflow = cls.decimal.Underflow 1578 Inexact = cls.decimal.Inexact 1579 getcontext = cls [all...] |
H A D | test_doctest2.py | 98 def clsm(cls, val):
|
H A D | test_support.py | 28 def setUpClass(cls): 30 cls._warnings_helper_token = support.ignore_deprecations_from( 33 cls._test_support_token = support.ignore_deprecations_from( 39 def tearDownClass(cls): 42 cls._warnings_helper_token, 43 cls._test_support_token,
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | hellobrowser.c | 18 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() argument
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | test_postprocessor_amp.c | 9 int check_post(void *cls, enum MHD_ValueKind kind, const char* key, in check_post() argument
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opcodes.py | 192 def __init__(self, name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod, is_atomic, cls): 219 self.cls = cls 251 def opcode(name, opcode_gfx7 = -1, opcode_gfx9 = -1, opcode_gfx10 = -1, format = Format.PSEUDO, cls = InstrClass.Other, input_mod = False, output_mod = False, is_atomic = False): 253 opcodes[name] = Opcode(name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod, is_atomic, cls) 255 def default_class(opcodes, cls): 260 yield op + (cls,) 262 opcode("exp", 0, 0, 0, format = Format.EXP, cls = InstrClass.Export) 385 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP2, InstrClass.Salu): 386 opcode(name, gfx7, gfx9, gfx10, Format.SOP2, cls) [all...] |
/third_party/littlefs/scripts/ |
H A D | cov.py | 34 def __new__(cls, x=0): 49 return super().__new__(cls, x) 112 def __new__(cls, a=0, b=None): 119 return super().__new__(cls, Int(a), Int(b)) 189 def __new__(cls, file='', function='', line=0, 191 return super().__new__(cls, file, function, int(Int(line)),
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | jcommander-1.27.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/beust/jcommander/
com/beust/jcommander/converters/
... |
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_config.py | 184 def setUpClass(cls): 185 cls.config_string = {} 195 cls.config_string[ctype] = f.read() 197 cls.orig_warn = config._warn 201 def tearDownClass(cls): 202 config._warn = cls.orig_warn
|
/base/hiviewdfx/hidumper/test/scripts/testModule/ |
H A D | test_memory.py | 112 def setup_class(cls):
117 def teardown_class(cls):
|
H A D | test_permission.py | 81 def setup_class(cls):
86 def teardown_class(cls):
|
/foundation/ability/idl_tool/test/hdi_unittest/base/ |
H A D | util.py | 186 def get_subclasses(cls): 187 return cls.__subclasses__()
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | variables.py | 124 def get_plugin_type(cls): 128 def get_plugin_id(cls):
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ResourceBundleWrapper.java | 166 Class<? extends ResourceBundle> cls = in instantiateBundle() 168 ResourceBundle bx = cls.newInstance(); in instantiateBundle()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | BreakIterator.java | 970 Class<?> cls = Class.forName("com.ibm.icu.text.BreakIteratorFactory"); in getShim() 971 shim = (BreakIteratorServiceShim)cls.newInstance(); in getShim()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | BreakIterator.java | 924 Class<?> cls = Class.forName("ohos.global.icu.text.BreakIteratorFactory"); in getShim() 925 shim = (BreakIteratorServiceShim)cls.newInstance(); in getShim()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ResourceBundleWrapper.java | 168 Class<? extends ResourceBundle> cls = in instantiateBundle() 170 ResourceBundle bx = cls.newInstance(); in instantiateBundle()
|
/third_party/node/deps/v8/tools/release/ |
H A D | list_deprecated.py | 33 def get_api_header_files(cls, options): 39 return pool.map(cls, files)
|