Searched refs:traits (Results 26 - 40 of 40) sorted by relevance

12

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DRegistry.h37 /// is necessary to define an alternate traits class.
58 typedef U traits; typedef in class:llvm::Registry
/macosx-10.9.5/swig-10/Lib/python/
H A DREADME29 std_char_traits.i char traits
H A Dpycontainer.swg41 template <> struct traits<SwigPtr_PyObject > {
74 template <> struct traits<SwigVar_PyObject > {
158 template <> struct traits<PyObject *> {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DSimpleFontDataMac.mm97 CTFontSymbolicTraits traits = CTFontGetSymbolicTraits(toCTFontRef(substituteFont));
98 bool syntheticBold = platformData().syntheticBold() && !(traits & kCTFontBoldTrait);
99 bool syntheticOblique = platformData().syntheticOblique() && !(traits & kCTFontItalicTrait);
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebPageAdapter.h227 , traits(None)
243 Traits traits; member in struct:QWebPageAdapter::MenuItemDescription
H A DQWebPageAdapter.cpp827 description.traits |= MenuItem::Enabled;
829 description.traits |= MenuItem::Checkable;
831 description.traits |= MenuItem::Checked;
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Replicated/
H A DPool.pm128 traits => ['Hash'],
148 traits => ['Counter'],
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DHTMLConverter.mm111 font = [fontManager fontWithFamily:fontName traits:0 weight:0 size:size];
126 NSFontTraitMask traits = [[familyMemberArray objectAtIndex:3] integerValue];
128 font = [fontManager fontWithFamily:familyName traits:traits weight:weight size:size];
135 NSFontTraitMask traits = [[familyMemberArray objectAtIndex:3] integerValue];
137 font = [fontManager fontWithFamily:familyName traits:traits weight:weight size:size];
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/
H A Dassoc_container.hpp54 #include <ext/pb_ds/detail/basic_tree_policy/traits.hpp>
582 // Element access traits type.
/macosx-10.9.5/swig-10/Lib/octave/
H A Doctcontainer.swg41 template <> struct traits<octave_value > {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dnastran.vim6 " Since DMAP shares some traits with fortran, this syntax file
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage.cpp500 a->setEnabled(item.traits & MenuItem::Enabled);
501 a->setCheckable(item.traits & MenuItem::Checkable);
502 a->setChecked(item.traits & MenuItem::Checked);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebHTMLView.mm4471 return [[NSFontManager sharedFontManager] fontWithFamily:@"Helvetica" traits:0 weight:STANDARD_WEIGHT size:10.0f];
4476 return [[NSFontManager sharedFontManager] fontWithFamily:@"Times" traits:NSFontItalicTrait weight:STANDARD_BOLD_WEIGHT size:12.0f];
4515 NSFontTraitMask traits = aIsItalic ? NSFontItalicTrait : 0;
4517 NSFont *foundFont = [WebFontCache fontWithFamily:aFamilyName traits:traits weight:weight size:aPointSize];
/macosx-10.9.5/CPANInternal-140/Class-Std/lib/Class/
H A DStd.pm1475 =head2 Variable traits that can be ascribed
1668 =head2 Method traits that can be ascribed
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/lib/Class/
H A DStd.pm1476 =head2 Variable traits that can be ascribed
1669 =head2 Method traits that can be ascribed

Completed in 426 milliseconds

12