Searched defs:ValuesResource (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/bucketize/ |
H A D | bucketize.go | 181 func syncParse(ctx context.Context, pi *res.PathInfo, vrC chan<- *res.ValuesResource, raC chan<- *R… 190 …der(ctx context.Context, pi *res.PathInfo, dec *xml.Decoder, vrC chan<- *res.ValuesResource, raC c… 220 …parentEnc *xml2.Encoder, pi *res.PathInfo, dec *xml.Decoder, vrC chan<- *res.ValuesResource, errC … 363 func sendVR(ctx context.Context, vrC chan<- *res.ValuesResource, vr *res.ValuesResource) bool {
|
H A D | pipe.go | 73 func mergeValuesResourceStreams(ctx context.Context, vrCs []<-chan *res.ValuesResource) <-chan *res…
|
H A D | partitioner.go | 93 CollectValues(vr *res.ValuesResource) error
|
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/res/ |
H A D | naming.go | 34 type ValuesResource struct { struct 35 Src *PathInfo 36 N FullyQualifiedName 37 Payload []byte
|