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

  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderStringBuilder.cpp 35 const GrGLchar* sourceStr = prettySource.c_str();
39 const GrGLchar* sourceStr = shaderSrc.c_str();
41 GR_GL_CALL(gli, ShaderSource(shaderId, 1, &sourceStr, &sourceLength));
  /cts/tests/tests/util/src/android/util/cts/
XmlEncodingTest.java 57 final String sourceStr = "<" + TAG_TEST + "><" + TAG_SON + " " + ATT_NAME + "=\"" + STR_ABC
76 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)),
108 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)),
140 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)),
172 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)),
XmlTest.java 84 final String sourceStr = "<" + TAG_TEST + "><" + TAG_SON + " " + ATT_NAME + "=\"" + STR_ABC
189 for (int i = 0; i < sourceStr.length(); i++) {
191 dout.write(sourceStr.charAt(i));
239 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)),
271 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)),
303 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)),
335 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)),
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 68 CanonicalIterator::CanonicalIterator(const UnicodeString &sourceStr, UErrorCode &status) :
78 setSource(sourceStr, status);
  /external/icu/icu4c/source/common/
caniter.cpp 68 CanonicalIterator::CanonicalIterator(const UnicodeString &sourceStr, UErrorCode &status) :
78 setSource(sourceStr, status);
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 427 const char* const sourceStr = source.c_str();
429 GLU_CHECK_CALL_ERROR(glShaderSource(shader, 1, &sourceStr, DE_NULL), gl().getError());
435 TCU_CHECK_MSG(compileStatus != 0, sourceStr);
    [all...]
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 735 const GrGLchar* sourceStr = shaderSrc.c_str();
737 GR_GL_CALL(gli, ShaderSource(shaderId, 1, &sourceStr, &sourceLength));
    [all...]

Completed in 227 milliseconds