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

  /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/chromium_org/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/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 19 import com.android.cts.tradefed.result.TestLog.TestLogType;
67 private List<TestLog> mTestLogs;
90 public void addTestLog(TestLog testLog) {
91 addTestLogLocked(testLog);
349 } else if (eventType == XmlPullParser.START_TAG && TestLog.isTag(parser.getName())) {
358 /** Parse a TestLog entry from the parser positioned at a TestLog tag. */
360 TestLog log = TestLog.fromXml(parser)
    [all...]
IssueReporter.java 80 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {
CtsXmlResultReporter.java 116 /** Set whether to include TestLog tags in the XML reports. */
217 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {
234 TestLog log = TestLog.fromDataName(dataName, logFile.getUrl());
  /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/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
MeteringTest.java 185 String testLog;
187 testLog = mReferenceLogs.get(i);
188 mDebugText += (testLog + "<br/>");
AutoLockTest.java 949 String testLog;
951 testLog = mReferenceLogs.get(i)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java 240 mListener.testLog(mCurrentTestId.getClassName() + "."
293 mListener.testLog(mCurrentTestId.getClassName() + "."
304 * Handles dEQP testlog data.
413 String logFileName = "/sdcard/TestLog.qpa";
500 mListener.testLog(mCurrentTestId.getClassName() + "."
CtsTest.java 255 super.testLog(String.format("bug-%s_%s", test.getClassName(), test.getTestName()),
282 super.testLog(String.format("logcat-%s_%s", test.getClassName(), test.getTestName()),
306 super.testLog(String.format("screenshot-%s_%s", test.getClassName(),
543 listener.testLog("screenshot", LogDataType.PNG, screenshotSource);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestLog.java 25 public class TestLog extends RSBaseCompute {
278 public void testLog() {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 759 options.testLog = ('testLog' in argumentOptions) ? argumentOptions.testLog : 'testlog';
761 options.testLog = DrNicTest.$(options.testLog);
765 this.logger = new DrNicTest.Unit.Logger(options.testLog);
    [all...]
proxy_form_controller_test.js 511 }, { testLog: 'proxyformcontrollerlog' });
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 48 using tcu::TestLog;
739 void log (TestLog& log);
782 void TestThread::log (TestLog& testLog)
785 testLog << TestLog::Message << "Thread failed: " << m_errorString << TestLog::EndMessage;
952 TestLog& log = testCtx.getLog();
959 log << TestLog::SampleList("Result", "Result")
960 << 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 
  /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 582 milliseconds