/external/chromium_org/tools/json_schema_compiler/ |
D | code_test.py | 87 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({})
|
D | cc_generator.py | 242 .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({
|
D | code.py | 109 def Substitute(self, d): member in Code
|
/external/chromium_org/tools/cr/ |
D | main.py | 70 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/ |
D | config.py | 106 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/ |
D | harfbuzz-gsub-private.h | 54 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
|
D | harfbuzz-gsub.c | 211 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/ |
D | harfbuzz-gsub-private.h | 54 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
|
D | harfbuzz-gsub.c | 211 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/ |
D | gyp.py | 20 print context.Substitute('Invoking gyp with {GYP_GENERATOR_FLAGS}')
|
D | adb.py | 58 print target.Substitute('{CR_TARGET_NAME} not running')
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 245 *error = strings::Substitute( in Communicate() 437 *error = strings::Substitute( 443 *error = strings::Substitute(
|
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 242 *error = strings::Substitute( in Communicate() 432 *error = strings::Substitute( 438 *error = strings::Substitute(
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 305 return strings::Substitute( in DefaultValue() 317 return strings::Substitute( in DefaultValue()
|
/external/chromium_org/tools/grit/grit/format/ |
D | rc.py | 374 message = substituter.Substitute(message) 398 text = substituter.Substitute(text)
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-instancetype.m | 3 // Substitute the actual type for a method returning instancetype.
|
/external/chromium_org/tools/cr/cr/base/ |
D | platform.py | 61 entry = context.Substitute(entry)
|
D | host.py | 66 command = [context.Substitute(arg) for arg in command if arg]
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 319 return strings::Substitute( in DefaultValue() 332 return strings::Substitute( in DefaultValue()
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 328 return strings::Substitute( in DefaultValue() 340 return strings::Substitute( in DefaultValue()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_primitive_field.cc | 260 default_value = strings::Substitute( in SetPrimitiveVariables() 268 default_value = strings::Substitute( in SetPrimitiveVariables()
|
/external/chromium_org/tools/grit/grit/node/ |
D | structure.py | 266 text = self.substituter.Substitute(text) 267 return self.GetRoot().GetSubstituter().Substitute(text)
|
/external/protobuf/src/google/protobuf/stubs/ |
D | substitute.cc | 53 string Substitute( in Substitute() function
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | substitute.cc | 53 string Substitute( in Substitute() function
|
D | substitute.h | 140 LIBPROTOBUF_EXPORT string Substitute(
|