Home
last modified time | relevance | path

Searched defs:testCases (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/
H A DMediaMetadataRetrieverTest.java831 int[][] testCases = { in testGetFrameAtTimePreviousSync() local
838 int[][] testCases = { in testGetFrameAtTimeNextSync() local
845 int[][] testCases = { in testGetFrameAtTimeClosestSync() local
852 int[][] testCases = { in testGetFrameAtTimeClosest() local
860 int[][] testCases = { in testGetFrameAtTimePreviousSyncEditList() local
868 int[][] testCases = { in testGetFrameAtTimeNextSyncEditList() local
876 int[][] testCases = { in testGetFrameAtTimeClosestSyncEditList() local
884 int[][] testCases = { in testGetFrameAtTimeClosestEditList() local
892 int[][] testCases = { in testGetFrameAtTimePreviousSyncEmptyNormalEditList() local
900 int[][] testCases = {{ 2000000, 60 }, { 2133000, 60 }, { 2566334, 90 }, { 3100000, 90 }, in testGetFrameAtTimeNextSyncEmptyNormalEditList() local
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/lang/Math/
H A DWorstCaseTests.java62 double[][] testCases = { in testWorstExp() local
111 double[][] testCases = { in testWorstLog() local
139 double[][] testCases = { in testWorstSin() local
168 double[][] testCases = { in testWorstAsin() local
196 double[][] testCases = { in testWorstCos() local
225 double[][] testCases = { in testWorstAcos() local
245 double[][] testCases = { in testWorstTan() local
270 double[][] testCases = { in testWorstAtan() local
298 double[][] testCases = { in testWorstPow2() local
322 double[][] testCases = { in testWorstSinh() local
[all …]
H A DIeeeRecommendedTests.java368 float[][] testCases = { in testFloatNextAfter() local
436 double[][] testCases = { in testDoubleNextAfter() local
506 float[][] testCases = { in testFloatNextUp() local
540 double[][] testCases = { in testDoubleNextUp() local
576 float[][] testCases = { in testFloatNextDown() local
611 double[][] testCases = { in testDoubleNextDown() local
648 float[] testCases = { in testFloatBooleanMethods() local
694 double[] testCases = { in testDoubleBooleanMethods() local
743 float[][] testCases = { in testFloatCopySign() local
808 double[][] testCases = { in testDoubleCopySign() local
[all …]
H A DFusedMultiplyAddTests.java55 double[][] testCases = { in testNonFiniteD() local
119 double[][] testCases = { in testZeroesD() local
168 double[][] testCases = { in testSimpleD() local
219 float[][] testCases = { in testNonFiniteF() local
267 float[][] testCases = { in testZeroesF() local
312 float[][] testCases = { in testSimpleF() local
H A DHyperbolicTests.java74 double[][] testCases = { in testSinh() local
423 double[][] testCases = { in testCosh() local
770 double[][] testCases = { in testTanh() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/noising/
DCombinatoricsTest.java42 long[][][] testCases = { in testGetKCombinationAtIndex() local
121 long[][][] testCases = { in testGetStarIndices() local
136 long[][][] testCases = { in testGetBarsPrecedingEachStar() local
149 int[][][] testCases = { in testNumStatesArithmeticNoOverflow() local
169 int[][][][] testCases = { in testNumStatesFlexApi() local
238 double[][] testCases = { in testFlipProbability() local
270 double[][] testCases = { in testInformationGain() local
293 double[][] testCases = { in testGetMaxInformationGainWithAttributionScope() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapperTest.java106 public BasicFakeTest(ArrayList<TestDescription> testCases) { in BasicFakeTest()
172 public FakeTest(ArrayList<TestDescription> testCases) { in FakeTest()
253 public void setTestCasesByRun(String runName, List<TestDescription> testCases) { in setTestCasesByRun()
270 List<TestDescription> testCases = mRunTestsMap.get(runName); in run() local
397 ArrayList<TestDescription> testCases = new ArrayList<>(); in testRun_withMultipleRun() local
454 ArrayList<TestDescription> testCases = new ArrayList<>(); in testRun_withMultipleRun_becomePass() local
513 ArrayList<TestDescription> testCases = new ArrayList<>(); in testRun_withMultipleRun_AllBecomePass() local
604 ArrayList<TestDescription> testCases = new ArrayList<>(); in testRun_retryAllTestCasesIfNotSupportTestFilterReceiver() local
687 ArrayList<TestDescription> testCases = new ArrayList<>(); in testIntraModuleRun_runRetry() local
725 ArrayList<TestDescription> testCases = new ArrayList<>(); in testIntraModuleRun_runRetry_clear() local
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
H A DPersonNameFormatterTest.java24 public String[][] testCases; field in PersonNameFormatterTest.NameAndTestCases
26 public NameAndTestCases(String nameFields, String[][] testCases) { in NameAndTestCases()
497 String[][] testCases = new String[][] { in TestLiteralTextElision2() local
524 String[][] testCases = new String[][] { in TestPatternSelection() local
548 String[][] testCases = new String[][] { in TestCapitalization() local
630 String[][] testCases = new String[][] { in TestNameOrderFromLocale() local
676 String[][] testCases = new String[][] { in TestRetainPunctuation() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DPersonNameFormatterTest.java27 public String[][] testCases; field in PersonNameFormatterTest.NameAndTestCases
29 public NameAndTestCases(String nameFields, String[][] testCases) { in NameAndTestCases()
500 String[][] testCases = new String[][] { in TestLiteralTextElision2() local
527 String[][] testCases = new String[][] { in TestPatternSelection() local
551 String[][] testCases = new String[][] { in TestCapitalization() local
633 String[][] testCases = new String[][] { in TestNameOrderFromLocale() local
679 String[][] testCases = new String[][] { in TestRetainPunctuation() local
/aosp_15_r20/frameworks/base/test-runner/tests/src/android/test/
H A DAndroidTestRunnerTest.java53 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testLoadNoTestCases() local
63 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testSetTestSuiteWithOneTestCase() local
107 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testRunTestWithAndroidTestCaseInSuite() local
123 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testRunTestWithAndroidTestCaseInNestedSuite() local
142 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testSetTestClassWithTestSuiteProvider() local
154 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testSetTestClassWithTestSuite() local
165 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testRunSingleTestMethod() local
/aosp_15_r20/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcherTest.java544 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testMatchesWithPossibleLeniency() local
553 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testNonMatchesWithPossibleLeniency() local
559 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testMatchesWithValidLeniency() local
567 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testNonMatchesWithValidLeniency() local
574 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testMatchesWithStrictGroupingLeniency() local
581 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testNonMatchesWithStrictGroupLeniency() local
589 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testMatchesWithExactGroupingLeniency() local
595 List<NumberTest> testCases = new ArrayList<NumberTest>(); in testNonMatchesExactGroupLeniency() local
603 private void doTestNumberMatchesForLeniency(List<NumberTest> testCases, Leniency leniency) { in doTestNumberMatchesForLeniency()
625 private void doTestNumberNonMatchesForLeniency(List<NumberTest> testCases, Leniency leniency) { in doTestNumberNonMatchesForLeniency()
/aosp_15_r20/cts/tests/framework/base/biometrics/src/android/server/biometrics/
H A DBiometricSecurityTests.java97 final int[][] testCases = { in testBiometricStrength_StrongSensor() local
182 final int[][] testCases = { in testBiometricStrength_ConvenienceSensor() local
309 final int[][] testCases = { in testBiometricStrengthDowngraded_StrongSensor() local
358 final int[][] testCases = { in testBiometricStrengthDowngraded_WeakSensor() local
465 final int[][] testCases = { in testBiometricStrengthUpgraded_WeakSensor() local
507 final int[][] testCases = { in testBiometricStrengthUpgraded_ConvenienceSensor() local
/aosp_15_r20/frameworks/minikin/tests/unittest/
H A DLayoutSplitterTest.cpp102 } testCases[] = { in TEST() local
164 } testCases[] = { in TEST() local
226 } testCases[] = { in TEST() local
278 } testCases[] = { in TEST() local
330 } testCases[] = { in TEST() local
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StrictMath/
H A DHyperbolicTests.java62 double[][] testCases = { in testSinh() local
156 double[][] testCases = { in testCosh() local
196 double[][] testCases = { in testTanh() local
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/suite/
H A DTestSource.java44 private final List<TestCase> testCases; field in TestSource
46 TestSource(Path path, List<TestCase> testCases, boolean disabled, String reason) { in TestSource()
78 List<TestCase> testCases = mapper.readValue(in, testCaseType); in loadFrom() local
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/rules/
H A DEndpointTestSuite.java13 private final List<EndpointTest> testCases; field in EndpointTestSuite
17 public EndpointTestSuite(String service, List<EndpointTest> testCases) { in EndpointTestSuite()
77 private final List<EndpointTest> testCases = new ArrayList<>(); field in EndpointTestSuite.Builder
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/retry/
H A DRateLimitingTokenBucketCubicTest.java36 public static Iterable<TestCaseGroup> testCases() { in testCases() method in RateLimitingTokenBucketCubicTest
101 private List<TestCase> testCases; field in RateLimitingTokenBucketCubicTest.TestCaseGroup
118 public TestCaseGroup withTestCases(TestCase... testCases) { in withTestCases()
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
H A DCountryTimeZonesTest.java162 Object[][] testCases = new Object[][] { in lookupByOffsetWithBias_oneCandidate() local
217 Object[][] testCases = new Object[][] { in lookupByOffsetWithBias_multipleNonOverlappingCandidates() local
289 Object[][] testCases = new Object[][] { in lookupByOffsetWithBias_multipleOverlappingCandidates() local
334 CountryTimeZones countryTimeZones, Object[][] testCases) { in executeLookupByOffsetWithBiasTestCases()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/build/content/
DTestContentAnalyzerTest.java126 File testCases = new File(rootDir, "testcases"); in testAnalyzeXtsSuite_withChange() local
162 File testCases = new File(rootDir, "testcases"); in testAnalyzeXtsSuite_withDiscovery() local
199 File testCases = new File(rootDir, "testcases"); in testAnalyzeXtsSuite_noChange() local
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigDecimal/
H A DDivideTests.java212 BigDecimal[][] testCases = { in properScaleTests() local
235 BigDecimal[][] testCases = { in trailingZeroTests() local
269 BigDecimal[][] testCases = { in scaledRoundedDivideTests() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dunits_test.cpp130 } testCases[]{ in testExtractConvertibility() local
188 } testCases[]{ in testConversionInfo() local
278 } testCases[]{ in testConverter() local
580 } testCases[]{ in testComplexUnitsConverter() local
738 } testCases[]{{"inch-and-foot", in testComplexUnitsConverterSorting() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dunits_test.cpp130 } testCases[]{ in testExtractConvertibility() local
185 } testCases[]{ in testConversionInfo() local
275 } testCases[]{ in testConverter() local
561 } testCases[]{ in testComplexUnitsConverter() local
719 } testCases[]{{"inch-and-foot", in testComplexUnitsConverterSorting() local
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/rules/endpoints/
H A DEndpointTestSuiteModel.java23 private List<EndpointTestModel> testCases = new ArrayList<>(); field in EndpointTestSuiteModel
29 public void setTestCases(List<EndpointTestModel> testCases) { in setTestCases()
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests-core/src/main/java/software/amazon/awssdk/protocol/model/
H A DTestSuite.java24 private final List<String> testCases; field in TestSuite
27 public TestSuite(@JsonProperty("testCases") List<String> testCases) { in TestSuite()
/aosp_15_r20/external/aws-sdk-java-v2/test/ruleset-testing-core/src/main/java/software/amazon/awssdk/core/rules/testing/model/
H A DEndpointTestSuite.java23 private List<EndpointTest> testCases; field in EndpointTestSuite
45 public void setTestCases(List<EndpointTest> testCases) { in setTestCases()

12345678910>>...32