Home
last modified time | relevance | path

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

12

/external/skia/src/core/
DSkRecord.h60 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
DSkRecordPattern.h150 if (record->mutate<bool>(i, *first)) {
161 if (!record->mutate<bool>(i, *first)) {
DSkRecord.cpp14 this->mutate<void>(i, destroyer); in ~SkRecord()
/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-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/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/skia/tests/
DRecordTest.cpp50 record->mutate<void>(i, *this); in apply()
/external/clang/docs/
DExternalClangExamples.rst51 `<https://github.com/eschulte/clang-mutate>`_
/external/llvm/docs/tutorial/
DLangImpl7.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
DOCamlLangImpl7.rst265 #. 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
DLangImpl6.rst733 side-effects, but it can't actually define and mutate a variable itself.
DOCamlLangImpl6.rst683 side-effects, but it can't actually define and mutate a variable itself.
/external/clang/test/Analysis/
DCFContainers.mm214 // ArrayRefMutableEscape could mutate a to make it have
/external/v8/test/mjsunit/
Dmjsunit.status285 'strong/load-element-mutate-backing-store': [PASS, SLOW],
1120 'strong/load-element-mutate-backing-store': [SKIP],
/external/protobuf/
DCHANGES.txt257 in its parent even if the mutating method doesn't actually mutate anything
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md86 PF instances **MUST NOT** mutate each others.
/external/llvm/docs/
DPasses.rst46 the analysis passes. Transform passes all mutate the program in some way.
DProgrammersManual.rst977 #. StringRef's do not allow you to mutate the pointed-to string bytes and it
/external/ceres-solver/docs/source/
Dmodeling.rst957 wish to mutate the scale of the loss function. For example, when
/external/testng/
DCHANGES.txt291 - Don't mutate the value returned by XmlTest#getIncludedGroups and XmlTest#getExcludedGroups.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog342 mutator for libFuzzer that can mutate tarballs in a sensible way.

12