/build/soong/android/ |
D | expand.go | 30 func ExpandNinjaEscaped(s string, mapping func(string) (string, bool, error)) (string, error) { argument 37 func Expand(s string, mapping func(string) (string, error)) (string, error) { argument 44 func expand(s string, ninjaEscape bool, mapping func(string) (string, bool, error)) (string, error)… argument 69 func getMapping(s string, mapping func(string) (string, bool, error)) (string, bool, int, error) { argument
|
D | testing.go | 359 func FailIfErrored(t *testing.T, errs []error) { 369 func FailIfNoMatchingErrors(t *testing.T, pattern string, errs []error) { 392 func CheckErrorsAgainstExpectations(t *testing.T, errs []error, expectedErrorPatterns []string) {
|
D | paths_test.go | 163 got interface{}, err []error, 164 expected interface{}, expectedErr []error) {
|
/build/blueprint/pathtools/ |
D | fs_test.go | 542 func syscallError(err error) error { 552 func checkErr(t *testing.T, want, got error) {
|
/build/blueprint/ |
D | ninja_writer_test.go | 22 func ck(err error) {
|
D | module_ctx_test.go | 199 func expectedErrors(t *testing.T, errs []error, expectedMessages ...string) {
|
D | package_ctx.go | 62 VariableFunc(name string, f func(config interface{}) (string, error)) Variable argument 66 PoolFunc(name string, f func(interface{}) (PoolParams, error)) Pool argument 69 RuleFunc(name string, f func(interface{}) (RuleParams, error), argNames ...string) Rule argument
|
D | module_ctx.go | 183 error(err error) argument 381 func (d *baseModuleContext) error(err error) { func
|
/build/soong/cmd/zip2zip/ |
D | zip2zip_test.go | 411 func errorString(e error) string {
|
/build/soong/cmd/extract_jar_packages/ |
D | extract_jar_packages.go | 35 func must(err error) {
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.proto | 45 optional string error = 5; field
|
/build/blueprint/proptools/ |
D | extend_test.go | 1452 got interface{}, err error, 1453 expected interface{}, expectedErr error) {
|
/build/soong/cmd/zipsync/ |
D | zipsync.go | 36 func must(err error) {
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 46 func report(err error) { 211 func visitFile(path string, f os.FileInfo, err error) error {
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 34 func report(err error) {
|
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 47 func report(err error) {
|
/build/blueprint/bootstrap/ |
D | command.go | 266 func fatalErrors(errs []error) {
|
/build/soong/ui/logger/ |
D | logger.go | 77 error anonMember 125 func Recover(fn func(err error)) {
|
/build/make/tools/atree/ |
D | files.cpp | 130 bool* error) { in replace_variables() 287 bool error = false; in read_list_file() local
|
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 128 func runPass(t *testing.T, in, out string, innerTest func(*Fixer) error) {
|
/build/soong/python/ |
D | python_test.go | 359 func expectErrors(t *testing.T, actErrs []error, expErrs []string) (testErrs []error) {
|
/build/soong/symbol_inject/ |
D | symbol_inject.go | 28 error anonMember
|
/build/soong/finder/fs/ |
D | test.go | 99 func SetReadErr(t *testing.T, path string, readErr error, filesystem *MockFs) {
|
/build/blueprint/parser/ |
D | parser.go | 123 func (p *parser) error(err error) { func
|
/build/soong/cc/ |
D | cmakelists.go | 102 func linkAggregateCMakeListsFiles(path string, info os.FileInfo, err error) error {
|