Searched refs:NewKey (Results 1 – 8 of 8) sorted by relevance
/external/syzkaller/dashboard/app/ |
D | entities.go | 213 mgrKey := datastore.NewKey(c, "Manager", fmt.Sprintf("%v-%v", ns, name), 0, nil) 224 statsKey := datastore.NewKey(c, "ManagerStats", "", int64(date), mgrKey) 272 return datastore.NewKey(c, "Build", h, 0, nil) 336 bugKey := datastore.NewKey(c, "Bug", bug.DupOf, 0, nil)
|
D | jobs.go | 156 if err := datastore.Delete(c, datastore.NewKey(c, textPatch, "", patchID, nil)); err != nil { 201 crashKey := datastore.NewKey(c, "Crash", "", job.CrashID, bugKey) 465 bugKey := datastore.NewKey(c, "Bug", keyStr[0], 0, nil) 466 jobKey := datastore.NewKey(c, "Job", "", jobKeyID, bugKey)
|
D | reporting.go | 457 crashKey := datastore.NewKey(c, "Crash", "", cmd.CrashID, bugKey) 611 bugKey := datastore.NewKey(c, "Bug", bugHash, 0, nil) 654 bugKey := datastore.NewKey(c, "Bug", bugKeyHash(bug.Namespace, bug.Title, bug.Seq), 0, nil) 681 key := datastore.NewKey(c, "ReportingState", "", 1, nil) 689 key := datastore.NewKey(c, "ReportingState", "", 1, nil)
|
D | api.go | 388 bugKey := datastore.NewKey(c, "Bug", bugKeyHash(bug.Namespace, bug.Title, bug.Seq), 0, nil) 693 toDelete = append(toDelete, datastore.NewKey(c, textCrashLog, "", crash.Log, nil)) 696 toDelete = append(toDelete, datastore.NewKey(c, textCrashReport, "", crash.Report, nil)) 814 bugKey = datastore.NewKey(c, "Bug", bugHash, 0, nil) 920 key = datastore.NewKey(c, tag, "", h.Truncate64(), nil) 940 if err := datastore.Get(c, datastore.NewKey(c, tag, "", id, nil), text); err != nil {
|
D | main.go | 196 bugKey := datastore.NewKey(c, "Bug", id, 0, nil) 224 if err := datastore.Get(c, datastore.NewKey(c, "Bug", bug.DupOf, 0, nil), dup); err != nil { 626 bugKey := datastore.NewKey(c, "Bug", bugHash, 0, nil) 687 datastore.NewKey(c, "ManagerStats", "", int64(date), managerKeys[i]))
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | key.go | 246 return NewKey(c, kind, "", 0, parent) 254 func NewKey(c context.Context, kind, stringID string, intID int64, parent *Key) *Key { func
|
D | metadata.go | 62 kindKey := NewKey(ctx, kindKind, kind, 0, nil)
|
/external/giflib/ |
D | egif_lib.c | 886 unsigned long NewKey; in EGifCompressLine() local 903 NewKey = (((uint32_t) CrntCode) << 8) + Pixel; in EGifCompressLine() 904 if ((NewCode = _ExistsHashTable(HashTable, NewKey)) >= 0) { in EGifCompressLine() 935 _InsertHashTable(HashTable, NewKey, Private->RunningCode++); in EGifCompressLine()
|