Home
last modified time | relevance | path

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

1234

/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/base/test-runner/src/junit/textui/
DResultPrinter.java48 printDefects(result.errors(), result.errorCount(), "error"); in printErrors()
/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/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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
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/base/docs/html/tools/help/
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/sdk/installing/
Dinstalling-adt.jd81 <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/
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/guide/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/guide/webapps/
Ddebugging.jd79 <p>Other console functions don't raise errors, but might not behave the same as what you
/frameworks/compile/mclinker/utils/gtest/src/
Dgtest-all.cpp3551 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/
DOLD_RELEASENOTES.jd106 …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/
Dmediaplayer.jd23 <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/
DOLD_RELEASENOTES.jd106 …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/
Dupgrading.jd134 identifies errors in your application. You can also look up
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt175 1. How should errors be handled in the callback functions?
/frameworks/compile/mclinker/utils/gtest/
DREADME152 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

1234