Home
last modified time | relevance | path

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

12345678

/external/vixl/src/vixl/a64/
Ddisasm-a64.cc1550 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEON2RegMisc()
1557 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON2RegMisc()
1634 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON3Same()
1703 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEON3Different()
1742 Format(instr, mnemonic, nfd.Substitute(form, in VisitNEONAcrossLanes()
1786 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEONByIndexedElement()
1789 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONByIndexedElement()
1792 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONByIndexedElement()
1843 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONCopy()
1855 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONExtract()
[all …]
Ddisasm-a64.h111 void Substitute(const Instruction* instr, const char* string);
Dinstructions-a64.h549 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder); in SubstitutePlaceholders()
554 const char* Substitute(const char* string,
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.h296 TT_uint16_t *Substitute; member
297 TSingleSubstFormat2(): Coverage(NULL), GlyphCount(0), Substitute(NULL) in TSingleSubstFormat2()
306 if(Substitute) { in ~TSingleSubstFormat2()
307 delete[] Substitute; in ~TSingleSubstFormat2()
Dttgsubtable.cpp162 *vglyphnum = tbl2->Substitute[index]; in GetVerticalGlyphSub2()
416 rec->Substitute = new TT_uint16_t[rec->GlyphCount]; in ParseSingleSubstFormat2()
418 rec->Substitute[i] = GetUInt16(sp); in ParseSingleSubstFormat2()
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc245 *error = strings::Substitute( in Communicate()
437 *error = strings::Substitute(
443 *error = strings::Substitute(
Dmock_code_generator.cc233 return strings::Substitute("$0: $1, $2, $3, $4\n", in GetOutputFileContent()
Dcommand_line_interface.cc516 string magic_string = strings::Substitute( in ~MemoryOutputStream()
1315 *error = strings::Substitute("$0: $1", plugin_name, communicate_error); in GeneratePluginOutput()
1339 *error = strings::Substitute( in GeneratePluginOutput()
/external/clang/test/CodeGenObjC/
Ddebug-info-instancetype.m3 // Substitute the actual type for a method returning instancetype.
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc319 return strings::Substitute( in DefaultValue()
332 return strings::Substitute( in DefaultValue()
/external/v8/src/arm64/
Ddisasm-arm64.h35 void Substitute(Instruction* instr, const char* string);
Ddisasm-arm64.cc1251 Substitute(instr, mnemonic); in Format()
1254 Substitute(instr, format); in Format()
1261 void Disassembler::Substitute(Instruction* instr, const char* string) { in Substitute() function in v8::internal::Disassembler
/external/protobuf/src/google/protobuf/stubs/
Dsubstitute.cc53 string Substitute( in Substitute() function
Dsubstitute.h140 LIBPROTOBUF_EXPORT string Substitute(
Dcommon_unittest.cc84 strings::Substitute("$0 $1:$2: $3", in CaptureLog()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc412 return strings::Substitute( in DefaultValue()
424 return strings::Substitute( in DefaultValue()
Djava_message.cc282 builder_type = strings::Substitute( in Generate()
295 builder_type = strings::Substitute( in Generate()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc213 (*variables)["default_constant_value"] = strings::Substitute( in SetPrimitiveVariables()
229 (*variables)["default_constant_value"] = strings::Substitute( in SetPrimitiveVariables()
/external/fonttools/Lib/fontTools/
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/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-win1256.hh143 OT_UARRAY(Name##Substitute, OT_LIST(ToGlyphs)) \
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc327 return strings::Substitute( in DefaultValue()
/external/libvpx/libvpx/vp8/encoder/x86/
Dquantize_mmx.asm263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
/external/protobuf/src/google/protobuf/
Ddescriptor.cc3567 strings::Substitute( in BuildMessage()
3583 strings::Substitute("Extension range $0 to $1 overlaps with " in BuildMessage()
3797 strings::Substitute("Field numbers cannot be greater than $0.", in BuildFieldOrExtension()
3802 strings::Substitute( in BuildFieldOrExtension()
3841 strings::Substitute("FieldDescriptorProto.oneof_index $0 is " in BuildFieldOrExtension()
4190 strings::Substitute("\"$0\" does not declare $1 as an " in CrossLinkField()
4333 strings::Substitute("Extension number $0 has already been used " in CrossLinkField()
4341 strings::Substitute("Field number $0 has already been used in " in CrossLinkField()
4352 string error_msg = strings::Substitute( in CrossLinkField()
4494 strings::Substitute("Extension numbers cannot be greater than $0.", in ValidateMessageOptions()
Ddescriptor_unittest.cc4494 return strings::Substitute( in EmbedAggregateValue()
5191 using strings::Substitute; in PopulateFile()
5194 output->set_name(Substitute("file$0.proto", file_num)); in PopulateFile()
5198 message->set_name(Substitute("Message$0", file_num)); in PopulateFile()
5200 output->add_dependency(Substitute("file$0.proto", i)); in PopulateFile()
5202 field->set_name(Substitute("field$0", i)); in PopulateFile()
5206 field->set_type_name(Substitute("Message$0", i)); in PopulateFile()
5326 return strings::Substitute("$0:$1-$2:$3", in PrintSourceLocation()
Dtext_format_unittest.cc547 string parse_string = strings::Substitute("optional_nested_enum: $0", in TEST_F()
556 string parse_string = strings::Substitute("sparse_enum: $0", in TEST_F()

12345678