Home
last modified time | relevance | path

Searched defs:TestResults (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/angle/src/tests/test_utils/runner/
H A DTestSuite.h88 struct TestResults struct
93 std::map<TestIdentifier, TestResult> results;
94 std::mutex currentTestMutex;
95 TestIdentifier currentTest;
96 Timer currentTestTimer;
97 double currentTestTimeout = 0.0;
98 bool allDone = false;
99 std::string testArtifactsFakeTestName;
100 std::vector<std::string> testArtifactPaths;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp120 struct TestResults struct
122 bool passed;
125 Texel deviceResult[kHeight][kWidth];
126 Texel expectedResult[kHeight][kWidth];
/aosp_15_r20/trusty/vendor/google/aosp/scripts/
Drun_tests.py77 class TestResults(object): class
182 def __init__(self, test_results: list[TestResults]):
/aosp_15_r20/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
H A DJvmtiHostTest.java250 private static class TestResults implements ITestLifeCycleReceiver { class in JvmtiHostTest
256 public TestResults(Runnable onStart) { in TestResults() method in JvmtiHostTest.TestResults
/aosp_15_r20/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/proto/
Ddiagnostics.proto24 message TestResults { message
/aosp_15_r20/tools/tradefederation/core/proto/resultdb/
Dinvocation.proto289 message TestResults { message
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
H A DAudioDataPathsBaseActivity.java1109 class TestResults { class in AudioDataPathsBaseActivity
1116 TestResults(int api, double magnitude, double maxMagnitude, double phase, in TestResults() method in AudioDataPathsBaseActivity.TestResults
/aosp_15_r20/external/perfetto/python/generators/diff_tests/
H A Drunner.py121 class TestResults: class
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dtest_log.proto173 message TestResults { message
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioTrackTest.java64 public class TestResults { class in MediaAudioTrackTest
67 public TestResults(boolean b, String s) { mResult = b; mResultLog = s; } in TestResults() method in MediaAudioTrackTest.TestResults
/aosp_15_r20/external/python/cpython2/Lib/
Dcollections.py741 TestResults = namedtuple('TestResults', 'failed attempted') variable
Ddoctest.py104 TestResults = namedtuple('TestResults', 'failed attempted') variable
/aosp_15_r20/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/device/
DMicrodroidDeviceTestBase.java573 protected static class TestResults { class
/aosp_15_r20/out/soong/.intermediates/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/device_diagnostics_protos-lite/android_common/turbine/
Ddevice_diagnostics_protos-lite.jarcom/android/devicediagnostics/Protos$PacketCommand$PacketCommandVerifier.class <Unknown> package com. ...
/aosp_15_r20/frameworks/base/tools/bit/
H A Dmain.cpp210 class TestResults: public InstrumentationCallbacks class
/aosp_15_r20/external/autotest/server/
H A Dfrontend.py722 class TestResults(object): class
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DAudioTrackTest.java80 private static class TestResults { class in AudioTrackTest
84 public TestResults(boolean b, String s) { in TestResults() method in AudioTrackTest.TestResults
/aosp_15_r20/cts/tests/tests/app/src/android/app/cts/
H A DComponentCallerTest.java1712 private static final class TestResults { class
/aosp_15_r20/out/soong/.intermediates/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/device_diagnostics_protos-lite/android_common/javac/
Ddevice_diagnostics_protos-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Ddoctest.py108 TestResults = namedtuple('TestResults', 'failed attempted') variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Ddoctest.py108 TestResults = namedtuple('TestResults', 'failed attempted') variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Ddoctest.py108 TestResults = namedtuple('TestResults', 'failed attempted') variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Ddoctest.py108 TestResults = namedtuple('TestResults', 'failed attempted') variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Ddoctest.py108 TestResults = namedtuple('TestResults', 'failed attempted') variable
/aosp_15_r20/external/python/cpython3/Lib/
Ddoctest.py108 TestResults = namedtuple('TestResults', 'failed attempted') variable

12