• Home
  • Raw
  • Download

Lines Matching defs:string

139 func checkClient(c context.Context, name0, key0 string) (string, error) {
170 func apiBuilderPoll(c context.Context, ns string, r *http.Request, payload []byte) (interface{}, er…
238 func apiUploadBuild(c context.Context, ns string, r *http.Request, payload []byte) (interface{}, er…
264 func uploadBuild(c context.Context, now time.Time, ns string, req *dashapi.Build, typ BuildType) (b…
327 func addCommitsToBugs(c context.Context, ns, manager string,
328 titles []string, fixCommits []dashapi.FixCommit) error {
382 func addCommitsToBug(c context.Context, bug *Bug, manager string, managers []string,
383 fixCommits []string, presentCommits map[string]bool) error {
423 func managerList(c context.Context, ns string) ([]string, error) {
444 func bugNeedsCommitUpdate(c context.Context, bug *Bug, manager string, fixCommits []string,
463 func stringInList(list []string, str string) bool {
472 func stringsInList(list, str []string) bool {
481 func apiReportBuildError(c context.Context, ns string, r *http.Request, payload []byte) (interface{…
505 func apiReportCrash(c context.Context, ns string, r *http.Request, payload []byte) (interface{}, er…
520 func reportCrash(c context.Context, ns string, req *dashapi.Crash) (*Bug, error) {
603 func saveCrash(c context.Context, ns string, req *dashapi.Crash, bugKey *datastore.Key, build *Buil…
706 func apiReportFailedRepro(c context.Context, ns string, r *http.Request, payload []byte) (interface…
740 func apiNeedRepro(c context.Context, ns string, r *http.Request, payload []byte) (interface{}, erro…
766 func apiManagerStats(c context.Context, ns string, r *http.Request, payload []byte) (interface{}, e…
789 func findBugForCrash(c context.Context, ns, title string) (*Bug, *datastore.Key, error) {
806 func createBugForCrash(c context.Context, ns string, req *dashapi.Crash) (*Bug, *datastore.Key, err…
892 func putText(c context.Context, ns, tag string, data []byte, dedup bool) (int64, error) {
935 func getText(c context.Context, tag string, id int64) ([]byte, string, error) {
957 func limitLength(s string, max int) string {