HomeSort by relevance Sort by last modified time
    Searched refs:traits (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/clang/test/CodeGenCXX/
mangle-subst-std.cpp 51 template<typename charT, typename traits = char_traits<charT> >
52 struct basic_istream : virtual public basic_ios<charT, traits> {
53 basic_istream(int x) : basic_ios<charT, traits>(x), stored(x) { }
57 template<typename charT, typename traits = char_traits<charT> >
58 struct basic_ostream : virtual public basic_ios<charT, traits> {
59 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { }
64 template<typename charT, typename traits = char_traits<charT> >
65 struct basic_iostream : public basic_istream<charT, traits>,
66 public basic_ostream<charT, traits> {
67 basic_iostream(int x) : basic_istream<charT, traits>(x)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /external/llvm/include/llvm/Support/
RegistryParser.h 37 typedef U traits; typedef in class:llvm::RegistryParser
43 addLiteralOption(traits::nameof(E), &E, traits::descof(E));
  /external/chromium/chrome/browser/sync/glue/
extension_sync.h 49 bool SlurpExtensionData(const ExtensionSyncTraits& traits,
60 bool FlushExtensionData(const ExtensionSyncTraits& traits,
68 bool UpdateServerData(const ExtensionSyncTraits& traits,
75 void RemoveServerData(const ExtensionSyncTraits& traits,
extension_sync.cc 177 bool SlurpExtensionData(const ExtensionSyncTraits& traits,
186 traits.is_valid_and_syncable, extensions_service,
190 traits.root_node_tag, traits.extension_specifics_getter,
206 const ExtensionSyncTraits& traits,
214 if (write_node.InitByClientTagLookup(traits.model_type, id)) {
215 (*traits.extension_specifics_setter)(specifics, &write_node);
218 if (!root.InitByTagLookup(traits.root_node_tag)) {
219 LOG(ERROR) << GetRootNodeDoesNotExistError(traits.root_node_tag);
223 if (!create_node.InitUniqueByCreation(traits.model_type, root, id))
    [all...]
extension_model_associator.h 27 ExtensionModelAssociator(const ExtensionSyncTraits& traits,
extension_change_processor.h 32 const ExtensionSyncTraits& traits,
extension_model_associator.cc 20 const ExtensionSyncTraits& traits,
23 : traits_(traits), extension_service_(extension_service),
  /external/webkit/Source/WebCore/platform/mac/
WebFontCache.h 32 + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits weight:(int)desiredWeight size:(float)size;
36 + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits size:(float)size;
  /frameworks/native/include/utils/
TypeHelpers.h 30 * Types traits
41 struct traits { struct in namespace:android
61 traits<T>::has_trivial_ctor && traits<U>::has_trivial_ctor,
63 traits<T>::has_trivial_dtor && traits<U>::has_trivial_dtor,
65 traits<T>::has_trivial_copy && traits<U>::has_trivial_copy,
67 traits<T>::has_trivial_move && traits<U>::has_trivial_mov
    [all...]
  /system/core/libpixelflinger/tinyutils/
TypeHelpers.h 21 * Types traits
45 struct traits { struct in namespace:android
59 has_trivial_ctor = traits<T>::has_trivial_ctor && traits<U>::has_trivial_ctor,
60 has_trivial_dtor = traits<T>::has_trivial_dtor && traits<U>::has_trivial_dtor,
61 has_trivial_copy = traits<T>::has_trivial_copy && traits<U>::has_trivial_copy,
62 has_trivial_assign = traits<T>::has_trivial_assign && traits<U>::has_trivial_assig
    [all...]
  /external/clang/test/SemaTemplate/
alias-templates.cpp 25 template<typename T> struct traits { struct in namespace:X
30 template<typename U> using rebind = traits<rebind_thing<U>>;
44 typedef traits<thing<inner>> traits_type;
48 thing(traits_type &traits) : traits(traits), val(traits.alloc()) {}
49 ~thing() { traits.free(static_cast<inner_ptr&&>(val)); }
51 traits_type &traits; member in struct:X::thing
60 template<> bool &traits<thing<bool>>::alloc() { static bool b; return b;
    [all...]
  /external/stlport/stlport/stl/
msl_string.h 28 template<class charT, class traits> class basic_istream;
29 template<class charT, class traits> class basic_ostream;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
msl_string.h 28 template<class charT, class traits> class basic_istream;
29 template<class charT, class traits> class basic_ostream;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
msl_string.h 28 template<class charT, class traits> class basic_istream;
29 template<class charT, class traits> class basic_ostream;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
msl_string.h 28 template<class charT, class traits> class basic_istream;
29 template<class charT, class traits> class basic_ostream;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
msl_string.h 28 template<class charT, class traits> class basic_istream;
29 template<class charT, class traits> class basic_ostream;
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWxMac.mm 55 NSFontTraitMask traits = 0;
58 traits |= NSBoldFontMask;
65 traits |= NSItalicFontMask;
68 traits:traits weight:weight size:info->GetPointSize()];
72 NSFontTraitMask remainingTraits = traits;
74 traits:0 weight:5 size:info->GetPointSize()];
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 109 // traits, weight, and size we want. One way this does better than the original
116 NSFontTraitMask traits;
121 traits = [fontManager traitsOfFont:nsFont];
123 traits |= NSBoldFontMask;
125 traits |= NSFontItalicTrait;
130 traits = font.italic() ? NSFontItalicTrait : 0;
135 if (NSFont *bestVariation = [fontManager fontWithFamily:[substituteFont familyName] traits:traits weight:weight size:size])
145 !font.isPlatformFont() && (traits & NSFontItalicTrait) && !(substituteFontTraits & NSFontItalicTrait),
196 NSFontTraitMask traits = fontDescription.italic() ? NSFontItalicTrait : 0
    [all...]
  /external/chromium/base/
string_number_conversions.cc 170 typedef IteratorRangeToNumberTraits traits; typedef in class:base::__anon2747::IteratorRangeToNumber
171 typedef typename traits::iterator_type const_iterator;
172 typedef typename traits::value_type value_type;
212 typename traits::value_type* output) {
221 if (traits::kBase == 16 && end - begin >= 2 && *begin == '0' &&
229 if (!CharToDigit<traits::kBase>(*current, &new_digit)) {
237 *output *= traits::kBase;
249 if (*output > static_cast<value_type>(traits::max() / traits::kBase) ||
250 (*output == static_cast<value_type>(traits::max() / traits::kBase) &
    [all...]

Completed in 1247 milliseconds

1 2 3