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

1 2

  /external/slf4j/log4j-over-slf4j/compatibility/src/main/java/test/
Log4j12Calls.java 28 public void testLog() {
Log4j13Calls.java 30 public void testLog() {
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
FailureListener.java 58 super.testLog(String.format("%s-bugreport", test.toString()), LogDataType.BUGREPORT,
66 super.testLog(String.format("%s-logcat", test.toString()), LogDataType.LOGCAT,
73 super.testLog(String.format("%s-screenshot", test.toString()), LogDataType.PNG,
CompatibilityTest.java 484 logger.testLog(String.format("bugreport-checker-pre-module-%s", moduleName),
506 logger.testLog(String.format("bugreport-checker-post-module-%s", moduleName),
  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 40 static const char* TESTCASE_STYLESHEET = "testlog.xsl";
41 static const char* LOG_TAG = "dEQP-TestLog";
242 std::ostringstream testLog;
243 xe::xml::Writer xmlWriter(testLog);
245 testLog << "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
250 listener.testLogData(testLog.str().c_str());
261 std::ostringstream testLog;
262 xe::xml::Writer xmlWriter(testLog);
264 testLog << "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
269 listener.testLogData(testLog.str().c_str())
    [all...]
  /external/v8/test/webkit/
call-apply-crash.js 26 function testLog() { testPassed(this); }
28 Function.prototype.call.apply(testLog, arguments);
32 Function.prototype.call.apply(testLog, arguments);
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
NoOpTestInvocationListener.java 44 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {}
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
MonitoringUtils.java 58 listener.testLog(String.format("bugreport-connectivity-%s", tag),
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 20 import com.android.cts.tradefed.result.TestLog.TestLogType;
54 private List<TestLog> mTestLogs;
77 public void addTestLog(TestLog testLog) {
78 addTestLogLocked(testLog);
227 } else if (eventType == XmlPullParser.START_TAG && TestLog.isTag(parser.getName())) {
236 /** Parse a TestLog entry from the parser positioned at a TestLog tag. */
238 TestLog log = TestLog.fromXml(parser)
    [all...]
IssueReporter.java 80 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {
CtsXmlResultReporter.java 124 /** Set whether to include TestLog tags in the XML reports. */
227 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {
245 TestLog log = TestLog.fromDataName(dataName, logFile.getUrl());
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ModuleListener.java 168 public void testLog(String name, LogDataType type, InputStreamSource stream) {
169 CLog.d("ModuleListener.testLog(%s, %s, %s)", name, type.toString(), stream.toString());
170 mListener.testLog(name, type, stream);
ResultReporter.java 486 public void testLog(String name, LogDataType type, InputStreamSource stream) {
489 // Shard ResultReporters forward testLog to the mMasterResultReporter
490 mMasterResultReporter.testLog(name, type, stream);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
ErrorTracker.java 117 Node testLog = testLogList.item(i);
118 String testLogName = (String) testLog.getAttributes().getNamedItem("name").getNodeValue();
119 Node typeNode=testLog.getAttributes().getNamedItem("type");
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 280 super.testLog(String.format("bug-%s_%s", test.getClassName(), test.getTestName()),
306 super.testLog(String.format("logcat-%s_%s", test.getClassName(), test.getTestName()),
330 super.testLog(String.format("screenshot-%s_%s", test.getClassName(),
619 listener.testLog("screenshot", LogDataType.PNG, screenshotSource);
    [all...]
DeqpTestRunner.java 58 private static final String LOG_FILE_NAME = "/sdcard/TestLog.qpa";
288 mSink.testLog(testId.getClassName() + "." + testId.getTestName() + "@"
546 * Handles dEQP testlog data.
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 86 using tcu::TestLog;
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 52 using tcu::TestLog;
725 void log (TestLog& log);
768 void TestThread::log (TestLog& testLog)
771 testLog << TestLog::Message << "Thread failed: " << m_errorString << TestLog::EndMessage;
943 TestLog& log = testCtx.getLog();
950 log << TestLog::SampleList("Result", "Result")
951 << TestLog::SampleInfo << TestLog::ValueInfo("Time", "Time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestLog.java 28 public class TestLog extends RSBaseCompute {
619 public void testLog() {
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java 87 private static final String LOG_FILE_NAME = "/sdcard/TestLog.qpa";
365 mSink.testLog(testId.getClassName() + "." + testId.getTestName() + "@"
585 * Handles dEQP testlog data.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_math.py 591 def testLog(self):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_math.py 591 def testLog(self):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 591 def testLog(self):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 591 def testLog(self):
    [all...]

Completed in 5329 milliseconds

1 2