Home
last modified time | relevance | path

Searched defs:handle_data (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/tools/
Dcompare_codereview.py108 def handle_data(self, data): member in CodeReviewHTMLParser
237 def handle_data(self, data): member in BuilderHTMLParser
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c186 struct handle_data struct
189 int fd;
192 char url[PATH_MAX];
218 struct handle_data *d = (struct handle_data*)data; in debuginfod_write_callback() argument
/third_party/python/Lib/idlelib/
Dhelp.py151 def handle_data(self, data): member in HelpParser
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconsistency_tools.py637 def compute_type_to_codes(handle_data, types_to_codes, extra_op=None): argument
680 def compute_codes_requiring_type(handle_data, types_to_codes, registry=None): argument
/third_party/python/Lib/html/
Dparser.py446 def handle_data(self, data): member in HTMLParser
/third_party/node/src/crypto/
Dcrypto_keys.h251 const std::shared_ptr<KeyObjectData>& handle_data) in NativeKeyObject()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_android.c109 const uint32_t *handle_data = &handle_fds[gralloc_info->handle->numFds]; in tu_gralloc_info_other() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_wired.c80 static void handle_data(void *ctx, unsigned char *buf, size_t len) in handle_data() function
Ddriver_hostap.c58 static void handle_data(struct hostap_driver_data *drv, u8 *buf, size_t len, in handle_data() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_wired.c80 static void handle_data(void *ctx, unsigned char *buf, size_t len) in handle_data() function
Ddriver_hostap.c58 static void handle_data(struct hostap_driver_data *drv, u8 *buf, size_t len, in handle_data() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py379 def handle_data (self, data): member in OpenTypeRegistryParser
/third_party/python/Lib/test/
Dtest_htmlparser.py49 def handle_data(self, data): member in EventCollector
/third_party/python/Lib/
Dplistlib.py197 def handle_data(self, data): member in _PlistParser
/third_party/python/Modules/
D_elementtree.c3070 PyObject *handle_data; member