Home
last modified time | relevance | path

Searched defs:testLog (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/prebuilts/go/linux-x86/src/testing/internal/testdeps/
Ddeps.go70 type testLog struct { struct
71 mu sync.Mutex
72 w *bufio.Writer
73 set bool
76 func (l *testLog) Getenv(key string) {
80 func (l *testLog) Open(name string) {
84 func (l *testLog) Stat(name string) {
88 func (l *testLog) Chdir(name string) {
93 func (l *testLog) add(op, name string) {
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiToolingInfoTests.cpp63 tcu::TestLog &testLog = context.getTestContext().getLog(); in validateGetter() local
183 tcu::TestLog &testLog = context.getTestContext().getLog(); in validateToolsProperties() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestAttributeValues.java223 private final TestFmwk testLog; field in TestAttributeValues.PathChecker
232 public PathChecker(TestFmwk testLog, DtdData dtdData) { in PathChecker()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DJavaCodeCoverageCollectorTest.java633 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() method in JavaCodeCoverageCollectorTest.LogFileReader
642 public void testLog(String dataName, LogDataType dataType, ByteString data) {} in testLog() method in JavaCodeCoverageCollectorTest.LogFileReader
/aosp_15_r20/external/deqp/framework/platform/android/
H A DtcuTestLogParserJNI.cpp317 std::ostringstream testLog; in parse() local
336 std::ostringstream testLog; in parse() local
/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/src/main/java/test/
H A DLog4j13Calls.java30 public void testLog() { in testLog() method in Log4j13Calls
H A DLog4j12Calls.java28 public void testLog() { in testLog() method in Log4j12Calls
/aosp_15_r20/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/log/
DITestLogger.java45 default public void testLog(String dataName, LogDataType dataType, in testLog() method
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/tips/
DSmartBatteryTipTest.java49 public void testLog() { in testLog() method in SmartBatteryTipTest
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DEncodingExecutionLogHelperImplTest.java56 public void testLog() { in testLog() method in EncodingExecutionLogHelperImplTest
/aosp_15_r20/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/
DStandardStreamsLoggerTest.java36 public void testLog() { in testLog() method in StandardStreamsLoggerTest
/aosp_15_r20/external/cronet/base/test/android/junit/src/org/chromium/base/test/util/
H A DTestRunnerTestRule.java83 TestLog testLog = new TestLog(); in runTest() local
/aosp_15_r20/external/libchrome/base/test/android/junit/src/org/chromium/base/test/util/
H A DTestRunnerTestRule.java80 TestLog testLog = new TestLog(); in runTest() local
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBase.hpp118 tcu::TestLog &testLog; member in glcts::DrawBuffersIndexedBase::BlendMaskStateMachine
/aosp_15_r20/device/google/cuttlefish/tests/reliability/src/com/android/cuttlefish/tests/
DCuttlefishReliabilityTest.java131 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() method in CuttlefishReliabilityTest.ForwardLogger
/aosp_15_r20/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
H A DInvocationLogCollector.java44 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() method in InvocationLogCollector
H A DBazelTestListener.java57 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() method in BazelTestListener
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DTextResultReporter.java79 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() method in TextResultReporter
DJUnitToInvocationResultForwarder.java114 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() method in JUnitToInvocationResultForwarder
DReportPassedTests.java147 void testLog(File toBeLogged) { in testLog() method in ReportPassedTests
DNameMangleListener.java148 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() method in NameMangleListener
DLogSaverResultForwarder.java149 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() method in LogSaverResultForwarder
/aosp_15_r20/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/metriclogger/
DAbstractMetricLoggerTest.java62 public void testLog() { in testLog() method in AbstractMetricLoggerTest
/aosp_15_r20/system/chre/apps/test/chqts/src/general_test/
H A Dheap_exhaustion_stability_test.cc139 void HeapExhaustionStabilityTest::testLog(uint32_t zero) { in testLog() function in general_test::HeapExhaustionStabilityTest
/aosp_15_r20/cts/tests/mediapc/common/tests/src/android/mediapc/cts/common/
H A DRequirementTest.java202 DeviceReportLog testLog = new DeviceReportLog("test", "test"); in writeLogAndCheck_UnsetMeasurement() local

123