Home
last modified time | relevance | path

Searched defs:mutate (Results 1 – 9 of 9) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DMutationPolicy.java32 Chromosome mutate(Chromosome original); in mutate() method
DRandomKeyMutation.java40 public Chromosome mutate(Chromosome original) { in mutate() method in RandomKeyMutation
DBinaryMutation.java35 public Chromosome mutate(Chromosome original) { in mutate() method in BinaryMutation
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmapDrawable.java40 public Drawable mutate() { in mutate() method in ShadowBitmapDrawable
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DGlideBitmapDrawable.java127 public Drawable mutate() { in mutate() method in GlideBitmapDrawable
/external/python/cpython3/Lib/test/
Dtest_dict.py1039 def check_reentrant_insertion(self, mutate): argument
1053 def mutate(d): function
1057 def mutate(d): function
1062 def mutate(d): function
Dtest_io.py2096 def mutate(bufio, pos1, pos2): function
/external/python/cpython2/Lib/test/
Dtest_mutants.py40 mutate = 0 variable
Dtest_io.py1749 def mutate(bufio, pos1, pos2): function