Home
last modified time | relevance | path

Searched refs:replaceWith (Results 1 – 14 of 14) sorted by relevance

/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
DCharsetEncoderTest.java579 encoder = encoder.replaceWith(new byte[] { (byte) 0xef, (byte) 0xbf, in testEncodeCharBuffer()
971 encoder.replaceWith(null); in testReplacement()
976 encoder.replaceWith(new byte[0]); in testReplacement()
981 encoder.replaceWith(new byte[100]); in testReplacement()
987 assertSame(encoder, encoder.replaceWith(nr)); in testReplacement()
992 encoder.replaceWith(new byte[100]); in testReplacement()
DCharsetDecoderTest.java179 decoder.replaceWith(null); in testReplaceWith()
184 decoder.replaceWith(""); in testReplaceWith()
189 decoder.replaceWith("testReplaceWith"); in testReplaceWith()
194 decoder.replaceWith("a"); in testReplaceWith()
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py130 def replaceWith(self, replaceWith): argument
133 if hasattr(replaceWith, 'parent') and replaceWith.parent == self.parent:
135 index = self.parent.contents.index(replaceWith)
142 oldParent.insert(myIndex, replaceWith)
/external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
DCharsetDecoderTest.java187 decoder.replaceWith(replaceString); in testDecodeLjava_nio_ByteBuffer_ReplaceOverflow()
/external/llvm/include/llvm/Bitcode/
DArchive.h159 bool replaceWith(const sys::Path &aFile, std::string* ErrMsg);
/external/llvm/lib/Archive/
DArchive.cpp69 bool ArchiveMember::replaceWith(const sys::Path& newFile, std::string* ErrMsg) { in replaceWith() function in ArchiveMember
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp642 if (I->replaceWith(*found, ErrMsg)) in doReplaceOrInsert()
646 if (I->replaceWith(*found, ErrMsg)) in doReplaceOrInsert()
/external/webkit/Source/WebKit/qt/tests/qwebelement/
Dtst_qwebelement.cpp66 void replaceWith();
747 void tst_QWebElement::replaceWith() in replaceWith() function in tst_QWebElement
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
Djquery-1.4.1.min.js102 …{return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes…
105 …his},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(c.isFunction(a))return this.each(f…
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery-1.4.2.min.js103 …{return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes…
107 …tion(){return a.call(this,e,i)})}):this.empty().append(a);return this},replaceWith:function(a){if(…
108 ….isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f…
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js491 replaceWith: function( value ) {
Dconcat-jquery-mootools-prototype.js491 replaceWith: function( value ) {
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js12 …replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){ret…
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1617708 (tst_QWebElement::replaceWith):
17891 (tst_QWebElement::replaceWith):
17929 (tst_QWebElement::replaceWith):