Home
last modified time | relevance | path

Searched refs:_feed (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_xml_etree.py1355 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/
Dqueues.py187 target=Queue._feed,
234 def _feed(buffer, notempty, send, writelock, close): member in Queue
/external/python/cpython3/Lib/multiprocessing/
Dqueues.py170 target=Queue._feed,
214 def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe, member in Queue
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1147 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/
D3.6.2rc1.rst371 multiprocessing.Queue._feed background running thread do not break from main
D3.5.4rc1.rst460 multiprocessing.Queue._feed background running thread do not break from main
D3.7.0a1.rst2595 multiprocessing.Queue._feed background running thread do not break from main
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst901 multiprocessing.Queue._feed background running thread do not break from main