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

1 2 3 4 5 6 7 8 91011

  /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);
  /frameworks/base/core/java/android/text/
BoringLayout.java 69 replaceWith(source, paint, outerwidth, align, spacingmult,
96 replaceWith(source, paint, outerwidth, align, spacingmult,
104 replaceWith(TextUtils.ellipsize(source, paint, ellipsizedWidth,
140 * It is silly to have to call super() and then replaceWith(),
154 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);
  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
parse_html_deps.py 163 style.replaceWith(ns)
174 stylesheet_link.replaceWith(tmp[0])
  /libcore/ojluni/src/main/java/java/nio/charset/
CharsetEncoder.java 105 * its value may be changed via the {@link #replaceWith(byte[])
106 * replaceWith} method.
218 replaceWith(replacement);
293 public final CharsetEncoder replaceWith(byte[] newReplacement) {
    [all...]
CharsetDecoder.java 105 * its value may be changed via the {@link #replaceWith(java.lang.String)
106 * replaceWith} method.
205 replaceWith(replacement);
278 public final CharsetDecoder replaceWith(String newReplacement) {
    [all...]
  /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");
  /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 30 // None of the harmony or jtreg tests actually check that replaceWith does the right thing!
36 e.replaceWith("=".getBytes("US-ASCII"));
  /libcore/luni/src/main/java/libcore/net/
UriCodec.java 291 .replaceWith("\ufffd")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 144 def replaceWith(self, replaceWith):
147 if hasattr(replaceWith, "parent")\
148 and replaceWith.parent is self.parent:
150 index = replaceWith.parent.index(replaceWith)
157 oldParent.insert(myIndex, replaceWith)
    [all...]
  /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 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.3/
layoutlib-api-22.7.3.jar 

Completed in 878 milliseconds

1 2 3 4 5 6 7 8 91011