Home
last modified time | relevance | path

Searched refs:entryCache (Results 1 – 5 of 5) sorted by relevance

/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fs/
H A Dsimple_test.go59 entryCache bool member
101 if !opts.entryCache {
129 tc := newTestCase(t, &testOptions{attrCache: true, entryCache: true})
162 entryCache: true,
182 tc := newTestCase(t, &testOptions{attrCache: true, entryCache: true})
215 tc := newTestCase(t, &testOptions{suppressDebug: true, attrCache: true, entryCache: true})
256 tc := newTestCase(t, &testOptions{attrCache: true, entryCache: true})
369 attrCache: true, entryCache: true})
394 entryCache: true,
413 tc := newTestCase(t, &testOptions{suppressDebug: true, attrCache: true, entryCache: true})
H A Dloopback_linux_test.go24 tc := newTestCase(t, &testOptions{attrCache: true, entryCache: true})
81 tc := newTestCase(t, &testOptions{attrCache: true, entryCache: true})
109 tc := newTestCase(t, &testOptions{attrCache: true, entryCache: true})
189 tc := newTestCase(t, &testOptions{attrCache: true, entryCache: true})
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/operations/
H A DRemoteLogOperation.java42 private LogEntryCache entryCache; field in RemoteLogOperation
237 this.entryCache = cache; in RemoteLogOperation()
245 LogListener listener = new LogListener(entryCache); in execute()
254 if(entryCache.getLogEntry(r) == null) { in execute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/
H A DPropertySheetEntry.java511 Map<Object, PropertySheetEntry> entryCache = new HashMap<>(childEntries.length * 2 + 1); in refreshChildEntries() local
514 entryCache.put(childEntry.getDescriptor().getId(), childEntry); in refreshChildEntries()
526 boolean entriesChanged = descriptors.size() != entryCache.size(); in refreshChildEntries()
530 PropertySheetEntry entry = entryCache.get(d.getId()); in refreshChildEntries()
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources104330 …List fileSortBlock fileNameText defaultExtension actionSelector answer entryCache entryCacheDirect…
104387 entryCache
104388 "Answer the value of entryCache"
104390 ^ entryCache! !
104393 entryCache: anObject
104394 "Set the value of entryCache"
104396 entryCache := anObject! !
104592 entryCache: dir entries;
104594 ^self entryCache! !
104601 entryCache: nil;