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

1 2 3 45

  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
VideoMultimeterTest.java 296 listener.testLog(
  /tools/tradefederation/core/prod-tests/src/com/android/wireless/tests/
WifiStressTest.java 294 listener.testLog(String.format("result-%s.txt", test.mTestName), LogDataType.TEXT,
  /tools/tradefederation/core/src/com/android/tradefed/util/
SubprocessTestResultsParser.java 402 mListener.testLog(name, logInfo.mLogType, data);
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ResultReporter.java 558 public void testLog(String name, LogDataType type, InputStreamSource stream) {
561 // Shard ResultReporters forward testLog to the mMasterResultReporter
562 mMasterResultReporter.testLog(name, type, stream);
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityTest.java 668 logger.testLog(String.format("bugreport-checker-pre-module-%s", moduleName),
690 logger.testLog(String.format("bugreport-checker-post-module-%s", moduleName),
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/bluetooth/tests/
BluetoothStressTest.java 549 listener.testLog(String.format("%s_hcidump", t.mTestName), LogDataType.TEXT,
583 listener.testLog(String.format("%s_output", testInfo.mTestName),
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
InstrumentationTest.java     [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
HermeticLaunchTest.java 381 listener.testLog(currentAtraceFile.getName(), LogDataType.TEXT, stream);
FioBenchmarkTest.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 86 using tcu::TestLog;
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
HostTestTest.java 463 mListener.testLog(
    [all...]
CodeCoverageTestBaseTest.java 264 .testLog(
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
NativeDeviceTest.java 795 listener.testLog(dataName, LogDataType.BUGREPORTZ, stream);
819 listener.testLog(dataName, LogDataType.BUGREPORT, stream);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestLog.java 28 public class TestLog extends RSBaseCompute {
650 public void testLog() {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_math.py 591 def testLog(self):
    [all...]
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java 87 private static final String LOG_FILE_NAME = "/sdcard/TestLog.qpa";
313 mSink.testLog(testId.getClassName() + "." + testId.getTestName() + "@"
533 * Handles dEQP testlog data.
    [all...]
  /external/python/cpython2/Lib/test/
test_math.py 591 def testLog(self):
    [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...]
  /tools/tradefederation/core/src/com/android/tradefed/device/
NativeDevice.java     [all...]

Completed in 2064 milliseconds

1 2 3 45