/external/skia/src/core/ |
D | SkRecord.h | 60 R mutate(int i, F& f) { in mutate() function 62 return fRecords[i].mutate<R>(f); in mutate() 92 this->mutate<void>(i, destroyer); in replace() 182 R mutate(F& f) { in mutate() function
|
D | SkRecordPattern.h | 150 if (record->mutate<bool>(i, *first)) { 161 if (!record->mutate<bool>(i, *first)) {
|
D | SkRecord.cpp | 14 this->mutate<void>(i, destroyer); in ~SkRecord()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
D | GeneticAlgorithm.java | 161 getMutationPolicy().mutate(pair.getFirst()), in nextGeneration() 162 getMutationPolicy().mutate(pair.getSecond())); in nextGeneration()
|
D | MutationPolicy.java | 32 Chromosome mutate(Chromosome original); in mutate() method
|
D | BinaryMutation.java | 35 public Chromosome mutate(Chromosome original) { in mutate() method in BinaryMutation
|
D | RandomKeyMutation.java | 40 public Chromosome mutate(Chromosome original) { in mutate() method in RandomKeyMutation
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | GlideBitmapDrawable.java | 127 public Drawable mutate() { in mutate() method in GlideBitmapDrawable 128 if (!mutated && super.mutate() == this) { in mutate()
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | OrderingTest.java | 861 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/guava/guava-tests/test/com/google/common/collect/ |
D | OrderingTest.java | 895 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/skia/tests/ |
D | RecordTest.cpp | 50 record->mutate<void>(i, *this); in apply()
|
/external/clang/docs/ |
D | ExternalClangExamples.rst | 51 `<https://github.com/eschulte/clang-mutate>`_
|
/external/llvm/docs/tutorial/ |
D | LangImpl7.rst | 265 #. 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
|
D | OCamlLangImpl7.rst | 265 #. The ability to mutate variables with the '=' operator. 299 In order to mutate variables, we have to change our existing variables 630 Now that we have an assignment operator, we can mutate loop variables 650 actually mutate the value! Okay, we have now officially implemented our
|
D | LangImpl6.rst | 733 side-effects, but it can't actually define and mutate a variable itself.
|
D | OCamlLangImpl6.rst | 683 side-effects, but it can't actually define and mutate a variable itself.
|
/external/clang/test/Analysis/ |
D | CFContainers.mm | 214 // ArrayRefMutableEscape could mutate a to make it have
|
/external/v8/test/mjsunit/ |
D | mjsunit.status | 285 'strong/load-element-mutate-backing-store': [PASS, SLOW], 1120 'strong/load-element-mutate-backing-store': [SKIP],
|
/external/protobuf/ |
D | CHANGES.txt | 257 in its parent even if the mutating method doesn't actually mutate anything
|
/external/parameter-framework/upstream/doc/requirements/ |
D | requirements.md | 86 PF instances **MUST NOT** mutate each others.
|
/external/llvm/docs/ |
D | Passes.rst | 46 the analysis passes. Transform passes all mutate the program in some way.
|
D | ProgrammersManual.rst | 977 #. StringRef's do not allow you to mutate the pointed-to string bytes and it
|
/external/ceres-solver/docs/source/ |
D | modeling.rst | 957 wish to mutate the scale of the loss function. For example, when
|
/external/testng/ |
D | CHANGES.txt | 291 - Don't mutate the value returned by XmlTest#getIncludedGroups and XmlTest#getExcludedGroups.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog | 342 mutator for libFuzzer that can mutate tarballs in a sensible way.
|