/external/libchrome/base/strings/ |
string_util.cc | 237 const STR& replace_with, 240 size_t replace_length = replace_with.length(); 247 output->replace(found, 1, replace_with); 256 const string16& replace_with, 258 return ReplaceCharsT(input, replace_chars.as_string(), replace_with, output); 263 const std::string& replace_with, 265 return ReplaceCharsT(input, replace_chars.as_string(), replace_with, output); 705 BasicStringPiece<StringType> replace_with, 718 str->replace(offset, find_length, replace_with.data(), replace_with.size()) [all...] |
string_util.h | 187 // |replace_with|. Each character in |replace_chars| will be replaced with 188 // the |replace_with| string. Returns true if any characters were replaced. 193 const string16& replace_with, 197 const std::string& replace_with, 375 // |find_this| with |replace_with|. 380 StringPiece16 replace_with); 385 StringPiece replace_with); 388 // instances of |find_this| with |replace_with|. 397 StringPiece16 replace_with); 402 StringPiece replace_with); [all...] |
string_util_unittest.cc | 591 const char* replace_with; member in struct:base::__anon15829 612 ASCIIToUTF16(cases[i].replace_with)); 622 const char* replace_with; member in struct:base::__anon15830 642 ASCIIToUTF16(cases[i].replace_with)); 1007 const char* replace_with; member in struct:base::TestData [all...] |
/external/libweave/third_party/chromium/base/strings/ |
string_util.cc | 108 const STR& replace_with, 111 size_t replace_length = replace_with.length(); 118 output->replace(found, 1, replace_with); 127 const std::string& replace_with, 129 return ReplaceCharsT(input, replace_chars.as_string(), replace_with, output);
|
string_util.h | 117 // |replace_with|. Each character in |replace_chars| will be replaced with 118 // the |replace_with| string. Returns true if any characters were replaced. 123 const std::string& replace_with,
|
string_util_unittest.cc | 120 const char* replace_with; member in struct:base::TestData 143 cases[i].replace_with,
|
/external/mesa3d/src/glsl/ |
opt_constant_folding.cpp | 135 param_rval->replace_with(new_param); 147 ir->replace_with(assignment);
|
opt_function_inlining.cpp | 87 ret->replace_with(new(ctx) ir_assignment(lhs, ret->value, NULL)); 358 param->replace_with(new_param);
|
lower_clip_distance.cpp | 110 ir->replace_with(this->new_clip_distance_var); 301 actual_param->replace_with(
|
ir_rvalue_visitor.cpp | 125 param->replace_with(new_param);
|
lower_discard.cpp | 160 ir->replace_with(assignment);
|
lower_vec_index_to_swizzle.cpp | 142 param->replace_with(new_param);
|
ast_function.cpp | 216 actual->replace_with(converted); 254 actual->replace_with(deref_tmp_2); 648 ir->replace_with(result); 685 node->replace_with(constant); [all...] |
lower_jumps.cpp | 341 ir->replace_with(new(ir) ir_loop_jump(ir_loop_jump::jump_break)); 368 ir->replace_with(create_lowered_break()); 641 jumps[lower]->replace_with(lowered); 677 jumps[lower]->replace_with(new(ir) ir_assignment(new (ir) ir_dereference_variable(execute_flag), new (ir) ir_constant(false), 0)); [all...] |
lower_vec_index_to_cond_assign.cpp | 260 param->replace_with(new_param);
|
list.h | 173 void replace_with(exec_node *replacement) function in struct:exec_node
|
opt_tree_grafting.cpp | 221 ir->replace_with(new_ir);
|
opt_constant_propagation.cpp | 292 param->replace_with(new_param);
|
/external/selinux/libsemanage/src/ |
genhomedircon.c | 108 const char *replace_with; member in struct:__anon23445 503 repl[i].replace_with, 0); 557 {.search_for = TEMPLATE_SEUSER,.replace_with = seuser}, 558 {.search_for = TEMPLATE_HOME_DIR,.replace_with = home}, 559 {.search_for = TEMPLATE_ROLE,.replace_with = role_prefix}, 560 {.search_for = TEMPLATE_LEVEL,.replace_with = level}, 589 {.search_for = TEMPLATE_HOME_ROOT,.replace_with = homedir}, 616 {.search_for = TEMPLATE_USER,.replace_with = user}, 617 {.search_for = TEMPLATE_ROLE,.replace_with = role_prefix}, 618 {.search_for = TEMPLATE_SEUSER,.replace_with = seuser} [all...] |
/art/compiler/optimizing/ |
instruction_simplifier.cc | 651 HInstruction* replace_with = nullptr; local 656 replace_with = GetGraph()->GetIntConstant(0); 659 replace_with = GetGraph()->GetIntConstant(1); 663 replace_with = input->InputAt(0); 669 replace_with = GetGraph()->InsertOppositeCondition(input->AsCondition(), bool_not); 672 if (replace_with != nullptr) { 673 bool_not->ReplaceWith(replace_with); 680 HInstruction* replace_with = nullptr; local 697 replace_with = true_value; 701 replace_with = true_value [all...] |
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/ |
_html5lib.py | 152 old_element.replace_with(new_element) 211 old_node.replace_with(new_str)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_cse.cpp | 140 inst->replace_with(copy);
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/ |
element.py | 205 def replace_with(self, replace_with): member in class:PageElement 206 if replace_with is self: 208 if replace_with is self.parent: 213 old_parent.insert(my_index, replace_with) 215 replaceWith = replace_with # BS3 228 me = self.replace_with(wrap_inside) [all...] |
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/ |
test_tree.py | 766 new_a = a.replace_with(soup.c) 780 soup.c.replace_with(c) 786 self.assertRaises(ValueError, soup.b.replace_with, soup.a) 810 soup.find(text="Argh!").replace_with("Hooray!") [all...] |
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/ |
index.rst | 453 another, using :ref:`replace_with`:: 455 tag.string.replace_with("No longer bold") 523 comment.replace_with(cdata) [all...] |