Searched refs:Substitute (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/tools/cr/cr/actions/
H A Dgyp.py29 print cr.context.Substitute('GYP_DEFINES = {GYP_DEFINES}')
33 print cr.context.Substitute('Invoking gyp with {GYP_GENERATOR_FLAGS}')
H A Dadb.py60 print target.Substitute('{CR_TARGET_NAME} not running')
/external/chromium_org/tools/cr/
H A Dmain.py71 print cr.context.Substitute('No command specified.')
76 print cr.context.Substitute(
79 print cr.context.Substitute(
83 print cr.context.Substitute(
89 print cr.context.Substitute(
/external/chromium_org/tools/json_schema_compiler/
H A Dcode_test.py87 c.Substitute({'var1': 'one', 'var2': 'two'})
91 c.Substitute({'var1': 'one', 'var2': 'two', 'var3': 'three'})
102 self.assertRaises(TypeError, c.Substitute, ('var1', 'one'))
105 self.assertRaises(TypeError, c.Substitute, {'var1': 'one'})
108 self.assertRaises(TypeError, c.Substitute, {'var1': 'one'})
111 self.assertRaises(KeyError, c.Substitute, {'clearlynotvar1': 'one'})
155 c.Substitute({})
H A Dcode.py22 code.Substitute().
94 Unaffected by code.Substitute().
109 def Substitute(self, d): member in class:Code
H A Dcc_generator.py264 .Substitute({'namespace': cpp_namespace, 'name': classname}))
305 c.Substitute({
594 .Substitute({
641 c.Substitute({'value_var': value_var, 'i': i, 'key': param.name})
833 return Code().Sblock('{').Concat(c.Substitute({
910 .Substitute({'src_var': src_var, 'key': type_.name})
1013 c.Substitute({
/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/cr/cr/base/
H A Dplatform.py61 entry = base.Substitute(entry)
H A Dclient.py122 gclient_file = cr.context.Substitute(
139 gclient_file = cr.context.Substitute(
H A Dhost.py77 command = [cr.context.Substitute(arg) for arg in command if arg]
176 paths = [cr.context.Substitute(path) for path in paths if path]
/external/chromium_org/v8/src/arm64/
H A Ddisasm-arm64.h35 void Substitute(Instruction* instr, const char* string);
/external/vixl/src/a64/
H A Ddisasm-a64.h54 void Substitute(Instruction* instr, const char* string);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc245 *error = strings::Substitute(
437 *error = strings::Substitute(
443 *error = strings::Substitute(
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc242 *error = strings::Substitute(
432 *error = strings::Substitute(
438 *error = strings::Substitute(
/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: \""
H A Dsubstitute.h46 // strings::Substitute()
52 // return strings::Substitute("My name is $0 $1 and I am $2 years old.",
73 // SubstituteAndAppend() is like Substitute() but appends the result to
81 // Substitute() is significantly faster than StringPrintf(). For very
140 LIBPROTOBUF_EXPORT string 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/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: \""
H A Dsubstitute.h46 // strings::Substitute()
52 // return strings::Substitute("My name is $0 $1 and I am $2 years old.",
73 // SubstituteAndAppend() is like Substitute() but appends the result to
81 // Substitute() is significantly faster than StringPrintf(). For very
140 LIBPROTOBUF_EXPORT string Substitute(
/external/chromium_org/tools/grit/grit/format/
H A Drc.py374 message = substituter.Substitute(message)
398 text = substituter.Substitute(text)
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc305 return strings::Substitute(
317 return strings::Substitute(
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc319 return strings::Substitute(
332 return strings::Substitute(
/external/chromium_org/tools/cr/cr/commands/
H A Dinit.py104 print cr.context.Substitute('Path {CR_SRC} is not a valid client')
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc328 return strings::Substitute(
340 return strings::Substitute(
/external/chromium_org/tools/grit/grit/node/
H A Dstructure.py266 text = self.substituter.Substitute(text)
267 return self.GetRoot().GetSubstituter().Substitute(text)

Completed in 434 milliseconds

123