Home
last modified time | relevance | path

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

1234

/external/chromium_org/tools/json_schema_compiler/
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({})
Dcc_generator.py242 .Substitute({'namespace': cpp_namespace, 'name': classname}))
283 c.Substitute({
513 .Substitute({
556 c.Substitute({'value_var': value_var, 'i': i, 'key': param.name})
724 return c.Eblock('}').Substitute({
793 .Substitute({'src_var': src_var, 'key': type_.name})
888 c.Substitute({
Dcode.py109 def Substitute(self, d): member in Code
/external/chromium_org/tools/cr/
Dmain.py70 print context.Substitute('No command specified.')
75 print context.Substitute(
78 print context.Substitute(
82 print context.Substitute(
88 print context.Substitute(
/external/chromium_org/tools/cr/cr/
Dconfig.py106 return context.Substitute(value)
121 return context.Substitute(value)
123 return context.Substitute(alternate)
137 def Substitute(self, value): member in Config
158 value = self.Substitute(value)
/external/harfbuzz/src/
Dharfbuzz-gsub-private.h54 HB_UShort* Substitute; /* array of substitute glyph IDs */ member
81 HB_UShort* Substitute; /* string of glyph IDs to member
441 HB_UShort* Substitute; /* array of substitute Glyph ID */ member
Dharfbuzz-gsub.c211 ss->ssf.ssf2.Substitute = NULL; in Load_SingleSubst()
213 if ( ALLOC_ARRAY( ss->ssf.ssf2.Substitute, count, HB_UShort ) ) in Load_SingleSubst()
216 s = ss->ssf.ssf2.Substitute; in Load_SingleSubst()
253 FREE( ss->ssf.ssf2.Substitute ); in Free_SingleSubst()
299 value = ss->ssf.ssf2.Substitute[index]; in Lookup_SingleSubst()
341 s->Substitute = NULL; in Load_Sequence()
345 if ( ALLOC_ARRAY( s->Substitute, count, HB_UShort ) ) in Load_Sequence()
348 sub = s->Substitute; in Load_Sequence()
368 FREE( s->Substitute ); in Free_Sequence()
498 s = ms->Sequence[index].Substitute; in Lookup_MultipleSubst()
[all …]
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-gsub-private.h54 HB_UShort* Substitute; /* array of substitute glyph IDs */ member
81 HB_UShort* Substitute; /* string of glyph IDs to member
441 HB_UShort* Substitute; /* array of substitute Glyph ID */ member
Dharfbuzz-gsub.c211 ss->ssf.ssf2.Substitute = NULL; in Load_SingleSubst()
213 if ( ALLOC_ARRAY( ss->ssf.ssf2.Substitute, count, HB_UShort ) ) in Load_SingleSubst()
216 s = ss->ssf.ssf2.Substitute; in Load_SingleSubst()
253 FREE( ss->ssf.ssf2.Substitute ); in Free_SingleSubst()
299 value = ss->ssf.ssf2.Substitute[index]; in Lookup_SingleSubst()
341 s->Substitute = NULL; in Load_Sequence()
345 if ( ALLOC_ARRAY( s->Substitute, count, HB_UShort ) ) in Load_Sequence()
348 sub = s->Substitute; in Load_Sequence()
368 FREE( s->Substitute ); in Free_Sequence()
498 s = ms->Sequence[index].Substitute; in Lookup_MultipleSubst()
[all …]
/external/chromium_org/tools/cr/cr/actions/
Dgyp.py20 print context.Substitute('Invoking gyp with {GYP_GENERATOR_FLAGS}')
Dadb.py58 print target.Substitute('{CR_TARGET_NAME} not running')
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc245 *error = strings::Substitute( in Communicate()
437 *error = strings::Substitute(
443 *error = strings::Substitute(
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc242 *error = strings::Substitute( in Communicate()
432 *error = strings::Substitute(
438 *error = strings::Substitute(
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc305 return strings::Substitute( in DefaultValue()
317 return strings::Substitute( in DefaultValue()
/external/chromium_org/tools/grit/grit/format/
Drc.py374 message = substituter.Substitute(message)
398 text = substituter.Substitute(text)
/external/clang/test/CodeGenObjC/
Ddebug-info-instancetype.m3 // Substitute the actual type for a method returning instancetype.
/external/chromium_org/tools/cr/cr/base/
Dplatform.py61 entry = context.Substitute(entry)
Dhost.py66 command = [context.Substitute(arg) for arg in command if arg]
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc319 return strings::Substitute( in DefaultValue()
332 return strings::Substitute( in DefaultValue()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc328 return strings::Substitute( in DefaultValue()
340 return strings::Substitute( in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc260 default_value = strings::Substitute( in SetPrimitiveVariables()
268 default_value = strings::Substitute( in SetPrimitiveVariables()
/external/chromium_org/tools/grit/grit/node/
Dstructure.py266 text = self.substituter.Substitute(text)
267 return self.GetRoot().GetSubstituter().Substitute(text)
/external/protobuf/src/google/protobuf/stubs/
Dsubstitute.cc53 string Substitute( in Substitute() function
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
Dsubstitute.cc53 string Substitute( in Substitute() function
Dsubstitute.h140 LIBPROTOBUF_EXPORT string Substitute(

1234