Searched defs:mutate (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DBstOperations.java68 public static <K, N extends BstNode<K, N>> BstMutationResult<K, N> mutate( method in class:BstOperations
79 mutate(comparator, mutationRule, tree.childOrNull(side), key);
90 public static <K, N extends BstNode<K, N>> BstMutationResult<K, N> mutate( method in class:BstOperations
H A DTreeMultiset.java193 private int mutate(@Nullable E e, MultisetModifier modifier) { method in class:TreeMultiset
200 BstOperations.mutate(comparator(), mutationRule, rootReference.get(), e);
216 return mutate(element, new AddModifier(occurrences));
228 return range.contains(e) ? mutate(e, new RemoveModifier(occurrences)) : 0;
238 return mutate(element, new ConditionalSetCountModifier(oldCount, newCount))
246 return mutate(element, new SetCountModifier(count));
/external/chromium_org/third_party/skia/src/core/
H A DSkRecord.h19 // Though an enterprising user may find calling alloc(), append(), visit(), and mutate() enough to
39 this->mutate<void>(i, destroyer);
61 R mutate(unsigned i, F& f) { function in class:SkRecord
63 return fRecords[i].mutate<R>(fTypes[i], f);
65 // TODO: It'd be nice to infer R from F for visit and mutate if we ever get std::result_of.
97 this->mutate<void>(i, destroyer);
144 // visit() or mutate(). The recorded canvas calls don't have to have any idea about the
183 // visit() and mutate() work with the parallel fTypes array to do the work of a vtable.
211 R mutate(Type8 type, F& f) { function in struct:SkRecord::Record
/external/skia/src/core/
H A DSkRecord.h19 // Though an enterprising user may find calling alloc(), append(), visit(), and mutate() enough to
36 this->mutate<void>(i, destroyer);
58 R mutate(unsigned i, F& f) { function in class:SkRecord
60 return fRecords[i].mutate<R>(fTypes[i], f);
62 // TODO: It'd be nice to infer R from F for visit and mutate if we ever get std::result_of.
93 this->mutate<void>(i, destroyer);
140 // visit() or mutate(). The recorded canvas calls don't have to have any idea about the
179 // visit() and mutate() work with the parallel fTypes array to do the work of a vtable.
207 R mutate(Type8 type, F& f) { function in struct:SkRecord::Record
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java189 private int mutate(@Nullable E e, MultisetModifier modifier) { method in class:TreeMultiset
196 BstOperations.mutate(comparator(), mutationRule, rootReference.get(), e);
212 return mutate(element, new AddModifier(occurrences));
224 return range.contains(e) ? mutate(e, new RemoveModifier(occurrences)) : 0;
234 return mutate(element, new ConditionalSetCountModifier(oldCount, newCount))
242 return mutate(element, new SetCountModifier(count));
/external/guava/guava-tests/test/com/google/common/collect/
H A DOrderingTest.java699 verifyScenario(alteration.mutate(scenario), level + 1);
754 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
761 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
773 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
785 @Override <T> Scenario<?> mutate(final Scenario<T> scenario) {
801 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
814 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
829 @Override <T> Scenario<?> mutate(Scenario<T> scenario) {
844 abstract <T> Scenario<?> mutate(Scenario<T> scenario); method in class:OrderingTest.OrderingMutation
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 424 milliseconds