HomeSort by relevance Sort by last modified time
    Searched defs:replace (Results 51 - 75 of 1777) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringExtensions.cs 97 public static string replace(this string str, char oldValue, char newValue) method in class:Antlr.Runtime.JavaExtensions.StringExtensions
99 return str.Replace(oldValue, newValue);
105 return Regex.Replace( str, regex, newValue );
110 return Regex.Replace( str, regex, replacement );
  /external/clang/tools/clang-format/
clang-format.el 95 (defun clang-format--replace (offset length &optional text)
156 (apply #'clang-format--replace rpl))
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
ConcurrentHashMap.java 73 public boolean replace(K key, V oldValue, V newValue) { method in class:ConcurrentHashMap
84 public V replace(K key, V value) { method in class:ConcurrentHashMap
  /external/icu/android_icu4j/src/main/java/android/icu/text/
FunctionReplacer.java 51 public int replace(Replaceable text, method in class:FunctionReplacer
57 int len = replacer.replace(text, start, limit, cursor);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TestUtility.java 43 public static String replace(String source, String toBeReplaced, String replacement) { method in class:TestUtility
  /external/icu/icu4c/source/i18n/
funcrepl.cpp 80 int32_t FunctionReplacer::replace(Replaceable& text, function in class:FunctionReplacer
87 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor);
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
FunctionReplacer.java 50 public int replace(Replaceable text, method in class:FunctionReplacer
56 int len = replacer.replace(text, start, limit, cursor);
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TestUtility.java 40 public static String replace(String source, String toBeReplaced, String replacement) { method in class:TestUtility
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
LiteralExpr.java 76 public boolean replace(Node node, Node replacementNode) { method in class:LiteralExpr
79 return super.replace(node, replacementNode);
NullLiteralExpr.java 91 public boolean replace(Node node, Node replacementNode) { method in class:NullLiteralExpr
94 return super.replace(node, replacementNode);
SimpleName.java 121 public boolean replace(Node node, Node replacementNode) { method in class:SimpleName
124 return super.replace(node, replacementNode);
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
EmptyStmt.java 89 public boolean replace(Node node, Node replacementNode) { method in class:EmptyStmt
92 return super.replace(node, replacementNode);
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
ReferenceType.java 82 public boolean replace(Node node, Node replacementNode) { method in class:ReferenceType
85 return super.replace(node, replacementNode);
  /external/parameter-framework/upstream/test/functional-tests/include/
ConfigFiles.hpp 80 replace(format, '{' + sub.first + '}', sub.second);
85 void replace(std::string &on, const std::string &from, const std::string &to) function in class:parameterFramework::ConfigFiles
89 on.replace(from_pos, from.length(), to);
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
MultiGroupConversionRule.java 78 * @see org.slf4j.converter.ConversionRule#replace(java.util.regex.Matcher)
80 public String replace(Matcher matcher) { method in class:MultiGroupConversionRule
  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerBool.cpp 64 void replace(Instruction *I, Instruction *NewI) { function in class:SPIRV::SPIRVLowerBool
82 replace(&I, Cmp);
92 replace(&I, Sel);
102 replace(&I, Sel);
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 60 replace(pClient);
74 /// replace - be the agent of client.
75 void replace(NodeFactory& pClient) { function in class:mcld::NodeFactory
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/constraints/
WorkConstraintsTracker.java 84 public void replace(@NonNull List<WorkSpec> workSpecs) { method in class:WorkConstraintsTracker
86 controller.replace(workSpecs);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ReplaceDialog.py 8 def replace(text): function
19 title = "Replace Dialog"
20 icon = "Replace"
43 self.replent = self.make_entry("Replace with:", self.replvar)
48 self.make_button("Replace", self.replace_it)
49 self.make_button("Replace+Find", self.default_command, 1)
50 self.make_button("Replace All", self.replace_all)
61 if self.do_replace(): # Only find next match if replace succeeded.
67 in the replace field, if needed. """
72 self.engine.report_error(repl, 'Invalid Replace Expression'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ReplaceDialog.py 8 def replace(text): function
19 title = "Replace Dialog"
20 icon = "Replace"
43 self.replent = self.make_entry("Replace with:", self.replvar)
48 self.make_button("Replace", self.replace_it)
49 self.make_button("Replace+Find", self.default_command, 1)
50 self.make_button("Replace All", self.replace_all)
61 if self.do_replace(): # Only find next match if replace succeeded.
67 in the replace field, if needed. """
72 self.engine.report_error(repl, 'Invalid Replace Expression'
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
flatten_decoration_pass.cpp 71 // On the second pass, replace OpDecorationGroup and its uses with
76 // Should we replace this instruction?
77 bool replace = false; local
82 replace = true;
85 // If this decoration targets a group, then replace it
95 replace = true;
120 replace = true;
126 if (!replace && group_ids.count(group)) {
127 replace = true;
133 if (replace) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 8 def replace(text): function
19 title = "Replace Dialog"
20 icon = "Replace"
43 self.replent = self.make_entry("Replace with:", self.replvar)
48 self.make_button("Replace", self.replace_it)
49 self.make_button("Replace+Find", self.default_command, 1)
50 self.make_button("Replace All", self.replace_all)
61 if self.do_replace(): # Only find next match if replace succeeded.
67 in the replace field, if needed. """
72 self.engine.report_error(repl, 'Invalid Replace Expression'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 8 def replace(text): function
19 title = "Replace Dialog"
20 icon = "Replace"
43 self.replent = self.make_entry("Replace with:", self.replvar)
48 self.make_button("Replace", self.replace_it)
49 self.make_button("Replace+Find", self.default_command, 1)
50 self.make_button("Replace All", self.replace_all)
61 if self.do_replace(): # Only find next match if replace succeeded.
67 in the replace field, if needed. """
72 self.engine.report_error(repl, 'Invalid Replace Expression'
    [all...]
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
MainActivity.java 54 transaction.replace(R.id.sample_content_fragment, fragment);
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/advancedimmersivemode/
MainActivity.java 54 transaction.replace(R.id.sample_content_fragment, fragment);

Completed in 1569 milliseconds

1 23 4 5 6 7 8 91011>>