/external/skia/src/utils/ |
SkTFitsIn.h | 29 static bool apply(S s) { function in struct:sktfitsin::Private::SkTOutOfRange_False 40 static bool apply(S s) { function in struct:sktfitsin::Private::SkTOutOfRange_LT_MinD 52 static bool apply(S s) { function in struct:sktfitsin::Private::SkTOutOfRange_LT_Zero 63 static bool apply(S s) { function in struct:sktfitsin::Private::SkTOutOfRange_GT_MaxD 77 static bool apply(source_type s) { function in struct:sktfitsin::Private::SkTOutOfRange_Either 78 bool outOfRange = OutOfRange_Low::apply(s); 80 outOfRange = OutOfRange_High::apply(s); 105 return Combined::apply(s);
|
/external/v8/test/mjsunit/regress/ |
regress-1102760.js | 32 assertEquals(0, F.apply(), "no receiver or args"); 33 assertEquals(0, F.apply(this), "no args"); 34 assertEquals(0, F.apply(this, []), "empty args"); 35 assertEquals(0, F.apply(this, [], 0), "empty args, extra argument");
|
regress-1112051.js | 30 assertThrows("f.call.apply()"); 31 assertThrows("f.call.apply(null)"); 32 assertThrows("f.call.apply(null, [], 0)"); 33 assertThrows("f.call.apply(null, [1,2,3,4,5,6,7,8,9], 0)");
|
regress-1412.js | 28 // Test that the apply with arguments optimization passes values 36 assertEquals(void 0, strict.apply(undefined, arguments)); 37 assertEquals(42, strict.apply(42, arguments)); 38 assertEquals("asdf", strict.apply("asdf", arguments)); 46 Object.prototype.valueOf.apply(receiver, arguments);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
apply_fwd.hpp | 45 // agurt, 15/jan/02: top-level 'apply' template gives an ICE on MSVC 74 struct apply; 104 struct BOOST_PP_CAT(apply,i_);
|
distance.hpp | 36 template< typename First, typename Last > struct apply struct in struct:boost::mpl::distance_impl 69 ::template apply<First, Last>
|
remove_if.hpp | 24 #include <boost/mpl/apply.hpp> 33 template< typename Sequence, typename U > struct apply struct in struct:boost::mpl::aux::remove_if_helper
|
apply_wrap.hpp | 93 #define AUX778076_MSVC_DTW_ORIGINAL_NAME apply 144 : F::template apply< AUX778076_APPLY_WRAP_PARAMS(i_, T) > 148 typedef typename F::template apply< 157 : F::apply 187 typedef typename F::template apply< na > type; 192 typedef typename F::apply type; 217 typedef typename F::template apply<
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
O1_size_impl.hpp | 45 template< typename Sequence > struct apply struct in struct:boost::mpl::O1_size_impl 77 template< typename Sequence > struct apply
|
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
|
push_back_impl.hpp | 35 template< typename Sequence, typename T > struct apply struct in struct:boost::mpl::push_back_impl 51 template< typename Seq > struct apply struct in struct:boost::mpl::has_push_back_impl
|
push_front_impl.hpp | 36 template< typename Sequence, typename T > struct apply struct in struct:boost::mpl::push_front_impl 52 template< typename Seq > struct apply struct in struct:boost::mpl::has_push_front_impl
|
/external/v8/test/mjsunit/compiler/ |
inline-arguments.js | 41 this.X.apply(this, arguments); 53 A.prototype.X.apply = function (receiver, args) { 54 return Function.prototype.apply.call(this, receiver, args); 62 function F2() { F1.apply(this, arguments); } 70 return F1.apply(this, arguments); 99 G2.apply(this, arguments); 103 G4.apply(this, arguments);
|
/external/chromium_org/v8/test/mjsunit/ |
debug-stepin-function-call.js | 102 // Test step into function apply from a function without local variables. 105 g.apply(null, [3]); 109 // Test step into function apply from a function with some local variables. 115 g.apply(null, [3, 4]); 118 // Test step into function apply which is a part of an expression. 122 var r = 10 + alias.apply(null, [3, 'unused arg']); 128 // Test step into function apply from a function with some local variables. 132 alias.apply(null, [3]); 145 // Test step into apply of bound function. 149 bound.apply(null, [3]) [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
LocalBluetoothPreferences.java | 125 editor.apply(); 131 editor.apply(); 143 editor.apply(); 160 editor.apply(); 166 editor.apply();
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1412.js | 28 // Test that the apply with arguments optimization passes values 36 assertEquals(void 0, strict.apply(undefined, arguments)); 37 assertEquals(42, strict.apply(42, arguments)); 38 assertEquals("asdf", strict.apply("asdf", arguments)); 46 Object.prototype.valueOf.apply(receiver, arguments);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.el_1.0.0.v201004212143.jar | |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_adjust.js | 14 ImageEditor.Mode.apply(this, arguments); 31 ImageEditor.Mode.prototype.cleanUpUI.apply(this, arguments); 67 ImageEditor.Mode.prototype.update.apply(this, arguments); 118 ImageEditor.Mode.Adjust.apply(this, arguments); 171 toolbar.addButton('Apply', this.apply.bind(this)); 186 ImageEditor.Mode.Autofix.prototype.apply = function() { 195 ImageEditor.Mode.Autofix.apply(this, arguments); 206 ImageEditor.Mode.Autofix.prototype.setUp.apply(this, arguments); 207 this.apply(); [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimateActive.cpp | 21 SkActive::SkActive(SkApply& apply, SkAnimateMaker& maker) : fApply(apply), 57 void SkActive::append(SkApply* apply) { 59 SkTDAnimateArray& animates = apply->fAnimators; 73 initState(apply, oldCount); 74 SkASSERT(fApply.scope == apply->scope); 269 void SkActive::initState(SkApply* apply, int offset) { 279 state.fStartTime = state.fBegin = apply->begin + animate->begin; 280 state.fMode = apply->mode; 281 state.fTransition = apply->transition [all...] |
/external/skia/src/animator/ |
SkAnimateActive.cpp | 21 SkActive::SkActive(SkApply& apply, SkAnimateMaker& maker) : fApply(apply), 57 void SkActive::append(SkApply* apply) { 59 SkTDAnimateArray& animates = apply->fAnimators; 73 initState(apply, oldCount); 74 SkASSERT(fApply.scope == apply->scope); 269 void SkActive::initState(SkApply* apply, int offset) { 279 state.fStartTime = state.fBegin = apply->begin + animate->begin; 280 state.fMode = apply->mode; 281 state.fTransition = apply->transition [all...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
array-find.js | 134 found = Array.prototype.find.apply(a, [function(val, key, obj) { 167 Array.prototype.push.apply(a, [30, 31, 32]); 234 Array.prototype.push.apply(thisArg, ["c", "b", "a"]); 247 assertThrows('Array.prototype.find.apply(null, function() { }, [])', 249 assertThrows('Array.prototype.find.apply(undefined, function() { }, [])', 272 assertThrows('Array.prototype.find.apply({}, null, [])', TypeError); 273 assertThrows('Array.prototype.find.apply({}, undefined, [])', TypeError); 274 assertThrows('Array.prototype.find.apply({}, 0, [])', TypeError); 275 assertThrows('Array.prototype.find.apply({}, true, [])', TypeError); 276 assertThrows('Array.prototype.find.apply({}, false, [])', TypeError) [all...] |
array-findindex.js | 135 index = Array.prototype.findIndex.apply(a, [function(val, key, obj) { 168 Array.prototype.push.apply(a, [30, 31, 32]); 234 Array.prototype.push.apply(thisArg, ["c", "b", "a"]); 247 assertThrows('Array.prototype.findIndex.apply(null, function() { }, [])', 249 assertThrows('Array.prototype.findIndex.apply(undefined, function() { }, [])', 272 assertThrows('Array.prototype.findIndex.apply({}, null, [])', TypeError); 273 assertThrows('Array.prototype.findIndex.apply({}, undefined, [])', TypeError); 274 assertThrows('Array.prototype.findIndex.apply({}, 0, [])', TypeError); 275 assertThrows('Array.prototype.findIndex.apply({}, true, [])', TypeError); 276 assertThrows('Array.prototype.findIndex.apply({}, false, [])', TypeError) [all...] |
/packages/apps/Camera/src/com/android/camera/ |
ComboPreferences.java | 82 mPrefGlobal.edit().putString(key, (String) v).apply(); 84 mPrefGlobal.edit().putInt(key, (Integer) v).apply(); 86 mPrefGlobal.edit().putLong(key, (Long) v).apply(); 88 mPrefGlobal.edit().putFloat(key, (Float) v).apply(); 90 mPrefGlobal.edit().putBoolean(key, (Boolean) v).apply(); 92 src.edit().remove(key).apply(); 228 public void apply() { method in class:ComboPreferences.MyEditor 229 mEditorGlobal.apply(); 230 mEditorLocal.apply();
|
/packages/apps/Camera2/src/com/android/camera/ |
ComboPreferences.java | 85 mPrefGlobal.edit().putString(key, (String) v).apply(); 87 mPrefGlobal.edit().putInt(key, (Integer) v).apply(); 89 mPrefGlobal.edit().putLong(key, (Long) v).apply(); 91 mPrefGlobal.edit().putFloat(key, (Float) v).apply(); 93 mPrefGlobal.edit().putBoolean(key, (Boolean) v).apply(); 95 src.edit().remove(key).apply(); 230 public void apply() { method in class:ComboPreferences.MyEditor 231 mEditorGlobal.apply(); 232 mEditorLocal.apply();
|
/external/clang/test/SemaTemplate/ |
dependent-base-classes.cpp | 4 struct X0 : T::template apply<U> { 5 X0(U u) : T::template apply<U>(u) { } 9 struct X1 : T::apply<U> { }; // expected-error{{use 'template' keyword to treat 'apply' as a dependent template name}}
|