HomeSort by relevance Sort by last modified time
    Searched refs:apply (Results 76 - 100 of 1472) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
find_if_pred.hpp 23 struct apply struct in struct:boost::mpl::aux::find_if_pred
has_apply.hpp 22 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_apply, apply, false)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
O1_size.hpp 25 template< typename List > struct apply struct in struct:boost::mpl::O1_size_impl
clear.hpp 26 template< typename List > struct apply struct in struct:boost::mpl::clear_impl
empty.hpp 26 template< typename List > struct apply struct in struct:boost::mpl::empty_impl
front.hpp 25 template< typename List > struct apply struct in struct:boost::mpl::front_impl
pop_front.hpp 26 template< typename List > struct apply struct in struct:boost::mpl::pop_front_impl
push_back.hpp 28 template< typename Seq > struct apply struct in struct:boost::mpl::has_push_back_impl
size.hpp 25 template< typename List > struct apply struct in struct:boost::mpl::size_impl
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
in_place_factory.hpp 51 void* apply(void* address
58 void* apply(void* address, std::size_t n
61 for(char* next = address = this->BOOST_NESTED_TEMPLATE apply<T>(address);
63 this->BOOST_NESTED_TEMPLATE apply<T>(next = next+sizeof(T));
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Escaper.java 93 public String apply(String from) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchSettings.java 42 prefs.edit().putString(PREF_RESEARCH_LOGGER_UUID, newUuid).apply();
52 prefs.edit().putBoolean(PREF_RESEARCH_LOGGER_ENABLED_FLAG, isEnabled).apply();
61 prefs.edit().putBoolean(PREF_RESEARCH_LOGGER_HAS_SEEN_SPLASH, hasSeenSplash).apply();
70 prefs.edit().putLong(PREF_RESEARCH_LAST_DIR_CLEANUP_TIME, lastDirCleanupTime).apply();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IStateTransform.java 26 /** Apply this transformation on the given state. */
27 void apply(IGLProperty currentState); method in interface:IStateTransform
Predicates.java 28 public boolean apply(Object value) { method in class:Predicates.IntegerPropertyEqualsPredicate
  /external/clang/test/SemaTemplate/
typename-specifier-4.cpp 14 typedef typename MetaFun::template apply<T1, T2> inner;
22 struct apply { struct in struct:make_pair
30 typename make_pair::template apply<int, float>, // expected-warning{{'template' keyword outside of a template}} \
32 make_pair::apply<int, float>
38 struct apply { struct in struct:swap_and_apply2
39 typedef typename MetaFun::template apply<T2, T1> new_metafun;
44 int a2[is_same<swap_and_apply2<make_pair>::apply<int, float>::type,
50 struct apply { struct in struct:swap_and_apply2b
51 typedef typename MetaFun::template apply<T2, T1>::type type;
55 int a3[is_same<swap_and_apply2b<make_pair>::apply<int, float>::type,
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
quote.hpp 32 template< typename U1 > struct apply struct in struct:boost::mpl::quote1
49 template< typename U1, typename U2 > struct apply struct in struct:boost::mpl::quote2
66 template< typename U1, typename U2, typename U3 > struct apply struct in struct:boost::mpl::quote3
86 struct apply struct in struct:boost::mpl::quote4
111 struct apply struct in struct:boost::mpl::quote5
arg.hpp 24 struct apply struct in struct:arg
42 struct apply struct in struct:arg
60 struct apply struct in struct:arg
78 struct apply struct in struct:arg
96 struct apply struct in struct:arg
114 struct apply struct in struct:arg
  /system/core/toolbox/
route.c 67 goto apply;
77 goto apply;
91 goto apply;
99 goto apply;
104 apply:
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayList.cpp 79 SkApply* apply = (SkApply*) draw; local
80 if (apply->scope == match)
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
84 if (apply->mode == SkApply::kMode_create) {
85 for (SkDrawable** ptr = apply->fScopes.begin(); ptr < apply->fScopes.end(); ptr++) {
121 SkApply* apply = (SkApply*) draw; local
122 apply->reset();
  /external/skia/src/animator/
SkDisplayList.cpp 79 SkApply* apply = (SkApply*) draw; local
80 if (apply->scope == match)
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
84 if (apply->mode == SkApply::kMode_create) {
85 for (SkDrawable** ptr = apply->fScopes.begin(); ptr < apply->fScopes.end(); ptr++) {
121 SkApply* apply = (SkApply*) draw; local
122 apply->reset();
  /external/clang/test/SemaCXX/
nested-name-spec-locations.cpp 91 typedef typename T::template apply<typename add_reference<U>::type
98 struct apply { struct in struct:HasApply
107 typedef typename T::template apply<typename add_reference<U>::type
116 T::template apply<typename add_reference<U>::type
125 typedef class T::template apply<typename add_reference<U>::type
140 template apply<
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
AccountPreferences.java 103 getEditor().putBoolean(PreferenceKeys.DEFAULT_INBOX_NOTIFICATIONS_ENABLED, enabled).apply();
107 getEditor().remove(PreferenceKeys.DEFAULT_INBOX_NOTIFICATIONS_ENABLED).apply();
115 getEditor().putBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, enabled).apply();
127 getEditor().putInt(PreferenceKeys.ACCOUNT_SYNC_OFF_DISMISSES, 0).apply();
134 getEditor().putInt(PreferenceKeys.ACCOUNT_SYNC_OFF_DISMISSES, value + 1).apply();
142 getEditor().putInt(PreferenceKeys.LAST_SEEN_OUTBOX_COUNT, count).apply();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
util.js 11 return func.apply(obj, arguments);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
util.js 11 return func.apply(obj, arguments);
  /external/junit/src/org/junit/rules/
RuleChain.java 94 public Statement apply(Statement base, Description description) { method in class:RuleChain
96 base= each.apply(base, description);

Completed in 1542 milliseconds

1 2 34 5 6 7 8 91011>>