Home
last modified time | relevance | path

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

123

/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
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) {
DUnitTestSuiteBuilderTest.java100 public boolean passed(String testName) { in passed() method in UnitTestSuiteBuilderTest.SuiteExecutionRecorder
/frameworks/base/startop/scripts/app_startup/
Dapp_startup_runner.py239 passed = (return_code == 0)
241 if not passed:
244 return (passed, script_output)
269 (passed, script_output) = execute_arbitrary_command(cmd, simulate, timeout)
271 yield (passed, script_output, parsed_output)
279 …for ((passed, script_output, run_result_list), values) in itertools.zip_longest(commands, value_li…
280 if not passed:
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerUtils.cpp102 bool passed = true; in framesAreSame() local
105 passed = false; in framesAreSame()
111 passed = false; in framesAreSame()
116 if (passed) { in framesAreSame()
/frameworks/hardware/interfaces/vr/composer/1.0/
DIVrComposerClient.hal75 * BAD_DISPLAY when an invalid display handle was passed in.
76 * BAD_LAYER when an invalid layer handle was passed in.
92 * BAD_DISPLAY when an invalid display handle was passed in.
106 * BAD_DISPLAY when an invalid display handle was passed in.
107 * BAD_LAYER when an invalid layer handle was passed in.
/frameworks/base/test-runner/src/android/test/
DTestPrinter.java60 private void passed(String className) { in passed() method in TestPrinter
89 passed(test.toString()); in endTest()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkValidator.java334 private synchronized void reportValidationResult(boolean passed, int subId) {
343 mValidationCallback.onValidationDone(passed, mSubId);
346 if (!mReleaseAfterValidation && passed) {
352 TelephonyMetrics.getInstance().writeNetworkValidate(passed
DPhoneSwitcher.java527 boolean passed = (msg.arg2 == 1); in handleMessage()
528 onValidationDone(subId, passed); in handleMessage()
1294 private void onValidationDone(int subId, boolean passed) { in onValidationDone() argument
1295 log("onValidationDone: " + (passed ? "passed" : "failed") + " on subId " + subId); in onValidationDone()
1300 confirmSwitch(subId, passed || !mPendingSwitchNeedValidation); in onValidationDone()
/frameworks/ml/nn/tools/systrace_parser/
Drun_tests.sh9 echo All tests passed
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_ref_count.rscript85 rsDebug("passed.", 0);
93 rsDebug("All reference counting tests passed.", 0);
Dreflection3264.rscript58 // See http://b/32780232 "Corrupted rs_allocation instances when passed as arguments to invocables"
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_ref_count.rscript83 rsDebug("passed.", 0);
91 rsDebug("All reference counting tests passed.", 0);
Dreflection3264.rscript56 // See http://b/32780232 "Corrupted rs_allocation instances when passed as arguments to invocables"
/frameworks/native/opengl/specs/
DEGL_ANDROID_framebuffer_target.txt43 supports rendering to an ANativeWindow for which the buffers are passed to
83 which the buffers are to be passed to HWComposer as a framebuffer
/frameworks/base/tests/ActivityManagerPerfTests/
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)
/frameworks/native/cmds/bugreportz/
Dreadme.md3 `bugreportz` is used to generate a zippped bugreport whose path is passed back to `adb`, using
/frameworks/rs/tests/lldb/cpp/Allocations/
Dallocs.rscript33 // Helper function adding 1/2 to passed in double
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Dallocs.rscript33 // Helper function adding 1/2 to passed in double
/frameworks/base/cmds/am/proto/
Dinstrumentation_data.proto46 * The command ran successfully. This does not imply that the tests passed.
/frameworks/base/core/java/android/widget/
DScroller.java519 int passed = timePassed(); in extendDuration() local
520 mDuration = passed + extend; in extendDuration()
/frameworks/hardware/interfaces/bufferhub/1.0/
DIBufferHub.hal46 * the nativeHandle passed in.
/frameworks/base/tools/dump-coverage/
DREADME.md44 and then saves the result to a file specified by the passed in directory
/frameworks/rs/tests/lldb/java/Allocations/src/rs/
Dallocs.rscript47 // Helper function adding 1/2 to passed in double
/frameworks/rs/script_api/
Drs_time.spec71 This functions returns the same pointer that is passed as first argument. If the
/frameworks/base/core/proto/android/stats/location/
Dlocation_enums.proto47 // Type of Callback passed in for this API

123