HomeSort by relevance Sort by last modified time
    Searched refs:mutate (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/libcxx/test/containers/sequences/dynarray/dynarray.mutate/
Android.mk 17 test_makefile := external/libcxx/test/containers/sequences/dynarray/dynarray.mutate/Android.mk
19 test_name := containers/sequences/dynarray/dynarray.mutate/default
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ProxyDrawable.java 94 public Drawable mutate() { method in class:ProxyDrawable
95 if (mProxy != null && !mMutated && super.mutate() == this) {
96 mProxy.mutate();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mutants.py 11 # code to do containee comparisons can call back into Python and mutate
30 # The dicts are global to make it easy to mutate tham from within functions.
40 mutate = 0 variable
42 # If global mutate is true, consider mutating a dict. May or may not
43 # mutate a dict even if mutate is true. If it does decide to mutate a
48 global mutate
49 if not mutate:
61 mutate = 0 # disable mutation until key inserte
    [all...]
test_iterlen.py 84 self.mutate()
121 self.mutate = d.pop
128 self.mutate = d.pop
135 self.mutate = d.popitem
142 self.mutate = d.popitem
149 self.mutate = d.popitem
156 self.mutate = d.pop
158 ## ------- Types that can mutate during iteration -------
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mutants.py 11 # code to do containee comparisons can call back into Python and mutate
30 # The dicts are global to make it easy to mutate tham from within functions.
40 mutate = 0 variable
42 # If global mutate is true, consider mutating a dict. May or may not
43 # mutate a dict even if mutate is true. If it does decide to mutate a
48 global mutate
49 if not mutate:
61 mutate = 0 # disable mutation until key inserte
    [all...]
test_iterlen.py 84 self.mutate()
121 self.mutate = d.pop
128 self.mutate = d.pop
135 self.mutate = d.popitem
142 self.mutate = d.popitem
149 self.mutate = d.popitem
156 self.mutate = d.pop
158 ## ------- Types that can mutate during iteration -------
  /external/chromium_org/third_party/skia/src/core/
SkRecord.h 19 // Though an enterprising user may find calling alloc(), append(), visit(), and mutate() enough to
36 this->mutate<void>(i, destroyer);
53 // Mutate the i-th canvas command with a functor matching this interface:
58 R mutate(unsigned i, F& f) { function in class:SkRecord
60 return fRecords[i].mutate<R>(fTypes[i], f);
62 // TODO: It'd be nice to infer R from F for visit and mutate if we ever get std::result_of.
93 this->mutate<void>(i, destroyer);
140 // visit() or mutate(). The recorded canvas calls don't have to have any idea about the
179 // visit() and mutate() work with the parallel fTypes array to do the work of a vtable.
204 // Mutate this record with functor F (see public API above) assuming the record we'r
207 R mutate(Type8 type, F& f) { function in struct:SkRecord::Record
    [all...]
SkRecordPattern.h 137 if (record->mutate<bool>(i, fHead)) {
148 if (!record->mutate<bool>(i, fHead)) {
  /external/skia/src/core/
SkRecord.h 19 // Though an enterprising user may find calling alloc(), append(), visit(), and mutate() enough to
36 this->mutate<void>(i, destroyer);
53 // Mutate the i-th canvas command with a functor matching this interface:
58 R mutate(unsigned i, F& f) { function in class:SkRecord
60 return fRecords[i].mutate<R>(fTypes[i], f);
62 // TODO: It'd be nice to infer R from F for visit and mutate if we ever get std::result_of.
93 this->mutate<void>(i, destroyer);
140 // visit() or mutate(). The recorded canvas calls don't have to have any idea about the
179 // visit() and mutate() work with the parallel fTypes array to do the work of a vtable.
204 // Mutate this record with functor F (see public API above) assuming the record we'r
207 R mutate(Type8 type, F& f) { function in struct:SkRecord::Record
    [all...]
SkRecordPattern.h 137 if (record->mutate<bool>(i, fHead)) {
148 if (!record->mutate<bool>(i, fHead)) {
  /frameworks/base/core/tests/coretests/src/android/view/
MutateDrawable.java 45 ok.getBackground().mutate().setAlpha(127);
  /packages/apps/Settings/src/com/android/settings/location/
DimmableIconPreference.java 47 icon.mutate().setAlpha(dimmed ? ICON_ALPHA_DISABLED : ICON_ALPHA_ENABLED);
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 142 mCurrDrawable.mutate().setAlpha(alpha);
160 mCurrDrawable.mutate().setDither(mDrawableContainerState.mDither);
173 mCurrDrawable.mutate().setColorFilter(cf);
186 mCurrDrawable.mutate().setTintList(tint);
199 mCurrDrawable.mutate().setTintMode(tintMode);
242 mCurrDrawable.mutate().setAutoMirrored(mDrawableContainerState.mAutoMirrored);
263 mCurrDrawable.mutate().setAlpha(mAlpha);
443 d.mutate();
507 mCurrDrawable.mutate().setAlpha(mAlpha);
513 mCurrDrawable.mutate().setAlpha(((255-animAlpha)*mAlpha)/255)
568 public Drawable mutate() { method in class:DrawableContainer
829 final void mutate() { method in class:DrawableContainer.DrawableContainerState
836 drawables[i].mutate(); method
    [all...]
LevelListDrawable.java 147 public Drawable mutate() { method in class:LevelListDrawable
148 if (!mMutated && super.mutate() == this) {
AnimatedVectorDrawable.java 152 public Drawable mutate() { method in class:AnimatedVectorDrawable
153 if (!mMutated && super.mutate() == this) {
154 mAnimatedVectorState.mVectorDrawable.mutate();
282 drawableRes, theme).mutate();
337 mVectorDrawable.mutate();
AnimatedRotateDrawable.java 326 public Drawable mutate() { method in class:AnimatedRotateDrawable
327 if (!mMutated && super.mutate() == this) {
328 mState.mDrawable.mutate();
ScaleDrawable.java 271 public Drawable mutate() { method in class:ScaleDrawable
272 if (!mMutated && super.mutate() == this) {
273 mScaleState.mDrawable.mutate();
  /external/chromium_org/third_party/skia/tests/
RecordTest.cpp 46 record->mutate<void>(i, *this);
  /external/skia/tests/
RecordTest.cpp 46 record->mutate<void>(i, *this);
  /frameworks/base/core/java/com/android/internal/util/
UserIcons.java 70 Drawable icon = Resources.getSystem().getDrawable(R.drawable.ic_account_circle).mutate();
  /frameworks/support/v17/leanback/api21/android/support/v17/leanback/widget/
RoundedRectHelperApi21.java 45 ((GradientDrawable) view.getBackground().mutate()).setColor(color);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 189 private int mutate(@Nullable E e, MultisetModifier modifier) { method in class:TreeMultiset
196 BstOperations.mutate(comparator(), mutationRule, rootReference.get(), e);
212 return mutate(element, new AddModifier(occurrences));
224 return range.contains(e) ? mutate(e, new RemoveModifier(occurrences)) : 0;
234 return mutate(element, new ConditionalSetCountModifier(oldCount, newCount))
242 return mutate(element, new SetCountModifier(count));
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeIconView.java 51 .getDrawable(R.drawable.mode_icon_background).mutate();
  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 193 private int mutate(@Nullable E e, MultisetModifier modifier) { method in class:TreeMultiset
200 BstOperations.mutate(comparator(), mutationRule, rootReference.get(), e);
216 return mutate(element, new AddModifier(occurrences));
228 return range.contains(e) ? mutate(e, new RemoveModifier(occurrences)) : 0;
238 return mutate(element, new ConditionalSetCountModifier(oldCount, newCount))
246 return mutate(element, new SetCountModifier(count));
BstOperations.java 68 public static <K, N extends BstNode<K, N>> BstMutationResult<K, N> mutate( method in class:BstOperations
79 mutate(comparator, mutationRule, tree.childOrNull(side), key);
90 public static <K, N extends BstNode<K, N>> BstMutationResult<K, N> mutate( method in class:BstOperations

Completed in 501 milliseconds

1 2 3 4 5