HomeSort by relevance Sort by last modified time
    Searched full:badf (Results 26 - 39 of 39) sorted by null

12

  /prebuilts/go/darwin-x86/src/cmd/vet/
lostcancel.go 78 f.Badf(id.Pos(), "the cancel function returned by context.%s should be called, not discarded, to avoid a context leak",
125 f.Badf(stmt.Pos(), "the %s function is not used on all paths (possible context leak)", v.Name())
126 f.Badf(ret.Pos(), "this return statement may be reached without using the %s var defined on line %d", v.Name(), lineno)
unsafeptr.go 28 f.Badf(x.Pos(), "possible misuse of unsafe.Pointer")
httpresponse.go 69 f.Badf(root.Pos(), "using %s before checking for errors", resp.Name)
tests.go 177 report := func(format string, args ...interface{}) { f.Badf(node.Pos(), format, args...) }
main.go 428 // Badf reports a formatted error and sets the exit code.
429 func (f *File) Badf(pos token.Pos, format string, args ...interface{}) {
method.go 116 f.Badf(id.Pos(), "method %s should have signature %s", actual, expectFmt)
  /prebuilts/go/linux-x86/src/cmd/vet/
lostcancel.go 78 f.Badf(id.Pos(), "the cancel function returned by context.%s should be called, not discarded, to avoid a context leak",
125 f.Badf(stmt.Pos(), "the %s function is not used on all paths (possible context leak)", v.Name())
126 f.Badf(ret.Pos(), "this return statement may be reached without using the %s var defined on line %d", v.Name(), lineno)
unsafeptr.go 28 f.Badf(x.Pos(), "possible misuse of unsafe.Pointer")
httpresponse.go 69 f.Badf(root.Pos(), "using %s before checking for errors", resp.Name)
tests.go 177 report := func(format string, args ...interface{}) { f.Badf(node.Pos(), format, args...) }
main.go 428 // Badf reports a formatted error and sets the exit code.
429 func (f *File) Badf(pos token.Pos, format string, args ...interface{}) {
method.go 116 f.Badf(id.Pos(), "method %s should have signature %s", actual, expectFmt)
  /external/fio/
io_u.c 962 enum fio_file_flags badf)
991 if ((!goodf || (f->flags & goodf)) && !(f->flags & badf)) {
1004 int badf)
1040 dprint(FD_FILE, "goodf=%x, badf=%x, ff=%x\n", goodf, badf,
1042 if ((!goodf || (f->flags & goodf)) && !(f->flags & badf))
    [all...]
  /external/ltp/testcases/kernel/fs/dmapi/
attr.c     [all...]

Completed in 333 milliseconds

12