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

1 2 3 4 5

  /art/test/068-classloader/src-ex/
Mutator.java 22 public static void mutate(int v) { method in class:Mutator
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
MutationPolicy.java 20 * Algorithm used to mutate a chrommosome.
28 * Mutate the given chromosome.
32 Chromosome mutate(Chromosome original); method in interface:MutationPolicy
BinaryMutation.java 31 * Mutate the given chromosome. Randomly changes one gene.
35 public Chromosome mutate(Chromosome original) { method in class:BinaryMutation
RandomKeyMutation.java 40 public Chromosome mutate(Chromosome original) { method in class:RandomKeyMutation
  /frameworks/base/core/java/android/widget/
ScrollBarDrawable.java 266 d.mutate();
293 public ScrollBarDrawable mutate() { method in class:ScrollBarDrawable
294 if (!mMutated && super.mutate() == this) {
296 mVerticalTrack.mutate();
299 mVerticalThumb.mutate();
302 mHorizontalTrack.mutate();
305 mHorizontalThumb.mutate();
  /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();
  /bionic/libc/private/
WriteProtected.h 73 void mutate(Mutator mutator) { function in class:WriteProtected
75 __libc_fatal("failed to make WriteProtected writable in mutate: %s",
80 __libc_fatal("failed to make WriteProtected nonwritable in mutate: %s",
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
IconUtils.java 268 icon.mutate();
  /development/samples/SupportVectorDrawable/animated/src/com/example/android/support/vectordrawable/app/
AnimatedButtonBackground.java 67 // Now test constant state and mutate a bit.
76 copies[2].mutate(); method
  /development/samples/SupportVectorDrawable/static/src/com/example/android/support/vectordrawable/app/
SimpleButtonBackground.java 110 d[0].mutate(); method
  /external/skia/src/core/
SkRecord.h 19 // Though an enterprising user may find calling alloc(), append(), visit(), and mutate() enough to
55 // Mutate the i-th canvas command with a functor matching this interface:
60 R mutate(int i, F& f) { function in class:SkRecord
62 return fRecords[i].mutate<R>(f);
65 // TODO: It'd be nice to infer R from F for visit and mutate.
92 this->mutate<void>(i, destroyer);
151 // A typed pointer to some bytes in fAlloc. visit() and mutate() allow polymorphic dispatch.
180 // Mutate this record with functor F (see public API above).
182 R mutate(F& f) { function in struct:SkRecord::Record
  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /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...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 360 public Drawable mutate() { method in class:AnimationDrawable
361 if (!mMutated && super.mutate() == this) {
362 mAnimationState.mutate();
397 private void mutate() { method in class:AnimationDrawable.AnimationState
LevelListDrawable.java 154 public Drawable mutate() { method in class:LevelListDrawable
155 if (!mMutated && super.mutate() == this) {
156 mLevelListState.mutate();
183 // Perform a shallow copy and rely on mutate() to deep-copy.
192 private void mutate() { method in class:LevelListDrawable.LevelListState
StateListDrawable.java 280 public Drawable mutate() { method in class:StateListDrawable
281 if (!mMutated && super.mutate() == this) {
282 mStateListState.mutate();
309 // Perform a shallow copy and rely on mutate() to deep-copy.
318 void mutate() { method in class:StateListDrawable.StateListState
DrawableWrapper.java 383 public Drawable mutate() { method in class:DrawableWrapper
384 if (!mMutated && super.mutate() == this) {
387 mDrawable.mutate();
402 * mutate and return its own constant state.
ColorDrawable.java 85 public Drawable mutate() { method in class:ColorDrawable
86 if (!mMutated && super.mutate() == this) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreference.java 92 icon.mutate();
  /frameworks/support/v4/donut/android/support/v4/graphics/drawable/
DrawableWrapperDonut.java 206 public Drawable mutate() { method in class:DrawableWrapperDonut
207 if (!mMutated && super.mutate() == this) {
210 mDrawable.mutate();
224 * mutate and return its own constant state.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
FrameLayoutWithShadows.java 295 shadow.mutate();
300 shadowView.setDrawableBottom(d.mutate());
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LevelListDrawableTest.java 175 // the state does not appear to be shared before calling mutate()
181 // simply call mutate to make sure no exception is thrown
182 d1.mutate();
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
GlideBitmapDrawable.java 127 public Drawable mutate() { method in class:GlideBitmapDrawable
128 if (!mutated && super.mutate() == this) {
169 // We want to create a new Paint object so we can mutate it safely.

Completed in 453 milliseconds

1 2 3 4 5