/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/builder/ |
H A D | SdkBuilder.java | 60 default B applyMutation(Consumer<B> mutator) { in applyMutation() method
|
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
H A D | RegisterClobber.java | 83 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in RegisterClobber
|
H A D | InstructionDuplicator.java | 89 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in InstructionDuplicator
|
H A D | InstructionDeleter.java | 87 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in InstructionDeleter
|
H A D | CodeMutator.java | 133 protected abstract void applyMutation(Mutation uncastMutation); in applyMutation() method in CodeMutator
|
H A D | InstructionSwapper.java | 143 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in InstructionSwapper
|
H A D | ConstantValueChanger.java | 127 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in ConstantValueChanger
|
H A D | IfBranchChanger.java | 117 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in IfBranchChanger
|
H A D | CmpBiasChanger.java | 110 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in CmpBiasChanger
|
H A D | NewArrayLengthChanger.java | 111 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in NewArrayLengthChanger
|
H A D | BranchShifter.java | 148 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in BranchShifter
|
H A D | ConversionRepeater.java | 108 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in ConversionRepeater
|
H A D | SwitchBranchShifter.java | 150 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in SwitchBranchShifter
|
H A D | TryBlockShifter.java | 177 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in TryBlockShifter
|
H A D | VRegChanger.java | 153 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in VRegChanger
|
H A D | NonsenseStringPrinter.java | 96 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in NonsenseStringPrinter
|
H A D | NewMethodCaller.java | 138 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in NewMethodCaller
|
H A D | PoolIndexChanger.java | 174 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in PoolIndexChanger
|
H A D | FieldFlagChanger.java | 129 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in FieldFlagChanger
|
H A D | InvokeChanger.java | 128 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in InvokeChanger
|
H A D | RandomInstructionGenerator.java | 199 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in RandomInstructionGenerator
|
H A D | ValuePrinter.java | 106 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in ValuePrinter
|
H A D | ArithOpChanger.java | 127 protected void applyMutation(Mutation uncastMutation) { in applyMutation() method in ArithOpChanger
|
H A D | NewInstanceChanger.java | 138 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 D | SdkHttpFullRequest.java | 295 SdkHttpFullRequest.Builder applyMutation(Consumer<SdkHttpRequest.Builder> mutator); in applyMutation() method
|