Home
last modified time | relevance | path

Searched refs:rules (Results 1 – 16 of 16) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java153 List<BusinessLogicRule> rules = new ArrayList<>(); in extractRulesList() local
159 return new BusinessLogicRulesList(rules, description); in extractRulesList()
169 rules.add(new BusinessLogicRule(ruleConditions, ruleActions)); in extractRulesList()
171 return new BusinessLogicRulesList(rules, description); in extractRulesList()
/test/mlts/benchmark/
DAndroid.mk20 LOCAL_STATIC_JAVA_LIBRARIES := androidx.test.rules
43 LOCAL_STATIC_JAVA_LIBRARIES := androidx.test.rules
/test/vts/tools/build/
DAndroid.bp1 // Common build rules for VTS tests
/test/vts-testcase/hal/neuralnetworks/V1_2/benchmark/java/
DAndroid.mk32 LOCAL_STATIC_JAVA_LIBRARIES := androidx.test.rules android.hidl.manager-V1.2-java \
/test/vts-testcase/hal/neuralnetworks/V1_3/benchmark/java/
DAndroid.mk32 LOCAL_STATIC_JAVA_LIBRARIES := androidx.test.rules android.hidl.manager-V1.2-java \
/test/mlts/benchmark/dogfood/
DAndroid.mk21 LOCAL_STATIC_JAVA_LIBRARIES := android-common androidx.test.rules androidx.appcompat_appcompat andr…
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNModelLoadingStressTest.java29 import org.junit.rules.Stopwatch;
/test/mlts/benchmark/crashtest/
DAndroid.mk21 LOCAL_STATIC_JAVA_LIBRARIES := android-common androidx.test.rules androidx.appcompat_appcompat andr…
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNPerformanceDegradationTest.java31 import org.junit.rules.TestName;
DNNMultipleProcessTest.java35 import org.junit.rules.TestName;
DNNParallelInferenceTest.java37 import org.junit.rules.TestName;
DNNRandomGraphTest.java36 import org.junit.rules.TestName;
DNNMemoryMappedModelCompilationTest.java35 import org.junit.rules.TestName;
DNNClientEarlyTerminationTest.java33 import org.junit.rules.TestName;
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DBusinessLogicHostTestBase.java32 import org.junit.rules.TestName;
/test/vti/dashboard/
DREADME.md120 on json files under the testdata folder. However, you need to abide by some rules in doing this,