HomeSort by relevance Sort by last modified time
    Searched full:replacement (Results 151 - 175 of 2053) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/src/svg/parser/
SkSVGPaintState.cpp 151 SkString replacement("url(#mask");
152 replacement.append(current.f_fill.c_str() + 1);
153 replacement.appendUnichar(')');
154 current.f_fill.set(replacement);
158 SkString replacement("url(#mask");
159 replacement.append(current.f_stroke.c_str() + 1);
160 replacement.appendUnichar(')');
161 current.f_stroke.set(replacement);
  /libcore/luni/src/test/java/libcore/java/io/
OutputStreamWriterTest.java 52 // On flush/close, the writer needs to admit defeat and write the replacement character.
82 // ...followed by a 32-bit big-endian replacement character (U+fffd).
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
TypoFix.java 111 for (String replacement : replacements) {
114 fix.mReplacement = replacement;
  /art/compiler/linker/
relative_patcher_test.h 206 std::string replacement = oss.str(); local
207 expected_hex_str.replace(0u, remove * 3u, replacement);
208 linked_hex_str.replace(0u, remove * 3u, replacement);
209 diff_indicator_str.replace(0u, remove * 3u, replacement);
  /external/bison/doc/
bison.x 2 bison \- GNU Project parser generator (yacc replacement)
  /external/bison/lib/
sched.in.h 0 /* Replacement <sched.h> for platforms that lack it.
  /external/bison/m4/
isnand.m4 43 dnl Prerequisites of replacement isnand definition. It does not need -lm.
sys_socket_h.m4 102 dnl Check prerequisites of the <sys/socket.h> replacement.
120 # Common prerequisites of the <sys/socket.h> replacement and of the
121 # <sys/select.h> replacement.
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
new_array_replace.pass.cpp 10 // test operator new[] replacement by replacing only operator new
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
new_replace.pass.cpp 10 // test operator new replacement
  /external/lldb/include/lldb/Target/
PathMappingList.h 47 Append (const ConstString &path, const ConstString &replacement, bool notify);
76 const ConstString &replacement,
88 const ConstString &replacement,
93 const ConstString &replacement,
  /external/llvm/include/llvm/ExecutionEngine/
OrcMCJITReplacement.h 1 //===---- OrcMCJITReplacement.h - Orc-based MCJIT replacement ---*- C++ -*-===//
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
ConversionRule.java 35 * Given replacement rules, replace each capturing group in matcher's pattern
SingleConversionRule.java 32 * each capturing group of this Pattern a replacement text
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriterPass.cpp 26 static char ID; // Pass identification, replacement for typeid
  /libcore/luni/src/main/java/java/nio/charset/
CodingErrorAction.java 33 * Denotes the action to fill in the output with a replacement character
  /libcore/luni/src/main/java/libcore/net/
UriCodec.java 148 * invalid escape sequences; false to replace them with the replacement
171 byte[] replacement = "\ufffd".getBytes(charset);
172 out.write(replacement, 0, replacement.length);
  /libcore/luni/src/main/java/org/w3c/dom/
Text.java 85 * replacement text.
86 * <br>This method returns the node which received the replacement text.
89 * <li><code>null</code>, when the replacement text is
97 * inserted at the location of the replacement.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/
new_array_replace.pass.cpp 10 // test operator new[] replacement by replacing only operator new
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/
new_replace.pass.cpp 10 // test operator new replacement
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
UnicodeDialerKeyListener.java 36 // PhoneNumberUtils.replaceUnicodeDigits performs a character for character replacement,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 32 listing of replacement headers and interfaces, consult the file \
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 32 listing of replacement headers and interfaces, consult the file \
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 32 listing of replacement headers and interfaces, consult the file \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
backward_warning.h 32 listing of replacement headers and interfaces, consult the file \

Completed in 1494 milliseconds

1 2 3 4 5 67 8 91011>>