Home
last modified time | relevance | path

Searched defs:errors (Results 1 – 12 of 12) sorted by relevance

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DCompilationResult.java48 List<ScopedException> errors = ScopedException.extractErrors(error); in getBindingException() local
DSimpleCompilationTest.java332 List<ScopedException> errors = ScopedException.extractErrors(result.error); in testIncludeInMerge() local
353 List<ScopedException> errors = ScopedException.extractErrors(result.error); in testAssignTwoWayEvent() local
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DConnOnActivityStartTest.java360 final String[] errors = new String[] {null}; in startActivityAndCheckNetworkAccess() local
401 final StringBuilder errors = new StringBuilder(); in checkForAvailability() local
/frameworks/base/legacy-test/src/junit/framework/
DTestResult.java90 public synchronized Enumeration<TestFailure> errors() { in errors() method in TestResult
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DUnitTestSuiteBuilderTest.java70 private Set<String> errors = new HashSet<String>(); field in UnitTestSuiteBuilderTest.SuiteExecutionRecorder
DInstrumentationTestSuiteBuilderTest.java77 private Set<String> errors = new HashSet<String>(); field in InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScopedException.java145 List<ScopedException> errors = new ArrayList<ScopedException>(); in extractErrors() local
/frameworks/native/cmds/dumpsys/tests/
Ddumpsys_test.cpp91 std::ostringstream errors; variable
/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java725 public void expectSSLCertificateError(int errors) { in expectSSLCertificateError()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java2942 List<String> errors = Collections.synchronizedList(new ArrayList<>()); in testConcurrencyReadWrite() local
3018 List<String> errors = Collections.synchronizedList(new ArrayList<>()); in testConcurrencyRead() local
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkPolicyManagerServiceTest.java1621 final StringBuilder errors = new StringBuilder(); in assertContainsInAnyOrder() local
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java2045 int errors = ERROR_NONE_SUPPORTED; in applyLevelLimits() local