Home
last modified time | relevance | path

Searched refs:mutate (Results 1 – 25 of 52) sorted by relevance

123

/external/python/cpython2/Lib/test/
Dtest_mutants.py40 mutate = 0 variable
48 global mutate
49 if not mutate:
61 mutate = 0 # disable mutation until key inserted
68 mutate = 1
72 mutate = 0 # disable mutation until key deleted
77 mutate = 1
125 global mutate, dict1, dict2, dict1keys, dict2keys
128 mutate = 0
134 mutate = 1
Dtest_iterlen.py84 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
Dtest_weakref.py1358 mutate = False
1366 if mutate:
1389 mutate = True
/external/skia/src/core/
DSkRecord.h50 auto mutate(int i, F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) {
51 return fRecords[i].mutate(f);
83 this->mutate(i, destroyer); in replace()
174 auto mutate(F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) {
DSkRecordPattern.h151 if (record->mutate(i, *first)) {
162 if (!record->mutate(i, *first)) {
DSkRecord.cpp15 this->mutate(i, destroyer); in ~SkRecord()
/external/flatbuffers/docs/source/
DGoUsage.md78 panic("failed to mutate Hp")
87 panic("failed to mutate Hp")
91mutate` is used instead of `set` to indicate that this is a special use case. All mutate functions…
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DGeneticAlgorithm.java161 getMutationPolicy().mutate(pair.getFirst()), in nextGeneration()
162 getMutationPolicy().mutate(pair.getSecond())); in nextGeneration()
DMutationPolicy.java32 Chromosome mutate(Chromosome original); in mutate() method
DBinaryMutation.java35 public Chromosome mutate(Chromosome original) { in mutate() method in BinaryMutation
DRandomKeyMutation.java40 public Chromosome mutate(Chromosome original) { in mutate() method in RandomKeyMutation
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DGlideBitmapDrawable.java127 public Drawable mutate() { in mutate() method in GlideBitmapDrawable
128 if (!mutated && super.mutate() == this) { in mutate()
/external/guava/guava-tests/test/com/google/common/collect/
DOrderingTest.java895 verifyScenario(alteration.mutate(scenario), level + 1);
980 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
987 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
999 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
1011 @Override <T> Scenario<?> mutate(final Scenario<T> scenario) {
1028 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
1042 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
1057 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
1072 abstract <T> Scenario<?> mutate(Scenario<T> scenario);
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DOrderingTest.java861 verifyScenario(alteration.mutate(scenario), level + 1);
946 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
953 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
965 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
977 @Override <T> Scenario<?> mutate(final Scenario<T> scenario) {
994 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
1008 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
1023 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
1038 abstract <T> Scenario<?> mutate(Scenario<T> scenario);
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dinterproc-store-arg-unknown.ll2 ; to mutate the memory pointed to by its parameters
Dinterproc-store-arg.ll2 ; to mutate the memory pointed to by its parameters
Dinterproc-store-arg-multilevel.ll2 ; to mutate the memory pointed to by its parameters
/external/skia/tests/
DRecordTest.cpp50 record->mutate(i, *this); in apply()
/external/clang/docs/
DExternalClangExamples.rst51 `<https://github.com/eschulte/clang-mutate>`_
/external/llvm/docs/tutorial/
DLangImpl07.rst265 #. The ability to mutate variables with the '=' operator.
299 In order to mutate variables, we have to change our existing variables
612 Now that we have an assignment operator, we can mutate loop variables
632 actually mutate the value! Okay, we have now officially implemented our
/external/protobuf/objectivec/
DREADME.md72 instance will be a temporary instance unless you mutate it, at which point it
/external/clang/test/Analysis/
DCFContainers.mm214 // ArrayRefMutableEscape could mutate a to make it have
/external/python/cpython2/Doc/library/
Dshelve.rst40 :meth:`~Shelf.close`; this can make it handier to mutate mutable entries in
Dgc.rst168 The following variable is provided for read-only access (you can mutate its
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h535 void mutate(unsigned Tag, unsigned Line, uint64_t SizeInBits,
783 void mutate(unsigned Tag, unsigned Line, unsigned RuntimeLang,
789 DIType::mutate(Tag, Line, SizeInBits, AlignInBits, OffsetInBits, Flags);

123