Searched refs:_feed (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_xml_etree.py | 1355 def _feed(self, parser, data, chunk_size=None): member in XMLPullParserTest 1383 self._feed(parser, "<!-- comment -->\n", chunk_size) 1385 self._feed(parser, 1389 self._feed(parser, ">\n", chunk_size) 1391 self._feed(parser, "<element>text</element>tail\n", chunk_size) 1392 self._feed(parser, "<empty-element/>\n", chunk_size) 1397 self._feed(parser, "</root>\n", chunk_size) 1404 self._feed(parser, "<root>\n <element key='value'>text</element>\n") 1407 self._feed(parser, "</root>\n") 1416 self._feed(parser, "<!-- comment -->\n") [all …]
|
/external/python/cpython2/Lib/multiprocessing/ |
D | queues.py | 187 target=Queue._feed, 234 def _feed(buffer, notempty, send, writelock, close): member in Queue
|
/external/python/cpython3/Lib/multiprocessing/ |
D | queues.py | 170 target=Queue._feed, 214 def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe, member in Queue
|
/external/autotest/site_utils/rpm_control_system/ |
D | BeautifulSoup.py | 1147 self._feed(isHTML=isHTML) 1162 def _feed(self, inDocumentEncoding=None, isHTML=False): member in BeautifulStoneSoup 1616 self._feed(self.declaredHTMLEncoding)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.2rc1.rst | 371 multiprocessing.Queue._feed background running thread do not break from main
|
D | 3.5.4rc1.rst | 460 multiprocessing.Queue._feed background running thread do not break from main
|
D | 3.7.0a1.rst | 2595 multiprocessing.Queue._feed background running thread do not break from main
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.15rc1.rst | 901 multiprocessing.Queue._feed background running thread do not break from main
|