HomeSort by relevance Sort by last modified time
    Searched full:apply (Results 326 - 350 of 7701) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
at.hpp 33 ::template apply< Sequence,N >
44 ::template apply< Sequence,mpl::long_<N> >
begin_end.hpp 35 ::template apply< Sequence >::type type;
47 ::template apply< Sequence >::type type;
push_back.hpp 31 ::template apply< Sequence,T >
42 ::template apply< Sequence >
push_front.hpp 31 ::template apply< Sequence,T >
42 ::template apply< Sequence >
same_as.hpp 28 template< typename T2 > struct apply struct in struct:boost::mpl::same_as
42 template< typename T2 > struct apply struct in struct:boost::mpl::not_same_as
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
numeric_cast_utils.hpp 30 template< typename N1, typename N2 > struct apply struct in struct:boost::mpl::aux::cast1st_impl
56 template< typename N1, typename N2 > struct apply struct in struct:boost::mpl::aux::cast2nd_impl
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
begin_end.hpp 27 template< typename List > struct apply struct in struct:boost::mpl::begin_impl
36 template< typename > struct apply struct in struct:boost::mpl::end_impl
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
O1_size.hpp 31 template< typename Vector > struct apply struct in struct:boost::mpl::O1_size_impl
44 template< typename Vector > struct apply
back.hpp 31 template< typename Vector > struct apply struct in struct:boost::mpl::back_impl
47 template< typename Vector > struct apply
begin_end.hpp 30 template< typename Vector > struct apply struct in struct:boost::mpl::begin_impl
39 template< typename Vector > struct apply struct in struct:boost::mpl::end_impl
clear.hpp 30 template< typename Vector > struct apply struct in struct:boost::mpl::clear_impl
43 template< typename Vector > struct apply
front.hpp 31 template< typename Vector > struct apply struct in struct:boost::mpl::front_impl
44 template< typename Vector > struct apply
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcSecureElement.java 48 mPrefsEditor.apply();
57 mPrefsEditor.apply();
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcSecureElement.java 48 mPrefsEditor.apply();
57 mPrefsEditor.apply();
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ConversationViewUtils.java 34 // apply a correction to the default body text style to get regular text to the size we want
36 // then apply any system font scaling
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
CommonPreferences.java 32 editor.apply();
38 editor.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
SparseArrayElementRemoveTransform.java 33 public void apply(IGLProperty currentState) { method in class:SparseArrayElementRemoveTransform
41 mAddTransform.apply(currentState);
PropertyChangeTransform.java 53 /** Apply the state transformation on the given OpenGL state. */
55 public void apply(IGLProperty state) { method in class:PropertyChangeTransform
62 if (!mPredicate.apply(property.getValue())) {
78 * {@link #apply(IGLProperty)}'ed, then performing a revert has no effect.
94 if (!mPredicate.apply(value)) {
  /external/apache-http/src/org/apache/http/auth/
AuthScope.java 40 * {@link Credentials Credentials} apply to.
77 /** The authentication scheme the credentials apply to. */
80 /** The realm the credentials apply to. */
83 /** The host the credentials apply to. */
86 /** The port the credentials apply to. */
93 * @param host the host the credentials apply to. May be set
96 * @param port the port the credentials apply to. May be set
99 * @param realm the realm the credentials apply to. May be set
102 * @param scheme the authentication scheme the credentials apply to.
119 * @param host the host the credentials apply to. May be se
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Collections2.java 71 * as documented at {@link Predicate#apply}. Do not provide a predicate such
120 checkArgument(predicate.apply(element));
127 checkArgument(predicate.apply(element));
140 // unsafe cast can result in a CCE from predicate.apply(), which we
150 return predicate.apply(e) && unfiltered.contains(element);
181 // unsafe cast can result in a CCE from predicate.apply(), which we
186 // See comment in contains() concerning predicate.apply(e)
187 return predicate.apply(e) && unfiltered.remove(element);
200 public boolean apply(E input) {
201 return predicate.apply(input) && collection.contains(input)
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
function_sequence.js 30 this.apply = this.apply_.bind(this);
97 this.callback_.apply(this, arguments);
103 this.steps_[this.currentStepIdx_].apply(this, arguments);
122 this.nextStep.apply(this, arguments);
132 this.start.apply(this, args);
  /external/libsepol/include/sepol/policydb/
hashtab.h 106 Applies the specified apply function to (key,datum,args)
112 If apply returns a non-zero status, then hashtab_map will cease
117 int (*apply) (hashtab_key_t k,
122 Same as hashtab_map, except that if apply returns a non-zero status,
127 int (*apply) (hashtab_key_t k,
  /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/
SkDrawGroup.cpp 43 // SkApply* apply = (SkApply*) *ptr;
44 // SkASSERT(apply->isApply());
45 // SkASSERT(apply->getScope());
46 // delete apply->getScope();
259 SkApply* apply = (SkApply*) *ptr; local
260 SkASSERT(apply->isApply());
261 SkASSERT(apply->getScope());
262 *ptr = apply->getScope();
268 bool SkGroup::resolveIDs(SkAnimateMaker& maker, SkDisplayable* orig, SkApply* apply) {
278 if (drawable->resolveIDs(maker, *originalPtr++, apply) == true
    [all...]

Completed in 988 milliseconds

<<11121314151617181920>>