Searched
full:replacement (Results
301 -
325 of
2295) sorted by null
<<11121314151617181920>>
/external/chromium_org/tools/gyp/pylib/gyp/ |
xml_fix.py | 58 # Inject replacement versions of a function and a method.
|
/external/chromium_org/v8/src/ |
hydrogen-escape-analysis.cc | 161 HValue* replacement = state->OperandAt(index); local 162 load->DeleteAndReplaceWith(replacement); 165 replacement->id(), replacement->Mnemonic());
|
/external/chromium_org/v8/test/mjsunit/ |
regexp-global.js | 176 replacement) { 181 assertEquals(result_expectation, subject.replace(regexps[i], replacement)); 251 var replacement = "\x80"; variable 252 var result = subject.replace(/~/g, replacement);
|
string-replace.js | 32 function replaceTest(result, subject, pattern, replacement) { 34 "\"" + subject + "\".replace(" + pattern + ", " + replacement + ")"; 35 assertEquals(result, subject.replace(pattern, replacement), name); 166 // Test special cases of replacement parts longer than 1<<11.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1118.js | 30 // An exception thrown in a function optimized by on-stack replacement (OSR)
|
/external/chromium_org/v8/test/preparser/ |
strict-identifiers.pyt | 74 def MakeTests(replacement, expectation): 75 Template(name, '"use strict";\n' + source)(replacement, expectation) 78 replacement, expectation) 81 source +'\n }\n}\n')(replacement, expectation)
|
/external/icu4c/i18n/unicode/ |
regex.h | [all...] |
/external/iproute2/ |
README.lnstat | 5 This tool is a generalized and more feature-complete replacement for the old
|
/external/iproute2/man/man8/ |
lnstat.8 | 12 \fBlnstat\fP is a generalized and more feature-complete replacement for the old rtstat program.
|
/external/iptables/libipq/ |
ipq_set_verdict.3 | 70 the optional replacement payload data.
|
/external/libpng/ |
png.5 | 7 a patent-free replacement for GIF and can also replace many
|
pngerror.c | 14 * need special error handling are expected to write replacement functions 35 * you should supply a replacement error function and use png_set_error_fn() 107 * you should supply a replacement warning function and use 309 * it can continue anyway. Replacement functions don't have to do anything
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
BUGS | 18 - The result is built by string replacement instead of by building another string based
|
/external/llvm/include/llvm/Analysis/ |
FindUsedTypes.h | 28 static char ID; // Pass identification, replacement for typeid
|
/external/llvm/include/llvm/Transforms/Utils/ |
UnifyFunctionExitNodes.h | 28 static char ID; // Pass identification, replacement for typeid
|
/external/llvm/lib/CodeGen/ |
LiveDebugVariables.h | 35 static char ID; // Pass identification, replacement for typeid
|
/external/mesa3d/bin/ |
minstall | 4 # A minimal replacement for 'install' that supports installing symbolic links.
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
radeon_compiler_util_tests.c | 38 * all registers that shared the same file and index as the replacement
|
/external/openssl/crypto/des/ |
README | 31 The des program is a replacement for the sun des command. I believe it
|
/external/protobuf/gtest/test/ |
gtest-options_test.cc | 112 // hard-coded logic when Chandler Carruth's libtool replacement is 140 // Chandler Carruth's libtool replacement is ready. 211 // hard-coded logic when Chandler Carruth's libtool replacement is 255 // hard-coded logic when Chandler Carruth's libtool replacement is
|
/external/qemu/android/config/darwin-x86/ |
SDL_config.h | 87 /* We may need some replacement for stdarg.h here */
|
/external/qemu/android/config/freebsd-x86/ |
SDL_config.h | 87 /* We may need some replacement for stdarg.h here */
|
/external/qemu/android/config/linux-ppc/ |
SDL_config.h | 87 /* We may need some replacement for stdarg.h here */
|
/external/qemu/android/config/linux-x86/ |
SDL_config.h | 82 /* We may need some replacement for stdarg.h here */
|
/external/qemu/android/config/linux-x86_64/ |
SDL_config.h | 87 /* We may need some replacement for stdarg.h here */
|
Completed in 1724 milliseconds
<<11121314151617181920>>