HomeSort by relevance Sort by last modified time
    Searched defs:errors (Results 151 - 175 of 1189) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
SkQP.java 73 String[] errors = this.nExecuteUnitTest(unitTest); local
74 if (errors != null && errors.length > 0) {
75 for (String error : errors) {
  /external/skia/tests/
RecordingXfermodeTest.cpp 144 SkString errors; local
164 errors.appendf("For SkXfermode %d %s: SkPictureRecorder bitmap is wrong\n",
171 REPORTER_ASSERT(reporter, 0 == numErrors, errors.c_str());
  /external/skqp/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
SkQP.java 73 String[] errors = this.nExecuteUnitTest(unitTest); local
74 if (errors != null && errors.length > 0) {
75 for (String error : errors) {
  /external/skqp/tests/
RecordingXfermodeTest.cpp 144 SkString errors; local
164 errors.appendf("For SkXfermode %d %s: SkPictureRecorder bitmap is wrong\n",
171 REPORTER_ASSERT(reporter, 0 == numErrors, errors.c_str());
  /external/vboot_reference/futility/
traversal.h 65 int errors; member in struct:futil_traverse_state_s
71 * before calling. Returns nonzero (but no details) if there were any errors.
  /external/webrtc/talk/media/base/
fakevideorenderer.h 83 int errors() const { return errors_; } function in class:cricket::FakeVideoRenderer
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
RsaSignatureTest.java 1133 int errors = 0; local
    [all...]
  /frameworks/base/test-base/src/junit/framework/
TestResult.java 12 * The test framework distinguishes between <i>failures</i> and <i>errors</i>.
13 * A failure is anticipated and checked for with assertions. Errors are
37 * Adds an error to the list of errors. The passed in exception
82 * Gets the number of detected errors.
88 * Returns an Enumeration for the errors
90 public synchronized Enumeration<TestFailure> errors() { method in class:TestResult
  /frameworks/base/test-runner/src/junit/textui/
ResultPrinter.java 49 printDefects(result.errors(), result.errorCount(), "error");
93 ", Errors: "+result.errorCount());
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
UnitTestSuiteBuilderTest.java 70 private Set<String> errors = new HashSet<String>(); field in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder
74 errors.add(testName(test));
97 return errors.contains(testName);
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
ScopedException.java 145 List<ScopedException> errors = new ArrayList<ScopedException>(); local
151 errors.add(createFromOutput(output.substring(index + ERROR_LOG_PREFIX.length())));
154 errors.add(createFromOutput(output.substring(index + ERROR_LOG_PREFIX.length(),
159 return errors;
  /frameworks/ml/nn/runtime/test/
TestTrivialModel.cpp 99 int errors = 0; local
105 errors++;
109 return errors;
  /hardware/interfaces/audio/common/all-versions/test/utility/src/
ValidateXml.cpp 73 const std::string& getErrors() { return errors; }
84 self->errors += "Error: ";
85 self->errors += formatedMsg;
91 std::string errors; member in struct:android::hardware::audio::common::test::utility::Libxml2Global
101 "\n Which is: " + xsdFilePath + "\nLibxml2 errors:\n" + libxml2.getErrors();
137 std::vector<std::string> errors;
149 errors.push_back(result.message());
154 errors.push_back("No xml file found in provided locations.\n");
157 return ::testing::AssertionResult(errors.empty())
158 << errors.size() << " error" << (errors.size() == 1 ? " " : "s "
    [all...]
  /hardware/interfaces/tests/pointer/1.0/default/
Pointer.h 10 #define PUSH_ERROR_IF(__cond__) if(__cond__) { errors.push_back(std::to_string(__LINE__) + ": " + #__cond__); }
28 std::vector<std::string> errors; member in struct:android::hardware::tests::pointer::V1_0::implementation::Pointer
73 errors.push_back("foo10: s_ptr_vec.size() != 5");
82 errors.push_back("foo11: s_vec_ptr->size() != 5");
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_runner.py 46 errors = [] variable in class:TestCleanUp.testCleanUpWithErrors.MockResult
48 self.errors.append((test, exc_info))
67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_runner.py 46 errors = [] variable in class:TestCleanUp.testCleanUpWithErrors.MockResult
48 self.errors.append((test, exc_info))
67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner_test.go 308 t.Errorf("found %d errors", s.ErrorCount)
546 t.Errorf("found %d errors", S.ErrorCount)
581 t.Errorf("found %d errors", s.ErrorCount)
587 "@ @\n" + // two errors on the same line
607 t.Errorf("found %d errors, expected %d", len(list), s.ErrorCount)
611 t.Errorf("found %d raw errors, expected 9", len(list))
617 t.Errorf("found %d sorted errors, expected 9", len(list))
623 t.Errorf("found %d one-per-line errors, expected 4", len(list))
629 cnt int // number of errors encountered
665 var errors = []struct var
    [all...]
  /prebuilts/go/linux-x86/src/go/scanner/
scanner_test.go 308 t.Errorf("found %d errors", s.ErrorCount)
546 t.Errorf("found %d errors", S.ErrorCount)
581 t.Errorf("found %d errors", s.ErrorCount)
587 "@ @\n" + // two errors on the same line
607 t.Errorf("found %d errors, expected %d", len(list), s.ErrorCount)
611 t.Errorf("found %d raw errors, expected 9", len(list))
617 t.Errorf("found %d sorted errors, expected 9", len(list))
623 t.Errorf("found %d one-per-line errors, expected 4", len(list))
629 cnt int // number of errors encountered
665 var errors = []struct var
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 46 errors = [] variable in class:TestCleanUp.testCleanUpWithErrors.MockResult
48 self.errors.append((test, exc_info))
67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 46 errors = [] variable in class:TestCleanUp.testCleanUpWithErrors.MockResult
48 self.errors.append((test, exc_info))
67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
  /system/extras/libfec/
fec_verity.cpp 183 corrects errors if necessary, and copies valid data blocks for later use
545 mode, rewrites the metadata if it had errors */
558 uint64_t errors = f->errors; local
622 if (f->mode & O_RDWR && f->errors > errors &&
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
FakeTestTest.java 78 final String[] errors = {"X", "X1", "P0", "P2F1E0", "2PF", "2PF1", " "}; local
79 for (String error : errors) {
124 final String[] errors = { local
125 "X", "X1", "P0", "P2F1E0", "2PF", "2PF1", " ", // common decodeRle errors
127 for (String error : errors) {
  /external/guice/core/src/com/google/inject/internal/
MoreTypes.java 99 Errors errors = new Errors().keyNotFullySpecified(typeLiteral); local
100 throw new ConfigurationException(errors.getMessages());
  /external/icu/android_icu4j/src/main/java/android/icu/text/
IDNA.java 153 * The label might be modified according to the types of errors.
154 * Labels with severe errors will be left in (or turned into) their Unicode form.
166 * The label might be modified according to the types of errors.
179 * The domain name might be modified according to the types of errors.
180 * Labels with severe errors will be left in (or turned into) their Unicode form.
192 * The domain name might be modified according to the types of errors.
202 * Output container for IDNA processing errors.
210 errors=EnumSet.noneOf(Error.class);
217 * Were there IDNA processing errors?
218 * @return true if there were processing errors
248 private EnumSet<Error> errors, labelErrors; field in class:IDNA.Info
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IDNA.java 160 * The label might be modified according to the types of errors.
161 * Labels with severe errors will be left in (or turned into) their Unicode form.
174 * The label might be modified according to the types of errors.
188 * The domain name might be modified according to the types of errors.
189 * Labels with severe errors will be left in (or turned into) their Unicode form.
202 * The domain name might be modified according to the types of errors.
213 * Output container for IDNA processing errors.
223 errors=EnumSet.noneOf(Error.class);
230 * Were there IDNA processing errors?
231 * @return true if there were processing errors
264 private EnumSet<Error> errors, labelErrors; field in class:IDNA.Info
    [all...]

Completed in 597 milliseconds

1 2 3 4 5 67 8 91011>>