/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
H A D | MediaMetadataRetrieverTest.java | 831 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 D | WorstCaseTests.java | 62 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 D | IeeeRecommendedTests.java | 368 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 D | FusedMultiplyAddTests.java | 55 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 D | HyperbolicTests.java | 74 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/ |
D | CombinatoricsTest.java | 42 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/ |
D | GranularRetriableTestWrapperTest.java | 106 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 D | PersonNameFormatterTest.java | 24 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 D | PersonNameFormatterTest.java | 27 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 D | AndroidTestRunnerTest.java | 53 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 D | PhoneNumberMatcherTest.java | 544 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 D | BiometricSecurityTests.java | 97 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 D | LayoutSplitterTest.cpp | 102 } 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 D | HyperbolicTests.java | 62 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 D | TestSource.java | 44 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 D | EndpointTestSuite.java | 13 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 D | RateLimitingTokenBucketCubicTest.java | 36 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 D | CountryTimeZonesTest.java | 162 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/ |
D | TestContentAnalyzerTest.java | 126 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 D | DivideTests.java | 212 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 D | units_test.cpp | 130 } 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 D | units_test.cpp | 130 } 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 D | EndpointTestSuiteModel.java | 23 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 D | TestSuite.java | 24 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 D | EndpointTestSuite.java | 23 private List<EndpointTest> testCases; field in EndpointTestSuite 45 public void setTestCases(List<EndpointTest> testCases) { in setTestCases()
|