Home
last modified time | relevance | path

Searched defs:FeatureInfo (Results 1 – 25 of 144) sorted by last modified time

123456

/dports/games/lwjgl/lwjgl-2df01dd/eclipse-update/org.lwjgl.build/src/java/org/lwjgl/ant/
H A DStandalonePublisher.java186 public class FeatureInfo extends XMLBasedInfo { class in StandalonePublisher
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/raw-cpuid/src/
H A Dlib.rs205 pub fn get_feature_info(&self) -> Option<FeatureInfo> { in get_feature_info()
1286 pub struct FeatureInfo { struct
1289 edx_ecx: FeatureInfoFlags, argument
1292 impl FeatureInfo { impl
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/config/
H A DgfxConfig.cpp225 struct FeatureInfo { struct
226 const char* name;
227 const char* description;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DGLContextFeatures.cpp44 struct FeatureInfo { struct
45 const char* mName;
48 GLVersion mOpenGLVersion;
51 GLESVersion mOpenGLESVersion;
63 GLContext::GLExtensions mARBExtensionWithoutARBSuffix;
66 GLContext::GLExtensions mExtensions[kMAX_EXTENSION_GROUP_SIZE];
/dports/www/firefox/firefox-99.0/gfx/config/
H A DgfxConfig.cpp225 struct FeatureInfo { struct
226 const char* name;
227 const char* description;
/dports/www/firefox/firefox-99.0/gfx/gl/
H A DGLContextFeatures.cpp44 struct FeatureInfo { struct
45 const char* mName;
48 GLVersion mOpenGLVersion;
51 GLESVersion mOpenGLESVersion;
63 GLContext::GLExtensions mARBExtensionWithoutARBSuffix;
66 GLContext::GLExtensions mExtensions[kMAX_EXTENSION_GROUP_SIZE];
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/raw-cpuid/src/
H A Dlib.rs205 pub fn get_feature_info(&self) -> Option<FeatureInfo> { in get_feature_info()
1286 pub struct FeatureInfo { struct
1289 edx_ecx: FeatureInfoFlags, argument
1292 impl FeatureInfo { argument
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DGLContextFeatures.cpp44 struct FeatureInfo { struct
45 const char* mName;
48 GLVersion mOpenGLVersion;
51 GLESVersion mOpenGLESVersion;
63 GLContext::GLExtensions mARBExtensionWithoutARBSuffix;
66 GLContext::GLExtensions mExtensions[kMAX_EXTENSION_GROUP_SIZE];
/dports/www/firefox-esr/firefox-91.8.0/gfx/config/
H A DgfxConfig.cpp225 struct FeatureInfo { struct
226 const char* name;
227 const char* description;
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/inc/
H A Dformnavigation.hxx51 struct FeatureInfo struct in frm::OFormNavigationHelper
53 css::util::URL aURL;
54 css::uno::Reference< css::frame::XDispatch > xDispatcher;
55 bool bCachedState;
56 css::uno::Any aCachedAdditionalState;
58 FeatureInfo() : bCachedState( false ) { } in FeatureInfo() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/BinaryFormat/
H A DMinidump.h146 support::ulittle32_t FeatureInfo; // cpuid 1: edx member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DX86TargetParser.cpp111 struct FeatureInfo { struct
112 StringLiteral Name;
113 FeatureBitset ImpliedFeatures;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DX86TargetParser.cpp111 struct FeatureInfo { struct
112 StringLiteral Name;
113 FeatureBitset ImpliedFeatures;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/BinaryFormat/
H A DMinidump.h146 support::ulittle32_t FeatureInfo; // cpuid 1: edx member
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DX86TargetParser.cpp111 struct FeatureInfo { struct
112 StringLiteral Name;
113 FeatureBitset ImpliedFeatures;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/BinaryFormat/
H A DMinidump.h146 support::ulittle32_t FeatureInfo; // cpuid 1: edx member
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DX86TargetParser.cpp111 struct FeatureInfo { struct
112 StringLiteral Name;
113 FeatureBitset ImpliedFeatures;
/dports/graphics/qgis/qgis-3.22.3/i18n/
H A Dqgis_fr.ts133361 <source>FeatureInfo templates</source> property
133362 <translation>Modèles FeatureInfo</translation> property
/dports/graphics/qgis/qgis-3.22.3/src/gui/attributetable/
H A Dqgsfeaturelistmodel.h44 struct FeatureInfo struct
62 FeatureInfoRole = 0x1000, // Make sure no collisions with roles on QgsAttributeTableModel argument
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/attributetable/
H A Dqgsfeaturelistmodel.h43 struct FeatureInfo struct
61 FeatureInfoRole = 0x1000, // Make sure no collisions with roles on QgsAttributeTableModel argument
/dports/graphics/vulkan-headers/Vulkan-Headers-1.2.203/registry/
H A Dreg.py240 class FeatureInfo(BaseInfo): class
/dports/graphics/vulkan-caps-viewer/VulkanCapsViewer-3.05/Vulkan-Headers/registry/
H A Dreg.py208 class FeatureInfo(BaseInfo): class
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/
H A Dtest_learner.cc374 TEST(Learner, FeatureInfo) { in TEST() argument
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/
H A Dtest_learner.cc374 TEST(Learner, FeatureInfo) { in TEST() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DX86TargetParser.cpp111 struct FeatureInfo { struct
112 StringLiteral Name;
113 FeatureBitset ImpliedFeatures;

123456