Home
last modified time | relevance | path

Searched defs:applyMutation (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/builder/
H A DSdkBuilder.java60 default B applyMutation(Consumer<B> mutator) { in applyMutation() method
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DRegisterClobber.java83 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in RegisterClobber
H A DInstructionDuplicator.java89 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in InstructionDuplicator
H A DInstructionDeleter.java87 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in InstructionDeleter
H A DCodeMutator.java133 protected abstract void applyMutation(Mutation uncastMutation); in applyMutation() method in CodeMutator
H A DInstructionSwapper.java143 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in InstructionSwapper
H A DConstantValueChanger.java127 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in ConstantValueChanger
H A DIfBranchChanger.java117 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in IfBranchChanger
H A DCmpBiasChanger.java110 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in CmpBiasChanger
H A DNewArrayLengthChanger.java111 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in NewArrayLengthChanger
H A DBranchShifter.java148 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in BranchShifter
H A DConversionRepeater.java108 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in ConversionRepeater
H A DSwitchBranchShifter.java150 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in SwitchBranchShifter
H A DTryBlockShifter.java177 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in TryBlockShifter
H A DVRegChanger.java153 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in VRegChanger
H A DNonsenseStringPrinter.java96 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in NonsenseStringPrinter
H A DNewMethodCaller.java138 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in NewMethodCaller
H A DPoolIndexChanger.java174 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in PoolIndexChanger
H A DFieldFlagChanger.java129 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in FieldFlagChanger
H A DInvokeChanger.java128 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in InvokeChanger
H A DRandomInstructionGenerator.java199 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in RandomInstructionGenerator
H A DValuePrinter.java106 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in ValuePrinter
H A DArithOpChanger.java127 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in ArithOpChanger
H A DNewInstanceChanger.java138 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in NewInstanceChanger
/aosp_15_r20/external/aws-sdk-java-v2/http-client-spi/src/main/java/software/amazon/awssdk/http/
H A DSdkHttpFullRequest.java295 SdkHttpFullRequest.Builder applyMutation(Consumer<SdkHttpRequest.Builder> mutator); in applyMutation() method

12