Searched refs:replaceWith (Results 1 – 14 of 14) sorted by relevance
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/ |
D | CharsetEncoderTest.java | 579 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()
|
D | CharsetDecoderTest.java | 179 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/ |
D | BeautifulSoup.py | 130 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/ |
D | CharsetDecoderTest.java | 187 decoder.replaceWith(replaceString); in testDecodeLjava_nio_ByteBuffer_ReplaceOverflow()
|
/external/llvm/include/llvm/Bitcode/ |
D | Archive.h | 159 bool replaceWith(const sys::Path &aFile, std::string* ErrMsg);
|
/external/llvm/lib/Archive/ |
D | Archive.cpp | 69 bool ArchiveMember::replaceWith(const sys::Path& newFile, std::string* ErrMsg) { in replaceWith() function in ArchiveMember
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 642 if (I->replaceWith(*found, ErrMsg)) in doReplaceOrInsert() 646 if (I->replaceWith(*found, ErrMsg)) in doReplaceOrInsert()
|
/external/webkit/Source/WebKit/qt/tests/qwebelement/ |
D | tst_qwebelement.cpp | 66 void replaceWith(); 747 void tst_QWebElement::replaceWith() in replaceWith() function in tst_QWebElement
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/ |
D | jquery-1.4.1.min.js | 102 …{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/ |
D | jquery-1.4.2.min.js | 103 …{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/ |
D | jquery-1.3.2.js | 491 replaceWith: function( value ) {
|
D | concat-jquery-mootools-prototype.js | 491 replaceWith: function( value ) {
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-resizable.min.js | 12 …replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){ret…
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 17708 (tst_QWebElement::replaceWith): 17891 (tst_QWebElement::replaceWith): 17929 (tst_QWebElement::replaceWith):
|