Home
last modified time | relevance | path

Searched refs:FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT (Results 1 – 16 of 16) sorted by relevance

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/Testing/org.commontk.pluginfwtest.perf/
H A DctkPluginFrameworkTestPerfMain.cpp52 …PluginConstants::FRAMEWORK_STORAGE_CLEAN, ctkPluginConstants::FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT); in main()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.metatype/Testing/Cpp/
H A DctkMetaTypeImplTestMain.cpp61 …PluginConstants::FRAMEWORK_STORAGE_CLEAN, ctkPluginConstants::FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT); in main()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.configadmin/Testing/Cpp/
H A DctkConfigAdminImplTestMain.cpp62 …PluginConstants::FRAMEWORK_STORAGE_CLEAN, ctkPluginConstants::FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT); in main()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/Testing/FrameworkTestPlugins/app_test/
H A DctkTestAppMain.cpp48 …PluginConstants::FRAMEWORK_STORAGE_CLEAN, ctkPluginConstants::FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT); in main()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/Testing/org.commontk.pluginfwtest/
H A DctkPluginFrameworkTestMain.cpp52 …PluginConstants::FRAMEWORK_STORAGE_CLEAN, ctkPluginConstants::FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT); in main()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.eventadmin/Testing/Cpp/
H A DctkEventAdminImplPerfTestMain.cpp62 …PluginConstants::FRAMEWORK_STORAGE_CLEAN, ctkPluginConstants::FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT); in main()
H A DctkEventAdminImplTestMain.cpp62 …PluginConstants::FRAMEWORK_STORAGE_CLEAN, ctkPluginConstants::FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT); in main()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/
H A DctkPluginConstants.h96 static const QString FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT; // = "onFirstInit"; member
H A DctkPluginConstants.cpp31 const QString ctkPluginConstants::FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT = "onFirstInit"; member in ctkPluginConstants
H A DctkPluginFrameworkContext.cpp106 if (firstInit && ctkPluginConstants::FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT in init()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/Documentation/Snippets/EventAdmin-Intro/
H A Dmain.cpp18 …luginConstants::FRAMEWORK_STORAGE_CLEAN] = ctkPluginConstants::FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT; in main()
/dports/devel/slf4j/slf4j-1.7.21/integration/src/test/java/org/slf4j/test_osgi/
H A DFelixHost.java70 … configMap.put(Constants.FRAMEWORK_STORAGE_CLEAN, Constants.FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT); in doLaunch()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Applications/ctkExampleHostedApp/
H A DctkExampleHostedAppMain.cpp121 …PluginConstants::FRAMEWORK_STORAGE_CLEAN, ctkPluginConstants::FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/
H A DConstants.java1131 String FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT = "onFirstInit"; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/
H A DEquinoxConfiguration.java21 import static org.osgi.framework.Constants.FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT;
315 if (FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT.equals(getConfiguration(FRAMEWORK_STORAGE_CLEAN))) { in finalizeValues()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/
H A DSystemBundleTests.java687 …onfiguration.put(Constants.FRAMEWORK_STORAGE_CLEAN, Constants.FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT); in testSystemBundle13()