/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnvmbcs.cpp | 635 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[], int32_t state, uint32_t offset, uint32_t value, UConverterEnumToUCallback *callback, const void *context, UErrorCode *pErrorCode) enumToU() argument 809 ucnv_MBCSEnumToUnicode(UConverterMBCSTable *mbcsTable, UConverterEnumToUCallback *callback, const void *context, UErrorCode *pErrorCode) ucnv_MBCSEnumToUnicode() argument [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_xmp.cpp | 638 bool dng_xmp::IteratePaths (IteratePathsCallback *callback, in IteratePaths() argument
|
/third_party/python/Modules/ |
H A D | gcmodule.c | 873 PyObject *callback; handle_weakrefs() local [all...] |
/third_party/python/Lib/ |
H A D | pydoc.py | 2196 def callback(path, modname, desc, modules=modules): function 2275 def callback(path, modname, desc): function 2524 def callback(path, modname, desc): global() function [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_base_events.py | 917 def callback(): function
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.c | 1853 void pa_raop_client_set_state_callback(pa_raop_client *c, pa_raop_client_state_cb_t callback, void *userdata) { in pa_raop_client_set_state_callback() argument
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.cc | 1614 auto callback = [&](int i1, int i2) { in MatchRepeatedFieldIndices() local 344 SetMatchIndicesForSmartListCallback( std::function<void(std::vector<int>*, std::vector<int>*)> callback) SetMatchIndicesForSmartListCallback() argument 1505 MaximumMatcher(int count1, int count2, NodeMatchCallback callback, std::vector<int>* match_list1, std::vector<int>* match_list2) MaximumMatcher() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.cc | 1812 ForEachChunkAux( absl::cord_internal::CordRep* rep, absl::FunctionRef<void(absl::string_view)> callback) ForEachChunkAux() argument
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | xen-blkfront.c | 183 struct gnttab_free_callback callback; member
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-aes.c | 821 dma_async_tx_callback callback; in atmel_aes_dma_transfer_start() local
|
H A D | sa2ul.c | 216 dma_async_tx_callback callback; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_cmd.h | 872 void (*callback)(struct adapter *padapter, struct cmd_obj *cmd); member
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | ftdi-elan.c | 138 void (*callback)(void *endp, struct urb *urb, u8 *buf, int len, member [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | mod_devicetable.h | 567 int (*callback)(const struct dmi_system_id *); member
|
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 382 static void for_each_online_package_in_set(void (*callback)(int, void *, void *, in for_each_online_package_in_set() argument 429 for_each_online_target_cpu_in_set( void (*callback)(int, void *, void *, void *, void *), void *arg1, void *arg2, void *arg3, void *arg4) for_each_online_target_cpu_in_set() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 4678 page_get_link(struct dentry *dentry, struct inode *inode, struct delayed_call *callback) page_get_link() argument
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 5159 page_get_link(struct dentry *dentry, struct inode *inode, struct delayed_call *callback) page_get_link() argument
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | xen-blkfront.c | 184 struct gnttab_free_callback callback; member
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-aes.c | 808 dma_async_tx_callback callback; in atmel_aes_dma_transfer_start() local
|
H A D | sa2ul.c | 236 dma_async_tx_callback callback; member
|
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
H A D | efct_hw.h | 335 void (*callback)(void *arg, u8 *cqe, int status); member 569 void (*callback)(int status, void *arg); member [all...] |
/third_party/alsa-lib/src/control/ |
H A D | control.c | 1400 snd_async_add_ctl_handler(snd_async_handler_t **handler, snd_ctl_t *ctl, snd_async_callback_t callback, void *private_data) snd_async_add_ctl_handler() argument
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nccbtst.c | 2820 testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, const char *mySubChar, int8_t len) testConvertToUnicode() argument 3193 testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) testConvertToUnicodeWithContext() argument [all...] |
/third_party/node/src/ |
H A D | node_http2.cc | 249 Local<Function> Http2Settings::callback() const { in callback() function in node::http2::Http2Settings 238 Http2Settings(Http2Session* session, Local<Object> obj, Local<Function> callback, uint64_t start_time) Http2Settings() argument 3020 AddPing(const uint8_t* payload, Local<Function> callback) AddPing() argument 3059 AddSettings(Local<Function> callback) AddSettings() argument 3083 Http2Ping( Http2Session* session, Local<Object> obj, Local<Function> callback) Http2Ping() argument 3097 Local<Function> Http2Ping::callback() const { callback() function in node::http2::Http2Ping [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | security.c | 5098 ntfs_read_directory(struct SECURITY_API *scapi, const char *path, ntfs_filldir_t callback, void *context) ntfs_read_directory() argument
|