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.py1050 def _feed(self, parser, data, chunk_size=None): member in XMLPullParserTest
1067 self._feed(parser, "<!-- comment -->\n", chunk_size)
1069 self._feed(parser,
1073 self._feed(parser, ">\n", chunk_size)
1075 self._feed(parser, "<element>text</element>tail\n", chunk_size)
1076 self._feed(parser, "<empty-element/>\n", chunk_size)
1081 self._feed(parser, "</root>\n", chunk_size)
1088 self._feed(parser, "<root>\n <element key='value'>text</element>\n")
1091 self._feed(parser, "</root>\n")
1100 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.py161 target=Queue._feed,
205 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.rst461 multiprocessing.Queue._feed background running thread do not break from main
D3.7.0a1.rst2600 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