HomeSort by relevance Sort by last modified time
    Searched full:apply (Results 151 - 175 of 3773) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/content/
SharedPreferences.java 65 * or {@link #apply}
70 * {@link #commit} or {@link #apply} are called.
93 * {@link #commit} or {@link #apply} are called.
105 * {@link #commit} or {@link #apply} are called.
117 * {@link #commit} or {@link #apply} are called.
129 * once {@link #commit} or {@link #apply} are called.
180 * using {@link #apply} instead.
194 * time, the last one to call apply wins.
197 * to persistent storage synchronously, {@link #apply}
203 * while a {@link #apply} is still outstanding, th
223 void apply(); method in interface:SharedPreferences.Editor
    [all...]
  /frameworks/base/core/java/com/google/android/util/
Procedure.java 27 void apply(T t); method in interface:Procedure
  /frameworks/base/graphics/java/android/graphics/
ComposePathEffect.java 22 * Construct a PathEffect whose effect is to apply first the inner effect
SumPathEffect.java 22 * Construct a PathEffect whose effect is to apply two effects, in sequence.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SignalClusterView.java 83 apply(); method
106 apply(); method
118 apply(); method
126 private void apply() { method in class:SignalClusterView
  /frameworks/base/test-runner/src/android/test/suitebuilder/
AssignableFrom.java 29 public boolean apply(TestMethod testMethod) { method in class:AssignableFrom
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_kai.h 31 // boris : some of those may also apply to KCC 3.4
  /packages/apps/Contacts/src/com/android/contacts/socialwidget/
SocialWidgetSettings.java 58 editor.apply();
85 editor.apply();
112 editor.apply();
113 settings.edit().putBoolean(KEY_MIGRATED, true).apply();
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
CanvasAnimation.java 24 public abstract void apply(GLCanvas canvas); method in class:CanvasAnimation
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_kai.h 31 // boris : some of those may also apply to KCC 3.4
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_kai.h 31 // boris : some of those may also apply to KCC 3.4
  /development/samples/ApiDemos/res/layout/
redirect_getter.xml 37 <Button android:id="@+id/apply"
39 android:text="@string/apply" />
  /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/guava/src/com/google/common/collect/
ByFunctionOrdering.java 45 return ordering.compare(function.apply(left), function.apply(right));
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
OptimizingTemplateFactory.java 38 * @param optimizers the optimizers to apply (null optimizations are ignored).
53 ast.apply(optimizer.getOptimizer());
TemplateFactory.java 37 * @param escapeMode the type of escaping to apply to the entire template.
46 * @param escapeMode the type of escaping to apply to the entire template.
  /external/v8/test/mjsunit/
apply-arguments-gc-safepoint.js 30 // Test that safepoint tables are correctly generated for apply with
39 f.apply(this, arguments);
arguments-call-apply.js 41 assertEquals(6, sum.apply(this, [1, 2, 3]), "apply");
  /external/v8/test/mjsunit/regress/
regress-1079.js 31 // even if called through our optimized version of Function.prototype.apply.
34 return unoptimized.apply(null, arguments);
regress-1592.js 31 apply: function(a, b) {}
35 f.apply(this, arguments);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
Matrix3DTransformOperation.cpp 45 from->apply(fromT, size);
47 apply(toT, size);
  /external/webkit/Source/WebKit/wx/
WebEdit.cpp 76 void wxWebEditCommand::Apply()
79 m_impl->command()->apply();
  /prebuilt/common/ecj/
about.html 22 apply to your use of any object code in the Content. Check the Redistributor's license that was
24 indicated below, the terms and conditions of the EPL still apply to any source code in the Content
  /external/skia/src/core/
SkFloatBits.cpp 74 // apply the sign after we check for overflow
77 // apply the sign before we right-shift
104 // apply the sign after we check for overflow
107 // apply the sign before we right-shift
134 // apply the sign after we check for overflow
137 // apply the sign before we right-shift

Completed in 340 milliseconds

1 2 3 4 5 67 8 91011>>