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

1 2 3 4

  /external/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp 43 void replaceWith(Instruction *From, ConstantInt *To);
94 replaceWith(&I, ConstantInt::getTrue(I.getContext()));
100 replaceWith(&I, ConstantInt::getFalse(I.getContext()));
113 replaceWith(&I, ConstantInt::getTrue(I.getContext()));
119 replaceWith(&I, ConstantInt::getFalse(I.getContext()));
131 replaceWith(&I, ConstantInt::getTrue(I.getContext()));
138 replaceWith(&I, ConstantInt::getFalse(I.getContext()));
146 void NVPTXImageOptimizer::replaceWith(Instruction *From, ConstantInt *To) {
  /frameworks/base/core/java/android/hardware/camera2/dispatch/
ArgumentReplacingDispatcher.java 49 * {@code argumentIndex = 1} and {@code replaceWith = 0xDEADBEEF}.</p>
56 * @param replaceWith arguments matching {@code argumentIndex} will be replaced with this object
59 TArg replaceWith) {
63 mReplaceWith = checkNotNull(replaceWith, "replaceWith must not be null");
  /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);
  /external/chromium_org/net/android/java/src/org/chromium/net/
NetStringUtil.java 82 decoder.replaceWith("\uFFFD");
  /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,
  /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.
147 replaceWith(replacement);
630 public final CharsetEncoder replaceWith(byte[] replacement) {
CharsetDecoder.java 64 * changed by invoking {@link #replaceWith(String) replaceWith} method. The
614 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"));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoderTest.java 589 encoder = encoder.replaceWith(new byte[] { (byte) 0xef, (byte) 0xbf,
982 encoder.replaceWith(null);
987 encoder.replaceWith(new byte[0]);
992 encoder.replaceWith(new byte[100]);
998 assertSame(encoder, encoder.replaceWith(nr));
1003 encoder.replaceWith(new byte[100]);
    [all...]
CharsetDecoder2Test.java 187 decoder.replaceWith(replaceString);
CharsetDecoderTest.java 175 * test replaceWith
179 decoder.replaceWith(null);
184 decoder.replaceWith("");
189 decoder.replaceWith("testReplaceWith");
194 decoder.replaceWith("a");
  /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...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 129 def replaceWith(self, replaceWith):
132 if hasattr(replaceWith, "parent")\
133 and replaceWith.parent is self.parent:
135 index = replaceWith.parent.index(replaceWith)
142 oldParent.insert(myIndex, replaceWith)
    [all...]
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.0/
layoutlib-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.2/
layoutlib-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.0/
layoutlib-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.1/
layoutlib-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.3/
layoutlib-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.0/
layoutlib-api-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.1/
layoutlib-api-22.7.1.jar 

Completed in 479 milliseconds

1 2 3 4