Searched
full:replacement (Results
801 -
825 of
2295) sorted by null
<<31323334353637383940>>
/external/chromium_org/third_party/icu/source/tools/icupkg/ |
icupkg.cpp | 275 /* swap a single file (icuswap replacement) rather than work on a package */ 331 * icuswap tool replacement: Only swap a single file.
|
/external/chromium_org/third_party/libpng/ |
pngmem.c | 14 * need special memory handling are expected to supply replacement 17 * identify the replacement functions.
|
/external/chromium_org/tools/memory_watcher/ |
memory_hook.cc | 140 // Get the patched function. (e.g. the replacement function) 180 // Our replacement functions.
|
/external/chromium_org/v8/src/ |
lithium.cc | 297 while (cur->replacement() != NULL) { 298 cur = cur->replacement();
|
/external/chromium_org/v8/tools/ |
js2c.py | 135 replacement = ExpandMacros(str.strip(), macros) 136 mapping[macro.args[arg_index[0]]] = replacement
|
/external/clang/include/clang/Rewrite/Core/ |
Rewriter.h | 118 /// AddReplaceDelta - When a replacement/deletion is made at a position, this 250 /// printer to generate the replacement code. This returns true if the input
|
/external/clang/tools/clang-format/ |
ClangFormat.cpp | 260 llvm::outs() << "<replacement " 263 << I->getReplacementText() << "</replacement>\n";
|
/external/icu4c/layout/ |
LEGlyphStorage.h | 326 * @return the address at which to store the replacement glyphs. 346 * @return the address at which to store the replacement glyphs.
|
/external/javassist/src/main/javassist/ |
CtConstructor.java | 77 * To prevent this replacement, call <code>ClassMap.fix()</code> 78 * or <code>put()</code> to explicitly specify replacement.
|
/external/libpng/ |
pngmem.c | 14 * need special memory handling are expected to supply replacement 17 * identify the replacement functions.
|
/external/llvm/lib/IR/ |
BasicBlock.cpp | 70 Constant *Replacement = 74 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
|
/external/qemu/distrib/libpng-1.2.19/ |
pngmem.c | 11 * need special memory handling are expected to supply replacement 14 * identify the replacement functions.
|
/external/v8/tools/ |
js2c.py | 135 replacement = ExpandMacros(str.strip(), macros) 136 mapping[macro.args[arg_index[0]]] = replacement
|
/external/valgrind/main/VEX/priv/ |
main_util.c | 478 /* A general replacement for printf(). Note that only low-level 517 /* A general replacement for sprintf(). */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
dtx.c | 545 /* then the median ISF vector replacement is not performed */ 555 /* minimum distance then the median ISF vector replacement is */
|
/frameworks/base/core/tests/coretests/src/android/text/ |
TextUtilsTest.java | 154 // ordinary replacement 174 // replacement with empty string
|
/frameworks/base/docs/html/google/play/licensing/ |
overview.jd | 22 <li><a href="#CopyProtection">Replacement for Copy Protection</a></li> 215 <h2 id="CopyProtection">Replacement for Copy Protection</h2>
|
/libcore/luni/src/test/java/libcore/java/lang/ |
StringTest.java | 127 // Check that we use '?' as the replacement byte for invalid characters. 170 // Check that we use U+FFFD as the replacement string for invalid bytes.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ssl.py | 457 # a replacement for the old socket.ssl function 461 """A replacement for the old socket.ssl function. Designed
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ssl.py | 457 # a replacement for the old socket.ssl function 461 """A replacement for the old socket.ssl function. Designed
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringRefactoring.java | 305 * Sets the replacement string ID. Used by the wizard to set the user input. 312 * Sets the replacement string ID. Used by the wizard to set the user input. [all...] |
/system/core/adb/ |
protocol.txt | 2 --- a replacement for aproto ------------------------------------------- 8 This replacement further simplifies the concept, reducing the protocol
|
/build/core/combo/include/arch/freebsd-x86/ |
AndroidConfig.h | 324 * XXX: CLOCK_PROF seems to be commonly used replacement
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3convertutf.h | 66 to the replacement character; otherwise (when the flag is set to strict)
|
/external/bison/darwin-lib/ |
inttypes.h | 48 /* Include <stdint.h> or the gnulib replacement. 80 * For providing a replacement for a function that exists on all platforms, 99 * For providing a replacement for a function that exists on some platforms 132 declares a replacement function, named rpl_func, with the given prototype, [all...] |
Completed in 1220 milliseconds
<<31323334353637383940>>