Home
last modified time | relevance | path

Searched refs:replace_with (Results 1 – 25 of 25) sorted by relevance

/external/libchrome/base/strings/
Dstring_util.cc251 BasicStringPiece<StringType> replace_with,
256 const string16& replace_with, in ReplaceChars() argument
258 return ReplaceCharsT(input, replace_chars, StringPiece16(replace_with), in ReplaceChars()
264 const std::string& replace_with, in ReplaceChars() argument
266 return ReplaceCharsT(input, replace_chars, StringPiece(replace_with), output); in ReplaceChars()
729 BasicStringPiece<StringType> replace_with, in DoReplaceMatchesAfterOffset() argument
744 const size_t replace_length = replace_with.length(); in DoReplaceMatchesAfterOffset()
746 str->replace(first_match, find_length, replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset()
756 CharTraits::copy(buffer + offset, replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset()
801 str->append(replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset()
[all …]
Dstring_util.h190 const string16& replace_with,
194 const std::string& replace_with,
382 StringPiece16 replace_with);
387 StringPiece replace_with);
399 StringPiece16 replace_with);
404 StringPiece replace_with);
Dstring_util_unittest.cc591 StringPiece replace_with; in TEST() member
630 ASCIIToUTF16(scenario.replace_with)); in TEST()
639 scenario.find_this, scenario.replace_with); in TEST()
650 scenario.find_this, scenario.replace_with); in TEST()
660 const char* replace_with; in TEST() member
680 ASCIIToUTF16(cases[i].replace_with)); in TEST()
1209 const char* replace_with; in TEST() member
1247 scenario.replace_with, &output); in TEST()
1257 scenario.replace_with, &input_output); in TEST()
1269 scenario.replace_with, &input_output); in TEST()
/external/googletest/googletest/scripts/
Drelease_docs.py115 self.replace_with = r'\1%s\2\3' % (self.version_prefix,)
144 new_text = self.search_for_re.sub(self.replace_with, text)
/external/selinux/libsemanage/src/
Dgenhomedircon.c118 const char *replace_with; member
524 repl[i].replace_with, retval, 0); in replace_all()
685 {.search_for = TEMPLATE_HOME_DIR,.replace_with = user->home}, in write_home_dir_context()
686 {.search_for = TEMPLATE_ROLE,.replace_with = user->prefix}, in write_home_dir_context()
705 {.search_for = TEMPLATE_HOME_ROOT,.replace_with = homedir}, in write_home_root_context()
717 {.search_for = TEMPLATE_USERNAME,.replace_with = user->name}, in write_username_context()
718 {.search_for = TEMPLATE_USERID,.replace_with = user->uid}, in write_username_context()
719 {.search_for = TEMPLATE_ROLE,.replace_with = user->prefix}, in write_username_context()
730 {.search_for = TEMPLATE_USER,.replace_with = user->name}, in write_user_context()
731 {.search_for = TEMPLATE_ROLE,.replace_with = user->prefix}, in write_user_context()
/external/mesa3d/src/compiler/glsl/
Dopt_constant_folding.cpp187 param_rval->replace_with(new_param); in visit_enter()
198 ir->replace_with(assignment); in visit_enter()
Dlower_tess_level.cpp127 ir->replace_with(new_tess_level_outer_var); in visit()
144 ir->replace_with(new_tess_level_inner_var); in visit()
409 actual_param->replace_with( in visit_leave()
Dlower_jumps.cpp348 ir->replace_with(new(ir) ir_loop_jump(ir_loop_jump::jump_break)); in lower_return_unconditionally()
374 ir->replace_with(create_lowered_break()); in lower_break_unconditionally()
647 jumps[lower]->replace_with(lowered); in visit()
683 …jumps[lower]->replace_with(new(ir) ir_assignment(new (ir) ir_dereference_variable(execute_flag), n… in visit()
Dopt_dead_builtin_varyings.cpp412 var->replace_with(this->new_color[i]); in visit()
416 var->replace_with(this->new_backcolor[i]); in visit()
421 var->replace_with(this->new_fog); in visit()
Dopt_conditional_discard.cpp83 ir->replace_with(discard); in visit_leave()
Dopt_function_inlining.cpp92 ret->replace_with(new(ctx) ir_assignment(lhs, ret->value)); in replace_return_with_assignment()
416 param->replace_with(new_param); in visit_leave()
Dlower_discard.cpp163 ir->replace_with(assignment); in replace_discard()
Dlower_vec_index_to_cond_assign.cpp208 param->replace_with(new_param); in visit_enter()
Dlower_distance.cpp206 ir->replace_with(*new_var); in visit()
555 actual_param->replace_with( in visit_leave()
Dir_rvalue_visitor.cpp133 param->replace_with(new_param); in rvalue_visit()
Dlist.h97 void replace_with(exec_node *replacement);
241 inline void exec_node::replace_with(exec_node *replacement) in replace_with() function
Dopt_tree_grafting.cpp221 ir->replace_with(new_ir); in visit_enter()
Dast_function.cpp414 actual->replace_with(deref_tmp_2); in fix_parameter()
469 actual->replace_with(converted); in generate_call()
1013 from->replace_with(result); in implicitly_convert_component()
2249 ir->replace_with(result); in hir()
Dopt_constant_propagation.cpp343 param->replace_with(new_param); in visit_enter()
Dlower_shared_reference.cpp472 base_ir->replace_with(new_ir); in visit_enter()
Dlower_ubo_reference.cpp1101 base_ir->replace_with(new_ir); in visit_enter()
/external/chromium-trace/catapult/devil/devil/android/tools/
Dsystem_app.py190 with ReplaceSystemApp(device, args.package, args.replace_with):
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_parser.cpp761 c->replace_with(rep); in prepare_ir()
768 c->replace_with(dep); in prepare_ir()
Dsb_ir.cpp232 void node::replace_with(node* n) { in replace_with() function in r600_sb::node
Dsb_ir.h784 void replace_with(node *n);