Home
last modified time | relevance | path

Searched defs:data (Results 14651 - 14675 of 17640) sorted by relevance

1...<<581582583584585586587588589590>>...706

/third_party/libabigail/src/
H A Dabg-elf-reader.cc78 Elf_Data *data = elf_getdata(section, 0); in find_alt_dwarf_debug_info_link() local
395 Elf_Data *data; in locate_alt_ctf_debug_info() local
[all...]
/third_party/qrcodegen/rust/src/
H A Dlib.rs1102 pub fn data(&self) -> &Vec<bool> { data() functions
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Djsval_layout_opaque.hpp424 jsval_layout data; member
/third_party/python/Tools/demo/
H A Dspreadsheet.py243 def data(self, text): member in SheetParser
/third_party/openssl/test/
H A Dcmp_ctx_test.c207 ASN1_OCTET_STRING *data = NULL; in execute_CTX_reqExtensions_have_SAN_test() local
/third_party/popt/src/
H A Dpopthelp.c33 displayArgs(poptContext con, UNUSED(enum poptCallbackReason foo), struct poptOption * key, UNUSED(const char * arg), UNUSED(void * data)) displayArgs() argument
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c281 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument
319 static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_process_msg() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-solaris.c398 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument
472 static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_process_msg() argument
[all...]
H A Dmodule-zeroconf-publish.c643 static int avahi_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in avahi_process_msg() argument
H A Dmodule-device-restore.c185 pa_datum key, data; in entry_write() local
210 pa_datum key, data; in entry_read() local
347 pa_datum key, data; perportentry_write() local
390 pa_datum key, data; perportentry_read() local
521 legacy_entry_read(struct userdata *u, pa_datum *data, struct entry **entry, struct perportentry **perportentry) legacy_entry_read() argument
[all...]
/third_party/python/Include/cpython/
H A Dunicodeobject.h230 } data; /* Canonical, smallest-form Unicode buffer */ global() member
329 void *data; _PyUnicode_NONCOMPACT_DATA() local
371 PyUnicode_WRITE(int kind, void *data, Py_ssize_t index, Py_UCS4 value) PyUnicode_WRITE() argument
396 PyUnicode_READ(int kind, const void *data, Py_ssize_t index) PyUnicode_READ() argument
706 Py_UNICODE *data = PyUnicode_AS_UNICODE(op); PyUnicode_AS_DATA() local
720 void *data; global() member
[all...]
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c646 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument
735 static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_process_msg() argument
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dsmallft.c1234 void spx_drft_forward(struct drft_lookup *l,float *data){ in spx_drft_forward() argument
1239 void spx_drft_backward(struct drft_lookup *l,float *data){ in spx_drft_backward() argument
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-recv.c134 static int sink_input_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_input_process_msg() argument
480 pa_sink_input_new_data data; in session_new() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsource-output.h246 pa_proplist *data; member
[all...]
H A Dprotocol-http.c536 pa_source_output_new_data data; in handle_listen_prefix() local
[all...]
/third_party/pulseaudio/src/pulse/
H A Dmainloop.c460 WSADATA data; in pa_mainloop_new() local
/third_party/python/Lib/
H A Dsmtplib.py556 def data(sel member in SMTP
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_subprocess.py341 code = 'import sys; data = sys.stdin.read(); print(len(data))' global() namespace
360 code = 'import sys; data = sys.stdin.read(); print(len(data))' global() namespace
379 code = 'import sys; data = sys.stdin.read(); print(len(data))' global() namespace
398 code = 'import sys; data = sys.stdin.read(); print(len(data))' global() namespace
417 code = 'import sys; data = sys.stdin.read(); print(len(data))' global() namespace
[all...]
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_lib.c48 struct decoder_process_data_st data; in OSSL_DECODER_from_bio() local
368 struct collect_extra_decoder_data_st *data = arg; in collect_extra_decoder() local
479 struct collect_extra_decoder_data_st data; OSSL_DECODER_CTX_add_extra() local
540 &data); OSSL_DECODER_CTX_add_extra() local
677 struct decoder_process_data_st *data = arg; decoder_process() local
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_smime.c505 CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_sign_ex() argument
550 CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data, unsigned int flags) CMS_sign() argument
888 CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags) CMS_final() argument
[all...]
/third_party/openssl/crypto/err/
H A Derr.c390 unsigned long ERR_peek_error_data(const char **data, int *flags) in ERR_peek_error_data() argument
355 ERR_get_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_get_error_all() argument
368 ERR_get_error_line_data(const char **file, int *line, const char **data, int *flags) ERR_get_error_line_data() argument
395 ERR_peek_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_peek_error_all() argument
403 ERR_peek_error_line_data(const char **file, int *line, const char **data, int *flags) ERR_peek_error_line_data() argument
425 ERR_peek_last_error_data(const char **data, int *flags) ERR_peek_last_error_data() argument
430 ERR_peek_last_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_peek_last_error_all() argument
438 ERR_peek_last_error_line_data(const char **file, int *line, const char **data, int *flags) ERR_peek_last_error_line_data() argument
445 get_error_values(ERR_GET_ACTION g, const char **file, int *line, const char **func, const char **data, int *flags) get_error_values() argument
777 err_set_error_data_int(char *data, size_t size, int flags, int deallocate) err_set_error_data_int() argument
792 ERR_set_error_data(char *data, int flags) ERR_set_error_data() argument
[all...]
/third_party/openssl/crypto/evp/
H A Devp_rand.c491 EVP_RAND_names_do_all(const EVP_RAND *rand, void (*fn)(const char *name, void *data), void *data) EVP_RAND_names_do_all() argument
H A Ddigest.c375 int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count) in EVP_DigestUpdate() argument
646 int EVP_Digest(const void *data, size_t count, in EVP_Digest() argument
664 EVP_Q_digest(OSSL_LIB_CTX *libctx, const char *name, const char *propq, const void *data, size_t datalen, unsigned char *md, size_t *mdlen) EVP_Q_digest() argument
[all...]
/third_party/openssl/crypto/engine/
H A Deng_openssl.c334 static int test_sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) in test_sha1_update() argument
523 ossl_int_update(EVP_MD_CTX *ctx, const void *data, size_t count) ossl_int_update() argument
[all...]

Completed in 35 milliseconds

1...<<581582583584585586587588589590>>...706