Home
last modified time | relevance | path

Searched refs:passed (Results 1 – 25 of 40) sorted by relevance

12

/aosp14/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DTestSuiteBuilderTest.java55 assertTrue(recorder.passed("SimpleTest.testSimpleOne")); in testShouldRunSimpleTests()
56 assertTrue(recorder.passed("SimpleTest.testSimpleTwo")); in testShouldRunSimpleTests()
57 assertTrue(recorder.passed("AnotherSimpleTest.testAnotherOne")); in testShouldRunSimpleTests()
68 assertTrue(recorder.passed("SimpleTest.testSimpleTwo")); in testShouldOnlyIncludeTestsThatSatisfyAllPredicates()
96 assertTrue(recorder.passed("SubclassTest.testSubclass")); in testShouldRunTestsInheritedFromSuperclass()
97 assertTrue(recorder.passed("SubclassTest.testSuperclass")); in testShouldRunTestsInheritedFromSuperclass()
106 assertTrue(recorder.passed("Level1Test.testLevel1")); in testShouldIncludeTestsInSubPackagesRecursively()
107 assertTrue(recorder.passed("Level2Test.testLevel2")); in testShouldIncludeTestsInSubPackagesRecursively()
126 assertTrue(recorder.passed("PartiallySuppressedTest.testUnSuppressedMethod")); in testShouldExcludeSuppressedTests()
222 public boolean passed(String testName) {
H A DUnitTestSuiteBuilderTest.java100 public boolean passed(String testName) { in passed() method in UnitTestSuiteBuilderTest.SuiteExecutionRecorder
/aosp14/frameworks/base/core/proto/android/internal/
H A Dprotolog.proto33 /* string parameters passed to the log call. */
35 /* integer parameters passed to the log call. */
37 /* floating point parameters passed to the log call. */
39 /* boolean parameters passed to the log call. */
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DDiagonalClassifier.java71 return Result.passed(0); in calculateFalsingResult()
76 return Result.passed(0); in calculateFalsingResult()
91 return falsed ? falsed(0.5f, getReason()) : Result.passed(0.5); in calculateFalsingResult()
H A DProximityClassifier.java125 return Result.passed(0); in calculateFalsingResult()
133 : Result.passed(0.5); in calculateFalsingResult()
136 return Result.passed(0.5); in calculateFalsingResult()
H A DTypeClassifier.java51 return Result.passed(0); in calculateFalsingResult()
107 return wrongDirection ? falsed(confidence, getReason(interactionType)) : Result.passed(0.5); in calculateFalsingResult()
H A DDistanceClassifier.java163 return Result.passed(0); in calculateFalsingResult()
166 return !getPassedFlingThreshold() ? falsed(0.5, getReason()) : Result.passed(0.5); in calculateFalsingResult()
189 return longSwipe ? Result.passed(0.5) : falsed(0.5, getReason()); in isLongSwipe()
H A DZigZagClassifier.java96 return Result.passed(0); in calculateFalsingResult()
109 return Result.passed(0); in calculateFalsingResult()
170 ? falsed(0.5, getReason()) : Result.passed(0.5); in calculateFalsingResult()
H A DTapClassifier.java65 return Result.passed(0); in isTap()
H A DPointerCountClassifier.java67 ? falsed(1, getReason(allowedPointerCount)) : Result.passed(0); in calculateFalsingResult()
H A DDoubleTapClassifier.java62 ? falsed(0.5, reason.toString()) : Result.passed(0.5); in calculateFalsingResult()
H A DFalsingClassifier.java206 public static Result passed(double confidence) { in passed() method in FalsingClassifier.Result
/aosp14/frameworks/base/test-runner/src/android/test/
H A DTestPrinter.java60 private void passed(String className) { in passed() method in TestPrinter
89 passed(test.toString()); in endTest()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/fudger/
H A DLocationFudgerTest.java109 int passed = 0; in testCoarsen_AvgMany() local
143 passed++; in testCoarsen_AvgMany()
152 assertThat(passed / (double) iterations).isGreaterThan(.70); in testCoarsen_AvgMany()
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/
H A DREADME.txt43 * The target package can report the time it measures through an ITimeReceiverCallback passed
45 (or however a Binder needs to be passed to the target package)
/aosp14/frameworks/base/core/proto/android/app/
H A Dtime_zone_detector.proto25 // Represents a LocationTimeZoneProviderEvent that can be / has been passed to the time zone
35 // Represents a LocationTimeZoneAlgorithmStatus that can be / has been passed to the time zone
/aosp14/frameworks/base/cmds/am/proto/
H A Dinstrumentation_data.proto46 * The command ran successfully. This does not imply that the tests passed.
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DHistoryTrackerTest.java126 : FalsingClassifier.Result.passed(confidence)), in addResult()
H A DProximityClassifierTest.java56 private final FalsingClassifier.Result mPassedResult = FalsingClassifier.Result.passed(1);
H A DDoubleTapClassifierTest.java58 private final FalsingClassifier.Result mPassedResult = FalsingClassifier.Result.passed(1);
/aosp14/frameworks/base/tools/bit/
H A Dmain.cpp465 static void print_results(int passed, int failed, int ignored) { in print_results() argument
473 } else if (passed > 0 || ignored > 0) { in print_results()
474 cp = passed > 0 ? g_escapeGreenBold : nothing; in print_results()
482 printf("%s%d passed%s, %s%d failed%s, %s%d ignored%s\n", cp, passed, g_escapeEndColor, cf, in print_results()
485 printf("%s%d passed%s, %s%d failed%s\n", cp, passed, g_escapeEndColor, cf, failed, in print_results()
/aosp14/frameworks/base/core/java/android/widget/
H A DScroller.java519 int passed = timePassed(); in extendDuration() local
520 mDuration = passed + extend; in extendDuration()
/aosp14/frameworks/base/core/java/android/window/
H A DSurfaceSyncGroup.md25 An additional Runnable argument can be passed in which ensures the Runnable has executed before add…
37 …an the transaction has been applied since it could be passed to a parent SurfaceSyncGroup or passe…
47 …e with a new SurfaceSyncGroup object. The old active SurfaceSyncGroup is passed via lambda when th…
/aosp14/frameworks/base/tools/dump-coverage/
H A DREADME.md44 and then saves the result to a file specified by the passed in directory
/aosp14/frameworks/base/cmds/incidentd/src/
H A Dreport_file.proto58 * Flattened IncidentHeaderProto that was passed with this

12