Home
last modified time | relevance | path

Searched refs:dictionary_3 (Results 1 – 25 of 46) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/resolver/
H A DTestCycle_005.java136 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
138 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
139 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
140 dictionary_3.put("Export-Package", "q; version=1.0"); in create_bundle_3()
141 dictionary_3.put("Import-Package", "r; version=1.0"); in create_bundle_3()
143 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestCycle_003.java112 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
114 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
115 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
116 dictionary_3.put("Require-Bundle", "A"); in create_bundle_3()
118 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestVersion_001.java157 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
159 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
160 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
161 dictionary_3.put("Export-Package", "p; version=2.0"); in create_bundle_3()
162 dictionary_3.put("Import-Package", "p; version=2.0"); in create_bundle_3()
164 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestGrouping_002.java122 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
124 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
125 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
126 dictionary_3.put("Export-Package", "q; r; uses:=\"q,r\""); in create_bundle_3()
128 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestGrouping_006.java123 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
125 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
126 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
127 dictionary_3.put("Export-Package", "x; y; uses:=\"x,y\""); in create_bundle_3()
129 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestCycle_006.java124 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
126 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
127 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
128 dictionary_3.put("Export-Package", "p; r; uses:=\"p,r\""); in create_bundle_3()
130 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestDynamic_005.java129 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
131 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
132 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
133 dictionary_3.put("Export-Package", "q"); in create_bundle_3()
135 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestDynamic_006.java129 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
131 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
132 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
133 dictionary_3.put("Export-Package", "p.b"); in create_bundle_3()
135 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestBSN_001.java123 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
125 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
126 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
127 dictionary_3.put("Export-Package", "foo; version=\"1.0\""); in create_bundle_3()
129 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestVersion_003.java135 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
137 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
138 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
139 dictionary_3.put("Export-Package", "p; version=1.0"); in create_bundle_3()
141 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestGrouping_001.java137 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
139 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
140 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
141 dictionary_3.put("Export-Package", "p; q; version=2.1; uses:=\"p,q\""); in create_bundle_3()
143 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestOptional_001.java139 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
141 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
142 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
143 dictionary_3.put("Export-Package", "q; r; uses:=\"q,r\""); in create_bundle_3()
145 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestDynamic_002.java143 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
145 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
146 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
147 dictionary_3.put("Export-Package", "q; r; uses:=\"q,r\""); in create_bundle_3()
149 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestOptional_002.java139 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
141 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
142 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
143 dictionary_3.put("Export-Package", "q; r; uses:=\"q,r\""); in create_bundle_3()
145 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestGrouping_008.java147 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
149 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
150 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
151 dictionary_3.put("Export-Package", "p; version=2"); in create_bundle_3()
153 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestDynamic_003.java144 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
146 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
147 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
148 dictionary_3.put("Export-Package", "p; q; r; uses:=\"p,q,r\""); in create_bundle_3()
150 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestVersion_002.java146 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
148 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
149 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
150 dictionary_3.put("Export-Package", "p; version=2.2, r; version=2.2"); in create_bundle_3()
152 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestRFC79_005.java147 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
149 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
150 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
151 dictionary_3.put("Import-Package", "javax.servlet; version=\"[2.1.0, 2.1.0]\""); in create_bundle_3()
153 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestGrouping_003.java170 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
172 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
173 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
174 dictionary_3.put("Export-Package", "r; s; version=2.1; uses:=\"r,s\""); in create_bundle_3()
175 dictionary_3.put("Import-Package", "p; version=2.0, q; version=\"[2.0, 2.0]\""); in create_bundle_3()
177 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestCycle_002.java154 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
156 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
157 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
158 dictionary_3.put("Require-Bundle", "A, B"); in create_bundle_3()
160 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestPropagation_003.java144 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
146 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
147 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
148 dictionary_3.put("Export-Package", "p"); in create_bundle_3()
150 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestDynamic_004.java162 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
164 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
165 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
166 dictionary_3.put("Export-Package", "q"); in create_bundle_3()
168 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestPropagation_001.java158 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
160 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
161 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
162 dictionary_3.put("Export-Package", "x"); in create_bundle_3()
164 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestRFC79_004.java161 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
163 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
164 dictionary_3.put("Bundle-SymbolicName", "ApacheCommons"); in create_bundle_3()
165dictionary_3.put("Export-Package", "org.apache.commons.logging; org.apache.commons.io; version=2.0… in create_bundle_3()
167 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()
H A DTestRFC79_007.java167 java.util.Dictionary dictionary_3 = new java.util.Properties(); in create_bundle_3() local
169 dictionary_3.put("Bundle-ManifestVersion", "2"); in create_bundle_3()
170 dictionary_3.put("Bundle-SymbolicName", "C"); in create_bundle_3()
171 dictionary_3.put("Import-Package", "P, Q; version=\"[2, 2]\""); in create_bundle_3()
173 bundle = sof.createBundleDescription(dictionary_3, "bundle_3", 3); in create_bundle_3()

12