Home
last modified time | relevance | path

Searched defs:replace (Results 426 – 450 of 2201) sorted by relevance

1...<<11121314151617181920>>...89

/aosp_15_r20/external/javassist/src/main/javassist/convert/
H A DTransformAccessArrayField.java128 private int replace(ConstPool cp, CodeIterator iterator, int pos, in replace() method in TransformAccessArrayField
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTUnresolvedSet.h62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace() function
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as137 public function replace(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void { method in org.antlr.runtime.TokenRewriteStream
/aosp_15_r20/hardware/libhardware/modules/camera/3_0/
H A DMetadata.cpp42 void Metadata::replace(camera_metadata_t *m) in replace() function in default_camera_hal::Metadata
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/
Dpstl_replace.h119 replace(_ExecutionPolicy&& __policy, in replace() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/
Dpstl_replace.h121 replace(_ExecutionPolicy&& __policy, in replace() function
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
H A DExplicitConstructorInvocationStmt.java234 public boolean replace(Node node, Node replacementNode) { in replace() method in ExplicitConstructorInvocationStmt
H A DTryStmt.java269 public boolean replace(Node node, Node replacementNode) { in replace() method in TryStmt
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/
Dpstl_replace.h119 replace(_ExecutionPolicy&& __policy, in replace() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A Dpstl_replace.h119 replace(_ExecutionPolicy&& __policy, in replace() function
/aosp_15_r20/external/google-cloud-java/owl-bot-postprocessor/synthtool/
H A Dtransforms.py266 def replace( function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/
Dpstl_replace.h116 replace(_ExecutionPolicy&& __policy, in replace() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTUnresolvedSet.h57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace() function
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DHashtable.java975 public synchronized boolean replace(K key, V oldValue, V newValue) { in replace() method in Hashtable
997 public synchronized V replace(K key, V value) { in replace() method in Hashtable
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DHashtable.java975 public synchronized boolean replace(K key, V oldValue, V newValue) { in replace() method in Hashtable
997 public synchronized V replace(K key, V value) { in replace() method in Hashtable
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
H A DConcurrentHashMap.annotated.java98 …public boolean replace(@libcore.util.NonNull K key, @libcore.util.NonNull V oldValue, @libcore.uti… in replace() method in ConcurrentHashMap
100 …@libcore.util.Nullable public V replace(@libcore.util.NonNull K key, @libcore.util.NonNull V value… in replace() method in ConcurrentHashMap
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DHashtable.java975 public synchronized boolean replace(K key, V oldValue, V newValue) { in replace() method in Hashtable
997 public synchronized V replace(K key, V value) { in replace() method in Hashtable
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DImmutableMap.java841 public final boolean replace(K key, V oldValue, V newValue) { in replace() method in ImmutableMap
855 public final V replace(K key, V value) { in replace() method in ImmutableMap
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DString.java320 public java.lang.String replace(char oldChar, char newChar) { in replace() method in String
342 public java.lang.String replace( in replace() method in String
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DUnaryExpr.java188 public boolean replace(Node node, Node replacementNode) { in replace() method in UnaryExpr
H A DLambdaExpr.java227 public boolean replace(Node node, Node replacementNode) { in replace() method in LambdaExpr
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
H A DEnumDeclaration.java187 public boolean replace(Node node, Node replacementNode) { in replace() method in EnumDeclaration
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/
H A DProject.java199 public Project replace() { in replace() method in Project
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DStringExtensions.cs96 public static string replace( string str, char oldValue, char newValue ) in replace() method in Antlr.Runtime.JavaExtensions.StringExtensions
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
H A DTokenRewriteStream.js287 replace: function() { method

1...<<11121314151617181920>>...89