/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | minimal_example.c | 31 ahc_echo (void *cls, in ahc_echo() argument 39 const char *me = cls; in ahc_echo()
|
H A D | minimal_example_comet.c | 29 data_generator (void *cls, uint64_t pos, char *buf, size_t max) in data_generator() argument 39 ahc_echo (void *cls, in ahc_echo() argument
|
H A D | authorization_example.c | 42 ahc_echo (void *cls, in ahc_echo() argument 50 const char *me = cls; in ahc_echo()
|
H A D | querystring_example.c | 32 ahc_echo (void *cls, in ahc_echo() argument 40 const char *fmt = cls; in ahc_echo()
|
H A D | refuse_post_example.c | 37 ahc_echo (void *cls, in ahc_echo() argument 45 const char *me = cls; in ahc_echo()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_timeout.c | 54 termination_cb (void *cls, in termination_cb() argument 59 int *test = cls; in termination_cb() 122 ahc_echo (void *cls, in ahc_echo() argument 130 int *done = cls; in ahc_echo()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 31 Class cls = [NSObject class]; 36 class_copyProtocolList(cls, &protocolCount); 44 objc_property_t *props = class_copyPropertyList(cls, &propCount); 55 Method *methods = class_copyMethodList(cls, &methodCount);
|
/third_party/python/Lib/ |
H A D | ast.py | 134 cls = type(node) 144 if value is None and getattr(cls, name, ...) is None: 159 if value is None and getattr(cls, name, ...) is None: 434 for cls, name in _const_node_type_names.items(): 435 if isinstance(value, cls): 528 def __init__(cls, *args): 529 cls.__doc__ = """Deprecated AST node class. Use ast.Constant instead""" 531 def __instancecheck__(cls, inst): 534 if cls in _const_types: 541 isinstance(value, _const_types[cls]) an [all...] |
H A D | tarfile.py | 1079 def create_pax_global_header(cls, pax_headers): 1082 return cls._create_pax_generic_header(pax_headers, XGLTYPE, "utf-8") 1153 def _create_gnu_long_header(cls, name, type, encoding, errors): 1166 return cls._create_header(info, USTAR_FORMAT, encoding, errors) + \ 1167 cls._create_payload(name) 1170 def _create_pax_generic_header(cls, pax_headers, type, encoding): 1217 return cls._create_header(info, USTAR_FORMAT, "ascii", "replace") + \ 1218 cls._create_payload(records) 1221 def frombuf(cls, buf, encoding, errors): 1235 obj = cls() [all...] |
H A D | weakref.py | 46 def __new__(cls, meth, callback=None): 61 self = ref.__new__(cls, obj, _cb) 635 def _select_for_exit(cls): 637 L = [(f,i) for (f,i) in cls._registry.items() if i.atexit] 642 def _exitfunc(cls): 648 if cls._registry: 656 pending = cls._select_for_exit() 669 assert f not in cls._registry
|
/third_party/python/Modules/_sqlite/ |
H A D | connection.c | 942 create_callback_context(PyTypeObject *cls, PyObject *callable) in create_callback_context() argument 946 PyObject *module = PyType_GetModule(cls); in create_callback_context() 989 cls: defining_class 1002 PyTypeObject *cls, const char *name, in pysqlite_connection_create_function_impl() 1028 callback_context *ctx = create_callback_context(cls, func); in pysqlite_connection_create_function_impl() 1063 PyObject **cls = (PyObject **)sqlite3_aggregate_context(context, size); in inverse_callback() local 1064 assert(cls != NULL); in inverse_callback() 1065 assert(*cls != NULL); in inverse_callback() 1067 PyObject *method = PyObject_GetAttr(*cls, ctx->state->str_inverse); in inverse_callback() 1111 PyObject **cls in value_callback() local 1001 pysqlite_connection_create_function_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int narg, PyObject *func, int deterministic) pysqlite_connection_create_function_impl() argument 1153 create_window_function_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int num_params, PyObject *aggregate_class) create_window_function_impl() argument 1212 pysqlite_connection_create_aggregate_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int n_arg, PyObject *aggregate_class) pysqlite_connection_create_aggregate_impl() argument 1389 pysqlite_connection_set_authorizer_impl(pysqlite_Connection *self, PyTypeObject *cls, PyObject *callable) pysqlite_connection_set_authorizer_impl() argument 1432 pysqlite_connection_set_progress_handler_impl(pysqlite_Connection *self, PyTypeObject *cls, PyObject *callable, int n) pysqlite_connection_set_progress_handler_impl() argument 1468 pysqlite_connection_set_trace_callback_impl(pysqlite_Connection *self, PyTypeObject *cls, PyObject *callable) pysqlite_connection_set_trace_callback_impl() argument 2029 pysqlite_connection_create_collation_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, PyObject *callable) pysqlite_connection_create_collation_impl() argument [all...] |
/third_party/node/deps/v8/tools/unittests/ |
H A D | run_perf_test.py | 95 def setUpClass(cls): 109 def setUpClass(cls): 111 cls._cov = coverage.coverage( 113 cls._cov.start() 120 def tearDownClass(cls): 121 cls._cov.stop() 123 print(cls._cov.report())
|
/third_party/python/Modules/ |
H A D | _testmultiphase.c | 135 cls: defining_class 145 PyTypeObject *cls) in _testmultiphase_StateAccessType_get_defining_module_impl() 149 retval = PyType_GetModule(cls); in _testmultiphase_StateAccessType_get_defining_module_impl() 161 cls: defining_class 168 PyTypeObject *cls) in _testmultiphase_StateAccessType_getmodulebydef_bad_def_impl() 179 cls: defining_class 194 PyTypeObject *cls, in _testmultiphase_StateAccessType_increment_count_clinic_impl() 198 meth_state *m_state = PyType_GetModuleState(cls); in _testmultiphase_StateAccessType_increment_count_clinic_impl() 256 cls: defining_class 263 PyTypeObject *cls) in _testmultiphase_StateAccessType_get_count_impl() 144 _testmultiphase_StateAccessType_get_defining_module_impl(StateAccessTypeObject *self, PyTypeObject *cls) _testmultiphase_StateAccessType_get_defining_module_impl() argument 167 _testmultiphase_StateAccessType_getmodulebydef_bad_def_impl(StateAccessTypeObject *self, PyTypeObject *cls) _testmultiphase_StateAccessType_getmodulebydef_bad_def_impl() argument 193 _testmultiphase_StateAccessType_increment_count_clinic_impl(StateAccessTypeObject *self, PyTypeObject *cls, int n, int twice) _testmultiphase_StateAccessType_increment_count_clinic_impl() argument 262 _testmultiphase_StateAccessType_get_count_impl(StateAccessTypeObject *self, PyTypeObject *cls) _testmultiphase_StateAccessType_get_count_impl() argument [all...] |
/third_party/python/Objects/ |
H A D | methodobject.c | 44 PyCMethod_New(PyMethodDef *ml, PyObject *self, PyObject *module, PyTypeObject *cls) in PyCMethod_New() argument 81 if (!cls) { in PyCMethod_New() 91 Py_INCREF(cls); in PyCMethod_New() 92 om->mm_class = cls; in PyCMethod_New() 95 if (cls) { in PyCMethod_New() 453 PyTypeObject *cls = PyCFunction_GET_CLASS(func); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD() local 459 PyObject *result = meth(PyCFunction_GET_SELF(func), cls, args, nargs, kwnames); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD()
|
/third_party/curl/tests/ |
H A D | negtelnetserver.py | 255 def to_val(cls, name): 256 return getattr(cls, name) 259 def from_val(cls, val): 260 for k in cls.__dict__.keys(): 261 if getattr(cls, k) == val:
|
/third_party/mbedtls/scripts/ |
H A D | generate_ssl_debug_helpers.py | 74 for cls in classes: 75 for instance in cls.extract(s, st, end): 144 def extract(cls, source_code, start=0, end=-1): 233 def extract(cls, source_code, start=0, end=-1): 292 def extract(cls, source_code, start=0, end=-1):
|
/third_party/python/Lib/test/ |
H A D | test_robotparser.py | 356 def setUpClass(cls): 358 with socket_helper.transient_internet(cls.base_url): 359 cls.parser = urllib.robotparser.RobotFileParser(cls.robots_txt) 360 cls.parser.read()
|
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 1379 name = f.cls.name 2123 cls = None 2135 return module, cls 2139 cls = parent = child 2141 return module, cls 2205 def __init__(self, name, module=None, cls=None, typedef=None, type_object=None): 2208 self.cls = cls 2211 self.parent = cls or module 2308 module, cls 5241 cls = module[name] global() variable [all...] |
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | reporter_helper.py | 187 def initial_element(cls, tag, tail, text): 207 def update_suite_result(cls, suite, case): 219 def get_summary_result(cls, report_path, file_name, key=None, **kwargs): 222 data_reports = cls._get_data_reports(report_path, file_prefix) 233 data_report_element = cls.parse_data_report(data_report) 262 cls.generate_report(summary_result, file_name) 266 def _get_data_reports(cls, report_path, file_prefix=None): 272 if not file_name.endswith(cls.DATA_REPORT_SUFFIX): 280 def _update_attributes(cls, summary_element, data_element, 535 def get_execute_time(cls, second_tim [all...] |
/third_party/python/Lib/importlib/metadata/ |
H A D | _adapters.py | 30 def __new__(cls, orig: email.message.Message): 31 res = super().__new__(cls)
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | test_postprocessor_large.c | 36 value_checker (void *cls, in value_checker() argument 44 unsigned int *pos = cls; in value_checker()
|
/third_party/skia/tools/skiaserve/urlhandlers/ |
H A D | PostHandler.cpp | 18 static int process_upload_data(void* cls, enum MHD_ValueKind kind, in process_upload_data() argument 22 struct UploadContext* uc = reinterpret_cast<UploadContext*>(cls); in process_upload_data()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | ambientDeclarations.js | 27 declare class cls { 29 method(): cls;
|
/third_party/python/Lib/idlelib/ |
H A D | zzdummy.py | 44 def reload(cls): 46 cls.ztext = idleConf.GetOption('extensions', 'ZzDummy', 'z-text')
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
H A D | NamePrepTransform.java | 191 Class cls = Class.forName("ohos.global.icu.text.Transliterator"); in initialize() 192 Method createMethod = cls.getMethod("createFromRules", String.class, String.class, Integer.TYPE); in initialize() 194 translitMethod = cls.getMethod("transliterate", String.class); in initialize()
|