HomeSort by relevance Sort by last modified time
    Searched refs:parseString (Results 1 - 25 of 48) sorted by null

1 2

  /system/core/nexus/
DhcpEvent.h 30 static int parseString(const char *buffer);
DhcpState.h 36 static int parseString(const char *buffer);
DhcpEvent.cpp 41 int DhcpEvent::parseString(const char *buffer) {
DhcpListener.cpp 61 int st = DhcpState::parseString(tmp);
100 int ev = DhcpEvent::parseString(tmp);
DhcpState.cpp 53 int DhcpState::parseString(const char *buffer) {
  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 98 String parseString = "";
100 parseString = str.substring(start, end);
114 int refIdx = parseString.indexOf('#', 0);
115 if (parseString.startsWith("//")) {
118 fileIdx = parseString.indexOf('/', hostIdx);
119 int questionMarkIndex = parseString.indexOf('?', hostIdx);
133 int userIdx = parseString.lastIndexOf('@', hostEnd);
134 authority = parseString.substring(hostIdx, hostEnd);
136 userInfo = parseString.substring(hostIdx, userIdx);
140 portIdx = parseString.indexOf(':', userIdx == -1 ? hostId
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/
Handler.java 101 String parseString = "";
103 parseString = str.substring(start, end).replace('\\', '/');
105 super.parseURL(u, parseString, 0, parseString.length());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElementTest.java 127 SimpleElement.parseString(
135 SimpleElement.parseString(
144 SimpleElement.parseString(
151 SimpleElement.parseString(
161 SimpleElement.parseString(
184 SimpleElement.parseString(
200 SimpleElement.parseString(
SimpleAttributeTest.java 59 SimpleAttribute b = SimpleAttribute.parseString(s);
  /external/webkit/WebCore/css/
CSSStyleRule.cpp 68 bool CSSStyleRule::parseString(const String& /*string*/, bool /*strict*/)
CSSStyleRule.h 51 virtual bool parseString(const String&, bool = false);
WebKitCSSKeyframeRule.h 67 virtual bool parseString(const String&, bool = false);
StyleSheet.h 65 virtual bool parseString(const String&, bool strict = true) = 0;
WebKitCSSKeyframeRule.cpp 55 bool WebKitCSSKeyframeRule::parseString(const String& /*string*/, bool /*strict*/)
CSSStyleSheet.h 82 virtual bool parseString(const String&, bool strict = true);
  /external/webkit/WebCore/xml/
XSLStyleSheetQt.cpp 71 bool XSLStyleSheet::parseString(const String& string, bool)
XSLImportRule.cpp 66 m_styleSheet->parseString(sheet);
107 // and the sheet even gets parsed (via parseString). In this case we have
XSLStyleSheet.h 66 virtual bool parseString(const String &string, bool strict = true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleAttribute.java 88 static SimpleAttribute parseString(String value) {
SimpleXmlTransfer.java 146 return SimpleElement.parseString(s);
  /external/webkit/WebCore/svg/
SVGAnimateTransformElement.cpp 150 String parseString("(" + value + ")");
151 const UChar* ptr = parseString.characters();
152 SVGTransformable::parseTransformValue(m_type, ptr, ptr + parseString.length(), result); // ignoring return value
  /development/testrunner/test_defs/
test_defs.py 67 def ParseString(self, xml_string):
69 doc = xml.dom.minidom.parseString(xml_string)
  /external/gtest/test/
gtest_xml_outfiles_test.py 120 expected = minidom.parseString(expected_xml)
  /external/protobuf/gtest/test/
gtest_xml_outfiles_test.py 118 expected = minidom.parseString(expected_xml)
  /external/webkit/WebCore/dom/
StyleElement.cpp 111 m_sheet->parseString(text, !document->inCompatMode());

Completed in 422 milliseconds

1 2