/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/base/test-runner/src/junit/textui/ |
D | ResultPrinter.java | 48 printDefects(result.errors(), result.errorCount(), "error"); in printErrors()
|
/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/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/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/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/base/docs/html/tools/help/ |
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/sdk/installing/ |
D | installing-adt.jd | 81 <p>If you haven't encountered any errors, you're done setting up ADT 187 <h4>Other install errors</h4>
|
/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/guide/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/guide/webapps/ |
D | debugging.jd | 79 <p>Other console functions don't raise errors, but might not behave the same as what you
|
/frameworks/compile/mclinker/utils/gtest/src/ |
D | gtest-all.cpp | 3551 Message errors; in ReportInvalidTestCaseType() local 3552 errors in ReportInvalidTestCaseType() 3563 errors.GetString().c_str()); in ReportInvalidTestCaseType() 9068 Message errors; in VerifyRegisteredTestNames() local 9074 errors << "Test " << name << " is listed more than once.\n"; in VerifyRegisteredTestNames() 9091 errors << "No test named " << name in VerifyRegisteredTestNames() 9100 errors << "You forgot to list test " << *it << ".\n"; in VerifyRegisteredTestNames() 9104 const String& errors_str = errors.GetString(); in VerifyRegisteredTestNames()
|
/frameworks/base/docs/html/sdk/ |
D | OLD_RELEASENOTES.jd | 106 …nly includes a sub-part of the Android framework). Check the android console for errors/exceptions. 339 …d or prolonged scrolling in the Maps application or MapsView will result in application errors</li> 496 … prolonged scrolling in the Maps application or in a MapView will result in application errors.</p> 520 …th the Android Eclipse plugin (ADT) and will result in "Class not found" errors whenever you acces…
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 23 <li><a href="#asyncerror">Handling asynchronous errors</a></li> 311 <h3 id="asyncerror">Handling asynchronous errors</h3> 313 <p>On synchronous operations, errors would normally 316 of errors appropriately. In the case of a {@link android.media.MediaPlayer MediaPlayer},
|
/frameworks/base/docs/html/tools/sdk/ |
D | OLD_RELEASENOTES.jd | 106 …nly includes a sub-part of the Android framework). Check the android console for errors/exceptions. 339 …d or prolonged scrolling in the Maps application or MapsView will result in application errors</li> 496 … prolonged scrolling in the Maps application or in a MapView will result in application errors.</p> 520 …th the Android Eclipse plugin (ADT) and will result in "Class not found" errors whenever you acces…
|
/frameworks/base/docs/html/sdk/1.1_r1/ |
D | upgrading.jd | 134 identifies errors in your application. You can also look up
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 175 1. How should errors be handled in the callback functions?
|
/frameworks/compile/mclinker/utils/gtest/ |
D | README | 152 If you see errors, try to tweak the contents of make/Makefile to make 280 link errors. If you use the CMake script or the deprecated Autotools
|