/build/soong/android/ |
D | package_ctx.go | 43 errors []error member 53 e.errors = append(e.errors, fmt.Errorf(format, args...)) 71 if len(ctx.errors) > 0 { 72 return "", ctx.errors[0] 86 if len(ctx.errors) > 0 { 87 return "", ctx.errors[0] 101 if len(ctx.errors) > 0 { 102 return "", ctx.errors[0] 116 if len(ctx.errors) > 0 { 117 return "", ctx.errors[0] [all …]
|
D | paths_test.go | 55 err: []error{errors.New("Path is outside directory: ..")}, 60 err: []error{errors.New("Path is outside directory: ../a")}, 65 err: []error{errors.New("Path is outside directory: ../a")}, 70 err: []error{errors.New("Path is outside directory: /a")}, 75 err: []error{errors.New("Path is outside directory: ../b")}, 80 err: []error{errors.New("Path is outside directory: ../c")}, 85 err: []error{errors.New("Path is outside directory: ..")}, 100 err: []error{errors.New("Path contains invalid character($): $host/../$a")}, 105 err: []error{errors.New("Path contains invalid character($): $host/..")}, 113 check(t, "validateSafePath", p(testCase.in), out, ctx.errors, testCase.out, testCase.err) [all …]
|
/build/make/tools/ |
D | merge-event-log-tags.py | 38 errors = [] variable 131 errors.extend(tagfile.errors) 134 if errors: 135 for fn, ln, msg in errors:
|
D | event_log_tags.py | 36 self.errors.append((self.filename, linenum, msg)) 47 self.errors = []
|
D | java-event-log-tags.py | 86 if tagfile.errors: 87 for fn, ln, msg in tagfile.errors:
|
/build/kati/ |
D | rule_parser.go | 189 return nil, errors.New("*** missing separator.") 201 return nil, errors.New("*** mixed implicit and normal rules: deprecated syntax") 245 return nil, errors.New("*** mixed implicit and normal rules: deprecated syntax") 254 return nil, errors.New("*** missing target pattern.") 258 return nil, errors.New("*** target pattern contains no '%'.") 262 return nil, errors.New("*** multiple target patterns.")
|
D | pathutil.go | 523 errNotFind = errors.New("not find command") 524 errFindBackground = errors.New("find command: background") 525 errFindUnbalancedQuote = errors.New("find command: unbalanced quote") 526 errFindDupChdir = errors.New("find command: dup chdir") 527 errFindDupTestdir = errors.New("find command: dup testdir") 528 errFindExtra = errors.New("find command: extra") 529 errFindUnexpectedEnd = errors.New("find command: unexpected end") 530 errFindAbspath = errors.New("find command: abs path") 531 errFindNoSuchDir = errors.New("find command: no such dir") 894 errNotFindleaves = errors.New("not findleaves command") [all …]
|
D | expr.go | 30 errEndOfInput = errors.New("unexpected end of input") 31 errNotLiteral = errors.New("valueNum: not literal") 33 errUnterminatedVariableReference = errors.New("*** unterminated variable reference.") 427 return nil, 0, errors.New("empty expr") 430 return nil, 0, errors.New("should starts with $") 433 return nil, 0, errors.New("should handle $$ as literal $")
|
D | worker.go | 30 errNothingDone = errors.New("nothing done") 345 return errors.New("worker manager stopped")
|
/build/soong/cmd/soong_zip/ |
D | soong_zip.go | 119 errors chan error member 248 z.errors = make(chan error) 249 defer close(z.errors) 274 z.errors <- err 282 z.errors <- err 359 case err = <-z.errors: 366 case err = <-z.errors: 482 z.errors <- err 496 z.errors <- err 546 z.errors <- err [all …]
|
/build/make/core/ |
D | apicheck_msg_current.txt | 5 To make these errors go away, you have two choices: 7 errors above.
|
D | apicheck_msg_last.txt | 4 an SDK. Please fix the errors listed above.
|
/build/soong/third_party/zip/ |
D | android.go | 122 return nil, errors.New("archive/zip: invalid duplicate FileHeader") 158 return 0, errors.New("zip: write to closed file") 165 return errors.New("zip: file closed twice")
|
D | register.go | 50 return 0, errors.New("Write after Close") 88 return 0, errors.New("Read after Close")
|
D | writer.go | 64 return errors.New("zip: writer closed twice") 210 return nil, errors.New("archive/zip: invalid duplicate FileHeader") 303 return 0, errors.New("zip: write to closed file") 311 return errors.New("zip: file closed twice")
|
D | reader.go | 19 ErrFormat = errors.New("zip: not a valid zip file") 20 ErrAlgorithm = errors.New("zip: unsupported compression algorithm") 21 ErrChecksum = errors.New("zip: checksum error") 424 return nil, errors.New("zip: invalid comment length")
|
/build/blueprint/proptools/ |
D | extend_test.go | 578 err: errors.New("expected pointer to struct, got struct {}"), 585 err: errors.New("expected pointer to struct, got struct {}"), 592 err: errors.New("expected pointer to struct, got *[]string"), 599 err: errors.New("expected pointer to struct, got *[]string"), 613 …err: errors.New("expected matching types for dst and src, got *struct { A string } and *struct { B… 1058 err: errors.New("expected pointer to struct, got struct {}"), 1065 err: errors.New("expected pointer to struct, got struct {}"), 1072 err: errors.New("expected pointer to struct, got *[]string"), 1079 err: errors.New("expected pointer to struct, got *[]string"),
|
/build/soong/androidmk/parser/ |
D | parser.go | 11 var errTooManyErrors = errors.New("too many errors") 39 return p.nodes, p.errors 45 errors []error member 94 p.errors = append(p.errors, err) 95 if len(p.errors) >= maxErrors {
|
/build/blueprint/parser/ |
D | parser.go | 27 var errTooManyErrors = errors.New("too many errors") 66 errs = p.errors 75 errs = p.errors 104 errors []error member 132 p.errors = append(p.errors, err) 133 if len(p.errors) >= maxErrors {
|
/build/soong/ui/logger/ |
D | logger.go | 264 panic(fatalLog(errors.New(output))) 272 panic(fatalLog(errors.New(output))) 280 panic(fatalLog(errors.New(output)))
|
/build/make/tools/droiddoc/templates-sac/ |
D | package.cs | 53 <?cs call:class_table("Errors", package.errors) ?>
|
/build/make/tools/droiddoc/templates-ndk/ |
D | package.cs | 56 <?cs call:class_table("Errors", package.errors) ?>
|
/build/make/tools/droiddoc/templates-pdk/ |
D | customizations.cs | 67 <?cs call:list("Errors", class.package.errors) ?> 75 <?cs call:class_link_list("Errors", package.errors) ?>
|
/build/blueprint/pathtools/ |
D | glob.go | 28 var GlobMultipleRecursiveErr = errors.New("pattern contains multiple **") 29 var GlobLastRecursiveErr = errors.New("pattern ** as last path element")
|
/build/blueprint/bootstrap/ |
D | cleanup.go | 90 return nil, errors.New("unrecognized ninja log format")
|