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

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
type_trait_def.hpp 17 #define BOOST_TT_AUX_TYPE_TRAIT_DEF1(trait,T,result) \
18 template< typename T > struct trait \
22 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,trait,(T)) \
25 BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(1,trait) \
28 #define BOOST_TT_AUX_TYPE_TRAIT_SPEC1(trait,spec,result) \
29 template<> struct trait<spec> \
33 BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(1,trait,(spec)) \
37 #define BOOST_TT_AUX_TYPE_TRAIT_IMPL_SPEC1(trait,spec,result) \
38 template<> struct trait##_impl<spec> \
45 #define BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_1(param,trait,spec,result)
    [all...]
bool_trait_def.hpp 67 #define BOOST_TT_AUX_BOOL_TRAIT_DEF1(trait,T,C) \
68 template< typename T > struct trait \
73 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,trait,(T)) \
76 BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(1,trait) \
80 #define BOOST_TT_AUX_BOOL_TRAIT_DEF2(trait,T1,T2,C) \
81 template< typename T1, typename T2 > struct trait \
86 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,trait,(T1,T2)) \
89 BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(2,trait) \
92 #define BOOST_TT_AUX_BOOL_TRAIT_DEF3(trait,T1,T2,T3,C) \
93 template< typename T1, typename T2, typename T3 > struct trait \
    [all...]
size_t_trait_def.hpp 33 #define BOOST_TT_AUX_SIZE_T_TRAIT_DEF1(trait,T,C) \
34 template< typename T > struct trait \
39 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,trait,(T)) \
42 BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(1,trait) \
45 #define BOOST_TT_AUX_SIZE_T_TRAIT_SPEC1(trait,spec,C) \
46 template<> struct trait<spec> \
51 BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(1,trait,(spec)) \
55 #define BOOST_TT_AUX_SIZE_T_TRAIT_PARTIAL_SPEC1_1(param,trait,spec,C) \
56 template< param > struct trait<spec> \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
traits_lambda_spec.hpp 24 # define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) /**/
28 # define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) \
29 template<> struct trait<void_> \
39 # define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) \
40 template<> struct trait<void_> \
46 template<> struct trait<int> \
58 #define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC(i, trait) \
59 BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) \
60 template<> struct trait<non_sequence_tag> {}; \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
has_xxx.hpp 93 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF_(trait, name, default_) \
95 struct BOOST_PP_CAT(trait,_impl) : T \
110 struct trait \
114 , BOOST_PP_CAT(trait,_impl)<T> \
119 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, void) \
120 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, bool) \
121 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, char) \
122 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, signed char) \
123 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, unsigned char) \
124 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, signed short)
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
has_nothrow_constructor.cpp 61 static const bool trait = __has_nothrow_constructor(T); member in class:My2
65 const bool My2<T>::trait; member in class:My2
70 { static const bool trait = b; }; member in struct:My3_help
73 const bool My3_help<T, b>::trait; member in class:My3_help
81 { return My3_help<T>::trait; }
85 && My<T>().f() && My2<T>::trait && My3<T>().f())
88 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
has_nothrow_assign.cpp 101 static const bool trait = __has_nothrow_assign(T); member in class:My2
105 const bool My2<T>::trait; member in class:My2
109 { static const bool trait = b; }; member in struct:My3_help
112 const bool My3_help<T, b>::trait; member in class:My3_help
120 { return My3_help<T>::trait; }
124 && My<T>().f() && My2<T>::trait && My3<T>().f())
127 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
has_nothrow_copy-1.cpp 91 static const bool trait = __has_nothrow_copy(T); member in class:My2
95 const bool My2<T>::trait; member in class:My2
99 { static const bool trait = b; }; member in struct:My3_help
102 const bool My3_help<T, b>::trait; member in class:My3_help
110 { return My3_help<T>::trait; }
114 && My<T>().f() && My2<T>::trait && My3<T>().f())
117 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
  /ndk/tests/device/test-stlport_static-exception/jni/
has_nothrow_constructor.cpp 61 static const bool trait = __has_nothrow_constructor(T); member in class:My2
65 const bool My2<T>::trait; member in class:My2
70 { static const bool trait = b; }; member in struct:My3_help
73 const bool My3_help<T, b>::trait; member in class:My3_help
81 { return My3_help<T>::trait; }
85 && My<T>().f() && My2<T>::trait && My3<T>().f())
88 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
has_nothrow_assign.cpp 101 static const bool trait = __has_nothrow_assign(T); member in class:My2
105 const bool My2<T>::trait; member in class:My2
109 { static const bool trait = b; }; member in struct:My3_help
112 const bool My3_help<T, b>::trait; member in class:My3_help
120 { return My3_help<T>::trait; }
124 && My<T>().f() && My2<T>::trait && My3<T>().f())
127 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
has_nothrow_copy-1.cpp 91 static const bool trait = __has_nothrow_copy(T); member in class:My2
95 const bool My2<T>::trait; member in class:My2
99 { static const bool trait = b; }; member in struct:My3_help
102 const bool My3_help<T, b>::trait; member in class:My3_help
110 { return My3_help<T>::trait; }
114 && My<T>().f() && My2<T>::trait && My3<T>().f())
117 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
broken_compiler_spec.hpp 37 # define BOOST_TT_AUX_BROKEN_TYPE_TRAIT_SPEC1(trait,spec,result) \
38 template<> struct trait##_impl<spec> \
is_convertible.hpp 381 # define TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2_PART1(trait,spec1,spec2,value) \
382 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(trait,spec1,spec2,value) \
383 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(trait,spec1,spec2 const,value) \
384 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(trait,spec1,spec2 volatile,value) \
385 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(trait,spec1,spec2 const volatile,value) \
388 # define TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2(trait,spec1,spec2,value) \
389 TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2_PART1(trait,spec1,spec2,value) \
390 TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2_PART1(trait,spec1 const,spec2,value) \
391 TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2_PART1(trait,spec1 volatile,spec2,value) \
392 TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2_PART1(trait,spec1 const volatile,spec2,value)
    [all...]
  /external/libweave/src/
