Home
last modified time | relevance | path

Searched refs:cleanupList (Results 1 – 25 of 49) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DWeakHashtable.cs95 List<object> cleanupList = null; in ScavengeKeys()
101 if (cleanupList == null) in ScavengeKeys()
103 cleanupList = new List<object>(); in ScavengeKeys()
106 cleanupList.Add(wr); in ScavengeKeys()
110 if (cleanupList != null) in ScavengeKeys()
112 foreach (object o in cleanupList) in ScavengeKeys()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/misc/
H A DWeakHashtable.cs99 ArrayList cleanupList = null; in ScavengeKeys()
105 if (cleanupList == null) in ScavengeKeys()
107 cleanupList = new ArrayList(); in ScavengeKeys()
110 cleanupList.Add(wr); in ScavengeKeys()
114 if (cleanupList != null) in ScavengeKeys()
116 foreach(object o in cleanupList) in ScavengeKeys()
/dports/net/openldap25-server/openldap-2.5.9/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp33 cleanupList.push_back(*i); in handleInteractions()
98 for (i = cleanupList.begin(); i != cleanupList.end(); i++ ) { in ~DefaultSaslInteractionHandler()
H A DSaslInteractionHandler.h25 std::list<SaslInteraction*> cleanupList;
/dports/net/openldap24-server/openldap-2.4.59/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp33 cleanupList.push_back(*i); in handleInteractions()
98 for (i = cleanupList.begin(); i != cleanupList.end(); i++ ) { in ~DefaultSaslInteractionHandler()
/dports/net/openldap25-client/openldap-2.5.9/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp33 cleanupList.push_back(*i); in handleInteractions()
98 for (i = cleanupList.begin(); i != cleanupList.end(); i++ ) { in ~DefaultSaslInteractionHandler()
H A DSaslInteractionHandler.h25 std::list<SaslInteraction*> cleanupList;
/dports/net/openldap24-client/openldap-2.4.59/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp33 cleanupList.push_back(*i); in handleInteractions()
98 for (i = cleanupList.begin(); i != cleanupList.end(); i++ ) { in ~DefaultSaslInteractionHandler()
H A DSaslInteractionHandler.h25 std::list<SaslInteraction*> cleanupList;
/dports/net/openldap26-client/openldap-2.6.0/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp33 cleanupList.push_back(*i); in handleInteractions()
98 for (i = cleanupList.begin(); i != cleanupList.end(); i++ ) { in ~DefaultSaslInteractionHandler()
H A DSaslInteractionHandler.h25 std::list<SaslInteraction*> cleanupList;
/dports/net/openldap26-server/openldap-2.6.0/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp33 cleanupList.push_back(*i); in handleInteractions()
98 for (i = cleanupList.begin(); i != cleanupList.end(); i++ ) { in ~DefaultSaslInteractionHandler()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Streams/
H A DPproto.sc59 var cleanup, cleanupList, eventCleanupFunc;
77 cleanupList = cleanupList.add(ev)
82 cleanupList.do { | ev |
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/src/irisnet/corelib/
H A Dirisnetglobal.cpp242 QList<IrisNetCleanUpFunction> cleanupList; member in XMPP::IrisNetGlobal
265 while(!global->cleanupList.isEmpty()) in deinit()
266 (global->cleanupList.takeFirst())(); in deinit()
293 global->cleanupList.prepend(func); in irisNetAddPostRoutine()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/irisnet/corelib/
H A Dirisnetglobal.cpp241 QList<IrisNetCleanUpFunction> cleanupList; member in XMPP::IrisNetGlobal
264 while(!global->cleanupList.isEmpty()) in deinit()
265 (global->cleanupList.takeFirst())(); in deinit()
293 global->cleanupList.prepend(func); in irisNetAddPostRoutine()
/dports/net-im/psi/psi-1.5/iris/src/irisnet/corelib/
H A Dirisnetglobal.cpp245 QList<IrisNetCleanUpFunction> cleanupList; member in XMPP::IrisNetGlobal
268 while(!global->cleanupList.isEmpty()) in deinit()
269 (global->cleanupList.takeFirst())(); in deinit()
297 global->cleanupList.prepend(func); in irisNetAddPostRoutine()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/internal/repotools/cmd/gomodgen/
H A Dmain.go149 cleanupList []string
153 cleanupList = targetManifest.Files
172 cleanupList = buildManifest.Files
175 for _, fileName := range cleanupList {
/dports/security/vault/aws-sdk-go-v2-1.5.0/internal/repotools/cmd/gomodgen/
H A Dmain.go148 cleanupList []string
152 cleanupList = targetManifest.Files
171 cleanupList = buildManifest.Files
174 for _, fileName := range cleanupList {
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/security/authorize/
H A DAccessControlList.java99 cleanupList(usersList); in buildACL()
106 cleanupList(groupsList); in buildACL()
150 private static final void cleanupList(List<String> list) { in cleanupList() method in AccessControlList
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/raidframe/
H A Drf_raid0.c63 …RF_MallocAndAdd(info, sizeof(RF_Raid0ConfigInfo_t), (RF_Raid0ConfigInfo_t *), raidPtr->cleanupList in rf_ConfigureRAID0()
68 …o->stripeIdentifier, raidPtr->numCol * sizeof(RF_RowCol_t), (RF_RowCol_t *), raidPtr->cleanupList); in rf_ConfigureRAID0()
H A Drf_raid4.c65 …RF_MallocAndAdd(info, sizeof(RF_Raid4ConfigInfo_t), (RF_Raid4ConfigInfo_t *), raidPtr->cleanupList in rf_ConfigureRAID4()
71 …o->stripeIdentifier, raidPtr->numCol * sizeof(RF_RowCol_t), (RF_RowCol_t *), raidPtr->cleanupList); in rf_ConfigureRAID4()
H A Drf_raid5_rotatedspare.c67 …llocAndAdd(info, sizeof(RF_Raid5RSConfigInfo_t), (RF_Raid5RSConfigInfo_t *), raidPtr->cleanupList); in rf_ConfigureRAID5_RS()
76 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol, raidPtr->numCol, raidPtr->cleanupList); in rf_ConfigureRAID5_RS()
H A Drf_diskqueue.c231 raidPtr->cleanupList); in rf_ConfigureDiskQueues()
242 listp, raidPtr->cleanupList); in rf_ConfigureDiskQueues()
254 raidPtr->cleanupList); in rf_ConfigureDiskQueues()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/tools/jar/normalize/
H A DTestNormal.java61 String[] cleanupList = {"dt", "normalized.jar", "original.jar", "repacked.jar"}; in main() local
62 for (String s : cleanupList) { in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/tools/jar/normalize/
H A DTestNormal.java61 String[] cleanupList = {"dt", "normalized.jar", "original.jar", "repacked.jar"}; in main() local
62 for (String s : cleanupList) { in main()

12