Searched defs:replace_with (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlist.h173 void replace_with(exec_node *replacement) function in struct:exec_node
/external/mesa3d/src/glsl/
H A Dlist.h173 void replace_with(exec_node *replacement) function in struct:exec_node
/external/chromium/base/
H A Dstring_util_unittest.cc564 const char* replace_with; member in struct:base::__anon1776
585 ASCIIToUTF16(cases[i].replace_with));
595 const char* replace_with; member in struct:base::__anon1777
615 ASCIIToUTF16(cases[i].replace_with));
H A Dstring_util.cc712 const StringType& replace_with,
720 str->replace(offs, find_this.length(), replace_with);
721 offs += replace_with.length();
731 const string16& replace_with) {
732 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
739 const std::string& replace_with) {
740 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
747 const string16& replace_with) {
748 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
755 const std::string& replace_with) {
709 DoReplaceSubstringsAfterOffset(StringType* str, typename StringType::size_type start_offset, const StringType& find_this, const StringType& replace_with, bool replace_all) argument
728 ReplaceFirstSubstringAfterOffset(string16* str, string16::size_type start_offset, const string16& find_this, const string16& replace_with) argument
736 ReplaceFirstSubstringAfterOffset(std::string* str, std::string::size_type start_offset, const std::string& find_this, const std::string& replace_with) argument
744 ReplaceSubstringsAfterOffset(string16* str, string16::size_type start_offset, const string16& find_this, const string16& replace_with) argument
752 ReplaceSubstringsAfterOffset(std::string* str, std::string::size_type start_offset, const std::string& find_this, const std::string& replace_with) argument
[all...]
/external/chromium_org/base/strings/
H A Dstring_util_unittest.cc535 const char* replace_with; member in struct:base::__anon3910
556 ASCIIToUTF16(cases[i].replace_with));
566 const char* replace_with; member in struct:base::__anon3911
586 ASCIIToUTF16(cases[i].replace_with));
1113 const char* replace_with; member in struct:base::TestData
1136 cases[i].replace_with,
H A Dstring_util.cc121 const STR& replace_with,
124 size_t replace_length = replace_with.length();
131 output->replace(found, 1, replace_with);
140 const string16& replace_with,
142 return ReplaceCharsT(input, replace_chars, replace_with, output);
147 const std::string& replace_with,
149 return ReplaceCharsT(input, replace_chars, replace_with, output);
607 const StringType& replace_with,
615 str->replace(offs, find_this.length(), replace_with);
616 offs += replace_with
119 ReplaceCharsT(const STR& input, const typename STR::value_type replace_chars[], const STR& replace_with, STR* output) argument
138 ReplaceChars(const string16& input, const char16 replace_chars[], const string16& replace_with, string16* output) argument
145 ReplaceChars(const std::string& input, const char replace_chars[], const std::string& replace_with, std::string* output) argument
604 DoReplaceSubstringsAfterOffset(StringType* str, typename StringType::size_type start_offset, const StringType& find_this, const StringType& replace_with, bool replace_all) argument
623 ReplaceFirstSubstringAfterOffset(string16* str, string16::size_type start_offset, const string16& find_this, const string16& replace_with) argument
631 ReplaceFirstSubstringAfterOffset(std::string* str, std::string::size_type start_offset, const std::string& find_this, const std::string& replace_with) argument
639 ReplaceSubstringsAfterOffset(string16* str, string16::size_type start_offset, const string16& find_this, const string16& replace_with) argument
647 ReplaceSubstringsAfterOffset(std::string* str, std::string::size_type start_offset, const std::string& find_this, const std::string& replace_with) argument
[all...]
/external/chromium_org/v8/src/
H A Dobjects.cc10218 Object* replace_with) {
10228 info->set_target_object(replace_with);
10250 void Code::ReplaceFirstMap(Map* replace_with) { argument
10251 ReplaceNthObject(1, GetHeap()->meta_map(), replace_with);
10296 void Code::ReplaceNthCell(int n, Cell* replace_with) { argument
10303 info->set_target_cell(replace_with);
10216 ReplaceNthObject(int n, Map* match_map, Object* replace_with) argument

Completed in 168 milliseconds