Searched refs:Substitute (Results 26 - 50 of 52) sorted by relevance

123

/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.cpp162 *vglyphnum = tbl2->Substitute[index];
416 rec->Substitute = new TT_uint16_t[rec->GlyphCount];
418 rec->Substitute[i] = GetUInt16(sp);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-arabic-win1256.hh143 OT_UARRAY(Name##Substitute, OT_LIST(ToGlyphs)) \
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc234 return strings::Substitute("$0: $1, $2, $3, $4\n",
H A Dcommand_line_interface.cc499 string magic_string = strings::Substitute(
1256 *error = strings::Substitute("$0: $1", plugin_name, communicate_error);
1280 *error = strings::Substitute(
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc290 return strings::Substitute(
/external/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc203 return strings::Substitute("$0: $1, $2, $3\n",
H A Dcommand_line_interface.cc480 string magic_string = strings::Substitute(
1168 *error = strings::Substitute("$0: $1", plugin_name, communicate_error);
1192 *error = strings::Substitute(
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dquantize_mmx.asm263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
/external/chromium_org/tools/json_schema_compiler/
H A Ddart_generator.py175 .Substitute({
455 .Substitute({
H A Dh_generator.py280 return c.Substitute({'classname': classname})
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_mmx.asm263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_primitive_field.cc213 (*variables)["default_constant_value"] = strings::Substitute(
229 (*variables)["default_constant_value"] = strings::Substitute(
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc323 return strings::Substitute(
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc84 strings::Substitute("$0 $1:$2: $3",
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc84 strings::Substitute("$0 $1:$2: $3",
/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
/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/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/fonttools/Lib/fontTools/
H A Dsubset.py116 _set_update(s.glyphs, *(self.Sequence[i].Substitute for i in indices))
124 if all(sub in s.glyphs for sub in seq.Substitute)]
172 s.glyphs.update(self.Substitute[i] for i in indices)
180 self.Substitute = [self.Substitute[i] for i in indices]
182 indices = [i for i,sub in enumerate(self.Substitute)
184 self.Substitute = [self.Substitute[i] for i in indices]
186 self.GlyphCount = len(self.Substitute)
/external/fonttools/Tools/fontTools/
H A Dsubset.py116 _set_update(s.glyphs, *(self.Sequence[i].Substitute for i in indices))
124 if all(sub in s.glyphs for sub in seq.Substitute)]
172 s.glyphs.update(self.Substitute[i] for i in indices)
180 self.Substitute = [self.Substitute[i] for i in indices]
182 indices = [i for i,sub in enumerate(self.Substitute)
184 self.Substitute = [self.Substitute[i] for i in indices]
186 self.GlyphCount = len(self.Substitute)
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc316 builder_type = strings::Substitute(
326 builder_type = strings::Substitute(
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc3291 strings::Substitute(
3307 strings::Substitute("Extension range $0 to $1 overlaps with "
3507 strings::Substitute("Field numbers cannot be greater than $0.",
3512 strings::Substitute(
3808 strings::Substitute("\"$0\" does not declare $1 as an "
3922 strings::Substitute("Extension number $0 has already been used "
3930 strings::Substitute("Field number $0 has already been used in "
4067 strings::Substitute("Extension numbers cannot be greater than $0.",
H A Dtext_format_unittest.cc373 string parse_string = strings::Substitute("optional_nested_enum: $0",
382 string parse_string = strings::Substitute("sparse_enum: $0",
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2903 strings::Substitute(
2919 strings::Substitute("Extension range $0 to $1 overlaps with "
3111 strings::Substitute("Field numbers cannot be greater than $0.",
3116 strings::Substitute(
3167 strings::Substitute("Extension numbers cannot be greater than $0.",
3414 strings::Substitute("\"$0\" does not declare $1 as an "
3528 strings::Substitute("Extension number $0 has already been used "
3536 strings::Substitute("Field number $0 has already been used in "
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc765 return strings::Substitute(

Completed in 1469 milliseconds

123