HomeSort by relevance Sort by last modified time
    Searched full:tagend (Results 1 - 16 of 16) sorted by null

  /external/owasp/sanitizer/src/tests/org/owasp/html/
htmllexergolden1.txt 8 TAGEND [>] : 141-142
11 TAGEND [>] : 148-149
14 TAGEND [>] : 156-157
17 TAGEND [>] : 204-205
26 TAGEND [/>] : 259-261
35 TAGEND [>] : 401-402
40 TAGEND [>] : 434-435
43 TAGEND [>] : 524-525
48 TAGEND [>] : 557-558
51 TAGEND [>] : 627-62
    [all...]
HtmlLexerTest.java 79 "TAGEND: >",
82 "TAGEND: >");
93 "TAGEND: >",
96 "TAGEND: >");
110 "TAGEND: >",
121 "TAGEND: >");
  /development/apps/Development/src/com/android/development/
LogViewer.java 102 int tagEnd = next0(bytes, HEADER_SIZE);
103 int fileEnd = next0(bytes, tagEnd + 1);
107 = forAsciiBytes(bytes, HEADER_SIZE, tagEnd);
  /external/oprofile/libop/
op_events.c 116 char const * tagend = line + 1; local
122 while (*tagend != ':' && *tagend)
123 ++tagend;
125 if (valueend == tagend)
128 if (!*tagend)
131 ++tagend;
137 include_um(tagend, valueend);
145 um->name = op_xstrndup(tagend, valueend - tagend);
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlTokenType.java 69 TAGEND,
HtmlSanitizer.java 150 && lexer.next().type != HtmlTokenType.TAGEND) {
176 case TAGEND:
HtmlLexer.java 93 case TAGEND:
94 if (state == State.SAW_EQ && HtmlTokenType.TAGEND == token.type) {
260 * HtmlTokenType.{TEXT,TAGBEGIN,TAGEND,DIRECTIVE,COMMENT,CDATA,DIRECTIVE}</tt>
324 case TAGEND:
406 type = HtmlTokenType.TAGEND;
410 type = HtmlTokenType.TAGEND;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeRareData.h 205 TagCollectionCacheNS::const_iterator tagEnd = m_tagCollectionCacheNS.end();
206 for (TagCollectionCacheNS::const_iterator it = m_tagCollectionCacheNS.begin(); it != tagEnd; ++it) {
  /external/jhead/
main.c 240 char* tagEnd = strchr(attrPtr, '=');
241 if (tagEnd == 0) {
247 if (tagEnd - attrPtr > 99) {
253 memcpy(tag, attrPtr, tagEnd - attrPtr);
254 tag[tagEnd - attrPtr] = 0;
265 attrPtr = tagEnd + 1;
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 695 uint32_t tagBegin, tagEnd; // [tagBegin, tagEnd)
697 tagEnd = camera_metadata_section_bounds[sectionIndex][1];
699 for (tag = tagBegin; tag < tagEnd; ++tag) {
709 if (tag == tagEnd) {
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp 385 print(UChar* src, int32_t srcLen,const char *tagStart,const char *tagEnd, UErrorCode *status){
404 write_utf8_file(out,UnicodeString(tagEnd));
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 397 print(UChar* src, int32_t srcLen,const char *tagStart,const char *tagEnd, UErrorCode *status){
416 write_utf8_file(out,UnicodeString(tagEnd));
    [all...]
  /external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/
HtmlSanitizer.Policy.html 153 <FONT color="green">150</FONT> &amp;&amp; lexer.next().type != HtmlTokenType.TAGEND) {<a name="line.150"></a>
179 <FONT color="green">176</FONT> case TAGEND:<a name="line.176"></a>
HtmlSanitizer.html 153 <FONT color="green">150</FONT> &amp;&amp; lexer.next().type != HtmlTokenType.TAGEND) {<a name="line.150"></a>
179 <FONT color="green">176</FONT> case TAGEND:<a name="line.176"></a>
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 627 milliseconds