Home
last modified time | relevance | path

Searched refs:GetCompilerVersion (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/dports/devel/fpc-fppkg/fpc-3.2.2/packages/fppkg/tests/
H A Dfullfpcinstallationtests.pas80 class function GetCompilerVersion: string; in GetCompilerVersion() function
128 …InstallationSetup.GetCurrentTestPath, 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion]);
138 …tionSetup.GetCurrentTestPath, 'user', 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion]);
314 class function TFullFPCInstallationSetup.GetCompilerVersion: string;
440 …etCurrentTestPath, 'user', 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion, 'fpmkinst',…
556 …nSetup.GetCurrentTestPath, 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion, 'fpmkinst',…
580 …nSetup.GetCurrentTestPath, 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion, 'fpmkinst',…
824 …nSetup.GetCurrentTestPath, 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion, 'fpmkinst',…
842 …p.GetCurrentTestPath,'user','lib','fpc', TFullFPCInstallationSetup.GetCompilerVersion, 'units',TFu…
883 …etCurrentTestPath, 'user', 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion, 'units', TF…
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fppkg/tests/
H A Dfullfpcinstallationtests.pas80 class function GetCompilerVersion: string; in GetCompilerVersion() function
128 …InstallationSetup.GetCurrentTestPath, 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion]);
138 …tionSetup.GetCurrentTestPath, 'user', 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion]);
314 class function TFullFPCInstallationSetup.GetCompilerVersion: string;
440 …etCurrentTestPath, 'user', 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion, 'fpmkinst',…
556 …nSetup.GetCurrentTestPath, 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion, 'fpmkinst',…
580 …nSetup.GetCurrentTestPath, 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion, 'fpmkinst',…
824 …nSetup.GetCurrentTestPath, 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion, 'fpmkinst',…
842 …p.GetCurrentTestPath,'user','lib','fpc', TFullFPCInstallationSetup.GetCompilerVersion, 'units',TFu…
883 …etCurrentTestPath, 'user', 'lib', 'fpc', TFullFPCInstallationSetup.GetCompilerVersion, 'units', TF…
[all …]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/tsk/framework/pipeline/
H A DTskPluginModule.cpp286 typedef int (*GetCompilerVersion)(); in validateLibraryVersionInfo() typedef
287GetCompilerVersion getCompilerVersion = (GetCompilerVersion) m_sharedLibrary.getSymbol(TskPluginMo… in validateLibraryVersionInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DCompilationUtil.cs504 string version = GetCompilerVersion(codeDomProviderType); in CreateCodeDomProviderWithPropertyOptions()
563 internal static string GetCompilerVersion(Type codeDomProviderType) { in GetCompilerVersion() method in System.Web.Compilation.CompilationUtil
596 string compilerVersion = GetCompilerVersion(codeDomProviderType); in IsCompilerVersion35()
607 string compilerVersion = GetCompilerVersion(codeDomProviderType); in IsCompilerVersion35OrAbove()
H A DMultiTargetingUtil.cs340 return CompilationUtil.GetCompilerVersion(typeof(CSharpCodeProvider)); in GetCSharpCompilerVersion()
344 return CompilationUtil.GetCompilerVersion(typeof(VBCodeProvider)); in GetVisualBasicCompilerVersion()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DAbout.h44 OSIMCOMMON_API std::string GetCompilerVersion();
H A DAbout.cpp150 std::string GetCompilerVersion() { in GetCompilerVersion() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/toolchain_build/
H A Donce.py393 def GetCompilerVersion(compiler_name): function
408 ('gcc-v', GetCompilerVersion('gcc')),
409 ('arm-gcc-v', GetCompilerVersion('arm-linux-gnueabihf-gcc')),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.h156 virtual void GetCompilerVersion(Version* version) const;
H A Dcode_generator.cc93 void GeneratorContext::GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorContext
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.h156 virtual void GetCompilerVersion(Version* version) const;
H A Dcode_generator.cc93 void GeneratorContext::GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorContext
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/compiler/
H A Dcode_generator.h176 virtual void GetCompilerVersion(Version* version) const;
H A Dcode_generator.cc99 void GeneratorContext::GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorContext
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.h177 virtual void GetCompilerVersion(Version* version) const;
H A Dcode_generator.cc99 void GeneratorContext::GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorContext
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Compiler/
H A DXomlCompilerParameters.cs77 … this.compilerVersion = MultiTargetingInfo.GetCompilerVersion(this.targetFramework.Version);
94 static string GetCompilerVersion(Version targetFrameworkVersion) in GetCompilerVersion() method in System.Workflow.ComponentModel.Compiler.MultiTargetingInfo
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go98 func (m *ExtensionHandlerRequest) GetCompilerVersion() *Version { func
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go99 func (m *ExtensionHandlerRequest) GetCompilerVersion() *Version { func
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go98 func (m *ExtensionHandlerRequest) GetCompilerVersion() *Version { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go98 func (m *ExtensionHandlerRequest) GetCompilerVersion() *Version { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go98 func (m *ExtensionHandlerRequest) GetCompilerVersion() *Version { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go99 func (m *ExtensionHandlerRequest) GetCompilerVersion() *Version { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go98 func (m *ExtensionHandlerRequest) GetCompilerVersion() *Version { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go98 func (m *ExtensionHandlerRequest) GetCompilerVersion() *Version { func

12345678910>>...13