HomeSort by relevance Sort by last modified time
    Searched refs:replaceWith (Results 1 - 25 of 51) sorted by null

1 2 3

  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 121 * @param replaceWith String to replace any found occurances with. This
126 public FormatRule(String pattern, String replaceWith, int flags) {
128 mReplaceWith = replaceWith;
135 * @param replaceWith String to replace any found occurances with. This
139 public FormatRule(String pattern, String replaceWith) {
140 this(pattern, replaceWith, 0);
  /frameworks/base/core/java/android/text/
BoringLayout.java 70 replaceWith(source, paint, outerwidth, align, spacingmult,
97 replaceWith(source, paint, outerwidth, align, spacingmult,
105 replaceWith(TextUtils.ellipsize(source, paint, ellipsizedWidth,
141 * It is silly to have to call super() and then replaceWith(),
155 replaceWith(TextUtils.ellipsize(source, paint, ellipsizedWidth,
Layout.java 163 /* package */ void replaceWith(CharSequence text, TextPaint paint,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
TypographyFix.java 73 edit.length, edit.replaceWith);
  /libcore/luni/src/main/java/java/nio/charset/
CharsetEncoder.java 64 * {@link #replaceWith} method.
153 replaceWith(replacement);
701 public final CharsetEncoder replaceWith(byte[] replacement) {
CharsetDecoder.java 64 * changed by invoking {@link #replaceWith(String) replaceWith} method. The
645 public final CharsetDecoder replaceWith(String replacement) {
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetDecoderTest.java 29 // None of the harmony or jtreg tests actually check that replaceWith does the right thing!
32 d.replaceWith("x");
CharsetEncoderTest.java 28 // None of the harmony or jtreg tests actually check that replaceWith does the right thing!
34 e.replaceWith("=".getBytes("US-ASCII"));
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetEncoderTest.java 579 encoder = encoder.replaceWith(new byte[] { (byte) 0xef, (byte) 0xbf,
971 encoder.replaceWith(null);
976 encoder.replaceWith(new byte[0]);
981 encoder.replaceWith(new byte[100]);
987 assertSame(encoder, encoder.replaceWith(nr));
992 encoder.replaceWith(new byte[100]);
    [all...]
CharsetDecoderTest.java 175 * test replaceWith
179 decoder.replaceWith(null);
184 decoder.replaceWith("");
189 decoder.replaceWith("testReplaceWith");
194 decoder.replaceWith("a");
  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetDecoderTest.java 187 decoder.replaceWith(replaceString);
  /external/llvm/include/llvm/Bitcode/
Archive.h 159 bool replaceWith(const sys::Path &aFile, std::string* ErrMsg);
  /external/llvm/lib/Archive/
Archive.cpp 70 bool ArchiveMember::replaceWith(const sys::Path& newFile, std::string* ErrMsg) {
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 662 if (I->replaceWith(*found, ErrMsg))
666 if (I->replaceWith(*found, ErrMsg))
  /build/tools/droiddoc/templates-ds/assets/js/grid/
960.gridder.js 185 jQuery(this).parent().replaceWith(i);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /external/webkit/Source/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp 66 void replaceWith();
747 void tst_QWebElement::replaceWith()
    [all...]
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
lint-checks.jar 
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 130 def replaceWith(self, replaceWith):
133 if hasattr(replaceWith, 'parent') and replaceWith.parent == self.parent:
135 index = self.parent.contents.index(replaceWith)
142 oldParent.insert(myIndex, replaceWith)
    [all...]
  /build/tools/droiddoc/templates-ds/assets/scroller/
jquery.jscrollpane.min.js 11 })}function an(){var aJ,aI,aL,aK,aM,s=false;al.unbind("touchstart.jsp touchmove.jsp touchend.jsp click.jsp-touchclick").bind("touchstart.jsp",function(aN){var aO=aN.originalEvent.touches[0];aJ=aC();aI=aA();aL=aO.pageX;aK=aO.pageY;aM=false;s=true}).bind("touchmove.jsp",function(aQ){if(!s){return}var aP=aQ.originalEvent.touches[0],aO=aa,aN=I;Q.scrollTo(aJ+aL-aP.pageX,aI+aK-aP.pageY);aM=aM||Math.abs(aL-aP.pageX)>5||Math.abs(aK-aP.pageY)>5;return aO==aa&&aN==I}).bind("touchend.jsp",function(aN){s=false}).bind("click.jsp-touchclick",function(aN){if(aM){aM=false;return false}})}function g(){var s=aA(),aI=aC();D.removeClass("jspScrollable").unbind(".jsp");D.replaceWith(ao.append(Y.children()));ao.scrollTop(s);ao.scrollLeft(aI);if(av){clearInterval(av)}}b.extend(Q,{r (…)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
jquery-1.4.1.min.js     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-1.6.2.min.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js 491 replaceWith: function( value ) {
    [all...]

Completed in 986 milliseconds

1 2 3