Home
last modified time | relevance | path

Searched refs:resumable (Results 1 – 11 of 11) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
DTagBalancingHtmlStreamEventReceiver.java125 if (top.resumable) { in prepareForContent()
187 if (unclosed.resumable) { in closeTag()
258 final boolean resumable; field in TagBalancingHtmlStreamEventReceiver.ElementContainmentInfo
273 String elementName, boolean resumable, int types, int contents, in ElementContainmentInfo() argument
277 this.resumable = resumable; in ElementContainmentInfo()
374 String elementName, boolean resumable, int types, int contentTypes) { in defineElement() argument
375 return defineElement(elementName, resumable, types, contentTypes, null); in defineElement()
379 String elementName, boolean resumable, int types, int contentTypes, in defineElement() argument
382 elementName, resumable, types, contentTypes, null, inScopes); in defineElement()
386 String elementName, boolean resumable, int types, int contentTypes, in defineElement() argument
[all …]
/external/expat/tests/
Druntests.c1100 static XML_Bool resumable = XML_FALSE; variable
1106 XML_StopParser(parser, resumable); in clearing_aborting_character_handler()
1123 resumable = XML_FALSE; in START_TEST()
1144 resumable = XML_TRUE; in START_TEST()
/external/python/cpython2/Modules/expat/
Dexpat.h818 XML_StopParser(XML_Parser parser, XML_Bool resumable);
Dxmlparse.c1774 XML_StopParser(XML_Parser parser, XML_Bool resumable) in XML_StopParser() argument
1778 if (resumable) { in XML_StopParser()
1788 if (resumable) { in XML_StopParser()
/external/expat/lib/
Dexpat.h818 XML_StopParser(XML_Parser parser, XML_Bool resumable);
Dxmlparse.c1810 XML_StopParser(XML_Parser parser, XML_Bool resumable) in XML_StopParser() argument
1814 if (resumable) { in XML_StopParser()
1824 if (resumable) { in XML_StopParser()
/external/python/cpython2/Doc/library/
Dwsgiref.rst158 returns an empty string, iteration is ended and is not resumable.
/external/python/cpython2/Doc/howto/
Dfunctional.rst445 is what generators provide; they can be thought of as resumable functions.
/external/python/cpython2/Doc/whatsnew/
D2.2.rst554 generators provide; they can be thought of as resumable functions.
D2.3.rst143 generators provide; they can be thought of as resumable functions.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz