Searched defs:ActionID (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/cache/ |
D | cache.go | 30 type ActionID [HashSize]byte type 42 Get(ActionID) (Entry, error) argument 54 Put(ActionID, io.ReadSeeker) (_ OutputID, size int64, _ error) argument 264 func GetFile(c Cache, id ActionID) (file string, entry Entry, err error) { 283 func GetBytes(c Cache, id ActionID) ([]byte, Entry, error) { 298 func GetMmap(c Cache, id ActionID) ([]byte, Entry, error) { 501 func PutNoVerify(c Cache, id ActionID, file io.ReadSeeker) (OutputID, int64, error) { 528 func PutBytes(c Cache, id ActionID, data []byte) error {
|
D | hash.go | 59 func Subkey(parent ActionID, desc string) ActionID {
|
D | prog.go | 92 ActionID []byte `json:",omitempty"` // or nil if not used member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/work/ |
D | buildid.go | 429 func (b *Builder) useCache(a *Action, actionHash cache.ActionID, target string, printOutput bool) (…
|
D | action.go | 174 ActionID string `json:",omitempty"` member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/test/ |
D | test.go | 1995 func testAndInputKey(testID, testInputsID cache.ActionID) cache.ActionID {
|
/aosp_15_r20/external/aws-sdk-java-v2/services/personalizeruntime/src/main/resources/codegen-resources/ |
H A D | service-2.json | 62 "ActionID":{ object
|
/aosp_15_r20/external/aws-sdk-java-v2/services/mgn/src/main/resources/codegen-resources/ |
H A D | service-2.json | 1212 "ActionID":{ object
|
/aosp_15_r20/external/aws-sdk-java-v2/services/opensearch/src/main/resources/codegen-resources/ |
H A D | service-2.json | 6402 "ActionID":{ object
|