Home
last modified time | relevance | path

Searched defs:cls (Results 126 - 150 of 210) sorted by relevance

123456789

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/
H A Dgzip_n_exporter.cpp133 napi_value cls = nullptr; in Export() local
/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
/third_party/python/Modules/
H A D_gdbmmodule.c334 _gdbm_gdbm_keys_impl(gdbmobject *self, PyTypeObject *cls) in _gdbm_gdbm_keys_impl() argument
421 _gdbm_gdbm_firstkey_impl(gdbmobject *self, PyTypeObject *cls) in _gdbm_gdbm_firstkey_impl() argument
460 _gdbm_gdbm_nextkey_impl(gdbmobject *self, PyTypeObject *cls, const char *key, in _gdbm_gdbm_nextkey_impl() argument
498 _gdbm_gdbm_reorganize_impl(gdbmobject *self, PyTypeObject *cls) _gdbm_gdbm_reorganize_impl() argument
527 _gdbm_gdbm_sync_impl(gdbmobject *self, PyTypeObject *cls) _gdbm_gdbm_sync_impl() argument
[all...]
H A Dmd5module.c373 MD5Type_copy_impl(MD5object *self, PyTypeObject *cls) in MD5Type_copy_impl() argument
H A Dsha1module.c351 SHA1Type_copy_impl(SHA1object *self, PyTypeObject *cls) in SHA1Type_copy_impl() argument
H A D_abc.c454 PyTypeObject *cls = (PyTypeObject *)self; in _abc__abc_init() local
/third_party/python/Python/
H A Dast.c607 expr_ty cls = p->v.MatchClass.cls; in validate_pattern() local
/third_party/python/Modules/_sre/clinic/
H A Dsre.c.h175 _sre_SRE_Pattern_match(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sre_SRE_Pattern_match() argument
245 _sre_SRE_Pattern_fullmatch(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sre_SRE_Pattern_fullmatch() argument
317 _sre_SRE_Pattern_search(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sre_SRE_Pattern_search() argument
458 _sre_SRE_Pattern_finditer(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Pattern_finditer() argument
527 _sre_SRE_Pattern_scanner(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Pattern_scanner() argument
647 _sre_SRE_Pattern_sub(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Pattern_sub() argument
701 _sre_SRE_Pattern_subn(PatternObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Pattern_subn() argument
1090 _sre_SRE_Scanner_match(ScannerObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Scanner_match() argument
1111 _sre_SRE_Scanner_search(ScannerObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_SRE_Scanner_search() argument
[all...]
/third_party/python/Modules/clinic/
H A Darraymodule.c.h154 array_array_extend(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in array_array_extend() argument
297 array_array_fromfile(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in array_array_fromfile() argument
342 array_array_tofile(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in array_array_tofile() argument
584 array_array___reduce_ex__(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_array___reduce_ex__() argument
616 array_arrayiterator___reduce__(arrayiterobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_arrayiterator___reduce__() argument
[all...]
/third_party/rust/crates/regex/regex-syntax/src/
H A Dunicode.rs641 let mut cls = gencat("Unassigned")?; variables
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidUtil.cpp125 const jclass cls = env->FindClass(className); in findClass() local
135 const jclass cls = env->GetObjectClass(object); in getObjectClass() local
143 jmethodID getMethodID (JNIEnv* env, jclass cls, const char* methodName, const char* signature) in getMethodID() argument
225 int getStaticFieldValue<int> (JNIEnv* env, jclass cls, jfieldI argument
232 getStaticFieldValue(JNIEnv* env, jclass cls, jfieldID fieldId) getStaticFieldValue() argument
243 getStaticFieldValue(JNIEnv* env, jclass cls, jfieldID fieldId) getStaticFieldValue() argument
271 const jclass cls = findClass(env, className); getStaticField() local
295 const jclass cls = getObjectClass(env, obj); getField() local
[all...]
/device/soc/rockchip/rk3588/kernel/net/rfkill/
H A Drfkill-wlan.c738 static ssize_t wifi_power_show(struct class *cls, struct class_attribute *attr, char *_buf) in wifi_power_show() argument
743 static ssize_t wifi_power_store(struct class *cls, struct class_attribute *attr, const char *_buf, size_t _count) in wifi_power_store() argument
762 static ssize_t wifi_bt_vbat_show(struct class *cls, struct class_attribute *attr, char *_buf) in wifi_bt_vbat_show() argument
767 static ssize_t wifi_bt_vbat_store(struct class *cls, struct class_attribute *attr, const char *_buf, size_t _count) in wifi_bt_vbat_store() argument
786 static ssize_t wifi_set_carddetect_store(struct class *cls, struct class_attribute *attr, const char *_buf, size_t _count) in wifi_set_carddetect_store() argument
/third_party/gn/src/gn/
H A Dxcode_object.cc284 const char* ToString(PBXObjectClass cls) { in ToString() argument
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckAPI.java107 private String cls; // enclosing class field in CheckAPI.Info
[all...]
H A DICUJDKCompare.java736 static int primIndex(Class cls) { in primIndex() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.h197 void set_chip_class(r600_chip_class cls) {m_chip_class = cls;}; in set_chip_class() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dpostprocessor.c134 void *cls; member

Completed in 27 milliseconds

123456789