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

  /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);
  /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/
CtsTest.java 218 super.testLog(String.format("bug-%s_%s", test.getClassName(), test.getTestName()),
245 super.testLog(String.format("logcat-%s_%s", test.getClassName(), test.getTestName()),
269 super.testLog(String.format("screenshot-%s_%s", test.getClassName(),
465 listener.testLog("screenshot", LogDataType.PNG, screenshotSource);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
IssueReporter.java 68 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {
CtsXmlResultReporter.java 204 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {
  /external/chromium/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 517 }, { testLog: 'proxyformcontrollerlog' });
  /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/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...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 680 milliseconds