/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/ |
H A D | DateUtilsFragmentTest.java | 72 final long testResult = DateUtils.getFragmentInDays(aCalendar, Calendar.MONTH); in testDaysOfMonthWithCalendar() local 78 final long testResult = DateUtils.getFragmentInDays(aDate, Calendar.MONTH); in testDaysOfMonthWithDate() local 81 assertEquals(cal.get(Calendar.DAY_OF_MONTH), testResult); in testDaysOfMonthWithDate() local 86 final long testResult = DateUtils.getFragmentInDays(aCalendar, Calendar.YEAR); in testDaysOfYearWithCalendar() local 87 assertEquals(aCalendar.get(Calendar.DAY_OF_YEAR), testResult); in testDaysOfYearWithCalendar() local 92 final long testResult = DateUtils.getFragmentInDays(aDate, Calendar.YEAR); in testDaysOfYearWithDate() local 95 assertEquals(cal.get(Calendar.DAY_OF_YEAR), testResult); in testDaysOfYearWithDate() local 112 long testResult = DateUtils.getFragmentInHours(aCalendar, Calendar.DATE); in testHoursOfDayWithCalendar() local 121 long testResult = DateUtils.getFragmentInHours(aDate, Calendar.DATE); in testHoursOfDayWithDate() local 130 final long testResult = DateUtils.getFragmentInHours(aCalendar, Calendar.MONTH); in testHoursOfMonthWithCalendar() local [all …]
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/mobly/ |
D | MoblyBinaryHostTestTest.java | 135 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_withPythonBinariesOption() local 177 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_withParFileNameOption() local 222 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_withStdLogOption() local 250 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_testResultIsMissing() local 273 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_shouldActivateVenvAndCleanUp_whenVenvIsSet() local 319 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_shouldNotActivateVenv_whenVenvIsNotSet() local 346 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitSuccess_withTestResultFileComplete() local 375 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitSuccess_withTestResultFileIncomplete() local 404 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitFailed_withTestResultFileComplete() local 433 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitFailed_withTestResultFileIncomplete() local [all …]
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/ |
H A D | ClientTest.java | 405 final TestResult testResult = getResult(); in testStartNormal() local 417 final TestResult testResult = getResult(); in testStartNormal() local 430 final TestResult testResult = getResult(); in testStartNormal() local 512 final TestResult testResult = getResult(); in testStartExposed01() local 533 final TestResult testResult = getResult(); in testStartExposed02() local 555 final TestResult testResult = getResult(); in testStartExposed03() local 607 final TestResult testResult = getResult(); in testStartExposed06() local 627 final TestResult testResult = getResult(); in testStartExposed07() local 652 final TestResult testResult = getResult(); in testStartExposed08() local 681 final TestResult testResult = getResult(); in testStartExposed09() local [all …]
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/ |
H A D | ClientTest.java | 322 final TestResult testResult = getResult(); in testStartNormal() local 337 final TestResult testResult = getResult(); in testStartNormal() local 353 final TestResult testResult = getResult(); in testStartNormal() local 389 final TestResult testResult = getResult(); in testStartEphemeral() local 400 final TestResult testResult = getResult(); in testStartEphemeral() local 413 final TestResult testResult = getResult(); in testStartEphemeral() local 425 final TestResult testResult = getResult(); in testStartEphemeral() local 439 final TestResult testResult = getResult(); in testStartEphemeral() local 452 final TestResult testResult = getResult(); in testStartEphemeral() local
|
/aosp_15_r20/external/testng/src/test/java/org/testng/internal/invokers/ |
H A D | InvokedMethodListenerSubtypeTest.java | 36 public void beforeInvocation(IInvokedMethod method, ITestResult testResult) { in beforeInvocation() 39 public void afterInvocation(IInvokedMethod method, ITestResult testResult) { in afterInvocation() 45 public void beforeInvocation(IInvokedMethod method, ITestResult testResult, in beforeInvocation() 49 public void afterInvocation(IInvokedMethod method, ITestResult testResult, in afterInvocation() 53 public void beforeInvocation(IInvokedMethod method, ITestResult testResult) { in beforeInvocation() 56 public void afterInvocation(IInvokedMethod method, ITestResult testResult) { in afterInvocation()
|
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/ |
H A D | MethodInvocationHelper.java | 190 final ITestResult testResult) throws Throwable { in invokeHookable() 221 Object[] parameterValues, ITestResult testResult) in invokeWithTimeout() 227 Object[] parameterValues, ITestResult testResult, IHookable hookable) in invokeWithTimeout() 239 Object[] parameterValues, ITestResult testResult, IHookable hookable) { in invokeWithTimeoutWithNoExecutor() 252 Object[] parameterValues, ITestResult testResult, IHookable hookable) in invokeWithTimeoutWithNewExecutor() 286 final ITestResult testResult) throws Throwable { in invokeConfigurable()
|
H A D | Invoker.java | 168 ITestResult testResult= new TestResult(testClass, in invokeConfigurations() local 250 ITestResult testResult, in handleConfigurationSkip() 287 ITestResult testResult, in handleConfigurationFailure() 480 ITestResult testResult) in invokeConfigurationMethod() 541 private void throwConfigurationFailure(ITestResult testResult, Throwable ex) in throwConfigurationFailure() 548 ITestResult testResult) in runInvokedMethodListeners() 576 TestResult testResult = new TestResult(); in invokeMethod() local 1219 ITestContext context, ITestResult testResult) in injectParameters() 1270 ITestResult testResult) in handleParameters() 1585 ITestResult testResult, in handleException()
|
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/invokers/ |
H A D | InvokedMethodListenerInvoker.java | 39 ITestResult testResult, ITestContext testContext) { in InvokedMethodListenerInvoker() 76 void callMethod(LISTENER_TYPE listener, IInvokedMethod invokedMethod, ITestResult testResult, in callMethod() 83 ITestResult testResult, ITestContext testContext) { in callMethod() 91 ITestResult testResult, ITestContext testContext) { in callMethod() 99 ITestResult testResult, ITestContext testContext) { in callMethod() 107 ITestResult testResult, ITestContext testContext) { in callMethod()
|
/aosp_15_r20/external/testng/src/main/java/org/testng/remote/strprotocol/ |
H A D | RemoteTestListener.java | 39 public void onTestStart(ITestResult testResult) { in onTestStart() 57 public void onTestFailedButWithinSuccessPercentage(ITestResult testResult) { in onTestFailedButWithinSuccessPercentage() 67 public void onTestFailure(ITestResult testResult) { in onTestFailure() 77 public void onTestSkipped(ITestResult testResult) { in onTestSkipped() 87 public void onTestSuccess(ITestResult testResult) { in onTestSuccess()
|
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/ |
H A D | XMLSuiteResultWriter.java | 150 private void addTestResult(XMLStringBuffer xmlBuffer, ITestResult testResult) { in addTestResult() 177 private Properties getTestResultAttributes(ITestResult testResult) { in getTestResultAttributes() 245 public void addTestMethodParams(XMLStringBuffer xmlBuffer, ITestResult testResult) { in addTestMethodParams() 272 private void addTestResultException(XMLStringBuffer xmlBuffer, ITestResult testResult) { in addTestResultException() 303 private void addTestResultOutput(XMLStringBuffer xmlBuffer, ITestResult testResult) { in addTestResultOutput() 317 private void addTestResultAttributes(XMLStringBuffer xmlBuffer, ITestResult testResult) { in addTestResultAttributes()
|
/aosp_15_r20/external/armnn/src/armnnTestUtils/ |
H A D | UnitTests.hpp | 43 … CompareTestResultIfSupported(const std::string& testName, const LayerTestResult<T, n>& testResult) in CompareTestResultIfSupported() 60 …esultIfSupported(const std::string& testName, const std::vector<LayerTestResult<T, n>>& testResult) in CompareTestResultIfSupported() 87 auto testResult = (*testFunction)(workloadFactory, memoryManager, args...); in RunTestFunction() local 105 auto testResult = (*testFunction)(workloadFactory, memoryManager, tensorHandleFactory, args...); in RunTestFunctionUsingTensorHandleFactory() local 149 auto testResult = (*testFunction)(workloadFactory, memoryManager, refWorkloadFactory, args...); in CompareRefTestFunction() local 164 auto testResult = (*testFunction)( in CompareRefTestFunctionUsingTensorHandleFactory() local
|
/aosp_15_r20/external/ktfmt/core/src/test/java/com/facebook/ktfmt/cli/ |
H A D | ParsedArgsTest.kt | 182 val testResult = in parses multiple args successfully() constant 198 val testResult = in last style in args wins() constant 210 val testResult = ParsedArgs.parseOptions(arrayOf("@unknown", "--google-style", "File.kt")) in error when parsing multiple args and one is unknown() constant
|
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | IncomingCallFilterGraphTest.java | 124 CompletableFuture<CallFilteringResult> testResult = new CompletableFuture<>(); in testEmptyGraph() local 137 CompletableFuture<CallFilteringResult> testResult = new CompletableFuture<>(); in testFiltersPerformOrder() local 155 CompletableFuture<CallFilteringResult> testResult = new CompletableFuture<>(); in testFiltersPerformInParallel() local 174 CompletableFuture<CallFilteringResult> testResult = new CompletableFuture<>(); in testFiltersTimeout() local 210 CompletableFuture<CallFilteringResult> testResult = new CompletableFuture<>(); in testFilterTimesOutWithDndFilterComputedAlready() local
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | sockperf.c | 51 struct testResult { struct 52 int size; 53 int iters; 54 apr_time_t msecs[MAX_ITERS]; 55 apr_time_t avg;
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | RotationUtilsTest.java | 54 Rect testResult = new Rect(testInner); in testRotateBounds() local 73 Point testResult = new Point(testPt); in testRotatePoint() local 92 PointF testResult = new PointF(testPt); in testRotatePointF() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/ |
H A D | RepeatedTranscodeTransformationTest.java | 60 TransformationTestResult testResult = in repeatedTranscode_givesConsistentLengthOutput() local 92 TransformationTestResult testResult = in repeatedTranscodeNoAudio_givesConsistentLengthOutput() local 123 TransformationTestResult testResult = in repeatedTranscodeNoVideo_givesConsistentLengthOutput() local
|
/aosp_15_r20/cts/hostsidetests/car/src/android/car/cts/ |
H A D | PowerPolicyHostTest.java | 302 private void waitPowerPolicyListenersUpdated(PowerPolicyTestResult testResult, in waitPowerPolicyListenersUpdated() 313 private boolean checkPowerPolicyListenersUpdated(PowerPolicyTestResult testResult, in checkPowerPolicyListenersUpdated() 325 private void waitResetPowerPolicyListenersComplete(PowerPolicyTestResult testResult, in waitResetPowerPolicyListenersComplete() 346 PowerPolicyTestResult testResult, String clientAction) throws Exception { in testPowerPolicyListeners() 497 PowerPolicyTestResult testResult = new PowerPolicyTestResult(mTestAnalyzer); in testPowerPolicyChange() local
|
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/common/ |
H A D | AbstractNegativeBlackBoxTestCase.java | 92 TestResult testResult = testResults.get(x); in testBlackBox() local 103 TestResult testResult = testResults.get(x); in testBlackBox() local 115 TestResult testResult = testResults.get(x); in testBlackBox() local
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GTestResultParser.java | 623 private String getTestClass(TestResult testResult) { in getTestClass() 642 TestResult testResult = getCurrentTestResult(); in processTestStartedTag() local 670 TestResult testResult = getCurrentTestResult(); in doTestEnded() local 786 TestResult testResult = getCurrentTestResult(); in appendTestOutputLine() local
|
/aosp_15_r20/external/antlr/gunit/src/main/java/org/antlr/gunit/ |
H A D | gUnitExecutor.java | 266 gUnitTestResult testResult = new gUnitTestResult(false, err.toString(), true); in runLexer() local 377 gUnitTestResult testResult = new gUnitTestResult(false, err.toString()); in runParser() local 534 gUnitTestResult testResult = new gUnitTestResult(false, err.toString()); in runTreeParser() local 612 gUnitTestResult testResult; in getTestExceptionResult() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | TestRunResultTest.java | 280 Map<TestDescription, TestResult> testResult = result.getTestResults(); in testMergeRetriedRunResults_fullMergeLogicCheck() local 344 TestResult testResult = testRunResult.get(testcase); in testMergeRetriedRunResults_checkMergingStackTraces() local 610 TestResult testResult = testRunResult.get(testcase); in testMergeRetriedRunResults_testCaseStatus() local
|
/aosp_15_r20/external/testng/src/main/java/org/testng/ |
H A D | IInvokedMethodListener.java | 9 void beforeInvocation(IInvokedMethod method, ITestResult testResult); in beforeInvocation() 11 void afterInvocation(IInvokedMethod method, ITestResult testResult); in afterInvocation()
|
H A D | IInvokedMethodListener2.java | 13 void beforeInvocation(IInvokedMethod method, ITestResult testResult, in beforeInvocation() 19 void afterInvocation(IInvokedMethod method, ITestResult testResult, in afterInvocation()
|
/aosp_15_r20/external/testng/src/test/java/test/listeners/ |
H A D | LListener.java | 11 public void beforeInvocation(IInvokedMethod method, ITestResult testResult) { in beforeInvocation() 16 public void afterInvocation(IInvokedMethod method, ITestResult testResult) { in afterInvocation()
|
/aosp_15_r20/external/testng/src/test/java/test/enable/ |
H A D | InvokedMethodListener.java | 16 public void beforeInvocation(IInvokedMethod method, ITestResult testResult) { in beforeInvocation() 21 public void afterInvocation(IInvokedMethod method, ITestResult testResult) { in afterInvocation()
|