Searched refs:replace (Results 1751 - 1758 of 1758) sorted by relevance
1...<<71
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 7444 % processed again to replace the arguments. 7605 % First the replace in body the macro arguments by their values, the result
|
/third_party/sqlite/src/ |
H A D | shell.c | 13365 ** replace(replace(<input>, '\n', char(10), '\r', char(13)); 13408 memcpy(&zOut[iOut], "replace(replace(", 16); in recoverEscapeCrnl() 13411 memcpy(&zOut[iOut], "replace(", 8); in recoverEscapeCrnl() 16040 raw_printf(out, "replace("); in output_quoted_escaped_string() 16044 raw_printf(out, "replace("); in output_quoted_escaped_string() 19374 ** replace(replace(<input>, '\n', char(10), '\r', char(13)); 19418 memcpy(&zOut[iOut], "replace(replac in shellEscapeCrnl() [all...] |
H A D | sqlite3.c | 3656 ** The sqlite3_trace_v2() interface is intended to replace the legacy 9881 ** silently replace the appropriate rows within the xUpdate callback and 14183 ** Use a macro to replace memcpy() if compiled with SQLITE_INLINE_MEMCPY. 22726 ** Clear any existing type flags from a Mem and replace them with f [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 1573 string.replace(token_position, token_length, text, text_length); in replaceToken() 3679 * @param stage_specific_layout String that will replace STAGE_SPECIFIC_LAYOUT token 3680 * @param stage_specific_main_body String that will replace STAGE_SPECIFIC_MAIN_BODY token 3984 * @param stage_specific_layout String that will replace STAGE_SPECIFIC_LAYOUT token 3985 * @param uniform_definitions String that will replace UNIFORM_DEFINITIONS token 3986 * @param in_variable_definitions String that will replace IN_VARIABLE_DEFINITION token 3987 * @param out_variable_definitions String that will replace OUT_VARIABLE_DEFINITION token 3988 * @param uniform_verification String that will replace UNIFORM_VERIFICATION token 3989 * @param stage_specific_main_body String that will replace STAGE_SPECIFIC_MAIN_BODY token 4043 * @param uniform_definitions String that will replace UNIFORM_DEFINITION [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 5229 .replace('\000', ' ').concat(s); in right()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 5226 .replace('\000', ' ').concat(s); in right()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 6342 // interceptors, we need to replace them temporarily with noop in CreateEnvironment() 8256 V(Replace, replace) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 8484 // replace BUILD_VECTOR with broadcast of the repeated constants. 9481 // Don't do this if the buildvector is a splat - we'd replace one 13888 std::replace(HalfMask.begin(), HalfMask.end(), InPlaceInputs[1], AdjIndex); 13972 std::replace(HalfMask.begin(), HalfMask.end(), IncomingInputs[0], 15090 // allows us to replace the zero input with an implicit zero. 15140 // Check the immediate mask and replace unused sources with undef. 17937 // It's always cheaper to replace a xor+movd with xorps and simplifies further [all...] |
Completed in 239 milliseconds
1...<<71