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

  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 183 std::string sourceStr = s.substr(0, found);
186 std::cerr << "source " << sourceStr << ", slot " << slotStr << std::endl;
188 int source = std::stoi(sourceStr);
  /cts/tests/tests/util/src/android/util/cts/
XmlTest.java 90 final String sourceStr = "<" + TAG_TEST + "><" + TAG_SON + " " + ATT_NAME + "=\"" + STR_ABC
197 for (int i = 0; i < sourceStr.length(); i++) {
199 dout.write(sourceStr.charAt(i));
247 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)),
279 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)),
311 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)),
343 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)),
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)),
  /external/deqp/framework/qphelper/
qpTestLog.c 1032 const char* sourceStr = ((log->flags & QP_TEST_LOG_EXCLUDE_SHADER_SOURCES) == 0 || !compileOk) ? source : "";
1044 !qpXmlWriter_writeStringElement(log->writer, "ShaderSource", sourceStr) ||
    [all...]
  /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...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/26.0.0-beta6/
lint-checks-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/26.0.0-beta7/
lint-checks-26.0.0-beta7.jar 

Completed in 2386 milliseconds