HomeSort by relevance Sort by last modified time
    Searched refs:sourceStr (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/util/src/android/util/cts/
XmlEncodingTest.java 64 final String sourceStr = "<" + TAG_TEST + "><" + TAG_SON + " " + ATT_NAME + "=\"" + STR_ABC
83 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)),
115 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)),
147 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)),
179 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)),
XmlTest.java 91 final String sourceStr = "<" + TAG_TEST + "><" + TAG_SON + " " + ATT_NAME + "=\"" + STR_ABC
198 for (int i = 0; i < sourceStr.length(); i++) {
200 dout.write(sourceStr.charAt(i));
248 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)),
280 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)),
312 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)),
344 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)),
  /external/deqp/framework/qphelper/
qpTestLog.c 1052 const char* sourceStr = ((log->flags & QP_TEST_LOG_EXCLUDE_SHADER_SOURCES) == 0 || !compileOk) ? source : "";
1064 !qpXmlWriter_writeStringElement(log->writer, "ShaderSource", sourceStr) ||
    [all...]
  /external/icu/icu4c/source/common/
caniter.cpp 70 CanonicalIterator::CanonicalIterator(const UnicodeString &sourceStr, UErrorCode &status) :
80 setSource(sourceStr, status);
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 592 const char* const sourceStr = source.c_str();
594 GLU_CHECK_CALL_ERROR(glShaderSource(shader, 1, &sourceStr, DE_NULL), gl().getError());
600 TCU_CHECK_MSG(compileStatus != 0, sourceStr);
    [all...]

Completed in 658 milliseconds