Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 91) sorted by relevance

1234

/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
DAndroidJUnit4ClassRunner.java62 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/
Dbrackets.c3 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/
DUnitTestSuiteBuilderTest.java70 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()
DInstrumentationTestSuiteBuilderTest.java77 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()
DTestSuiteBuilderTest.java179 private Set<String> errors = new HashSet<String>();
183 errors.add(testName(test));
206 return errors.contains(testName);
/frameworks/testing/uiautomator/library/
Dapicheck_msg_current.txt5 To make these errors go away, you have two choices:
7 errors above.
Dapicheck_msg_last.txt4 an SDK. Please fix the errors listed above.
/frameworks/base/docs/html/tools/help/
Dlint.jd67 <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>
Dandroid.jd37 <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/
Dauth.jd72 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/
DMakeJavaSymbols.sed1 # Run this on the errors output by javac of missing resource symbols,
/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java725 public void expectSSLCertificateError(int errors) { in expectSSLCertificateError() argument
727 expectSslErrors = errors; in expectSSLCertificateError()
/frameworks/base/docs/html/tools/debugging/
Dimproving-w-lint.jd45 …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/
Dindex.jd36 even cause system errors. To avoid this, the Android framework offers several classes that
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
DARM_DELIVERY.TXT29 that it is possible residual defects or errors in operation, consistency
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
DARM_DELIVERY.TXT29 that it is possible residual defects or errors in operation, consistency
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
DARM_DELIVERY.TXT29 that it is possible residual defects or errors in operation, consistency
/frameworks/base/docs/html/guide/faq/
Dtroubleshooting.jd7 <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/
DEGL_ANDROID_native_fence_sync.txt147 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/
Dindex.jd24 … design. Topics include mental models, natural mappings, metaphors, mode errors, visual hierarchie…
/frameworks/base/docs/html/about/versions/
Dandroid-1.1.jd163 <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/
DPathV3.inc168 if(errno == ENOENT || errno == ENOTDIR) // these are not errors
/frameworks/base/docs/html/google/play/licensing/
Doverview.jd136 you manage the handling of license checks that result in errors, such as network
137 errors.</dd>
/frameworks/base/docs/html/training/efficient-downloads/
Dregular_updates.jd89 …ar exponential back-off pattern to reduce the effect of failed connections and download errors.</p>
/frameworks/base/docs/html/sdk/installing/
Dinstalling-adt.jd139 <h4>Other install errors</h4>

1234