/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/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/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/libphonenumber/cpp/src/phonenumbers/ |
D | regexp_adapter.h | 170 virtual bool Replace(string* string_to_process, 175 inline bool Replace(string* string_to_process, in Replace() function 177 return Replace(string_to_process, false, replacement_string); in Replace() 182 return Replace(string_to_process, true, replacement_string); in GlobalReplace()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | regexp_adapter_test.cc | 253 ASSERT_TRUE(context.single_digit->Replace(&input, "+")) in TEST_F() 257 ASSERT_TRUE(context.single_digit->Replace(&input, "+")) in TEST_F() 263 ASSERT_FALSE(single_letter->Replace(&input, "+")) << ErrorMessage(context); in TEST_F() 276 ASSERT_TRUE(context.two_digit_groups->Replace(&input, "$2")) in TEST_F() 281 ASSERT_TRUE(context.two_digit_groups->Replace(&input, "$1")) in TEST_F() 286 ASSERT_TRUE(context.two_digit_groups->Replace(&input, "$2")) in TEST_F() 291 ASSERT_TRUE(context.two_digit_groups->Replace(&input, "$1 $2")) in TEST_F() 304 ASSERT_TRUE(context.two_digit_groups->Replace(&input, "\\$1 \\$2")) in TEST_F()
|
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/ |
D | redundant_op_remove_pass.cc | 69 manager->Replace(cnode, must_monad); in ProcessInputIsMonad() 71 manager->Replace(cnode, not_must_monad); in ProcessInputIsMonad() 111 manager->Replace(cnode, depend_node); in ProcessDependencyWithTwoNodes() 128 manager->Replace(cnode->input(0)->cast<CNodePtr>()->input(0), make_tuple_prim); in ProcessInputHaveDependency() 131 manager->Replace(cnode->input(0), make_tuple_prim); in ProcessInputHaveDependency() 167 bool replace_succ = manager->Replace(anf_node, cnode->input(1)); in ReplaceOp() 219 bool replace_succ = manager->Replace(anf_node, get_item_input_cnode->input(index + 1)); in ReplaceTupleGetItem() 242 manager->Replace(anf_node, cnode->input(1)); in RemoveDropoutOp() 261 manager->Replace(node, cnode->input(1)); in RemoveDropoutOp()
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | updatestate_eliminate.cc | 156 mgr->Replace(depend, depend_input); in EliminateUpdateStateWithDepend() 164 mgr->Replace(depend, new_depend); in EliminateUpdateStateWithDepend() 284 mgr->Replace(us, us->input(kInputIndex)); in EliminateUselessNodesForUpdateStates() 318 mgr->Replace(depend_cnode, depend_cnode->input(kInputIndex)); in EliminateUselessNodesForUpdateStates() 365 mgr->Replace(load_attach, input_monad); in EliminateUpdateStateForLoads() 415 mgr->Replace(u2, u1); in EliminateUpdateStateBetweenAssigns() 450 (void)manager->Replace(ref_node, parameter); in EliminateLoadBeforeAssigns() 508 mgr->Replace(u3, u1); in EliminateUpdateStateBetweenAssignMakeTuple() 513 mgr->Replace(make_tuple, new_make_tuple); in EliminateUpdateStateBetweenAssignMakeTuple() 582 mgr->Replace(u2, u1); in EliminateUpdateStateBetweenMakeTupleAssign() [all …]
|
/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/boost/libs/hana/include/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/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/ltp/scripts/coccinelle/ |
D | libltp-test-macro.cocci | 40 // Replace TEST in all functions where it occurs only at the start. It 64 // Replace TEST in all functions where it occurs at the start 100 // Replace any remaining occurrences of TEST
|
/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/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/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.
|
/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/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/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/mesa3d/docs/_extra/specs/ |
D | MESA_configless_context.spec | 64 Replace the last sentence of the 6th paragraph with: 75 Replace the paragraph starting "If config is not a valid EGLConfig..." 98 Replace the first bullet point with the following:
|
/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/openGLES/extensions/NV/ |
D | NV_non_square_matrices.txt | 86 Replace the first sentence of the third paragraph with 101 Replace the last sentence of the 4th paragraph on page 33: 108 Replace the last sentence on page 36: 172 Replace the text under this section with 196 Replace the sixth sentence with: 204 Replace the last paragraph with:
|