Searched defs:Substitute (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/
H A Dcode.py22 code.Substitute().
94 Unaffected by code.Substitute().
109 def Substitute(self, d): member in class:Code
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc44 // to Substitute().
53 string Substitute( function in namespace:google::protobuf::strings
85 << "strings::Substitute format string invalid: asked for \"$"
98 << "Invalid strings::Substitute() format string: \""
/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc44 // to Substitute().
53 string Substitute( function in namespace:google::protobuf::strings
85 << "strings::Substitute format string invalid: asked for \"$"
98 << "Invalid strings::Substitute() format string: \""
/external/chromium_org/tools/cr/cr/
H A Dconfig.py106 return base.Substitute(value)
121 return base.Substitute(value)
123 return base.Substitute(alternate)
137 def Substitute(self, value): member in class:Config
158 value = self.Substitute(value)
/external/chromium_org/tools/grit/grit/
H A Dutil.py554 def Substitute(self, text): member in class:Substituter
555 '''Substitute the variable values in the given text.
568 '''Utility function for Substitute.
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.h294 TT_uint16_t *Substitute; member in struct:CFX_CTTGSUBTable::TSingleSubstFormat2
295 TSingleSubstFormat2(): Coverage(NULL), GlyphCount(0), Substitute(NULL)
304 if(Substitute) {
305 delete[] Substitute;
/external/vixl/src/a64/
H A Ddisasm-a64.cc1257 Substitute(instr, mnemonic);
1260 Substitute(instr, format);
1267 void Disassembler::Substitute(Instruction* instr, const char* string) { function in class:vixl::Disassembler
/external/chromium_org/v8/src/arm64/
H A Ddisasm-arm64.cc1251 Substitute(instr, mnemonic);
1254 Substitute(instr, format);
1261 void Disassembler::Substitute(Instruction* instr, const char* string) { function in class:v8::internal::Disassembler

Completed in 301 milliseconds