Home
last modified time | relevance | path

Searched defs:FileList (Results 1 – 25 of 90) sorted by relevance

1234

/aosp_15_r20/build/soong/cmd/find_input_delta/find_input_delta_proto/
H A Dfile_list.pb.go94 type FileList struct { struct
95 state protoimpl.MessageState
96 sizeCache protoimpl.SizeCache
97 unknownFields protoimpl.UnknownFields
102 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
104 Additions []string `protobuf:"bytes,2,rep,name=additions" json:"additions,omitempty"`
106 Changes []*FileList `protobuf:"bytes,3,rep,name=changes" json:"changes,omitempty"`
108 Deletions []string `protobuf:"bytes,4,rep,name=deletions" json:"deletions,omitempty"`
110 …lta *uint32 `protobuf:"varint,5,opt,name=total_delta,json=totalDelta" json:"total_delta,omitempty"`
112 Counts []*FileCount `protobuf:"bytes,6,rep,name=counts" json:"counts,omitempty"`
[all …]
H A Dfile_list.proto25 message FileList { message
/aosp_15_r20/build/soong/cmd/find_input_delta/find_input_delta_lib/
H A Dfile_list.go41 type FileList struct { struct
45 Name string
48 Additions []string
51 Deletions []string
54 Changes []FileList
57 ExtCountMap map[string]*FileCounts
60 TotalDelta uint32
79 func (fl *FileList) addFile(name string) {
89 func (fl *FileList) deleteFile(name string) {
99 func (fl *FileList) changeFile(name string, ch *FileList) {
[all …]
H A Dfile_list_test.go26 func (fl *FileList) Equal(other *FileList) bool {
/aosp_15_r20/build/blueprint/pathtools/
H A Dglob.go47 func (result GlobResult) FileList() []byte { func
64 func (results MultipleGlobResults) FileList() []byte { func
/aosp_15_r20/external/python/google-api-python-client/scripts/test_resources/new_artifacts_dir/
Ddrive.v3.json7 "FileList": { object
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DFileList.py6 class FileList: class
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dfilelist.py7 class FileList: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dfilelist.py14 class FileList: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dfilelist.py14 class FileList: class
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dfilelist.py14 class FileList: class
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dfilelist.py15 class FileList: class
/aosp_15_r20/build/soong/ui/metrics/metrics_proto/
H A Dcombined_metrics.pb.go106FileList *find_input_delta_proto.FileList `protobuf:"bytes,1,opt,name=file_list,json=fileList" jso… member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dfilelist.py14 class FileList: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dfilelist.py14 class FileList: class
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dfilelist.py14 class FileList: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfilelist.py17 class FileList: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfilelist.py17 class FileList: class
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dfilelist.py17 class FileList: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfilelist.py17 class FileList: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfilelist.py17 class FileList: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Degg_info.py335 class FileList(_FileList): class
/aosp_15_r20/external/python/setuptools/setuptools/command/
Degg_info.py324 class FileList(_FileList): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/
Degg_info.py335 class FileList(_FileList): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Degg_info.py335 class FileList(_FileList): class

1234