Home
last modified time | relevance | path

Searched refs:FeatureManager (Results 1 – 25 of 135) sorted by relevance

123456

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dfeature_manager.cpp26 void FeatureManager::Analyze(Module* module) { in Analyze()
32 void FeatureManager::AddExtensions(Module* module) { in AddExtensions()
38 void FeatureManager::AddExtension(Instruction* ext) { in AddExtension()
50 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension()
55 void FeatureManager::AddCapability(SpvCapability cap) { in AddCapability()
68 void FeatureManager::RemoveCapability(SpvCapability cap) { in RemoveCapability()
73 void FeatureManager::AddCapabilities(Module* module) { in AddCapabilities()
79 void FeatureManager::AddExtInstImportIds(Module* module) { in AddExtInstImportIds()
83 bool operator==(const FeatureManager& a, const FeatureManager& b) { in operator ==()
H A Dfeature_manager.h26 class FeatureManager {
28 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {} in FeatureManager() function
54 friend bool operator==(const FeatureManager& a, const FeatureManager& b);
55 friend bool operator!=(const FeatureManager& a, const FeatureManager& b) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfeature_manager.cpp26 void FeatureManager::Analyze(Module* module) { in Analyze()
32 void FeatureManager::AddExtensions(Module* module) { in AddExtensions()
38 void FeatureManager::AddExtension(Instruction* ext) { in AddExtension()
50 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension()
55 void FeatureManager::AddCapability(SpvCapability cap) { in AddCapability()
68 void FeatureManager::RemoveCapability(SpvCapability cap) { in RemoveCapability()
73 void FeatureManager::AddCapabilities(Module* module) { in AddCapabilities()
79 void FeatureManager::AddExtInstImportIds(Module* module) { in AddExtInstImportIds()
85 bool operator==(const FeatureManager& a, const FeatureManager& b) { in operator ==()
H A Dfeature_manager.h26 class FeatureManager {
28 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {} in FeatureManager() function
58 friend bool operator==(const FeatureManager& a, const FeatureManager& b);
59 friend bool operator!=(const FeatureManager& a, const FeatureManager& b) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dfeature_manager.cpp26 void FeatureManager::Analyze(Module* module) { in Analyze()
32 void FeatureManager::AddExtensions(Module* module) { in AddExtensions()
38 void FeatureManager::AddExtension(Instruction* ext) { in AddExtension()
50 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension()
55 void FeatureManager::AddCapability(SpvCapability cap) { in AddCapability()
68 void FeatureManager::RemoveCapability(SpvCapability cap) { in RemoveCapability()
73 void FeatureManager::AddCapabilities(Module* module) { in AddCapabilities()
79 void FeatureManager::AddExtInstImportIds(Module* module) { in AddExtInstImportIds()
85 bool operator==(const FeatureManager& a, const FeatureManager& b) { in operator ==()
H A Dfeature_manager.h26 class FeatureManager {
28 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {} in FeatureManager() function
58 friend bool operator==(const FeatureManager& a, const FeatureManager& b);
59 friend bool operator!=(const FeatureManager& a, const FeatureManager& b) {
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dfeature_manager.cpp26 void FeatureManager::Analyze(Module* module) { in Analyze()
32 void FeatureManager::AddExtensions(Module* module) { in AddExtensions()
38 void FeatureManager::AddExtension(Instruction* ext) { in AddExtension()
50 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension()
55 void FeatureManager::AddCapability(SpvCapability cap) { in AddCapability()
68 void FeatureManager::RemoveCapability(SpvCapability cap) { in RemoveCapability()
73 void FeatureManager::AddCapabilities(Module* module) { in AddCapabilities()
79 void FeatureManager::AddExtInstImportIds(Module* module) { in AddExtInstImportIds()
87 bool operator==(const FeatureManager& a, const FeatureManager& b) { in operator ==()
H A Dfeature_manager.h26 class FeatureManager {
28 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {} in FeatureManager() function
62 friend bool operator==(const FeatureManager& a, const FeatureManager& b);
63 friend bool operator!=(const FeatureManager& a, const FeatureManager& b) {
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dfeature_manager.cpp26 void FeatureManager::Analyze(Module* module) { in Analyze()
32 void FeatureManager::AddExtensions(Module* module) { in AddExtensions()
38 void FeatureManager::AddExtension(Instruction* ext) { in AddExtension()
50 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension()
55 void FeatureManager::AddCapability(SpvCapability cap) { in AddCapability()
68 void FeatureManager::RemoveCapability(SpvCapability cap) { in RemoveCapability()
73 void FeatureManager::AddCapabilities(Module* module) { in AddCapabilities()
79 void FeatureManager::AddExtInstImportIds(Module* module) { in AddExtInstImportIds()
87 bool operator==(const FeatureManager& a, const FeatureManager& b) { in operator ==()
H A Dfeature_manager.h26 class FeatureManager {
28 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {} in FeatureManager() function
62 friend bool operator==(const FeatureManager& a, const FeatureManager& b);
63 friend bool operator!=(const FeatureManager& a, const FeatureManager& b) {
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/engine/
H A DFeatureManagerUnitTest.java67 FeatureManager.getCodecForFile(unsupportedFile.toPath()); in testDetectUnsupportedFileFormat()
75 FeatureManager.getCodecForFile(vcf.toPath(), BEDFeature.class); in testRestrictCodecSelectionToWrongFeatureType()
181 FeatureManager.getFeatureTypeForFeatureInputArgument(fieldArgumentDefinition); in testDetectParameterlessFeatureInputs()
193 FeatureManager manager = new FeatureManager(toolInstance); in testHandleRequestForValidFeatureInputs()
211 FeatureManager manager = new FeatureManager(toolInstance); in testGetAllSequenceDictionaries()
225 final FeatureManager manager = new FeatureManager(toolInstance); in testSequenceDictionary()
240 final FeatureManager manager = new FeatureManager(toolInstance); in testTwoSequenceDictionaries()
253 final FeatureManager manager = new FeatureManager(toolInstance); in testEmptySequenceDictionary()
267 final FeatureManager manager = new FeatureManager(toolInstance); in testHandleRequestForValidFeatureInputIterator()
287 final FeatureManager manager = new FeatureManager(toolInstance); in testHandleRequestForValidFeatureInputIteratorWithoutIndex()
[all …]
H A DFeatureContextUnitTest.java40 { new FeatureContext((FeatureManager)null, null) }, in getEmptyFeatureContextData()
41 { new FeatureContext((FeatureManager)null, new SimpleInterval("1", 1, 1) ) }, in getEmptyFeatureContextData()
42 …{ new FeatureContext(new FeatureManager(new ArtificialFeatureContainingCommandLineProgram()), null… in getEmptyFeatureContextData()
61 try (final FeatureManager featureManager = new FeatureManager(toolInstance)) { in testGetHeader()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dfeature_manager.cpp26 void FeatureManager::Analyze(Module* module) { in Analyze()
32 void FeatureManager::AddExtensions(Module* module) { in AddExtensions()
38 void FeatureManager::AddExtension(Instruction* ext) { in AddExtension()
50 void FeatureManager::AddCapability(SpvCapability cap) { in AddCapability()
63 void FeatureManager::AddCapabilities(Module* module) { in AddCapabilities()
69 void FeatureManager::AddExtInstImportIds(Module* module) { in AddExtInstImportIds()
73 bool operator==(const FeatureManager& a, const FeatureManager& b) { in operator ==()
H A Dfeature_manager.h26 class FeatureManager {
28 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {} in FeatureManager() function
48 friend bool operator==(const FeatureManager& a, const FeatureManager& b);
49 friend bool operator!=(const FeatureManager& a, const FeatureManager& b) {
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dfeature_manager.cpp26 void FeatureManager::Analyze(Module* module) { in Analyze()
32 void FeatureManager::AddExtensions(Module* module) { in AddExtensions()
38 void FeatureManager::AddExtension(Instruction* ext) { in AddExtension()
50 void FeatureManager::AddCapability(SpvCapability cap) { in AddCapability()
63 void FeatureManager::AddCapabilities(Module* module) { in AddCapabilities()
69 void FeatureManager::AddExtInstImportIds(Module* module) { in AddExtInstImportIds()
73 bool operator==(const FeatureManager& a, const FeatureManager& b) { in operator ==()
H A Dfeature_manager.h26 class FeatureManager {
28 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {} in FeatureManager() function
48 friend bool operator==(const FeatureManager& a, const FeatureManager& b);
49 friend bool operator!=(const FeatureManager& a, const FeatureManager& b) {
/dports/www/mediawiki137/mediawiki-1.37.1/skins/Vector/tests/phpunit/unit/FeatureManagement/
H A DFeatureManagerTest.php24 use Vector\FeatureManagement\FeatureManager; alias
40 $featureManager = new FeatureManager();
71 $featureManager = new FeatureManager();
80 $featureManager = new FeatureManager();
94 $featureManager = new FeatureManager();
104 $featureManager = new FeatureManager();
113 $featureManager = new FeatureManager();
144 $featureManager = new FeatureManager();
/dports/www/mediawiki136/mediawiki-1.36.3/skins/Vector/tests/phpunit/unit/FeatureManagement/
H A DFeatureManagerTest.php24 use Vector\FeatureManagement\FeatureManager; alias
40 $featureManager = new FeatureManager();
71 $featureManager = new FeatureManager();
80 $featureManager = new FeatureManager();
94 $featureManager = new FeatureManager();
104 $featureManager = new FeatureManager();
113 $featureManager = new FeatureManager();
144 $featureManager = new FeatureManager();
/dports/www/mediawiki135/mediawiki-1.35.5/skins/Vector/tests/phpunit/unit/FeatureManagement/
H A DFeatureManagerTest.php24 use Vector\FeatureManagement\FeatureManager; alias
40 $featureManager = new FeatureManager();
71 $featureManager = new FeatureManager();
80 $featureManager = new FeatureManager();
94 $featureManager = new FeatureManager();
104 $featureManager = new FeatureManager();
113 $featureManager = new FeatureManager();
144 $featureManager = new FeatureManager();
/dports/www/mediawiki136/mediawiki-1.36.3/skins/Vector/includes/
H A DVectorServices.php6 use Vector\FeatureManagement\FeatureManager; alias
22 * @return FeatureManager
24 public static function getFeatureManager(): FeatureManager {
/dports/www/mediawiki137/mediawiki-1.37.1/skins/Vector/includes/
H A DVectorServices.php6 use Vector\FeatureManagement\FeatureManager; alias
23 * @return FeatureManager
25 public static function getFeatureManager(): FeatureManager {
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/engine/spark/
H A DFindAssemblyRegionsSpark.java61 final FeatureManager features, in getAssemblyRegionsFast()
68 … Broadcast<FeatureManager> bFeatureManager = features == null ? null : ctx.broadcast(features); in getAssemblyRegionsFast()
75 final Broadcast<FeatureManager> bFeatureManager, in getAssemblyRegionsFunctionFast()
81 … final FeatureManager features = bFeatureManager == null ? null : bFeatureManager.getValue(); in getAssemblyRegionsFunctionFast()
125 final FeatureManager features, in getAssemblyRegionsStrict()
132 … Broadcast<FeatureManager> bFeatureManager = features == null ? null : ctx.broadcast(features); in getAssemblyRegionsStrict()
174 final Broadcast<FeatureManager> bFeatureManager, in getActivityProfileStatesFunction()
180 … final FeatureManager features = bFeatureManager == null ? null : bFeatureManager.getValue(); in getActivityProfileStatesFunction()
237 final Broadcast<FeatureManager> bFeatureManager) {
241 … final FeatureManager features = bFeatureManager == null ? null : bFeatureManager.getValue();
H A DReadWalkerSpark.java41 features = new FeatureManager(this, FEATURE_CACHE_LOOKAHEAD); in initializeFeatures()
55 … Broadcast<FeatureManager> bFeatureManager = features == null ? null : ctx.broadcast(features); in getReads()
60 String referenceFileName, Broadcast<FeatureManager> bFeatureManager) { in getReadsFunction()
63 FeatureManager features = bFeatureManager == null ? null : bFeatureManager.getValue(); in getReadsFunction()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/engine/
H A DFeatureContext.java43 private final FeatureManager featureManager;
56 this((FeatureManager)null, null); in FeatureContext()
67 public FeatureContext(final FeatureManager featureManager, final SimpleInterval interval) { in FeatureContext()
326 …final FeatureManager featureManager = new FeatureManager(featureInputsWithType, dummyToolInstanceN… in createFeatureContextForTesting()
/dports/www/mediawiki137/mediawiki-1.37.1/skins/Vector/includes/FeatureManagement/
H A DFeatureManager.php39 final class FeatureManager { class
162 * @see FeatureManager::registerRequirement
184 * @see FeatureManager::registerComplexRequirement

123456