Home
last modified time | relevance | path

Searched defs:fileEntry (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dlinker.c34 vector. It is not necessary to write special routines for in create()
35 these entry points when creating a new BFD back end, since in create()
36 generic versions are provided. However, writing them can in create()
37 speed up linking and make it use significantly less runtime in create()
40 The first routine creates a hash table used by the other in create()
41 routines. The second routine adds the symbols from an object in create()
52 <<bfdlink.h>>) which holds information relevant to the link, in create()
57 The generic linker routines are in <<linker.c>>, and use the in create()
65 @* Adding Symbols to the Hash Table:: in create()
70 Creating a Linker Hash Table, Adding Symbols to the Hash Table, Linker Functions, Linker Functions in create()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/housekeeping/
H A Dhousekeeping_test.go41 type fileEntry struct { struct
42 name string
43 mode os.FileMode
44 age time.Duration
45 finalState entryFinalState
48 func (f *fileEntry) create(t *testing.T, parent string) {
59 func (f *fileEntry) validate(t *testing.T, parent string) {
64 func (f *fileEntry) chmod(t *testing.T, filename string) {
69 func (f *fileEntry) chtimes(t *testing.T, filename string) {
75 func (f *fileEntry) checkExistence(t *testing.T, filename string) {
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/housekeeping/
H A Dhousekeeping_test.go41 type fileEntry struct { struct
42 name string
43 mode os.FileMode
44 age time.Duration
45 finalState entryFinalState
48 func (f *fileEntry) create(t *testing.T, parent string) {
59 func (f *fileEntry) validate(t *testing.T, parent string) {
64 func (f *fileEntry) chmod(t *testing.T, filename string) {
69 func (f *fileEntry) chtimes(t *testing.T, filename string) {
75 func (f *fileEntry) checkExistence(t *testing.T, filename string) {
[all …]
/dports/www/aria2/aria2-1.36.0/test/
H A DFileEntryTest.cc49 auto fileEntry = std::make_shared<FileEntry>(); in createFileEntry() local
59 auto fileEntry = createFileEntry(); in testRemoveURIWhoseHostnameIs() local
68 FileEntry fileEntry; in testExtractURIResult() local
95 auto fileEntry = createFileEntry(); in testGetRequest() local
131 auto fileEntry = createFileEntry(); in testGetRequest_withoutUriReuse() local
153 auto fileEntry = createFileEntry(); in testGetRequest_withUniqueProtocol() local
176 auto fileEntry = createFileEntry(); in testGetRequest_withReferer() local
190 auto fileEntry = createFileEntry(); in testReuseUri() local
299 auto fileEntry = createFileEntry(); in testPutBackRequest() local
H A DHttpRequestTest.cc83 auto fileEntry = std::make_shared<FileEntry>("file", 10_k, 0); in testGetStartByte() local
102 auto fileEntry = std::make_shared<FileEntry>("file", segmentLength * 10, 0); in testGetEndByte() local
139 auto fileEntry = std::make_shared<FileEntry>("file", 10_m, 0); in testCreateRequest() local
337 auto fileEntry = std::make_shared<FileEntry>("file", 10_m, 0); in testCreateRequest_ftp() local
396 auto fileEntry = std::make_shared<FileEntry>("file", 10_m, 0); in testCreateRequest_with_cookie() local
567 auto fileEntry = std::make_shared<FileEntry>("file", 10_g, 0); in testCreateRequest_endOffsetOverride() local
707 auto fileEntry = std::make_shared<FileEntry>("file", 0, 0); in testIsRangeSatisfied() local
/dports/devel/poco/poco-1.10.1-all/Zip/src/
H A DZipStream.cpp36 ZipStreamBuf::ZipStreamBuf(std::istream& istr, const ZipLocalFileHeader& fileEntry, bool reposition… in ZipStreamBuf()
87 ZipStreamBuf::ZipStreamBuf(std::ostream& ostr, ZipLocalFileHeader& fileEntry, bool reposition): in ZipStreamBuf()
277 ZipIOS::ZipIOS(std::istream& istr, const ZipLocalFileHeader& fileEntry, bool reposition): _buf(istr… in ZipIOS()
283 ZipIOS::ZipIOS(std::ostream& ostr, ZipLocalFileHeader& fileEntry, bool reposition): _buf(ostr, file… in ZipIOS()
300 ZipInputStream::ZipInputStream(std::istream& istr, const ZipLocalFileHeader& fileEntry, bool reposi… in ZipInputStream()
320 ZipOutputStream::ZipOutputStream(std::ostream& ostr, ZipLocalFileHeader& fileEntry, bool seekableOu… in ZipOutputStream()
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/dynamic/msgregistry/
H A Dptype_resolver.go231 func addDescriptors(ref string, files map[string]*fileEntry, d desc.Descriptor, msgs map[string]*de…
493 func toFileDescriptors(files map[string]*fileEntry, trieFn func(*typeTrie, string) (proto.Message, …
541 type fileEntry struct { struct
542 types typeTrie
543 deps map[string]struct{}
544 proto3 bool
549 …, trieFn func(*typeTrie, string) (proto.Message, error)) (*descriptor.FileDescriptorProto, error) {
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/dynamic/msgregistry/
H A Dptype_resolver.go231 func addDescriptors(ref string, files map[string]*fileEntry, d desc.Descriptor, msgs map[string]*de…
493 func toFileDescriptors(files map[string]*fileEntry, trieFn func(*typeTrie, string) (proto.Message, …
541 type fileEntry struct { struct
542 types typeTrie
543 deps map[string]struct{}
544 proto3 bool
549 …, trieFn func(*typeTrie, string) (proto.Message, error)) (*descriptor.FileDescriptorProto, error) {
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/dynamic/msgregistry/
H A Dptype_resolver.go231 func addDescriptors(ref string, files map[string]*fileEntry, d desc.Descriptor, msgs map[string]*de…
493 func toFileDescriptors(files map[string]*fileEntry, trieFn func(*typeTrie, string) (proto.Message, …
541 type fileEntry struct { struct
542 types typeTrie
543 deps map[string]struct{}
544 proto3 bool
549 …, trieFn func(*typeTrie, string) (proto.Message, error)) (*descriptor.FileDescriptorProto, error) {
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/jhump/protoreflect/dynamic/msgregistry/
H A Dptype_resolver.go231 func addDescriptors(ref string, files map[string]*fileEntry, d desc.Descriptor, msgs map[string]*de…
493 func toFileDescriptors(files map[string]*fileEntry, trieFn func(*typeTrie, string) (proto.Message, …
541 type fileEntry struct { struct
542 types typeTrie
543 deps map[string]struct{}
544 proto3 bool
549 …, trieFn func(*typeTrie, string) (proto.Message, error)) (*descriptor.FileDescriptorProto, error) {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fs/
H A Dbridge.go22 type fileEntry struct { struct
23 file FileHandle
26 nodeIndex int
29 mu sync.Mutex
32 dirStream DirStream
33 hasOverflow bool
34 overflow fuse.DirEntry
40 dirOffset uint64
42 wg sync.WaitGroup
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/file/DirectoryStream/
H A DSecureDS.java73 Path fileEntry = Paths.get("myfile"); in doBasicTests() local
80 createSymbolicLink(dir1.resolve(link1Entry), fileEntry); in doBasicTests() local
184 Path fileEntry = Paths.get("myfile"); in doMoveTests() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/file/DirectoryStream/
H A DSecureDS.java73 Path fileEntry = Paths.get("myfile"); in doBasicTests() local
80 createSymbolicLink(dir1.resolve(link1Entry), fileEntry); in doBasicTests() local
184 Path fileEntry = Paths.get("myfile"); in doMoveTests() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/file/DirectoryStream/
H A DSecureDS.java73 Path fileEntry = Paths.get("myfile"); in doBasicTests() local
80 createSymbolicLink(dir1.resolve(link1Entry), fileEntry); in doBasicTests() local
184 Path fileEntry = Paths.get("myfile"); in doMoveTests() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/file/DirectoryStream/
H A DSecureDS.java73 Path fileEntry = Paths.get("myfile"); in doBasicTests() local
80 createSymbolicLink(dir1.resolve(link1Entry), fileEntry); in doBasicTests() local
184 Path fileEntry = Paths.get("myfile"); in doMoveTests() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/file/DirectoryStream/
H A DSecureDS.java73 Path fileEntry = Paths.get("myfile"); in doBasicTests() local
80 createSymbolicLink(dir1.resolve(link1Entry), fileEntry); in doBasicTests() local
184 Path fileEntry = Paths.get("myfile"); in doMoveTests() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/file/DirectoryStream/
H A DSecureDS.java73 Path fileEntry = Paths.get("myfile"); in doBasicTests() local
80 createSymbolicLink(dir1.resolve(link1Entry), fileEntry); in doBasicTests() local
184 Path fileEntry = Paths.get("myfile"); in doMoveTests() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/file/DirectoryStream/
H A DSecureDS.java73 Path fileEntry = Paths.get("myfile"); in doBasicTests() local
80 createSymbolicLink(dir1.resolve(link1Entry), fileEntry); in doBasicTests() local
184 Path fileEntry = Paths.get("myfile"); in doMoveTests() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/file/DirectoryStream/
H A DSecureDS.java70 Path fileEntry = Paths.get("myfile"); in doBasicTests() local
77 createSymbolicLink(dir1.resolve(link1Entry), fileEntry); in doBasicTests() local
181 Path fileEntry = Paths.get("myfile"); in doMoveTests() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/file/DirectoryStream/
H A DSecureDS.java73 Path fileEntry = Paths.get("myfile"); in doBasicTests() local
80 createSymbolicLink(dir1.resolve(link1Entry), fileEntry); in doBasicTests() local
184 Path fileEntry = Paths.get("myfile"); in doMoveTests() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/file/DirectoryStream/
H A DSecureDS.java70 Path fileEntry = Paths.get("myfile"); in doBasicTests() local
77 createSymbolicLink(dir1.resolve(link1Entry), fileEntry); in doBasicTests() local
181 Path fileEntry = Paths.get("myfile"); in doMoveTests() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cruise/
H A Dvars.h106 struct fileEntry { struct
107 char name[14];
108 int32 offset;
109 int32 size;
110 int32 extSize;
111 int32 unk3; // unused
/dports/games/scummvm/scummvm-2.5.1/engines/cruise/
H A Dvars.h106 struct fileEntry { struct
107 char name[14];
108 int32 offset;
109 int32 size;
110 int32 extSize;
111 int32 unk3; // unused
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/ImportExport/
H A DKimFileReader.cpp76 const KArchiveEntry *fileEntry = thumbnailDir->entry(fileName); in loadThumbnail() local
104 const KArchiveEntry *fileEntry = imagesDir->entry(fileName); in loadImage() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/illusions/
H A Dgamarchive.cpp40 const GamFileEntry *fileEntry = getGroupFileEntry(sceneId, resId); in readResource() local
97 const GamFileEntry *fileEntry = getFileEntry(groupEntry, resId); in getGroupFileEntry() local

12345678910>>...15