Home
last modified time | relevance | path

Searched defs:cls (Results 101 - 125 of 196) sorted by relevance

12345678

/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_request_response_with_callback.c57 response_callback (void *cls, in response_callback() argument
87 response_done_callback(void *cls, in response_done_callback() argument
106 standard_request_handler(void *cls, in standard_request_handler() argument
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
H A Dtest_post.c55 completed_cb (void *cls, in completed_cb() argument
87 post_iterator (void *cls, in post_iterator() argument
107 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_post_form.c53 completed_cb (void *cls, in completed_cb() argument
84 post_iterator (void *cls, in post_iterator() argument
110 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_put.c78 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_put_chunked.c78 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_put_large.c86 ahc_echo (void *cls, in ahc_echo() argument
/third_party/python/Lib/test/
H A Dtest_property.py332 cls = None variable in _PropertyUnreachableAttribute
357 class cls class in PropertyUnreachableAttributeWithName
364 class cls: global() class in PropertyUnreachableAttributeNoName
[all...]
/third_party/python/Modules/
H A D_curses_panel.c189 _curses_panel_panel_bottom_impl(PyCursesPanelObject *self, PyTypeObject *cls) in _curses_panel_panel_bottom_impl() argument
207 _curses_panel_panel_hide_impl(PyCursesPanelObject *self, PyTypeObject *cls) in _curses_panel_panel_hide_impl() argument
223 _curses_panel_panel_show_impl(PyCursesPanelObject *self, PyTypeObject *cls) in _curses_panel_panel_show_impl() argument
239 _curses_panel_panel_top_impl(PyCursesPanelObject *self, PyTypeObject *cls) _curses_panel_panel_top_impl() argument
379 _curses_panel_panel_move_impl(PyCursesPanelObject *self, PyTypeObject *cls, int y, int x) _curses_panel_panel_move_impl() argument
412 _curses_panel_panel_replace_impl(PyCursesPanelObject *self, PyTypeObject *cls, PyCursesWindowObject *win) _curses_panel_panel_replace_impl() argument
447 _curses_panel_panel_set_userptr_impl(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *obj) _curses_panel_panel_set_userptr_impl() argument
476 _curses_panel_panel_userptr_impl(PyCursesPanelObject *self, PyTypeObject *cls) _curses_panel_panel_userptr_impl() argument
[all...]
H A D_dbmmodule.c239 _dbm_dbm_keys_impl(dbmobject *self, PyTypeObject *cls) in _dbm_dbm_keys_impl() argument
315 _dbm_dbm_get_impl(dbmobject *self, PyTypeObject *cls, const char *key, in _dbm_dbm_get_impl() argument
347 _dbm_dbm_setdefault_impl(dbmobject *self, PyTypeObject *cls, const char *key, in _dbm_dbm_setdefault_impl() argument
H A D_queuemodule.c204 _queue_SimpleQueue_get_impl(simplequeueobject *self, PyTypeObject *cls, in _queue_SimpleQueue_get_impl() argument
301 _queue_SimpleQueue_get_nowait_impl(simplequeueobject *self, PyTypeObject *cls) _queue_SimpleQueue_get_nowait_impl() argument
/third_party/skia/tools/sk_app/android/
H A Dsurface_glue_android.cpp74 jclass cls = env->GetObjectClass(fAndroidApp); in SkiaAndroidApp() local
/third_party/python/Objects/
H A Dmethodobject.c44 PyCMethod_New(PyMethodDef *ml, PyObject *self, PyObject *module, PyTypeObject *cls) in PyCMethod_New() argument
453 PyTypeObject *cls = PyCFunction_GET_CLASS(func); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD() local
/third_party/python/Modules/clinic/
H A Dpyexpat.c.h21 pyexpat_xmlparser_Parse(xmlparseobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in pyexpat_xmlparser_Parse() argument
63 pyexpat_xmlparser_ParseFile(xmlparseobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in pyexpat_xmlparser_ParseFile() argument
175 pyexpat_xmlparser_ExternalEntityParserCreate(xmlparseobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in pyexpat_xmlparser_ExternalEntityParserCreate() argument
282 pyexpat_xmlparser_UseForeignDTD(xmlparseobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) pyexpat_xmlparser_UseForeignDTD() argument
[all...]
H A D_curses_panel.c.h18 _curses_panel_panel_bottom(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _curses_panel_panel_bottom() argument
42 _curses_panel_panel_hide(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _curses_panel_panel_hide() argument
64 _curses_panel_panel_show(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _curses_panel_panel_show() argument
86 _curses_panel_panel_top(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_top() argument
163 _curses_panel_panel_move(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_move() argument
223 _curses_panel_panel_replace(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_replace() argument
260 _curses_panel_panel_set_userptr(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_set_userptr() argument
293 _curses_panel_panel_userptr(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_userptr() argument
[all...]
H A Dzlibmodule.c.h351 zlib_Compress_compress(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in zlib_Compress_compress() argument
406 zlib_Decompress_decompress(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in zlib_Decompress_decompress() argument
473 zlib_Compress_flush(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in zlib_Compress_flush() argument
514 zlib_Compress_copy(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress_copy() argument
539 zlib_Compress___copy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress___copy__() argument
565 zlib_Compress___deepcopy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress___deepcopy__() argument
601 zlib_Decompress_copy(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress_copy() argument
626 zlib_Decompress___copy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress___copy__() argument
652 zlib_Decompress___deepcopy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress___deepcopy__() argument
690 zlib_Decompress_flush(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress_flush() argument
[all...]
/third_party/python/Modules/cjkcodecs/clinic/
H A Dmultibytecodec.c.h492 _multibytecodec_MultibyteStreamWriter_write(MultibyteStreamWriterObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _multibytecodec_MultibyteStreamWriter_write() argument
525 _multibytecodec_MultibyteStreamWriter_writelines(MultibyteStreamWriterObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _multibytecodec_MultibyteStreamWriter_writelines() argument
557 _multibytecodec_MultibyteStreamWriter_reset(MultibyteStreamWriterObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _multibytecodec_MultibyteStreamWriter_reset() argument
/third_party/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp110 instr_class cls = instr_info.classes[(int)instr->opcode]; in get_perf_info() local
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dtbase.c727 struct class *cls = &test_class; in test_class_file() local
/third_party/python/Include/internal/
H A Dpycore_interp.h213 PyTypeObject *cls; member
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsessions.c296 serve_simple_form (const void *cls, in serve_simple_form() argument
330 fill_v1_form (const void *cls, in fill_v1_form() argument
372 fill_v1_v2_form(const void *cls, const char *mime, struct Session *session, struct MHD_Connection *connection) fill_v1_v2_form() argument
415 not_found_page(const void *cls, const char *mime, struct Session *session, struct MHD_Connection *connection) not_found_page() argument
472 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) post_iterator() argument
554 create_response(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) create_response() argument
661 request_completed_callback(void *cls, struct MHD_Connection *connection, void **con_cls, enum MHD_RequestTerminationCode toe) request_completed_callback() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Ddemo.c477 process_upload_data (void *cls, in process_upload_data() argument
603 response_completed_callback (void *cls, in response_completed_callback() argument
673 generate_page (void *cls, in generate_page() argument
H A Ddemo_https.c478 process_upload_data (void *cls, in process_upload_data() argument
604 response_completed_callback (void *cls, in response_completed_callback() argument
674 generate_page (void *cls, in generate_page() argument
H A Dpost_example.c274 serve_simple_form (const void *cls, in serve_simple_form() argument
310 fill_v1_form (const void *cls, in fill_v1_form() argument
353 fill_v1_v2_form (const void *cls, in fill_v1_v2_form() argument
397 not_found_page(const void *cls, const char *mime, struct Session *session, struct MHD_Connection *connection) not_found_page() argument
456 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) post_iterator() argument
537 create_response(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) create_response() argument
644 request_completed_callback(void *cls, struct MHD_Connection *connection, void **con_cls, enum MHD_RequestTerminationCode toe) request_completed_callback() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dapplicationlayer.c35 spdy_callback_response_done(void *cls, in spdy_callback_response_done() argument
59 spdy_handler_new_stream (void *cls, in spdy_handler_new_stream() argument
187 spdy_handler_new_data (void * cls, in spdy_handler_new_data() argument
212 spdy_handler_response_queue_result(void * cls, struct SPDYF_Response_Queue *response_queue, enum SPDY_RESPONSE_RESULT status) spdy_handler_response_queue_result() argument
325 SPDY_start_daemon(uint16_t port, const char *certfile, const char *keyfile, SPDY_NewSessionCallback nscb, SPDY_SessionClosedCallback sccb, SPDY_NewRequestCallback nrcb, SPDY_NewDataCallback npdcb, void * cls, ...) SPDY_start_daemon() argument
711 SPDY_set_cls_to_session(struct SPDY_Session * session, void * cls) SPDY_set_cls_to_session() argument
738 SPDY_set_cls_to_request(struct SPDY_Request * request, void * cls) SPDY_set_cls_to_request() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_post.c66 completed_cb (void *cls, in completed_cb() argument
98 post_iterator (void *cls, in post_iterator() argument
119 ahc_echo (void *cls, in ahc_echo() argument
453 ahc_cancel (void *cls, in ahc_cancel() argument

Completed in 18 milliseconds

12345678