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

<<11121314151617181920>>

  /external/proguard/src/proguard/
ClassSpecification.java 87 * in order for the class to apply.
89 * unset in order for the class to apply.
92 * to apply. The name may be null to
100 * to apply. The name may be null to
104 * apply. The name may be null to specify
134 * in order for the class to apply.
136 * unset in order for the class to apply.
139 * to apply. The name may be null to
147 * to apply. The name may be null to
151 * apply. The name may be null to specif
    [all...]
  /external/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...]
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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
changelog.xsl 33 should be ignored must be filtered by apply-templates
38 <xsl:apply-templates/>
83 <xsl:apply-templates select=".//entry">
86 </xsl:apply-templates>
103 <xsl:apply-templates select="msg"/></pre>
105 <xsl:apply-templates select="file"/>
145 <xsl:apply-templates/>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
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<
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchSettingsImpl.java 99 SharedPreferencesCompat.apply(getSearchPreferences().edit().putBoolean(name, value));
103 SharedPreferencesCompat.apply(getSearchPreferences().edit().putInt(name, value));
107 SharedPreferencesCompat.apply(getSearchPreferences().edit().putLong(name, value));
111 SharedPreferencesCompat.apply(getSearchPreferences().edit().putString(name, value));
115 SharedPreferencesCompat.apply(getSearchPreferences().edit().remove(name));
157 SharedPreferencesCompat.apply(prefs.edit()
210 SharedPreferencesCompat.apply(sharedPrefEditor);
  /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/chromium_org/chrome/browser/chromeos/system/
device_change_handler.cc 21 // Apply settings on startup.
30 // When we detect a touchpad is attached, apply touchpad settings of the
59 // When we detect a mouse is attached, apply mouse settings of the primary
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_add_device_overlay.js 42 $('bluetooth-add-device-apply-button').onclick = function(event) {
55 // The "bluetooth-add-device-apply-button" should be enabled for devices
67 $('bluetooth-add-device-apply-button').disabled = disabled;
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
InterpolatedTransformOperation.cpp 46 void InterpolatedTransformOperation::apply(TransformationMatrix& transform, const FloatSize& borderBoxSize) const function in class:WebCore::InterpolatedTransformOperation
50 from.apply(borderBoxSize, fromTransform);
51 to.apply(borderBoxSize, toTransform);
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-arguments.js 33 function g() { return f.apply(null, arguments); }
34 function h() { return f.apply(void 0, arguments); }
46 return f.apply(v, arguments);
  /external/guava/guava/src/com/google/common/cache/
ForwardingLoadingCache.java 30 * <p>Note that {@link #get}, {@link #getUnchecked}, and {@link #apply} all expose the same
62 public V apply(K key) { method in class:ForwardingLoadingCache
63 return delegate().apply(key);
  /external/smali/
build.gradle 32 apply plugin: 'idea'
63 apply plugin: 'java'
64 apply plugin: 'idea'
  /external/v8/test/mjsunit/compiler/
regress-arguments.js 33 function g() { return f.apply(null, arguments); }
34 function h() { return f.apply(void 0, arguments); }
46 return f.apply(v, arguments);
  /frameworks/base/core/java/android/text/style/
StyleSpan.java 73 apply(ds, mStyle); method
78 apply(paint, mStyle); method
81 private static void apply(Paint paint, int style) { method in class:StyleSpan
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 138 * @param fromX Horizontal scaling factor to apply at the start of the
140 * @param toX Horizontal scaling factor to apply at the end of the animation
141 * @param fromY Vertical scaling factor to apply at the start of the
143 * @param toY Vertical scaling factor to apply at the end of the animation
158 * @param fromX Horizontal scaling factor to apply at the start of the
160 * @param toX Horizontal scaling factor to apply at the end of the animation
161 * @param fromY Vertical scaling factor to apply at the start of the
163 * @param toY Vertical scaling factor to apply at the end of the animation
189 * @param fromX Horizontal scaling factor to apply at the start of the
191 * @param toX Horizontal scaling factor to apply at the end of the animatio
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
advance_backward.hpp 57 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_backward
91 template< typename Iterator > struct apply
106 template<> struct apply<int>
advance_forward.hpp 57 template< typename Iterator > struct apply struct in struct:boost::mpl::aux::advance_forward
91 template< typename Iterator > struct apply
105 template<> struct apply<int>
begin_end_impl.hpp 51 template< typename Sequence > struct apply struct in struct:boost::mpl::begin_impl
61 template< typename Sequence > struct apply struct in struct:boost::mpl::end_impl
74 template< typename Sequence > struct apply \
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorStraighten.java 42 String apply = context.getString(R.string.apply_effect); local
43 apply += " " + effectName;
44 return apply.toUpperCase();
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Predicate.java 44 boolean apply(T input); method in interface:Predicate
51 * implies that either {@code predicate1.apply(input)} and
52 * {@code predicate2.apply(input)} are both {@code true} or both
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Predicate.java 44 boolean apply(T input); method in interface:Predicate
51 * implies that either {@code predicate1.apply(input)} and
52 * {@code predicate2.apply(input)} are both {@code true} or both
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
PropertyCallback.java 41 * @param targetNodes the nodes to apply the property to, or null to use the
45 * @param uri the attribute URI to apply
46 * @param attribute the attribute name to apply

Completed in 4310 milliseconds

<<11121314151617181920>>