Searched defs:replace (Results 1 - 25 of 188) sorted by path

12345678

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as35 * You can insert stuff, replace, and delete chunks. Note that the
137 public function replace(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void { function
143 throw new Error("replace: range invalid: "+fromIndex+".."+toIndex+"(size="+tokens.length+")");
287 * R.x-y.u = replace x-y indexed tokens with u
289 * First we need to examine replaces. For any replace op:
292 * 2. Drop any replace op before that is contained completely within
294 * 3. Throw exception upon boundary overlap with any previous replace.
299 * 2. for any prior replace with same left boundary, combine this
300 * insert with replace and delete this replace
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DStringExtensions.cs96 public static string replace( string str, char oldValue, char newValue ) method in class:Antlr.Runtime.JavaExtensions.StringExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStringExtensions.cs97 public static string replace(this string str, char oldValue, char newValue) method in class:Antlr.Runtime.JavaExtensions.StringExtensions
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java35 * You can insert stuff, replace, and delete chunks. Note that the
247 public void replace(int index, Object text) { method in class:TokenRewriteStream
248 replace(DEFAULT_PROGRAM_NAME, index, index, text);
251 public void replace(int from, int to, Object text) { method in class:TokenRewriteStream
252 replace(DEFAULT_PROGRAM_NAME, from, to, text);
255 public void replace(Token indexT, Object text) { method in class:TokenRewriteStream
256 replace(DEFAULT_PROGRAM_NAME, indexT, indexT, text);
259 public void replace(Token from, Token to, Object text) { method in class:TokenRewriteStream
260 replace(DEFAULT_PROGRAM_NAME, from, to, text);
263 public void replace(Strin method in class:TokenRewriteStream
273 public void replace(String programName, Token from, Token to, Object text) { method in class:TokenRewriteStream
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dstreams.py1029 You can insert stuff, replace, and delete chunks. Note that the
1168 def replace(self, *args): member in class:TokenRewriteStream
1200 "replace: range invalid: %d..%d (size=%d)"
1210 self.replace(*(list(args) + [None]))
1350 Delete special case of replace (text==null):
1365 R.x-y.u = replace x-y indexed tokens with u
1367 First we need to examine replaces. For any replace op:
1370 2. Drop any replace op before that is contained completely within
1372 3. Throw exception upon boundary overlap with any previous replace.
1377 2. for any prior replace wit
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb129 @operation_name = 'replace'.freeze
180 def replace( *range_arguments ) method in class:ANTLR3.RewriteProgram
260 @operations.replace( reduced )
408 def replace( *args ) method
409 @programs[ 'default' ].replace( *args )
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DUtils.java53 a string to replace, replacee,
54 and a string to replace with, replacer,
61 public static String replace(String src, String replacee, String replacer) { method in class:Utils
/external/arduino/hardware/arduino/cores/arduino/
H A DWString.cpp236 String String::replace( char findChar, char replaceChar ) function in class:String
247 String String::replace( const String& match, const String& replace ) function in class:String
256 newString += replace;
/external/chromium_org/chrome/browser/prefs/
H A Dprofile_pref_store_manager_unittest.cc237 const std::string& replace) {
246 ReplaceSubstringsAfterOffset(&contents, 0u, find, replace);
236 ReplaceStringInPrefs(const std::string& find, const std::string& replace) argument
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_dom_feature_extractor_browsertest.cc164 GURL::Replacements replace; local
165 replace.SetHostStr(host);
166 replace.SetPathStr(path);
167 return embedded_test_server_->base_url().ReplaceComponents(replace);
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.cc777 // If we are doing a cross-site reload, we need to replace the existing
1449 CHECK(successful_insert) << "Cannot replace existing SessionStorageNamespace";
1547 bool replace) {
1564 // Also prune the current entry if we are to replace the current entry.
1568 if (replace)
1546 InsertOrReplaceEntry(NavigationEntryImpl* entry, bool replace) argument
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc1066 // that will replace this frame.
1443 bool replace) {
1451 replace);
2110 // 'replace' load. This is necessary to avoid messing up session history.
2118 // state into account, if a location.replace() failed.
2119 bool replace = local
2140 replace;
2144 LoadNavigationErrorPage(failed_request, error, replace);
2583 // it. We replace it with an empty GURL so the appropriate items are disabled
1440 LoadNavigationErrorPage( const WebURLRequest& failed_request, const WebURLError& error, bool replace) argument
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1018 const double replace = costs[l_i][r_i]; local
1019 if (add < remove && add < replace) {
1022 } else if (remove < add && remove < replace) {
1026 // We make replace a little more expensive than add/remove to lower
1028 costs[l_i + 1][r_i + 1] = replace + 1.00001;
3471 // alternative is to replace them with certain characters such as . or ?.
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js26 /**Build will replace this comment with a scoped djConfig **/
1598 uri += (uri.indexOf("?") == -1 ? "?" : "&") + String(d.config.cacheBust).replace(/\W+/g,"");
2141 function(str){ return str.replace(/^\s\s*/, '').replace(/\s\s*$/, ''); };
2144 dojo.replace = function(tmpl, map, pattern){
2154 // string (see https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/String/replace
2165 // | dojo.replace("Hello, {name.first} {name.last} AKA {nick}!",
2177 // | dojo.replace("Hello, {0} {2}!",
2187 // | dojo.replace(
2205 // | dojo.replace("Hell
[all...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCache.cpp163 void MemoryCache::replace(Resource* newResource, Resource* oldResource) function in class:blink::MemoryCache
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocation.cpp232 void Location::replace(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& url) function in class:blink::Location
236 // Note: We call LocalDOMWindow::setLocation directly here because replace() always operates on the current frame.
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A Dinline-javascript-imports.py56 def replace(match): function in function:main
68 outputScript = re.sub(r'importScripts?\([\'"]([^\'"]+)[\'"]\)', replace, inputScript)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DInstallEvent.cpp51 void InstallEvent::replace() function in class:blink::InstallEvent
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp863 void WebLocalFrameImpl::loadData(const WebData& data, const WebString& mimeType, const WebString& textEncoding, const WebURL& baseURL, const WebURL& unreachableURL, bool replace) argument
867 // If we are loading substitute data to replace an existing load, then
874 if (replace && !unreachableURL.isEmpty() && frame()->loader().provisionalDocumentLoader())
880 frameRequest.setLockBackForwardList(replace);
884 void WebLocalFrameImpl::loadHTMLString(const WebData& data, const WebURL& baseURL, const WebURL& unreachableURL, bool replace) argument
887 loadData(data, WebString::fromUTF8("text/html"), WebString::fromUTF8("UTF-8"), baseURL, unreachableURL, replace);
1034 command.replace(0, 1, command.substring(0, 1).upper());
1085 // If this caret selection has two or more markers, this function replace the range covered by the first marker with the specified word as Microsoft Word does.
1598 // If we're moving in the back/forward list, we might want to replace the content
H A DWebRemoteFrameImpl.cpp427 const WebURL& baseURL, const WebURL& unreachableURL, bool replace)
434 bool replace)
425 loadData( const WebData&, const WebString& mimeType, const WebString& textEncoding, const WebURL& baseURL, const WebURL& unreachableURL, bool replace) argument
432 loadHTMLString( const WebData& html, const WebURL& baseURL, const WebURL& unreachableURL, bool replace) argument
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp1528 PassRefPtr<StringImpl> StringImpl::replace(UChar oldC, UChar newC) function in class:WTF::StringImpl
1581 PassRefPtr<StringImpl> StringImpl::replace(unsigned position, unsigned lengthToReplace, StringImpl* str) function in class:WTF::StringImpl
1627 PassRefPtr<StringImpl> StringImpl::replace(UChar pattern, StringImpl* replacement) function in class:WTF::StringImpl
1633 return replace(pattern, replacement->characters8(), replacement->length());
1635 return replace(pattern, replacement->characters16(), replacement->length());
1638 PassRefPtr<StringImpl> StringImpl::replace(UChar pattern, const LChar* replacement, unsigned repStrLength) function in class:WTF::StringImpl
1713 PassRefPtr<StringImpl> StringImpl::replace(UChar pattern, const UChar* replacement, unsigned repStrLength) function in class:StringImpl
1791 PassRefPtr<StringImpl> StringImpl::replace(StringImpl* pattern, StringImpl* replacement)
H A DWTFString.h286 String& replace(UChar a, UChar b) { if (m_impl) m_impl = m_impl->replace(a, b); return *this; } function in class:WTF::String
287 String& replace(UChar a, const String& b) { if (m_impl) m_impl = m_impl->replace(a, b.impl()); return *this; } function in class:WTF::String
288 String& replace(const String& a, const String& b) { if (m_impl) m_impl = m_impl->replace(a.impl(), b.impl()); return *this; } function in class:WTF::String
289 String& replace(unsigned index, unsigned len, const String& b) { if (m_impl) m_impl = m_impl->replace(index, len, b.impl()); return *this; } function in class:WTF::String
295 m_impl = m_impl->replace(a, characters, charactersCount - 1);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 841 milliseconds

12345678