Home
last modified time | relevance | path

Searched refs:gac (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security.Policy/
H A DGacMembershipConditionTest.cs44 Assert.IsNotNull (gac); in Constructor()
88 gac.FromXml (null); in FromXml_Null()
95 SecurityElement se = gac.ToXml (); in FromXml()
96 gac.FromXml (se); in FromXml()
104 SecurityElement se = gac.ToXml (); in FromXml_InvalidTag()
106 gac.FromXml (se); in FromXml_InvalidTag()
115 gac.FromXml (se); in FromXml_InvalidClass()
126 gac.FromXml (w); in FromXml_NoClass()
139 gac.FromXml (w); in FromXml_InvalidVersion()
150 gac.FromXml (w); in FromXml_NoVersion()
[all …]
H A DGacTest.cs44 GacInstalled gac = new GacInstalled (); in Constructor()
45 Assert.IsNotNull (gac); in Constructor()
51 GacInstalled gac = new GacInstalled (); in Copy()
52 GacInstalled copy = (GacInstalled)gac.Copy (); in Copy()
53 Assert.AreEqual (gac, copy, "Equals"); in Copy()
60 GacInstalled gac = new GacInstalled (); in CreateIdentityPermission()
71 GacInstalled gac = new GacInstalled (); in Equals()
74 Assert.IsTrue (gac.Equals (g2), "Equals(g2)"); in Equals()
81 GacInstalled gac = new GacInstalled (); in GetHashCode_()
82 Assert.AreEqual (0, gac.GetHashCode ()); in GetHashCode_()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.orm/src/test/java/org/springframework/orm/jpa/support/
H A DPersistenceInjectionTests.java68 gac.refresh(); in testPrivatePersistenceContextField()
88 gac.refresh(); in testPrivateVendorSpecificPersistenceContextField()
107 gac.refresh(); in testPublicExtendedPersistenceContextSetter()
138 gac.refresh(); in testPublicSpecificExtendedPersistenceContextSetter()
164 gac.refresh(); in testPublicExtendedPersistenceContextSetterWithSerialization()
203 gac.refresh(); in testPublicExtendedPersistenceContextSetterWithEntityManagerInfoAndSerialization()
222 gac.refresh(); in testPublicExtendedPersistenceContextSetterWithOverriding()
236 gac.refresh(); in testPrivatePersistenceUnitField()
250 gac.refresh(); in testPublicPersistenceUnitSetter()
268 gac.refresh(); in testPublicPersistenceUnitSetterWithOverriding()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.transaction/src/test/java/org/springframework/dao/annotation/
H A DPersistenceExceptionTranslationPostProcessorTests.java47 GenericApplicationContext gac = new GenericApplicationContext(); in testFailsWithNoPersistenceExceptionTranslators() local
48 gac.registerBeanDefinition("translator", in testFailsWithNoPersistenceExceptionTranslators()
52 gac.refresh(); in testFailsWithNoPersistenceExceptionTranslators()
61 GenericApplicationContext gac = new GenericApplicationContext(); in testProxiesCorrectly() local
62 gac.registerBeanDefinition("translator", in testProxiesCorrectly()
67 gac.registerBeanDefinition("classProxiedAndAdvised", in testProxiesCorrectly()
69 gac.registerBeanDefinition("chainedTranslator", in testProxiesCorrectly()
71 gac.registerBeanDefinition("proxyCreator", in testProxiesCorrectly()
74 gac.registerBeanDefinition("logger", new RootBeanDefinition(LogAllAspect.class)); in testProxiesCorrectly()
75 gac.refresh(); in testProxiesCorrectly()
[all …]
/dports/lang/mono/mono-5.10.1.57/data/
H A Daspnetwebstack.pc.in4gac/System.Web.Razor/2.0.0.0__31bf3856ad364e35/System.Web.Razor.dll -r:@prefix@/lib/mono/gac/Syste…
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DBaseAssemblyResolver.cs198 string gac = Path.Combine (Path.Combine (Path.Combine (gacPrefix, "lib"), "mono"), "gac"); in GetDefaultMonoGacPaths()
199 if (Directory.Exists (gac) && !paths.Contains (gac)) in GetDefaultMonoGacPaths()
200 paths.Add (gac); in GetDefaultMonoGacPaths()
225 string gac = Path.Combine (Directory.GetParent (currentGac).FullName, gacs [i]); in GetAssemblyInGac()
226 string asm = GetAssemblyFile (reference, gac); in GetAssemblyInGac()
227 if (Directory.Exists (gac) && File.Exists (asm)) in GetAssemblyInGac()
235 static string GetAssemblyFile (AssemblyNameReference reference, string gac) in GetAssemblyFile() argument
245 Path.Combine (gac, reference.Name), sb.ToString ()), in GetAssemblyFile()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_colorsetup.c12 float rac,gac,bac ; in mri_colorsetup() local
17 gac = 255.9f / ngray ; nn = 0 ; /* actually, ngray+1 levels */ in mri_colorsetup()
19 ar[nn].r = ar[nn].g = ar[nn].b = (byte)(gac*gg) ; in mri_colorsetup()
22 rac = 255.9f/(nrr-1) ; gac = 255.9f/(ngg-1) ; bac=255.9f/(nbb-1) ; in mri_colorsetup()
30 ar[nn].g = (byte)(gac*gg) ; in mri_colorsetup()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/
H A DAssemblyResolver.cs46 static Dictionary<string, Dictionary<Version, string>> gac; field in Microsoft.Build.Tasks.AssemblyResolver
54 if (gac == null) { in AssemblyResolver()
55 gac = new Dictionary<string, Dictionary<Version, string>> (); in AssemblyResolver()
75 if (gac == null) in GetGacPath()
78 MethodInfo get_gac = gac.GetGetMethod (true); in GetGacPath()
102 if (!gac.TryGetValue (assembly_info.Name, out assembliesByVersion)) { in GatherGacAssemblies()
104 gac.Add (assembly_info.Name, assembliesByVersion); in GatherGacAssemblies()
227 if (!gac.ContainsKey (name.Name)) { in ResolveGacReference()
235 if (gac [name.Name].TryGetValue (name.Version, out ret)) in ResolveGacReference()
246 Version [] versions = new Version [gac [name.Name].Keys.Count]; in ResolveGacReference()
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil/
H A DBaseAssemblyResolver.cs281 var gac = GetCurrentMonoGac (); in GetDefaultMonoGacPaths()
282 if (gac != null) in GetDefaultMonoGacPaths()
283 paths.Add (gac); in GetDefaultMonoGacPaths()
295 if (Directory.Exists (gac_path) && !paths.Contains (gac)) in GetDefaultMonoGacPaths()
343 var gac = Path.Combine (gac_paths [i], gacs [j]); in GetAssemblyInNetGac()
344 var file = GetAssemblyFile (reference, prefixes [i], gac); in GetAssemblyInNetGac()
345 if (Directory.Exists (gac) && File.Exists (file)) in GetAssemblyInNetGac()
353 static string GetAssemblyFile (AssemblyNameReference reference, string prefix, string gac) in GetAssemblyFile() argument
365 Path.Combine (gac, reference.Name), gac_folder.ToString ()), in GetAssemblyFile()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil/
H A DBaseAssemblyResolver.cs281 var gac = GetCurrentMonoGac (); in GetDefaultMonoGacPaths()
282 if (gac != null) in GetDefaultMonoGacPaths()
283 paths.Add (gac); in GetDefaultMonoGacPaths()
295 if (Directory.Exists (gac_path) && !paths.Contains (gac)) in GetDefaultMonoGacPaths()
343 var gac = Path.Combine (gac_paths [i], gacs [j]); in GetAssemblyInNetGac()
344 var file = GetAssemblyFile (reference, prefixes [i], gac); in GetAssemblyInNetGac()
345 if (Directory.Exists (gac) && File.Exists (file)) in GetAssemblyInNetGac()
353 static string GetAssemblyFile (AssemblyNameReference reference, string prefix, string gac) in GetAssemblyFile() argument
365 Path.Combine (gac, reference.Name), gac_folder.ToString ()), in GetAssemblyFile()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil/
H A DBaseAssemblyResolver.cs274 var gac = GetCurrentMonoGac (); in GetDefaultMonoGacPaths()
275 if (gac != null) in GetDefaultMonoGacPaths()
276 paths.Add (gac); in GetDefaultMonoGacPaths()
288 if (Directory.Exists (gac_path) && !paths.Contains (gac)) in GetDefaultMonoGacPaths()
336 var gac = Path.Combine (gac_paths [i], gacs [j]); in GetAssemblyInNetGac()
337 var file = GetAssemblyFile (reference, prefixes [i], gac); in GetAssemblyInNetGac()
338 if (Directory.Exists (gac) && File.Exists (file)) in GetAssemblyInNetGac()
346 static string GetAssemblyFile (AssemblyNameReference reference, string prefix, string gac) in GetAssemblyFile() argument
358 Path.Combine (gac, reference.Name), gac_folder.ToString ()), in GetAssemblyFile()
/dports/math/gap/gap-4.11.0/tst/test-compile/
H A Dregenerate_tests.sh10 gac="$GAPDIR/gac"
14 "${gac}" -d -C -o "${gfile}.dynamic.c" "${gfile}"
15 "${gac}" -C -o "${gfile}.static.c" "${gfile}"
H A Drun_compiled_dynamic.sh8 gac="$2"
21 "$gac" "$gfile" -d -C -o "$gfile.dynamic.c" 2>&1 >/dev/null
23 "$gac" "$gfile" -d -o "$gfile.comp" 2>&1 >/dev/null
H A Drun_compiled_static.sh7 gac="$1"
20 "$gac" "$gfile" -C -o "$gfile.static.c" 2>&1 >/dev/null
22 "$gac" "$gfile" -o "$gfile.comp" 2>&1 >/dev/null
H A Drun_all.sh14 gac="$GAPDIR/gac"
25 if ! diff -u -b "${gfile}.out" <(./run_compiled_dynamic.sh "${gap}" "${gac}" "${gfile}"); then
35 if ! diff -u -b "${gfile}.out" <(./run_compiled_static.sh "${gac}" "${gfile}"); then
/dports/lang/mono/mono-5.10.1.57/mono/tests/testing_gac/
H A DMakefile.am109 $(MAKE) test-signed-v1-app-gac
166 test-signed-v1-app-gac: $(APP_SIGNED_V1_EXE) gacinstall prereqs
167 …$(TOOLS_RUNTIME) $(TEST_RUNNER) $(TEST_RUNNER_ARGS) --testsuite-name "testing_gac_$@" --mono-gac-p…
174 mostlyclean-local: clean-gac-subdir clean-gactestlib-dll
177 .PHONY: clean-gac-subdir clean-gactestlib-dll
179 clean-gac-subdir:
180 -rm -rf $(GACDIR)/lib/mono/gac/
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DBaseAssemblyResolver.cs306 var gac = GetCurrentMonoGac (); in GetDefaultMonoGacPaths()
307 if (gac != null) in GetDefaultMonoGacPaths()
308 paths.Add (gac); in GetDefaultMonoGacPaths()
320 if (Directory.Exists (gac_path) && !paths.Contains (gac)) in GetDefaultMonoGacPaths()
368 var gac = Path.Combine (gac_paths [i], gacs [j]); in GetAssemblyInNetGac()
369 var file = GetAssemblyFile (reference, prefixes [i], gac); in GetAssemblyInNetGac()
370 if (Directory.Exists (gac) && File.Exists (file)) in GetAssemblyInNetGac()
378 static string GetAssemblyFile (AssemblyNameReference reference, string prefix, string gac) in GetAssemblyFile() argument
390 Path.Combine (gac, reference.Name), gac_folder.ToString ()), in GetAssemblyFile()
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DBaseAssemblyResolver.cs306 var gac = GetCurrentMonoGac (); in GetDefaultMonoGacPaths()
307 if (gac != null) in GetDefaultMonoGacPaths()
308 paths.Add (gac); in GetDefaultMonoGacPaths()
320 if (Directory.Exists (gac_path) && !paths.Contains (gac)) in GetDefaultMonoGacPaths()
368 var gac = Path.Combine (gac_paths [i], gacs [j]); in GetAssemblyInNetGac()
369 var file = GetAssemblyFile (reference, prefixes [i], gac); in GetAssemblyInNetGac()
370 if (Directory.Exists (gac) && File.Exists (file)) in GetAssemblyInNetGac()
378 static string GetAssemblyFile (AssemblyNameReference reference, string prefix, string gac) in GetAssemblyFile() argument
390 Path.Combine (gac, reference.Name), gac_folder.ToString ()), in GetAssemblyFile()
/dports/audio/baresip/baresip-0.5.8/modules/g726/
H A Dg726.c58 struct g726_aucodec *gac = (struct g726_aucodec *)ac; in encode_update() local
73 if (!g726_init(&st->st, gac->bitrate, G726_ENCODING_LINEAR, in encode_update()
92 struct g726_aucodec *gac = (struct g726_aucodec *)ac; in decode_update() local
106 if (!g726_init(&st->st, gac->bitrate, G726_ENCODING_LINEAR, in decode_update()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/gnc/import/
H A Dmymoneygncreader.cpp1505 Q_CHECK_PTR(gac); in convertAccount()
1508 if ("ROOT" == gac->type()) { in convertAccount()
1509 m_rootId = gac->id().toUtf8(); in convertAccount()
1515 acc.setName(gac->name()); in convertAccount()
1517 acc.setDescription(gac->desc()); in convertAccount()
1537 if ("BANK" == gac->type() || "CHECKING" == gac->type()) { in convertAccount()
1541 } else if ("ASSET" == gac->type()) { in convertAccount()
1543 } else if ("CASH" == gac->type()) { in convertAccount()
1547 } else if ("STOCK" == gac->type() || "MUTUAL" == gac->type()) { in convertAccount()
1602 m_stockList.append(gac->id()); in convertAccount()
[all …]
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/
H A DMakefile.am4 install-data-local: gac-install
5 uninstall-local: gac-uninstall
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins/
H A DMakefile.am6 install-data-local: gac-install
7 uninstall-local: gac-uninstall
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.MSBuild/
H A DMakefile.am6 install-data-local: gac-install
7 uninstall-local: gac-uninstall
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.Setup/
H A DMakefile.am5 install-data-local: gac-install
6 uninstall-local: gac-uninstall
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.Gui/
H A DMakefile.am8 install-data-local: gac-install
9 uninstall-local: gac-uninstall

12345678910>>...20