Home
last modified time | relevance | path

Searched +defs:replace +defs:match (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
Dinline-javascript-imports.py56 def replace(match): function
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dinline_js_imports.py63 def replace(match): function
/external/chromium_org/tools/gyp/pylib/gyp/
Deasy_xml.py151 def replace(match): function
/external/oprofile/libregex/
Dop_regex.cpp46 bool op_regexec(regex_t const & regex, string const & str, regmatch_t * match, in op_regexec()
104 string const & replace) in add_pattern()
192 regmatch_t match[max_match]; in do_execute() local
205 regular_expression_replace::get_match(regmatch_t const * match, char idx) const in get_match()
216 (string & str, string const & replace, regmatch_t const * match) const in do_replace()
/external/chromium_org/third_party/simplejson/
Dencoder.py42 def replace(match): function
53 def replace(match): function
/external/lldb/source/Target/
DCPPLanguageRuntime.cpp49 for (ImplData match = m_impl.FindFirstValueForName(type_name.AsCString()); in FindExactMatches() local
93 std::string& replace (std::string& target, in replace() function in CPPRuntimeEquivalents
117 for (ImplData match = m_impl.FindFirstValueForName(matching_key); in AppendReplacements() local
/external/arduino/hardware/arduino/cores/arduino/
DWString.cpp236 String String::replace( char findChar, char replaceChar ) in replace() function in String
247 String String::replace( const String& match, const String& replace ) in replace() argument
/external/icu/icu4c/source/common/
Dunistr.cpp955 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf() local
973 const UChar *match = u_memchr(array + start, c, length); in doIndexOf() local
990 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf() local
1019 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength); in lastIndexOf() local
1041 const UChar *match = u_memrchr(array + start, c, length); in doLastIndexOf() local
1058 const UChar *match = u_memrchr32(array + start, c, length); in doLastIndexOf() local
1283 UnicodeString::replace(int32_t start, in replace() function in UnicodeString
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Dprototype-1.7.js479 RegExp.prototype.match = RegExp.prototype.test; method in RegExp
542 return function(match) { return template.evaluate(match) }; argument
573 return this.gsub(pattern, function(match) { argument
659 return this.replace(/-+(.)?/g, function(match, chr) { argument
792 return this.template.gsub(this.pattern, function(match) { argument
2058 replace: function(element, content) { method
2186 match: function(element, selector) { method
2770 Element.Methods.replace = function(element, content) { function
3932 function match() { function in Prototype.Selector
4326 ID: function(match, context, isXML){ argument
[all …]
Ddojo-1.6.1.js2213 dojo.replace = function(tmpl, map, pattern){ function
9228 var infixSpaceFunc = function(match, pre, ch, post) { argument
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dconcat-jquery-mootools-prototype.js1749 ID: function(match, context, isXML){ argument
1755 NAME: function(match, context, isXML){ argument
1768 TAG: function(match, context){ argument
1773 CLASS: function(match, curLoop, inplace, result, not, isXML){ argument
1793 ID: function(match){ argument
1796 TAG: function(match, curLoop){ argument
1800 CHILD: function(match){ argument
1817 ATTR: function(match, curLoop, inplace, result, not, isXML){ argument
1830 PSEUDO: function(match, curLoop, inplace, result, not){ argument
1848 POS: function(match){ argument
[all …]
Dprototype-1.6.0.3.js286 RegExp.prototype.match = RegExp.prototype.test; method in RegExp
363 return this.gsub(pattern, function(match) { argument
479 var escapedString = this.gsub(/[\x00-\x1f\\]/, function(match) { argument
548 return function(match) { return template.evaluate(match) }; argument
570 return this.template.gsub(this.pattern, function(match) { argument
1616 replace: function(element, content) { method
1732 match: function(element, selector) { method
2465 Element.Methods.replace = function(element, content) { function
2884 match = false; break; property
/external/clang/lib/ARCMigrate/
DObjCMT.cpp544 bool match = false; in ClassImplementsAllMethodsAndProperties() local
983 bool match = false; in MatchTwoAttributeLists() local
1017 bool match = MatchTwoAttributeLists(Attrs1, Attrs2, AvailabilityArgsMatch); in AttributesMatch() local
1620 void replace(CharSourceRange range, StringRef text) override { in replace() function in __anon992608ad0411::RewritesReceiver
1689 void replace(CharSourceRange Range, StringRef Text) override { in replace() function in __anon992608ad0411::JSONEditWriter
/external/chromium_org/v8/src/
Druntime.cc3783 int32_t* match) { in Apply()
4280 Handle<String> replace, in StringReplaceOneCharWithString()
4608 int32_t* match = global_cache.FetchNext(); in RUNTIME_FUNCTION() local
4720 Handle<String> match; in SearchRegExpMultiple() local