/third_party/boost/boost/algorithm/string/detail/ |
D | formatter.hpp | 71 const RangeT& operator()(const Range2T& Replace) const in operator ()() 73 return RangeT(::boost::begin(Replace), ::boost::end(Replace)); in operator ()() 105 operator()(const RangeT& Replace) const in operator ()() 107 return m_Finder(::boost::begin(Replace), ::boost::end(Replace)); in operator ()()
|
D | formatter_regex.hpp | 40 const regex_search_result<InputIteratorT>& Replace ) const in operator ()() 42 if ( Replace.empty() ) in operator ()() 48 … return Replace.match_results().format( m_Fmt, m_Flags ); in operator ()()
|
/third_party/boost/libs/algorithm/string/example/ |
D | rle_example.cpp | 114 result_type operator()( const ReplaceT& Replace ) const in operator ()() 117 if(!Replace.empty()) in operator ()() 120 r.push_back( *(Replace.begin()) ); in operator ()() 121 r.push_back( value_type( Replace.size() ) ); in operator ()() 187 result_type operator()( const ReplaceT& Replace ) const in operator ()() 191 if(!Replace.empty()) in operator ()() 194 typename ReplaceT::const_iterator It=Replace.begin(); in operator ()()
|
D | replace_example.cpp | 33 const iterator_range<string::const_iterator>& Replace ) in upcase_formatter() argument 35 string Temp(Replace.begin(), Replace.end()); in upcase_formatter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/ |
D | IceParseInstsTest.cpp | 154 NaClMungedBitcode::Replace, in TEST() 169 NaClMungedBitcode::Replace, in TEST() 190 NaClMungedBitcode::Replace, in TEST() 279 NaClMungedBitcode::Replace, in TEST() 298 NaClMungedBitcode::Replace, in TEST() 317 NaClMungedBitcode::Replace, in TEST() 336 NaClMungedBitcode::Replace, in TEST() 432 NaClMungedBitcode::Replace, in TEST() 451 NaClMungedBitcode::Replace, in TEST() 466 NaClMungedBitcode::Replace, in TEST() [all …]
|
D | IceParseTypesTest.cpp | 78 const uint64_t Edit[] = {FloatTypeIndex, NaClMungedBitcode::Replace, in TEST() 95 CountRecordIndex, NaClMungedBitcode::Replace, in TEST()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | regexp_adapter.h | 134 virtual bool Replace(string* string_to_process, 139 inline bool Replace(string* string_to_process, in Replace() function 141 return Replace(string_to_process, false, replacement_string); in Replace() 146 return Replace(string_to_process, true, replacement_string); in GlobalReplace()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | regexp_adapter_test.cc | 221 ASSERT_TRUE(context.single_digit->Replace(&input, "+")) in TEST_F() 225 ASSERT_TRUE(context.single_digit->Replace(&input, "+")) in TEST_F() 231 ASSERT_FALSE(single_letter->Replace(&input, "+")) << ErrorMessage(context); in TEST_F() 244 ASSERT_TRUE(context.two_digit_groups->Replace(&input, "$2")) in TEST_F() 249 ASSERT_TRUE(context.two_digit_groups->Replace(&input, "$1")) in TEST_F() 254 ASSERT_TRUE(context.two_digit_groups->Replace(&input, "$2")) in TEST_F() 259 ASSERT_TRUE(context.two_digit_groups->Replace(&input, "$1 $2")) in TEST_F() 272 ASSERT_TRUE(context.two_digit_groups->Replace(&input, "\\$1 \\$2")) in TEST_F()
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | findtext.dlg | 30 CAPTION "Replace" 43 PUSHBUTTON "&Replace",psh1,174,21,50,14 44 PUSHBUTTON "Replace &All",psh2,174,38,50,14
|
/third_party/mingw-w64/mingw-w64-crt/lib64/ |
D | ChangeLog-2009 | 8 * Makefile: Replace EXE by EXEEXT as autoconf defines it. 9 Replace "/usr/local" by $(prefix).
|
/third_party/boost/boost/hana/ |
D | replace.hpp | 27 using Replace = BOOST_HANA_DISPATCH_IF(replace_impl<S>, in operator ()() typedef 36 return Replace::apply(static_cast<Xs&&>(xs), in operator ()()
|
/third_party/flutter/flutter/.github/ |
D | PULL_REQUEST_TEMPLATE.md | 3 *Replace this paragraph with a description of what this PR is doing. If you're modifying existing b… 7 *Replace this paragraph with a list of issues related to this PR from our [issue database]. Indicat… 13 *Replace this with a list of the tests that you added as part of this PR. A change in behaviour wit… 32 - [ ] Yes, this is a breaking change (Please read [Handling breaking changes]). *Replace this with …
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | ChangeLog.2011 | 36 * stdio.h, wchar.h: Replace __forceinline by 42 * _mingw.h.in: Replace always_inline attribute name 50 * stdio.h: Replace macro-wscanf override via alias. 55 * stdio.h: Replace macro-scanf override via alias. 59 * stdio.h: Replace macro-wprintf override via alias. 67 Mark the function as __nothrow. Replace __attribute__((nonnull())) 80 * stdio.h: Replace macro-printf override via alias.
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilStateTests.cpp | 159 baseStencilFaceDescriptor.passOp = wgpu::StencilOperation::Replace; in CheckStencilCompareFunction() 212 baseStencilFaceDescriptor.passOp = wgpu::StencilOperation::Replace; in CheckStencilOperation() 546 CheckStencilOperation(wgpu::StencilOperation::Replace, 1, 3, 3); in TEST_P() 579 baseStencilFaceDescriptor.passOp = wgpu::StencilOperation::Replace; in TEST_P() 618 baseStencilFaceDescriptor.passOp = wgpu::StencilOperation::Replace; in TEST_P() 657 baseStencilFaceDescriptor.passOp = wgpu::StencilOperation::Replace; in TEST_P() 668 stencilFaceDescriptor.failOp = wgpu::StencilOperation::Replace; in TEST_P() 694 baseStencilFaceDescriptor.passOp = wgpu::StencilOperation::Replace; in TEST_P() 706 stencilFaceDescriptor.depthFailOp = wgpu::StencilOperation::Replace; in TEST_P() 730 baseStencilFaceDescriptor.passOp = wgpu::StencilOperation::Replace; in TEST_P() [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilStateTests.cpp | 151 baseStencilFaceDescriptor.passOp = dawn::StencilOperation::Replace; in CheckStencilCompareFunction() 197 baseStencilFaceDescriptor.passOp = dawn::StencilOperation::Replace; in CheckStencilOperation() 481 CheckStencilOperation(dawn::StencilOperation::Replace, 1, 3, 3); in TEST_P() 514 baseStencilFaceDescriptor.passOp = dawn::StencilOperation::Replace; in TEST_P() 551 baseStencilFaceDescriptor.passOp = dawn::StencilOperation::Replace; in TEST_P() 587 baseStencilFaceDescriptor.passOp = dawn::StencilOperation::Replace; in TEST_P() 598 stencilFaceDescriptor.failOp = dawn::StencilOperation::Replace; in TEST_P() 621 baseStencilFaceDescriptor.passOp = dawn::StencilOperation::Replace; in TEST_P() 633 stencilFaceDescriptor.depthFailOp = dawn::StencilOperation::Replace; in TEST_P() 655 baseStencilFaceDescriptor.passOp = dawn::StencilOperation::Replace; in TEST_P() [all …]
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_d3d_share_handle_client_buffer.txt | 61 Replace the last sentence of paragraph 1 of Section 3.5.3 with the 66 Replace the last sentence of paragraph 2 ("To bind a client API...") of 75 Replace the third paragraph of Section 3.5.3 with the following text.
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | binding_remapper.cc | 107 ctx.Replace(binding_point.group, new_group); in Run() 108 ctx.Replace(binding_point.binding, new_binding); in Run() 137 ctx.Replace(var, new_var); in Run()
|
/third_party/EGL/extensions/ANGLE/ |
D | EGL_ANGLE_d3d_share_handle_client_buffer.txt | 61 Replace the last sentence of paragraph 1 of Section 3.5.3 with the 66 Replace the last sentence of paragraph 2 ("To bind a client API...") of 75 Replace the third paragraph of Section 3.5.3 with the following text.
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_d3d_share_handle_client_buffer.txt | 61 Replace the last sentence of paragraph 1 of Section 3.5.3 with the 66 Replace the last sentence of paragraph 2 ("To bind a client API...") of 75 Replace the third paragraph of Section 3.5.3 with the following text.
|
D | ANGLE_robust_resource_initialization.txt | 65 Replace the last sentence of the first paragraph of section 6.2 76 Replace the first two sentances of the final paragraph in section 92 Replace the first sentence of the fifth paragraph in section 8.8 113 Replace the sentence in section 9.2.4 "Renderbuffer Objects"
|
/third_party/skia/third_party/externals/egl-registry/extensions/ANGLE/ |
D | EGL_ANGLE_d3d_share_handle_client_buffer.txt | 61 Replace the last sentence of paragraph 1 of Section 3.5.3 with the 66 Replace the last sentence of paragraph 2 ("To bind a client API...") of 75 Replace the third paragraph of Section 3.5.3 with the following text.
|
/third_party/ninja/src/ |
D | msvc_helper-win32.cc | 23 string Replace(const string& input, const string& find, const string& replace) { in Replace() function 37 return Replace(path, " ", "\\ "); in EscapeForDepfile()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_x11_sync_object.txt | 125 (Replace the last sentence of paragraph 8, p. 242) 133 (Replace paragraph 9 with the following, p. 242) 160 (Replace paragraph 12 with the following, p. 243) 172 (Replace the first paragraph with the following, p. 245) 185 (Replace the last sentence of the last paragraph with the following, 198 (Replace the last sentence of paragraph 4 with the following, p. 256) 208 Replace sentence 3 in the first paragraph with the following, (p. 324)
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_x11_sync_object.txt | 125 (Replace the last sentence of paragraph 8, p. 242) 133 (Replace paragraph 9 with the following, p. 242) 160 (Replace paragraph 12 with the following, p. 243) 172 (Replace the first paragraph with the following, p. 245) 185 (Replace the last sentence of the last paragraph with the following, 198 (Replace the last sentence of paragraph 4 with the following, p. 256) 208 Replace sentence 3 in the first paragraph with the following, (p. 324)
|
/third_party/skia/third_party/externals/dawn/examples/ |
D | CubeReflection.cpp | 217 depthStencil->stencilFront.passOp = wgpu::StencilOperation::Replace; in init() 218 depthStencil->stencilBack.passOp = wgpu::StencilOperation::Replace; in init() 238 depthStencil->stencilFront.passOp = wgpu::StencilOperation::Replace; in init() 239 depthStencil->stencilBack.passOp = wgpu::StencilOperation::Replace; in init()
|