/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
D | TestSuiteBuilderTest.java | 55 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) {
|
D | UnitTestSuiteBuilderTest.java | 100 public boolean passed(String testName) { in passed() method in UnitTestSuiteBuilderTest.SuiteExecutionRecorder
|
/frameworks/base/startop/scripts/app_startup/ |
D | app_startup_runner.py | 239 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/ |
D | FakeComposerUtils.cpp | 102 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/ |
D | IVrComposerClient.hal | 75 * 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/ |
D | TestPrinter.java | 60 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/ |
D | CellularNetworkValidator.java | 334 private synchronized void reportValidationResult(boolean passed, int subId) { 343 mValidationCallback.onValidationDone(passed, mSubId); 346 if (!mReleaseAfterValidation && passed) { 352 TelephonyMetrics.getInstance().writeNetworkValidate(passed
|
D | PhoneSwitcher.java | 527 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/ |
D | run_tests.sh | 9 echo All tests passed
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | single_source_ref_count.rscript | 85 rsDebug("passed.", 0); 93 rsDebug("All reference counting tests passed.", 0);
|
D | reflection3264.rscript | 58 // 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/ |
D | single_source_ref_count.rscript | 83 rsDebug("passed.", 0); 91 rsDebug("All reference counting tests passed.", 0);
|
D | reflection3264.rscript | 56 // See http://b/32780232 "Corrupted rs_allocation instances when passed as arguments to invocables"
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_framebuffer_target.txt | 43 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/ |
D | README.txt | 43 * 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/ |
D | readme.md | 3 `bugreportz` is used to generate a zippped bugreport whose path is passed back to `adb`, using
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | allocs.rscript | 33 // Helper function adding 1/2 to passed in double
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | allocs.rscript | 33 // Helper function adding 1/2 to passed in double
|
/frameworks/base/cmds/am/proto/ |
D | instrumentation_data.proto | 46 * The command ran successfully. This does not imply that the tests passed.
|
/frameworks/base/core/java/android/widget/ |
D | Scroller.java | 519 int passed = timePassed(); in extendDuration() local 520 mDuration = passed + extend; in extendDuration()
|
/frameworks/hardware/interfaces/bufferhub/1.0/ |
D | IBufferHub.hal | 46 * the nativeHandle passed in.
|
/frameworks/base/tools/dump-coverage/ |
D | README.md | 44 and then saves the result to a file specified by the passed in directory
|
/frameworks/rs/tests/lldb/java/Allocations/src/rs/ |
D | allocs.rscript | 47 // Helper function adding 1/2 to passed in double
|
/frameworks/rs/script_api/ |
D | rs_time.spec | 71 This functions returns the same pointer that is passed as first argument. If the
|
/frameworks/base/core/proto/android/stats/location/ |
D | location_enums.proto | 47 // Type of Callback passed in for this API
|