Home
last modified time | relevance | path

Searched refs:hasAssembly (Results 1 – 12 of 12) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DPEAPI.cs609 public PEFile(string name, bool isDLL, bool hasAssembly) in PEFile() argument
610 : this (name, null, isDLL, hasAssembly, null, null) in PEFile()
627 public PEFile(string name, bool isDLL, bool hasAssembly, string outputDir) in PEFile() argument
628 : this (name, null, isDLL, hasAssembly, outputDir, null) in PEFile()
645 public PEFile(string name, bool isDLL, bool hasAssembly, Stream outStream) in PEFile() argument
646 : this (name, null, isDLL, hasAssembly, null, outStream) in PEFile()
650 public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, Stream outStream) in PEFile() argument
651 : this (name, module_name, isDLL, hasAssembly, null, outStream) in PEFile()
664 InitPEFile (name, fname, hasAssembly); in PEFile()
673 private void InitPEFile(string name, string fName, bool hasAssembly) in InitPEFile() argument
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_assembly/
H A DAssemblyBrowserFactory.cpp47 …bool hasAssembly = !SelectionUtils::findDocumentsWithObjects(GObjectTypes::ASSEMBLY, &multiSelecti… in canCreateView() local
48 return hasAssembly; in canCreateView()
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/library/
H A DExtractAssemblyCoverageWorker.h48 bool hasAssembly() const;
H A DExtractConsensusWorker.h48 bool hasAssembly() const;
H A DExtractConsensusWorker.cpp64 if (hasAssembly()) { in tick()
88 bool ExtractConsensusWorker::hasAssembly() const { in hasAssembly() function in U2::LocalWorkflow::ExtractConsensusWorker
H A DExtractAssemblyCoverageWorker.cpp67 if (hasAssembly()) { in tick()
90 bool ExtractAssemblyCoverageWorker::hasAssembly() const { in hasAssembly() function in U2::LocalWorkflow::ExtractAssemblyCoverageWorker
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/variants/src/
H A DSamtoolMpileupWorker.h83 bool hasAssembly() const;
H A DSamtoolMpileupWorker.cpp931 if (!hasAssembly()) { in checkState()
937 if (hasAssembly() && !hasReferenceInPort()) { in checkState()
941 } else if (!hasAssembly() && hasReferenceInPort()) { in checkState()
950 } else if (!hasAssembly() && !hasReferenceInPort()) { in checkState()
956 bool CallVariantsWorker::hasAssembly() const { in hasAssembly() function in U2::LocalWorkflow::CallVariantsWorker
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/Handlers/
H A DScriptResourceHandler.cs427 bool hasAssembly = !String.IsNullOrEmpty(assemblyName); in ProcessRequestInternal()
428 if (hasAssembly && assemblyName[0] == '#') { in ProcessRequestInternal()
439 Assembly assembly = hasAssembly ? GetAssembly(assemblyName) : null; in ProcessRequestInternal()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DPEAPI.cs928 public PEFile(string name, bool isDLL, bool hasAssembly) { } in PEFile() argument
929 public PEFile(string name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { } in PEFile() argument
930 public PEFile(string name, bool isDLL, bool hasAssembly, string outputDir) { } in PEFile() argument
931 …public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, System.IO.Stream outS… in PEFile() argument
932 …public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, string outputDir, Sys… in PEFile() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DPEAPI.cs928 public PEFile(string name, bool isDLL, bool hasAssembly) { } in PEFile() argument
929 public PEFile(string name, bool isDLL, bool hasAssembly, System.IO.Stream outStream) { } in PEFile() argument
930 public PEFile(string name, bool isDLL, bool hasAssembly, string outputDir) { } in PEFile() argument
931 …public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, System.IO.Stream outS… in PEFile() argument
932 …public PEFile(string name, string module_name, bool isDLL, bool hasAssembly, string outputDir, Sys… in PEFile() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ui/
H A DScriptReference.cs332 bool hasAssembly = !String.IsNullOrEmpty(Assembly); in GetUrl()
338 if (hasAssembly && !hasName) { in GetUrl()