HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 2151 - 2175 of 5875) sorted by null

<<81828384858687888990>>

  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
result.py 33 failures and errors that occurred among those test runs. The collections
43 self.errors = []
116 self.errors.append((test, self._exc_info_to_string(err, test)))
146 return len(self.failures) == len(self.errors) == 0
191 return ("<%s run=%i errors=%i failures=%i>" %
192 (util.strclass(self.__class__), self.testsRun, len(self.errors),
runner.py 108 self.printErrorList('ERROR', self.errors)
111 def printErrorList(self, flavour, errors):
112 for test, err in errors:
122 It prints out the names of tests as they are run, errors as they
179 failed, errored = map(len, (result.failures, result.errors))
183 infos.append("errors=%d" % errored)
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
amd64error.s 5 TEXT errors(SB),$0
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
icfg.go 10 "errors"
33 errImportcfgSyntax = errors.New("malformed syntax")
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
shadow.go 6 // Some of these errors are caught by the compiler (shadowed return parameters for example)
52 // Use a couple of variables to trigger shadowing errors.
  /prebuilts/go/darwin-x86/src/encoding/csv/
writer_test.go 9 "errors"
63 return 0, errors.New("Test")
  /prebuilts/go/darwin-x86/src/encoding/gob/
error.go 9 // Errors in decoding and encoding are handled using panic and recover.
11 // such as "index out of bounds" errors) do not leave the file that caused
16 // A gobError is used to distinguish errors (panics) generated in this package.
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight_test.go 8 "errors"
31 someErr := errors.New("Some error")
  /prebuilts/go/darwin-x86/src/math/big/
ratmarsh.go 11 "errors"
29 return nil, errors.New("Rat.GobEncode: numerator too large")
  /prebuilts/go/darwin-x86/src/os/exec/
lp_plan9.go 8 "errors"
15 var ErrNotFound = errors.New("executable file not found in $path")
lp_unix.go 10 "errors"
17 var ErrNotFound = errors.New("executable file not found in $PATH")
  /prebuilts/go/darwin-x86/src/syscall/
mksyscall.pl 25 my $errors = 0;
91 $errors = 1;
111 $errors = 1;
305 if($errors) {
mksyscall_solaris.pl 23 my $errors = 0;
61 $errors = 1;
89 $errors = 1;
258 if($errors) {
  /prebuilts/go/darwin-x86/src/time/
tick.go 7 import "errors"
23 panic(errors.New("non-positive interval for NewTicker"))
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
amd64error.s 5 TEXT errors(SB),$0
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
icfg.go 10 "errors"
33 errImportcfgSyntax = errors.New("malformed syntax")
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
shadow.go 6 // Some of these errors are caught by the compiler (shadowed return parameters for example)
52 // Use a couple of variables to trigger shadowing errors.
  /prebuilts/go/linux-x86/src/encoding/csv/
writer_test.go 9 "errors"
63 return 0, errors.New("Test")
  /prebuilts/go/linux-x86/src/encoding/gob/
error.go 9 // Errors in decoding and encoding are handled using panic and recover.
11 // such as "index out of bounds" errors) do not leave the file that caused
16 // A gobError is used to distinguish errors (panics) generated in this package.
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight_test.go 8 "errors"
31 someErr := errors.New("Some error")
  /prebuilts/go/linux-x86/src/math/big/
ratmarsh.go 11 "errors"
29 return nil, errors.New("Rat.GobEncode: numerator too large")
  /prebuilts/go/linux-x86/src/os/exec/
lp_plan9.go 8 "errors"
15 var ErrNotFound = errors.New("executable file not found in $path")
lp_unix.go 10 "errors"
17 var ErrNotFound = errors.New("executable file not found in $PATH")
  /prebuilts/go/linux-x86/src/syscall/
mksyscall.pl 25 my $errors = 0;
91 $errors = 1;
111 $errors = 1;
305 if($errors) {
mksyscall_solaris.pl 23 my $errors = 0;
61 $errors = 1;
89 $errors = 1;
258 if($errors) {

Completed in 1119 milliseconds

<<81828384858687888990>>