/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/ |
D | AndroidJUnit4ClassRunner.java | 62 protected void collectInitializationErrors(List<Throwable> errors) { in collectInitializationErrors() argument 63 super.collectInitializationErrors(errors); in collectInitializationErrors() 65 validateInjectFields(errors); in collectInitializationErrors() 68 private void validateInjectFields(List<Throwable> errors) { in validateInjectFields() argument 72 validateInjectField(errors, instrField, Instrumentation.class); in validateInjectFields() 77 validateInjectField(errors, contextField, Context.class); in validateInjectFields() 81 private void validateInjectField(List<Throwable> errors, FrameworkField instrField, in validateInjectField() argument 84 errors.add(new InvalidInjectException(String.format( in validateInjectField() 89 errors.add(new InvalidInjectException(String.format( in validateInjectField()
|
/frameworks/compile/libbcc/tests/data/src/ |
D | brackets.c | 3 int errors = 0; in testBrackets() local 10 errors++; in testBrackets() 13 printf("Errors: %d\n", errors); in testBrackets() 18 int errors = 0; in testBrackets2D() local 30 errors++; in testBrackets2D() 34 printf("2D Errors: %d\n", errors); in testBrackets2D()
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
D | UnitTestSuiteBuilderTest.java | 70 private Set<String> errors = new HashSet<String>(); field in UnitTestSuiteBuilderTest.SuiteExecutionRecorder 74 errors.add(testName(test)); in addError() 97 return errors.contains(testName); in errored()
|
D | InstrumentationTestSuiteBuilderTest.java | 77 private Set<String> errors = new HashSet<String>(); field in InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder 81 errors.add(testName(test)); in addError() 104 return errors.contains(testName); in errored()
|
D | TestSuiteBuilderTest.java | 179 private Set<String> errors = new HashSet<String>(); 183 errors.add(testName(test)); 206 return errors.contains(testName);
|
/frameworks/testing/uiautomator/library/ |
D | apicheck_msg_current.txt | 5 To make these errors go away, you have two choices: 7 errors above.
|
D | apicheck_msg_last.txt | 4 an SDK. Please fix the errors listed above.
|
/frameworks/base/docs/html/tools/help/ |
D | lint.jd | 67 <td>Only check for errors and ignore warnings</td> 79 <td>Report all warnings as errors</td> 134 <td>Set the exit code to 1 if errors are found.</td>
|
D | android.jd | 37 <dd>Silent mode: only errors are printed out</dd> 45 <dd>Verbose mode: errors, warnings and informational messages are printed.</dd>
|
/frameworks/base/docs/html/google/play-services/ |
D | auth.jd | 72 display a dialog to the user to interactively handle authorization errors.</li> 113 … For background services. Displays a notification to the user when authorization errors occur.</li> 117 when authorization errors occur. If a user clicks the notification and then authorizes the 132 errors occur. If a user clicks the notification and then authorizes the
|
/frameworks/base/core/res/ |
D | MakeJavaSymbols.sed | 1 # Run this on the errors output by javac of missing resource symbols,
|
/frameworks/base/tests/CoreTests/android/core/ |
D | TestEventHandler.java | 725 public void expectSSLCertificateError(int errors) { in expectSSLCertificateError() argument 727 expectSslErrors = errors; in expectSSLCertificateError()
|
/frameworks/base/docs/html/tools/debugging/ |
D | improving-w-lint.jd | 45 …our Android application. It is strongly recommended that you correct any errors that {@code lint} … 58 …, {@code lint} only runs an automatic check for fatal errors and aborts the export if fatal errors… 91 0 errors, 4 warnings 93 <p>The output above lists four warnings and no errors in this project. Three warnings ({@code Mani…
|
/frameworks/base/docs/html/training/run-background-service/ |
D | index.jd | 36 even cause system errors. To avoid this, the Android framework offers several classes that
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
D | ARM_DELIVERY.TXT | 29 that it is possible residual defects or errors in operation, consistency
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
D | ARM_DELIVERY.TXT | 29 that it is possible residual defects or errors in operation, consistency
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
D | ARM_DELIVERY.TXT | 29 that it is possible residual defects or errors in operation, consistency
|
/frameworks/base/docs/html/guide/faq/ |
D | troubleshooting.jd | 7 <p>Here are some tips and tricks for common Android errors. Don't forget to use the 8 ddms logcat capability to get a deeper view when errors occur. 116 can sometimes create odd errors when Android tries to access screen elements 169 for a debugger to connect, or errors that Eclipse reports about not being able 209 you will get errors similar to: </p>
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 147 Modify the list of eglCreateSyncKHR errors in Section 3.8.1 (Sync Objects), 194 "If no errors are generated, EGL_TRUE is returned, and <sync> will no
|
/frameworks/base/docs/html/design/videos/ |
D | index.jd | 24 … design. Topics include mental models, natural mappings, metaphors, mode errors, visual hierarchie…
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.1.jd | 163 <li>Fixes various errors in auto and manual account setup </li> 164 <li>Improves reporting for various connection errors, making it easier
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 168 if(errno == ENOENT || errno == ENOTDIR) // these are not errors
|
/frameworks/base/docs/html/google/play/licensing/ |
D | overview.jd | 136 you manage the handling of license checks that result in errors, such as network 137 errors.</dd>
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | regular_updates.jd | 89 …ar exponential back-off pattern to reduce the effect of failed connections and download errors.</p>
|
/frameworks/base/docs/html/sdk/installing/ |
D | installing-adt.jd | 139 <h4>Other install errors</h4>
|