Home
last modified time | relevance | path

Searched defs:TestStep (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/
H A DCompanionDeviceServiceTestActivity.java352 private abstract class TestStep { class in CompanionDeviceServiceTestActivity
357 TestStep(int titleResId, int descriptionResId) { in TestStep() method in CompanionDeviceServiceTestActivity.TestStep
361 TestStep(int titleResId, int descriptionResId, int buttonTextResId) { in TestStep() method in CompanionDeviceServiceTestActivity.TestStep
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcFramebufferCompleteness.cpp176 struct TestStep struct
178 TestFn testFn;
179 ExpectedStatusFn expectedFbStatus;
/aosp_15_r20/system/chre/apps/test/common/chre_audio_concurrency_test/inc/
H A Dchre_audio_concurrency_test_manager.h35 enum class TestStep : uint8_t { enum
/aosp_15_r20/system/chre/apps/test/common/chre_settings_test/inc/
H A Dchre_settings_test_manager.h52 enum class TestStep : uint8_t { enum
/aosp_15_r20/tools/test/openhst/
Dstress_test.proto107 message TestStep { message
/aosp_15_r20/external/pigweed/pw_containers/
H A Dinline_var_len_entry_queue_test.cc42 using TestStep = typedef
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
H A DTestStep.java28 public class TestStep extends RSBaseCompute { class
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dtensor_indexing.cpp189 TEST(TensorIndexingTest, TestStep) { in TEST() argument