Searched defs:PatchList (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/build/soong/bpfix/bpfix/ |
H A D | bpfix.go | 310 …PropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.PatchList) error { 988 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { 1034 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { 1114 func removeNestedProperty(mod *parser.Module, patchList *parser.PatchList, propName string) error { 1168 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err… 1172 …MatchingProperties(properties *[]*parser.Property, buf []byte, patchlist *parser.PatchList) error { 1195 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error { 1218 func mergeListProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error { 1254 func filterExpressionList(patchList *parser.PatchList, items *parser.List, removals *parser.List) { 1279 func removeMatchingModuleListProperties(mod *parser.Module, patchList *parser.PatchList, canonicalN… [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | compile.cc | 37 struct PatchList { struct 39 static PatchList Mk(uint32_t p) { in Mk() 45 static void Patch(Prog::Inst* inst0, PatchList l, uint32_t p) { in Patch() 59 static PatchList Append(Prog::Inst* inst0, PatchList l1, PatchList l2) { in Append() 72 uint32_t head; 73 uint32_t tail; // for constant-time append
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | compile.cc | 38 struct PatchList { struct 40 static PatchList Mk(uint32_t p) { in Mk() 46 static void Patch(Prog::Inst* inst0, PatchList l, uint32_t p) { in Patch() 60 static PatchList Append(Prog::Inst* inst0, PatchList l1, PatchList l2) { in Append() 73 uint32_t head; 74 uint32_t tail; // for constant-time append
|
/aosp_15_r20/external/perfetto/src/tracing/core/ |
H A D | patch_list.h | 71 PatchList() : last_(list_.before_begin()) {} in PatchList() function
|
H A D | shared_memory_arbiter_impl.h | 37 class PatchList; variable
|
/aosp_15_r20/build/blueprint/parser/ |
H A D | modify.go | 79 type PatchList []Patch type
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | compile.cc | 38 struct PatchList { struct 39 uint32_t p;
|
/aosp_15_r20/external/aws-sdk-java-v2/services/ssm/src/main/resources/codegen-resources/ |
H A D | service-2.json | 13295 "PatchList":{ object
|