/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 | paths_test.go | 197 got interface{}, err []error, 198 expected interface{}, expectedErr []error) {
|
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 128 func checkError(t *testing.T, in, expectedErr string, innerTest func(*Fixer) error) { 133 func runTestOnce(t *testing.T, in, expected string, innerTest func(*Fixer) error) { 179 func runFixerOnce(fixer *Fixer, innerTest func(*Fixer) error) (string, error) { 200 func runPassOnce(t *testing.T, in, out string, innerTest func(*Fixer) error) { 209 func runPass(t *testing.T, in, out string, innerTest func(*Fixer) error) {
|
/build/blueprint/pathtools/ |
D | fs_test.go | 542 func syscallError(err error) error { 552 func checkErr(t *testing.T, want, got error) {
|
/build/soong/cmd/zip2zip/ |
D | zip2zip_test.go | 411 func errorString(e error) string {
|
/build/blueprint/ |
D | ninja_writer_test.go | 23 func ck(err error) {
|
D | module_ctx_test.go | 314 func expectedErrors(t *testing.T, errs []error, expectedMessages ...string) {
|
/build/soong/cmd/extract_jar_packages/ |
D | extract_jar_packages.go | 35 func must(err error) {
|
/build/bazel/scripts/milestone-2/ |
D | demo.sh | 46 function error() { function
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.proto | 45 optional string error = 5; field
|
/build/soong/cmd/zipsync/ |
D | zipsync.go | 36 func must(err error) {
|
/build/blueprint/proptools/ |
D | extend_test.go | 1798 got interface{}, err error, 1799 expected interface{}, expectedErr error) {
|
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 47 func report(err error) {
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 34 func report(err error) {
|
/build/blueprint/bootstrap/bpglob/ |
D | bpglob.go | 107 func writeErrorOutput(path string, globErr error) {
|
/build/blueprint/bootstrap/ |
D | command.go | 188 func fatalErrors(errs []error) {
|
/build/soong/dexpreopt/ |
D | class_loader_context_test.go | 392 func checkError(t *testing.T, have error, want string) {
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 53 func report(err error) { 303 func visitFile(path string, f os.FileInfo, err error) error {
|
/build/soong/bp2build/ |
D | testing.go | 43 func checkError(t *testing.T, errs []error, expectedErr error) bool { 56 func errored(t *testing.T, tc bp2buildTestCase, errs []error) bool {
|
D | metrics.go | 94 func fail(err error, alertFmt string, vals ...interface{}) {
|
/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/bazel/ |
D | aquery_test.go | 1367 func assertError(t *testing.T, err error, expected string) {
|
/build/soong/symbol_inject/ |
D | symbol_inject.go | 28 error anonMember
|
/build/soong/finder/fs/ |
D | test.go | 100 func SetReadErr(t *testing.T, path string, readErr error, filesystem *MockFs) {
|