Home
last modified time | relevance | path

Searched defs:TestCaseType (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dstress_test.cc168 std::vector<std::pair<TestCaseType, int>>& tests) { in ParseTestCasesString()
200 const std::vector<std::pair<TestCaseType, int>>& tests) { in LogParameterInfo()
H A Dstress_interop_client.cc41 const vector<pair<TestCaseType, int>>& tests) in WeightedRandomTestSelector()
H A Dstress_interop_client.h37 enum TestCaseType { enum
/aosp_15_r20/external/deqp/executor/
H A DxeTestCase.hpp36 enum TestCaseType enum
/aosp_15_r20/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
H A DUtils.java47 public enum TestCaseType { enum in Utils
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DConvolutionLayer.cpp698 using TestCaseType = std::tuple<TensorShape, TensorShape, arm_compute::WeightFormat>; typedef