device_manager.cc 189 auto trait = SplitAtFirst(command_name, ".", true).first;
190 std::string component = component_manager_->FindComponentWithTrait(trait);
224 "trait '%s'",
238 auto trait = SplitAtFirst(name, ".", true).first; local
239 std::string component = component_manager_->FindComponentWithTrait(trait);
248 auto trait = SplitAtFirst(name, ".", true).first; local
249 std::string component = component_manager_->FindComponentWithTrait(trait);
254 "supporting trait '%s'",
255 name.c_str(), trait.c_str());
component_manager_impl.cc 58 for (const std::string& trait : traits) {
59 if (!FindTraitDefinition(trait)) {
62 "Trait '%s' is undefined", trait.c_str());
168 "Trait '%s' must be an object", it.key().c_str());
176 "Trait '%s' cannot be redefined", it.key().c_str());
243 // Find the component to which to route this command. Get the trait name
244 // from the command name and find the first component that has this trait.
252 "trait '%s'",
262 // Check that the command's trait is supported by the given component
269 std::string trait; local
329 const base::DictionaryValue* trait = nullptr; local
    [all...]
access_api_handler_unittest.cc 111 const base::DictionaryValue* trait = nullptr; local
113 "_accessControlBlackList", &trait));
175 EXPECT_JSON_EQ(expected, *trait);
base_api_handler_unittest.cc 104 const base::DictionaryValue* trait = nullptr; local
105 ASSERT_TRUE(component_manager_.GetTraits().GetDictionary("base", &trait));
178 EXPECT_JSON_EQ(expected, *trait);
component_manager_impl.h 22 // Loads trait definition schema.
25 // Same as the overload above, but takes a json string to read the trait
29 // Sets callback which is called when new trait definitions are added.
36 // |traits| is a list of trait names this component supports.
45 // |traits| is a list of trait names this component supports.
99 // |command_name| is a full path of the command, including trait name and
109 // Finds a definition of trait with the given |name|.
114 // "trait.command".
123 // Returns the full JSON dictionary containing trait definitions.
170 // the given trait. This is useful for routing commands that have no componen
    [all...]
component_manager.h 58 // Loads trait definition schema.
62 // Same as the overload above, but takes a json string to read the trait
66 // Sets callback which is called when new trait definitions are added.
73 // |traits| is a list of trait names this component supports.
82 // |traits| is a list of trait names this component supports.
137 // |command_name| is a full path of the command, including trait name and
147 // Finds a definition of trait with the given |name|.
152 // "trait.command".
161 // Returns the full JSON dictionary containing trait definitions.
204 // the given trait. This is useful for routing commands that have no componen
    [all...]
mock_component_manager.h 97 std::string(const std::string& trait));
component_manager_unittest.cc 26 bool HasTrait(const base::DictionaryValue& comp, const std::string& trait) {
32 if (item->GetAsString(&value) && value == trait)
38 // Creates sample trait/component trees:
327 const base::DictionaryValue* trait = manager_.FindTraitDefinition("trait1"); local
328 ASSERT_NE(nullptr, trait);
340 EXPECT_JSON_EQ(kExpected1, *trait);
342 trait = manager_.FindTraitDefinition("trait2");
343 ASSERT_NE(nullptr, trait);
349 EXPECT_JSON_EQ(kExpected2, *trait);
402 EXPECT_EQ(nullptr, manager_.FindTraitDefinition("trait"));
    [all...]
  /frameworks/support/compat/kitkat/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatKitKat.java 106 private static void setTrait(Object info, long trait) {
109 extras.putLong(TRAITS_KEY, traits | trait);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 583 CTFontSymbolicTraits trait = 0; local
584 CFNumberGetValue(sybolicTrait, kCFNumberSInt32Type, &trait);
585 if (trait & kCTFontItalicTrait) {
588 if (trait & kCTFontMonoSpaceTrait) {
591 if (trait & kCTFontModernSerifsClass) {
594 if (trait & kCTFontScriptsClass) {
667 if (weight > 0.0 && trait & kCTFontItalicTrait) {
671 } else if (trait & kCTFontItalicTrait) {
    [all...]
  /external/ImageMagick/MagickCore/
pixel.c 4416 trait; local
    [all...]
  /external/okhttp/website/static/
prettify.js 20 Q=[y,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],W=[y,"as,assert,const,copy,drop,enum,extern,fail,false,fn,impl,let,log,loop,match,mod,move,mut,priv,pub,pure,ref,self,static,struct,true,trait,type,unsafe,use"],y=[y,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],R=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)\b/,

Completed in 358 milliseconds

1 2