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

1 2 3 4 5 6 7 8 91011>>

  /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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonDrawable.java 36 new Drawable[] { lightDrawable.mutate(), darkDrawable.mutate() });
38 return new KeyButtonDrawable(new Drawable[] { lightDrawable.mutate() });
47 mutate(); method
  /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();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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 inserted
    [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/python/cpython2/Lib/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/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...]
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/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...]
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/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/skia/src/core/
SkRecord.cpp 15 this->mutate(i, destroyer);
SkRecord.h 19 // Though an enterprising user may find calling alloc(), append(), visit(), and mutate() enough to
45 // Mutate the i-th canvas command with a functor matching this interface:
50 auto mutate(int i, F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) {
51 return fRecords[i].mutate(f);
83 this->mutate(i, destroyer);
142 // A typed pointer to some bytes in fAlloc. visit() and mutate() allow polymorphic dispatch.
172 // Mutate this record with functor F (see public API above).
174 auto mutate(F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareBgDrawable.java 54 context.getDrawable(drawable).mutate(),
55 context.getDrawable(drawable).mutate(),
59 context.getDrawable(drawable).mutate(),
61 : R.drawable.rounded_bg_bottom).mutate(),
  /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();
  /bionic/libc/bionic/
libc_init_dynamic.cpp 75 __libc_globals.mutate(__libc_init_malloc);
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/
MenuTinter.java 42 drawable.mutate();
  /frameworks/base/core/tests/coretests/src/android/view/
MutateDrawable.java 45 ok.getBackground().mutate().setAlpha(127);

Completed in 1179 milliseconds

1 2 3 4 5 6 7 8 91011>>