Searched refs:replace_with (Results 1 – 16 of 16) sorted by relevance
/external/chromium/base/ |
D | string_util.cc | 712 const StringType& replace_with, in DoReplaceSubstringsAfterOffset() argument 720 str->replace(offs, find_this.length(), replace_with); in DoReplaceSubstringsAfterOffset() 721 offs += replace_with.length(); in DoReplaceSubstringsAfterOffset() 731 const string16& replace_with) { in ReplaceFirstSubstringAfterOffset() argument 732 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with, in ReplaceFirstSubstringAfterOffset() 739 const std::string& replace_with) { in ReplaceFirstSubstringAfterOffset() argument 740 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with, in ReplaceFirstSubstringAfterOffset() 747 const string16& replace_with) { in ReplaceSubstringsAfterOffset() argument 748 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with, in ReplaceSubstringsAfterOffset() 755 const std::string& replace_with) { in ReplaceSubstringsAfterOffset() argument [all …]
|
D | string_util.h | 448 const string16& replace_with); 453 const std::string& replace_with); 464 const string16& replace_with); 468 const std::string& replace_with);
|
D | string_util_unittest.cc | 564 const char* replace_with; in TEST() member 585 ASCIIToUTF16(cases[i].replace_with)); in TEST() 595 const char* replace_with; in TEST() member 615 ASCIIToUTF16(cases[i].replace_with)); in TEST()
|
/external/mesa3d/src/glsl/ |
D | opt_discard_simplification.cpp | 132 ir->replace_with(then_discard); in visit_enter() 157 ir->replace_with(discard); in visit_enter()
|
D | ir_if_return.cpp | 118 then_return->replace_with(assign); in move_returns_after_block() 122 else_return->replace_with(assign); in move_returns_after_block()
|
D | lower_discard.cpp | 160 ir->replace_with(assignment); in replace_discard()
|
D | opt_constant_folding.cpp | 130 param_rval->replace_with(new_param); in visit_enter()
|
D | ir_rvalue_visitor.cpp | 123 param->replace_with(new_param); in visit_leave()
|
D | opt_function_inlining.cpp | 99 ret->replace_with(new(ctx) ir_assignment(lhs, ret->value, NULL)); in replace_return_with_assignment() 410 param->replace_with(new_param); in visit_leave()
|
D | lower_vec_index_to_swizzle.cpp | 124 param->replace_with(new_param); in visit_enter()
|
D | ast_function.cpp | 159 actual->replace_with(converted); in match_function_by_name() 419 ir->replace_with(result); in process_array_constructor() 456 node->replace_with(constant); in constant_record_constructor() 1168 ir->replace_with(result); in hir() 1218 node->replace_with(ir); in hir()
|
D | lower_jumps.cpp | 384 jumps[lower]->replace_with(lowered); in visit() 403 …jumps[lower]->replace_with(new(ir) ir_assignment(new (ir) ir_dereference_variable(execute_flag), n… in visit()
|
D | lower_vec_index_to_cond_assign.cpp | 225 param->replace_with(new_param); in visit_enter()
|
D | opt_tree_grafting.cpp | 202 ir->replace_with(new_ir); in visit_enter()
|
D | list.h | 177 void replace_with(exec_node *replacement) in replace_with() function
|
D | opt_constant_propagation.cpp | 258 param->replace_with(new_param); in visit_enter()
|