Searched refs:parseString (Results 1 - 25 of 49) sorted by relevance

12

/external/markdown/markdown/extensions/
H A Dhtml_tidy.py57 return unicode(tidy.parseString(text.encode('utf-8'),
/external/clang/unittests/AST/
H A DCommentParser.cpp52 FullComment *parseString(const char *Source);
55 FullComment *CommentParserTest::parseString(const char *Source) { function in class:clang::comments::__anon4853::CommentParserTest
599 FullComment *FC = parseString(Source);
606 FullComment *FC = parseString(Source);
617 FullComment *FC = parseString(Source);
644 FullComment *FC = parseString(Sources[i]);
658 FullComment *FC = parseString(Source);
675 FullComment *FC = parseString(Source);
702 FullComment *FC = parseString(Source);
728 FullComment *FC = parseString(Sourc
[all...]
/external/webkit/Source/WebCore/xml/
H A DXSLStyleSheetQt.cpp70 bool XSLStyleSheet::parseString(const String& string, bool) function in class:WebCore::XSLStyleSheet
H A DXSLImportRule.cpp66 m_styleSheet->parseString(sheet);
107 // and the sheet even gets parsed (via parseString). In this case we have
H A DXSLStyleSheet.h72 virtual bool parseString(const String &string, bool strict = true);
H A DXSLTProcessorQt.cpp127 stylesheet->parseString(createMarkup(node));
/external/jmonkeyengine/engine/src/core/com/jme3/util/xml/
H A DSAXUtil.java112 public static String parseString(String str, String def){ method in class:SAXUtil
119 public static String parseString(String str) throws SAXException{ method in class:SAXUtil
/external/webkit/Source/WebCore/css/
H A DCSSStyleRule.cpp98 bool CSSStyleRule::parseString(const String& /*string*/, bool /*strict*/) function in class:WebCore::CSSStyleRule
H A DCSSStyleRule.h51 virtual bool parseString(const String&, bool = false);
H A DStyleSheet.h66 virtual bool parseString(const String&, bool strict = true) = 0;
H A DWebKitCSSKeyframeRule.cpp55 bool WebKitCSSKeyframeRule::parseString(const String& /*string*/, bool /*strict*/) function in class:WebCore::WebKitCSSKeyframeRule
H A DWebKitCSSKeyframeRule.h67 virtual bool parseString(const String&, bool = false);
H A DCSSImportRule.cpp79 m_styleSheet->parseString(sheetText, strict);
H A DCSSStyleSheet.h82 virtual bool parseString(const String&, bool strict = true);
/external/chromium/testing/gtest/test/
H A Dgtest_xml_outfiles_test.py118 expected = minidom.parseString(expected_xml)
H A Dgtest_xml_output_unittest.py230 expected = minidom.parseString(expected_xml)
/external/gtest/test/
H A Dgtest_xml_outfiles_test.py118 expected = minidom.parseString(expected_xml)
H A Dgtest_xml_output_unittest.py230 expected = minidom.parseString(expected_xml)
/external/protobuf/gtest/test/
H A Dgtest_xml_outfiles_test.py118 expected = minidom.parseString(expected_xml)
H A Dgtest_xml_output_unittest.py212 expected = minidom.parseString(expected_xml)
/external/webkit/Source/WebKit/chromium/scripts/
H A Dgenerate_devtools_grd.py95 doc = minidom.parseString(kGrdTemplate)
/external/webkit/Source/WebCore/svg/
H A DSVGAnimateTransformElement.cpp174 String parseString("(" + value + ")");
175 const UChar* ptr = parseString.characters();
176 SVGTransformable::parseTransformValue(m_type, ptr, ptr + parseString.length(), result); // ignoring return value
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.cpp283 String parseString = value.stripWhiteSpace(); local
287 size_t pos = parseString.find('+');
289 pos = parseString.find('-');
296 conditionString = parseString;
298 conditionString = parseString.left(pos).stripWhiteSpace();
299 String offsetString = parseString.substring(pos + 1).stripWhiteSpace();
356 void SVGSMILElement::parseBeginOrEnd(const String& parseString, BeginOrEnd beginOrEnd) argument
365 parseString.split(';', splitString);
/external/webkit/Source/JavaScriptCore/parser/
H A DLexer.h113 ALWAYS_INLINE bool parseString(JSTokenData* lvalp, bool strictMode);
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.cpp126 String parseString = s.toString(); local
129 m_originalSourceForTransform += parseString;

Completed in 306 milliseconds

12