Lines Matching refs:w

284 				func(w io.Writer, name, prefix, moduleDir string) {
285 fmt.Fprintln(w, "jar_installed_module := $(LOCAL_INSTALLED_MODULE)")
306 func(w io.Writer, name, prefix, moduleDir string) {
308 fmt.Fprintln(w, "$(LOCAL_INSTALLED_MODULE): $(jar_installed_module)")
309 fmt.Fprintln(w, "jar_installed_module :=")
413 func(w io.Writer, name, prefix, moduleDir string) {
415 fmt.Fprintf(w, "$(call dist-for-goals,%s,%s:%s)\n",
419 fmt.Fprintf(w, "$(call dist-for-goals,%s,%s:%s)\n",
423 fmt.Fprintf(w, "$(call dist-for-goals,%s,%s:%s)\n",
570 func(w io.Writer, name, prefix, moduleDir string) {
572 fmt.Fprintf(w, ".PHONY: %s %s.txt\n", dstubs.Name(), dstubs.Name())
573 fmt.Fprintf(w, "%s %s.txt: %s\n", dstubs.Name(), dstubs.Name(), dstubs.apiFile)
576 fmt.Fprintf(w, ".PHONY: %s %s.txt\n", dstubs.Name(), dstubs.Name())
577 fmt.Fprintf(w, "%s %s.txt: %s\n", dstubs.Name(), dstubs.Name(), dstubs.removedApiFile)
580 fmt.Fprintln(w, ".PHONY:", dstubs.Name()+"-check-current-api")
581 fmt.Fprintln(w, dstubs.Name()+"-check-current-api:",
584 fmt.Fprintln(w, ".PHONY: checkapi")
585 fmt.Fprintln(w, "checkapi:",
588 fmt.Fprintln(w, ".PHONY: droidcore")
589 fmt.Fprintln(w, "droidcore: checkapi")
592 fmt.Fprintln(w, ".PHONY:", dstubs.Name()+"-update-current-api")
593 fmt.Fprintln(w, dstubs.Name()+"-update-current-api:",
596 fmt.Fprintln(w, ".PHONY: update-api")
597 fmt.Fprintln(w, "update-api:",
601 fmt.Fprintln(w, ".PHONY:", dstubs.Name()+"-check-last-released-api")
602 fmt.Fprintln(w, dstubs.Name()+"-check-last-released-api:",
605 fmt.Fprintln(w, ".PHONY: checkapi")
606 fmt.Fprintln(w, "checkapi:",
609 fmt.Fprintln(w, ".PHONY: droidcore")
610 fmt.Fprintln(w, "droidcore: checkapi")
613 fmt.Fprintln(w, ".PHONY:", dstubs.Name()+"-api-lint")
614 fmt.Fprintln(w, dstubs.Name()+"-api-lint:",
617 fmt.Fprintln(w, ".PHONY: checkapi")
618 fmt.Fprintln(w, "checkapi:",
621 fmt.Fprintln(w, ".PHONY: droidcore")
622 fmt.Fprintln(w, "droidcore: checkapi")
625 fmt.Fprintf(w, "$(call dist-for-goals,%s,%s:%s)\n", dstubs.Name()+"-api-lint",
630 fmt.Fprintln(w, ".PHONY:", dstubs.Name()+"-check-nullability-warnings")
631 fmt.Fprintln(w, dstubs.Name()+"-check-nullability-warnings:",
634 fmt.Fprintln(w, ".PHONY:", "droidcore")
635 fmt.Fprintln(w, "droidcore: ", dstubs.Name()+"-check-nullability-warnings")