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

1 2 3 4 5 67 8 91011>>

  /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/native/cmds/dumpsys/tests/
dumpsys_test.cpp 91 std::ostringstream errors; local
93 errors << " sizes do not match (expected " << expected.size() << ", got " << arg.size()
104 errors << " element mismatch at index " << i << "\n";
109 if (!errors.str().empty()) {
110 errors << "\nExpected args: " << expected_stream.str()
112 *result_listener << errors.str();
  /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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
virtio_blk.h 71 __u32 errors; member in struct:virtio_scsi_inhdr
  /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 &&
  /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...]
  /prebuilts/tools/common/m2/repository/com/uber/rave/0.6.0/
rave-0.6.0.jar 
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 456 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
477 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
496 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
517 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
538 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
600 private final List<DOMError> errors = new ArrayList<DOMError>(); field in class:NormalizeTest.ErrorRecorder
603 errors.add(error);
608 assertAllErrors("Expected one or more " + type + " errors", severity, type);
612 assertFalse(message, errors.isEmpty());
613 for (DOMError error : errors) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UTS46Test.java 47 errln(String.format("T.nameToASCII(www.example.com) info.errors=%s result matches=%b",
56 errln(String.format("N.labelToASCII(label-with-dot) failed with errors %s",
63 errln(String.format("T.nameToUnicode(fA\u00DF.de) info.errors=%s result matches=%b",
83 errln(String.format("notSTD3.nameToUnicode(non-LDH ASCII) unexpected errors %s string %s",
96 errln(String.format("notSTD3.nameToUnicode(equiv to non-LDH ASCII) unexpected errors %s string %s",
123 errors=EnumSet.noneOf(IDNA.Error.class);
129 errors.clear();
132 errors.add(errorNamesToErrors.get(e));
140 private EnumSet<IDNA.Error> errors; field in class:UTS46Test.TestCase
366 // hyphen errors and empty-label error
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UTS46Test.java 46 errln(String.format("T.nameToASCII(www.example.com) info.errors=%s result matches=%b",
55 errln(String.format("N.labelToASCII(label-with-dot) failed with errors %s",
62 errln(String.format("T.nameToUnicode(fA\u00DF.de) info.errors=%s result matches=%b",
82 errln(String.format("notSTD3.nameToUnicode(non-LDH ASCII) unexpected errors %s string %s",
95 errln(String.format("notSTD3.nameToUnicode(equiv to non-LDH ASCII) unexpected errors %s string %s",
122 errors=EnumSet.noneOf(IDNA.Error.class);
128 errors.clear();
131 errors.add(errorNamesToErrors.get(e));
139 private EnumSet<IDNA.Error> errors; field in class:UTS46Test.TestCase
365 // hyphen errors and empty-label error
    [all...]
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
OpTestCase.java 389 List<Error> errors = new ArrayList<>(); local
412 errors.add(new Error(String.format("%s: %s", test, t), t));
416 if (!errors.isEmpty()) {
419 for (Error t : errors) {
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
OpTestCase.java 390 List<Error> errors = new ArrayList<>(); local
413 errors.add(new Error(String.format("%s: %s", test, t), t));
417 if (!errors.isEmpty()) {
420 for (Error t : errors) {
  /bionic/libc/kernel/uapi/linux/
virtio_blk.h 89 __virtio32 errors; member in struct:virtio_scsi_inhdr
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestResult.java 82 public Enumeration<TestFailure> errors() { method in class:SensorCtsTestResult
83 return mWrappedTestResult.errors();
  /cts/tests/sensor/src/android/hardware/cts/
SensorParameterRangeTest.java 176 List<String> errors = new ArrayList<>(); local
180 errors.add(String.format("sensor \"%s\" has id %d", s.getName(), s));
183 if (errors.size() > 0) {
185 TextUtils.join(", ", errors) + " >";
  /cts/tests/tests/security/src/android/security/cts/
ListeningPortsTest.java 205 String errors = ""; local
219 errors += "\nFound port listening on addr="
226 if (!errors.equals("")) {
227 throw new ListeningPortsAssertionError(errors);
  /development/ndk/platforms/android-21/include/linux/
virtio_blk.h 75 __u32 errors; member in struct:virtio_scsi_inhdr

Completed in 3188 milliseconds

1 2 3 4 5 67 8 91011>>