Home
last modified time | relevance | path

Searched defs:cls (Results 51 - 75 of 196) sorted by relevance

12345678

/third_party/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp52 GUID cls = *clsid; in FindFormatCalssId() local
/third_party/node/test/common/
H A Ddns.js
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dhttps_fileserver_example.c99 file_reader (void *cls, uint64_t pos, char *buf, size_t max) in file_reader() argument
108 file_free_callback (void *cls) in file_free_callback() argument
116 http_ahc (void *cls, in http_ahc() argument
H A Dmhd2spdy_http.c30 http_cb_log(void * cls, in http_cb_log() argument
48 http_cb_iterate(void *cls, in http_cb_iterate() argument
79 http_cb_response (void *cls, in http_cb_response() argument
149 http_cb_response_done(void *cls) in http_cb_response_done() argument
156 http_cb_request (void *cls, in http_cb_request() argument
372 http_cb_request_completed(void *cls, struct MHD_Connection *connection, void **con_cls, enum MHD_RequestTerminationCode toe) http_cb_request_completed() argument
[all...]
H A Dspdy_response_with_callback.c42 response_callback (void *cls, in response_callback() argument
60 response_done_callback(void *cls, in response_done_callback() argument
78 standard_request_handler(void *cls, in standard_request_handler() argument
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_empty_response.c42 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_https_get_select.c43 ahc_echo (void *cls, in ahc_echo() argument
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_callback.c40 called_twice(void *cls, uint64_t pos, char *buf, size_t max) in called_twice() argument
63 callback(void *cls, struct MHD_Connection *connection, const char *url, in callback() argument
H A Dtest_concurrent_stop.c72 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_digestauth.c71 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_digestauth_with_arguments.c70 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_iplimit.c76 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_long_header.c49 apc_all (void *cls, const struct sockaddr *addr, socklen_t addrlen) in apc_all() argument
68 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_parse_cookies.c62 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_process_arguments.c63 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_timeout.c54 termination_cb (void *cls, in termination_cb() argument
122 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_urlparse.c71 test_values (void *cls, in test_values() argument
89 ahc_echo (void *cls, in ahc_echo() argument
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_session_timeout.c85 new_session_cb (void *cls, in new_session_cb() argument
98 closed_session_cb (void *cls, in closed_session_cb() argument
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
H A Dtest_get.c63 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_get_chunked.c65 crc (void *cls, uint64_t pos, char *buf, size_t max) in crc() argument
90 ahc_echo (void *cls, in ahc_echo() argument
H A Dtest_long_header.c51 apc_all (void *cls, const struct sockaddr *addr, socklen_t addrlen) in apc_all() argument
70 ahc_echo (void *cls, in ahc_echo() argument
/third_party/python/Objects/
H A Dinterpreteridobject.c15 newinterpid(PyTypeObject *cls, int64_t id, int force) in newinterpid() argument
74 interpid_new(PyTypeObject *cls, PyObject *args, PyObject *kwds) in interpid_new() argument
/third_party/python/Modules/clinic/
H A D_gdbmmodule.c.h105 _gdbm_gdbm_keys(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _gdbm_gdbm_keys() argument
131 _gdbm_gdbm_firstkey(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _gdbm_gdbm_firstkey() argument
162 _gdbm_gdbm_nextkey(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _gdbm_gdbm_nextkey() argument
199 _gdbm_gdbm_reorganize(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _gdbm_gdbm_reorganize() argument
224 _gdbm_gdbm_sync(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _gdbm_gdbm_sync() argument
[all...]
H A D_queuemodule.c.h145 _queue_SimpleQueue_get(simplequeueobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _queue_SimpleQueue_get() argument
196 _queue_SimpleQueue_get_nowait(simplequeueobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _queue_SimpleQueue_get_nowait() argument
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecatedAPIChecker.java94 private void checkClass(Class<?> cls, Map<String, String> clsNameMap) { in checkClass() argument
185 checkEnum(Class<?> cls, Map<String, String> clsNameMap) checkEnum() argument
245 compareDeprecated(boolean depTag, boolean depAnt, String cls, String name, String type) compareDeprecated() argument
275 findClassInfo(Set<APIInfo> apis, String cls) findClassInfo() argument
285 findFieldInfo(Set<APIInfo> apis, String cls, String field) findFieldInfo() argument
295 findConstructorInfo(Set<APIInfo> apis, String cls, List<String> params) findConstructorInfo() argument
318 findMethodInfo(Set<APIInfo> apis, String cls, String method, List<String> params) findMethodInfo() argument
[all...]

Completed in 11 milliseconds

12345678