Home
last modified time | relevance | path

Searched refs:cls (Results 426 - 450 of 755) sorted by relevance

1...<<11121314151617181920>>...31

/third_party/python/Lib/email/
H A Dgenerator.py375 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 Dskpbench.py183 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 Dtest_suite.py389 def setUpClass(cls):
390 cls.wasSetUp = True
392 def tearDownClass(cls):
393 cls.wasTornDown = True
H A Dtest_result.py1066 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 Dconcurrent.py64 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 DMyString.h242 #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 Dcallproc.c1890 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 Dtest_decimal.py82 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 Dtest_doctest2.py98 def clsm(cls, val):
H A Dtest_support.py28 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 Dhellobrowser.c18 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 Dtest_postprocessor_amp.c9 int check_post(void *cls, enum MHD_ValueKind kind, const char* key, in check_post() argument
/third_party/mesa3d/src/amd/compiler/
H A Daco_opcodes.py192 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 Dcov.py34 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 Djcommander-1.27.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/ ...
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config.py184 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 Dtest_memory.py112 def setup_class(cls):
117 def teardown_class(cls):
H A Dtest_permission.py81 def setup_class(cls):
86 def teardown_class(cls):
/foundation/ability/idl_tool/test/hdi_unittest/base/
H A Dutil.py186 def get_subclasses(cls):
187 return cls.__subclasses__()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dvariables.py124 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 DResourceBundleWrapper.java166 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 DBreakIterator.java970 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 DBreakIterator.java924 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 DResourceBundleWrapper.java168 Class<? extends ResourceBundle> cls = in instantiateBundle()
170 ResourceBundle bx = cls.newInstance(); in instantiateBundle()
/third_party/node/deps/v8/tools/release/
H A Dlist_deprecated.py33 def get_api_header_files(cls, options):
39 return pool.map(cls, files)

Completed in 28 milliseconds

1...<<11121314151617181920>>...31