/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
pop_front.hpp | 30 template< typename Vector > struct apply struct in struct:boost::mpl::pop_front_impl
|
push_back.hpp | 30 template< typename Vector, typename T > struct apply struct in struct:boost::mpl::push_back_impl
|
push_front.hpp | 30 template< typename Vector, typename T > struct apply struct in struct:boost::mpl::push_front_impl
|
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
CanvasAnimation.java | 24 public abstract void apply(GLCanvas canvas); method in class:CanvasAnimation
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterNegative.java | 34 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { method in class:ImageFilterNegative
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
MailPrefs.java | 169 createWidgetPreferenceValue(account, folderUri)).apply(); method 187 getEditor().apply(); 196 getEditor().putBoolean(PreferenceKeys.DEFAULT_REPLY_ALL, replyAll).apply(); 217 getEditor().putString(PreferenceKeys.REMOVAL_ACTION, removalAction).apply(); 230 getEditor().putBoolean(PreferenceKeys.CONVERSATION_LIST_SWIPE, enabled).apply(); 265 .apply(); 280 getEditor().putBoolean(PreferenceKeys.CONVERSATION_PHOTO_TEASER_SHOWN, true).apply(); 294 getEditor().putInt(PreferenceKeys.LONG_PRESS_TO_SELECT_TIP_SHOWN, 1).apply(); 299 getEditor().putStringSet(PreferenceKeys.DISPLAY_IMAGES, addresses).apply(); 303 getEditor().putStringSet(PreferenceKeys.DISPLAY_IMAGES_PATTERNS, patterns).apply(); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_kai.h | 31 // boris : some of those may also apply to KCC 3.4
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_kai.h | 31 // boris : some of those may also apply to KCC 3.4
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_kai.h | 31 // boris : some of those may also apply to KCC 3.4
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_kai.h | 31 // boris : some of those may also apply to KCC 3.4
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_kai.h | 31 // boris : some of those may also apply to KCC 3.4
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
IPredicate.java | 20 boolean apply(Object value); method in interface:IPredicate
|
/development/samples/ApiDemos/res/layout/ |
redirect_getter.xml | 36 <Button android:id="@+id/apply" 38 android:text="@string/apply" />
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t034tokenLabelPropertyRef.html | 19 TLexer.superclass.constructor.apply(this, arguments); 29 TParser.superclass.constructor.apply(this, arguments);
|
t035ruleLabelPropertyRef.html | 19 TLexer.superclass.constructor.apply(this, arguments); 29 TParser.superclass.constructor.apply(this, arguments);
|
t036multipleReturnValues.html | 19 TLexer.superclass.constructor.apply(this, arguments); 29 TParser.superclass.constructor.apply(this, arguments);
|
t037rulePropertyRef.html | 19 TLexer.superclass.constructor.apply(this, arguments); 29 TParser.superclass.constructor.apply(this, arguments);
|
t039labels.html | 19 TLexer.superclass.constructor.apply(this, arguments); 29 TParser.superclass.constructor.apply(this, arguments);
|
t041parameters.html | 19 TLexer.superclass.constructor.apply(this, arguments); 29 TParser.superclass.constructor.apply(this, arguments);
|
t045dfabug.html | 19 TLexer.superclass.constructor.apply(this, arguments); 29 TParser.superclass.constructor.apply(this, arguments);
|
t046rewrite.html | 19 TLexer.superclass.constructor.apply(this, arguments); 29 TParser.superclass.constructor.apply(this, arguments);
|
/external/chromium/chrome/browser/policy/ |
asynchronous_policy_provider_unittest.cc | 26 EXPECT_CALL(*store_, Apply(policy::kPolicySyncDisabled, _)).Times(1); 53 EXPECT_CALL(*store_, Apply(policy::kPolicyJavascriptEnabled, _)).Times(1);
|
configuration_policy_provider.cc | 33 store->Apply(i->policy_type, value->DeepCopy()); 48 store->Apply(i->policy_type, value->DeepCopy());
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_policy_cros_browser_test.h | 27 // policies apply Chrome-wide. If this is not called, device policies will 56 // policies apply Chrome-wide. If this is not called, device policies will
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
caching_rietveld_patcher_test.py | 63 self._patcher.Apply(['add.txt'], None).Get() 66 self._patcher.Apply(['modify.txt'], None).Get()
|