Home
last modified time | relevance | path

Searched refs:cls (Results 401 - 425 of 728) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_notls.c761 standard_request_handler(void *cls, in standard_request_handler() argument
772 (void)cls; in standard_request_handler()
784 if(strcmp(CLS,cls)!=0) in standard_request_handler()
786 killchild(child,"wrong cls"); in standard_request_handler()
804 session_closed_handler (void *cls, in session_closed_handler() argument
810 if(strcmp(CLS,cls)!=0) in session_closed_handler()
812 killchild(child,"wrong cls"); in session_closed_handler()
H A Dtest_request_response.c814 standard_request_handler(void *cls, in standard_request_handler() argument
825 (void)cls; in standard_request_handler()
836 if(strcmp(CLS,cls)!=0) in standard_request_handler()
838 killchild(child,"wrong cls"); in standard_request_handler()
861 session_closed_handler (void *cls, in session_closed_handler() argument
867 if(strcmp(CLS,cls)!=0) in session_closed_handler()
869 killchild(child,"wrong cls"); in session_closed_handler()
/third_party/protobuf/python/
H A Dmox.py1344 def __init__(cls, name, bases, d):
1345 type.__init__(cls, name, bases, d)
1355 setattr(cls, func_name, MoxMetaTestBase.CleanUpTest(cls, func))
1358 def CleanUpTest(cls, func):
1365 cls: MoxTestBase or subclass; the class whose test method we are altering.
/third_party/python/Lib/ctypes/
H A D__init__.py218 ## def from_param(cls, val):
305 def SetPointerType(pointer, cls):
306 if _pointer_type_cache.get(cls, None) is not None:
310 pointer.set_type(cls)
311 _pointer_type_cache[cls] = pointer
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pyparse.py27 def setUpClass(cls):
28 cls.parser = pyparse.Parser(indentwidth=4, tabwidth=4)
31 def tearDownClass(cls):
32 del cls.parser
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
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Ddemo.c463 * @param cls user-specified closure
477 process_upload_data (void *cls, in process_upload_data() argument
487 struct UploadContext *uc = cls; in process_upload_data()
595 * @param cls client-defined closure, NULL
603 response_completed_callback (void *cls, in response_completed_callback() argument
662 * @param cls NULL
673 generate_page (void *cls, in generate_page() argument
H A Ddemo_https.c464 * @param cls user-specified closure
478 process_upload_data (void *cls, in process_upload_data() argument
488 struct UploadContext *uc = cls; in process_upload_data()
596 * @param cls client-defined closure, NULL
604 response_completed_callback (void *cls, in response_completed_callback() argument
663 * @param cls NULL
674 generate_page (void *cls, in generate_page() argument
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_postform.c60 completed_cb (void *cls, in completed_cb() argument
92 post_iterator (void *cls, in post_iterator() argument
100 int *eok = cls; in post_iterator()
116 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_process_headers.c69 kv_cb (void *cls, enum MHD_ValueKind kind, const char *key, const char *value) in kv_cb() argument
74 *((int *) cls) = 1; in kv_cb()
81 ahc_echo (void *cls, in ahc_echo() argument
90 const char *me = cls; in ahc_echo()
H A Dtest_quiesce.c72 ahc_echo (void *cls, in ahc_echo() argument
81 const char *me = cls; in ahc_echo()
105 request_completed (void *cls, struct MHD_Connection *connection, in request_completed() argument
108 int *done = (int *)cls; in request_completed()
/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...]
/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/test/
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,
H A Dtest_struct.py400 for cls in (bytes, bytearray):
401 data = cls(test_string)
409 for cls in (bytes, bytearray):
410 data = cls(test_string)
698 for cls in (Struct, unpack_iterator):
699 with self.subTest(cls=cls):
701 cls.x = 1
/third_party/libcoap/include/coap3/
H A Dcoap_asn1_internal.h67 * @param cls The current class of the tag
71 coap_asn1_tag_t asn1_tag_c(const uint8_t **ptr, int *constructed, int *cls);
/third_party/python/Lib/multiprocessing/
H A Dmanagers.py580 def _run_server(cls, registry, address, authkey, serializer, writer,
592 server = cls._Server(registry, address, authkey, serializer)
699 def register(cls, typeid, callable=None, proxytype=None, exposed=None,
704 if '_registry' not in cls.__dict__:
705 cls._registry = cls._registry.copy()
720 cls._registry[typeid] = (
736 setattr(cls, typeid, temp)
/third_party/python/Python/
H A Dbltinmodule.c95 PyObject *cls = NULL, *cell = NULL, *ns = NULL, *meta = NULL, *orig_bases = NULL; in builtin___build_class__() local
209 cls = PyObject_VectorcallDict(meta, margs, 3, mkw); in builtin___build_class__()
210 if (cls != NULL && PyType_Check(cls) && PyCell_Check(cell)) { in builtin___build_class__()
212 if (cell_cls != cls) { in builtin___build_class__()
217 PyErr_Format(PyExc_RuntimeError, msg, name, cls); in builtin___build_class__()
221 PyErr_Format(PyExc_TypeError, msg, cell_cls, name, cls); in builtin___build_class__()
223 Py_DECREF(cls); in builtin___build_class__()
224 cls = NULL; in builtin___build_class__()
238 return cls; in builtin___build_class__()
2669 builtin_issubclass_impl(PyObject *module, PyObject *cls, PyObject *class_or_tuple) builtin_issubclass_impl() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Ddaemon.h52 * @param cls extra argument to all of the callbacks without those
70 void * cls,
/test/testfwk/xdevice/src/xdevice/_core/
H A Dvariables.py124 def get_plugin_type(cls):
128 def get_plugin_id(cls):

Completed in 24 milliseconds

1...<<11121314151617181920>>...30