Lines Matching refs:w

279 				func(w io.Writer, name, prefix, moduleDir string, entries *android.AndroidMkEntries) {
280 fmt.Fprintln(w, "jar_installed_module := $(LOCAL_INSTALLED_MODULE)")
294 func(w io.Writer, name, prefix, moduleDir string, entries *android.AndroidMkEntries) {
296 fmt.Fprintln(w, "$(LOCAL_INSTALLED_MODULE): $(jar_installed_module)")
297 fmt.Fprintln(w, "jar_installed_module :=")
399 func(w io.Writer, name, prefix, moduleDir string, entries *android.AndroidMkEntries) {
401 fmt.Fprintf(w, "$(call dist-for-goals,%s,%s:%s)\n",
405 fmt.Fprintf(w, "$(call dist-for-goals,%s,%s:%s)\n",
409 fmt.Fprintf(w, "$(call dist-for-goals,%s,%s:%s)\n",
517 func(w io.Writer, name, prefix, moduleDir string, entries *android.AndroidMkEntries) {
519 fmt.Fprintln(w, ".PHONY:", ddoc.Name()+"-check-current-api")
520 fmt.Fprintln(w, ddoc.Name()+"-check-current-api:",
523 fmt.Fprintln(w, ".PHONY: checkapi")
524 fmt.Fprintln(w, "checkapi:",
527 fmt.Fprintln(w, ".PHONY: droidcore")
528 fmt.Fprintln(w, "droidcore: checkapi")
531 fmt.Fprintln(w, ".PHONY:", ddoc.Name()+"-update-current-api")
532 fmt.Fprintln(w, ddoc.Name()+"-update-current-api:",
535 fmt.Fprintln(w, ".PHONY: update-api")
536 fmt.Fprintln(w, "update-api:",
540 fmt.Fprintln(w, ".PHONY:", ddoc.Name()+"-check-last-released-api")
541 fmt.Fprintln(w, ddoc.Name()+"-check-last-released-api:",
544 fmt.Fprintln(w, ".PHONY: checkapi")
545 fmt.Fprintln(w, "checkapi:",
548 fmt.Fprintln(w, ".PHONY: droidcore")
549 fmt.Fprintln(w, "droidcore: checkapi")
593 func(w io.Writer, name, prefix, moduleDir string, entries *android.AndroidMkEntries) {
595 fmt.Fprintf(w, ".PHONY: %s %s.txt\n", dstubs.Name(), dstubs.Name())
596 fmt.Fprintf(w, "%s %s.txt: %s\n", dstubs.Name(), dstubs.Name(), dstubs.apiFile)
599 fmt.Fprintf(w, ".PHONY: %s %s.txt\n", dstubs.Name(), dstubs.Name())
600 fmt.Fprintf(w, "%s %s.txt: %s\n", dstubs.Name(), dstubs.Name(), dstubs.removedApiFile)
603 fmt.Fprintln(w, ".PHONY:", dstubs.Name()+"-check-current-api")
604 fmt.Fprintln(w, dstubs.Name()+"-check-current-api:",
607 fmt.Fprintln(w, ".PHONY: checkapi")
608 fmt.Fprintln(w, "checkapi:",
611 fmt.Fprintln(w, ".PHONY: droidcore")
612 fmt.Fprintln(w, "droidcore: checkapi")
615 fmt.Fprintln(w, ".PHONY:", dstubs.Name()+"-update-current-api")
616 fmt.Fprintln(w, dstubs.Name()+"-update-current-api:",
619 fmt.Fprintln(w, ".PHONY: update-api")
620 fmt.Fprintln(w, "update-api:",
624 fmt.Fprintln(w, ".PHONY:", dstubs.Name()+"-check-last-released-api")
625 fmt.Fprintln(w, dstubs.Name()+"-check-last-released-api:",
628 fmt.Fprintln(w, ".PHONY: checkapi")
629 fmt.Fprintln(w, "checkapi:",
632 fmt.Fprintln(w, ".PHONY: droidcore")
633 fmt.Fprintln(w, "droidcore: checkapi")
636 fmt.Fprintln(w, ".PHONY:", dstubs.Name()+"-api-lint")
637 fmt.Fprintln(w, dstubs.Name()+"-api-lint:",
640 fmt.Fprintln(w, ".PHONY: checkapi")
641 fmt.Fprintln(w, "checkapi:",
644 fmt.Fprintln(w, ".PHONY: droidcore")
645 fmt.Fprintln(w, "droidcore: checkapi")
648 fmt.Fprintf(w, "$(call dist-for-goals,%s,%s:%s)\n", dstubs.Name()+"-api-lint",
653 fmt.Fprintln(w, ".PHONY:", dstubs.Name()+"-check-nullability-warnings")
654 fmt.Fprintln(w, dstubs.Name()+"-check-nullability-warnings:",
657 fmt.Fprintln(w, ".PHONY:", "droidcore")
658 fmt.Fprintln(w, "droidcore: ", dstubs.Name()+"-check-nullability-warnings")