Home
last modified time | relevance | path

Searched refs:handle_data (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Lib/html/
H A Dparser.py74 by calling self.handle_data() with the data as argument (the data
77 corresponding Unicode character (and self.handle_data() is no
143 # we can't pass the text to handle_data in case we have
162 self.handle_data(unescape(rawdata[i:j]))
164 self.handle_data(rawdata[i:j])
180 self.handle_data("<")
195 self.handle_data(unescape(rawdata[i:k]))
197 self.handle_data(rawdata[i:k])
211 self.handle_data(rawdata[i:i+2])
237 self.handle_data("
439 def handle_data(self, data): global() member in HTMLParser
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsistency_tools.py60 self.handle_data = HandleData(self.reg)
89 self.handle_data,
95 self.handle_data,
758 def compute_type_to_codes(handle_data, types_to_codes, extra_op=None):
761 - handle_data is a HandleData instance.
782 handle_ancestors = handle_data.ancestors_dict
797 def compute_codes_requiring_type(handle_data, types_to_codes, registry=None):
801 handle_data is a HandleData instance.
814 handle_descendants = handle_data.descendants_dict
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_android.c109 const uint32_t *handle_data = &handle_fds[gralloc_info->handle->numFds]; in tu_gralloc_info_other() local
134 if (handle_data[0] != gmsm) { in tu_gralloc_info_other()
137 handle_data[0], gmsm); in tu_gralloc_info_other()
141 ubwc = handle_data[1] & 0x08000000; in tu_gralloc_info_other()
/third_party/skia/tools/
H A Dcompare_codereview.py108 def handle_data(self, data): member in CodeReviewHTMLParser
237 def handle_data(self, data): member in BuilderHTMLParser
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wired.c80 static void handle_data(void *ctx, unsigned char *buf, size_t len) in handle_data() function
91 wpa_printf(MSG_MSGDUMP, "handle_data: too short (%lu)", in handle_data()
131 handle_data(eloop_ctx, buf, len); in handle_read()
H A Ddriver_hostap.c58 static void handle_data(struct hostap_driver_data *drv, u8 *buf, size_t len, in handle_data() function
191 handle_data(drv, buf, data_len, stype); in handle_frame()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wired.c80 static void handle_data(void *ctx, unsigned char *buf, size_t len) in handle_data() function
91 wpa_printf(MSG_MSGDUMP, "handle_data: too short (%lu)", in handle_data()
131 handle_data(eloop_ctx, buf, len); in handle_read()
H A Ddriver_hostap.c58 static void handle_data(struct hostap_driver_data *drv, u8 *buf, size_t len, in handle_data() function
191 handle_data(drv, buf, data_len, stype); in handle_frame()
/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c186 struct handle_data struct
218 struct handle_data *d = (struct handle_data*)data; in debuginfod_write_callback()
551 struct handle_data *data = (struct handle_data *) userdata; in header_callback()
1234 struct handle_data *data = malloc(sizeof(struct handle_data) * num_urls); in debuginfod_query_server()
1247 /* Initialize handle_data with default values. */ in debuginfod_query_server()
/third_party/node/src/crypto/
H A Dcrypto_keys.h254 const std::shared_ptr<KeyObjectData>& handle_data) in NativeKeyObject()
256 handle_data_(handle_data) { in NativeKeyObject()
252 NativeKeyObject(Environment* env, v8::Local<v8::Object> wrap, const std::shared_ptr<KeyObjectData>& handle_data) NativeKeyObject() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py379 def handle_data (self, data): member in OpenTypeRegistryParser
384 self.handle_data (html.unescape ('&#%s;' % name))
387 self.handle_data (html.unescape ('&%s;' % name))
/third_party/python/Modules/
H A D_elementtree.c3058 PyObject *handle_data; member
3220 else if (self->handle_data) in expat_default_handler()
3221 res = PyObject_CallOneArg(self->handle_data, value); in expat_default_handler()
3329 else if (self->handle_data) in expat_data_handler()
3330 res = PyObject_CallOneArg(self->handle_data, data); in expat_data_handler()
3604 self->handle_start = self->handle_data = self->handle_end = NULL; in xmlparser_new()
3684 self->handle_data = PyObject_GetAttrString(target, "data"); in _elementtree_XMLParser___init___impl()
3685 if (ignore_attribute_error(self->handle_data)) { in _elementtree_XMLParser___init___impl()
3759 Py_VISIT(self->handle_data); in xmlparser_gc_traverse()
3785 Py_CLEAR(self->handle_data); in xmlparser_gc_clear()
[all...]
/third_party/python/Lib/idlelib/
H A Dhelp.py151 def handle_data(self, data): member in HelpParser
/third_party/python/Lib/
H A Dplistlib.py184 self.parser.CharacterDataHandler = self.handle_data
206 def handle_data(self, data): member in _PlistParser
/third_party/python/Lib/test/
H A Dtest_htmlparser.py49 def handle_data(self, data): member in EventCollector
298 # make sure that HTMLParser calls handle_data only once for each CDATA.

Completed in 19 milliseconds