Searched refs:handle_start (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | tdc_batch.py | 55 handle_start = args.handle_start variable 106 cmd = formatter(device, prio, handle_start + index, skip, src_mac,
|
D | tdc_multibatch.py | 57 handle = args.handle_start
|
/external/python/cpython2/Modules/ |
D | _elementtree.c | 2070 PyObject* handle_start; member 2310 else if (self->handle_start) { 2319 res = PyObject_CallFunction(self->handle_start, "OO", tag, attrib); 2583 self->handle_start = 2607 self->handle_start = PyObject_GetAttrString(target, "start"); 2608 if (ignore_attribute_error(self->handle_start)) { 2683 Py_XDECREF(self->handle_start);
|
/external/python/cpython3/Modules/ |
D | _elementtree.c | 3069 PyObject *handle_start; member 3305 else if (self->handle_start) { in expat_start_handler() 3313 res = PyObject_CallFunctionObjArgs(self->handle_start, in expat_start_handler() 3616 self->handle_start = self->handle_data = self->handle_end = NULL; in xmlparser_new() 3692 self->handle_start = PyObject_GetAttrString(target, "start"); in _elementtree_XMLParser___init___impl() 3693 if (ignore_attribute_error(self->handle_start)) { in _elementtree_XMLParser___init___impl() 3772 Py_VISIT(self->handle_start); in xmlparser_gc_traverse() 3798 Py_CLEAR(self->handle_start); in xmlparser_gc_clear()
|