/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 2149 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEON2RegMisc() 2156 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON2RegMisc() 2249 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON3Same() 2355 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEON3Different() 2419 nfd.Substitute(form, in VisitNEONAcrossLanes() 2512 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEONByIndexedElement() 2515 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONByIndexedElement() 2518 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONByIndexedElement() 2570 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONCopy() 2582 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONExtract() [all …]
|
D | disasm-aarch64.h | 115 void Substitute(const Instruction* instr, const char* string);
|
D | instructions-aarch64.h | 627 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder); in SubstitutePlaceholders() 632 const char* Substitute(const char* string,
|
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 247 *error = strings::Substitute( in Communicate() 439 *error = strings::Substitute( 445 *error = strings::Substitute(
|
D | mock_code_generator.cc | 248 return strings::Substitute("$0: $1, $2, $3, $4\n", in GetOutputFileContent()
|
D | command_line_interface.cc | 633 string magic_string = strings::Substitute( in ~MemoryOutputStream() 1572 *error = strings::Substitute("$0: $1", plugin_name, communicate_error); in GeneratePluginOutput() 1596 *error = strings::Substitute( in GeneratePluginOutput()
|
/external/netperf/src/missing/m4/ |
D | type_socklen_t.m4 | 23 AC_DEFINE(socklen_t, int, [Substitute for socklen_t])
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-instancetype.m | 3 // Substitute the actual type for a method returning instancetype.
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 319 return strings::Substitute( in DefaultValue() 332 return strings::Substitute( in DefaultValue()
|
/external/v8/src/arm64/ |
D | disasm-arm64.h | 33 void Substitute(Instruction* instr, const char* string);
|
D | disasm-arm64.cc | 1258 Substitute(instr, mnemonic); in Format() 1261 Substitute(instr, format); in Format() 1268 void DisassemblingDecoder::Substitute(Instruction* instr, const char* string) { in Substitute() function in v8::internal::DisassemblingDecoder
|
/external/protobuf/src/google/protobuf/stubs/ |
D | substitute.cc | 53 string Substitute( in Substitute() function
|
D | substitute.h | 140 LIBPROTOBUF_EXPORT string Substitute(
|
D | common_unittest.cc | 85 strings::Substitute("$0 $1:$2: $3", in CaptureLog()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 432 return strings::Substitute( in DefaultValue() 444 return strings::Substitute( in DefaultValue()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_primitive_field.cc | 192 (*variables)["default_constant_value"] = strings::Substitute( in SetPrimitiveVariables() 208 (*variables)["default_constant_value"] = strings::Substitute( in SetPrimitiveVariables()
|
/external/fonttools/Lib/fontTools/ |
D | subset.py | 116 _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/protobuf/src/google/protobuf/ |
D | descriptor.cc | 4106 strings::Substitute("Reserved range $0 to $1 overlaps with " in BuildMessage() 4121 strings::Substitute( in BuildMessage() 4134 strings::Substitute( in BuildMessage() 4145 strings::Substitute( in BuildMessage() 4153 strings::Substitute( in BuildMessage() 4167 strings::Substitute("Extension range $0 to $1 overlaps with " in BuildMessage() 4178 strings::Substitute("Extension range $0 to $1 overlaps with " in BuildMessage() 4402 strings::Substitute("Field numbers cannot be greater than $0.", in BuildFieldOrExtension() 4407 strings::Substitute( in BuildFieldOrExtension() 4446 strings::Substitute("FieldDescriptorProto.oneof_index $0 is " in BuildFieldOrExtension() [all …]
|
D | descriptor_unittest.cc | 5000 return strings::Substitute( in EmbedAggregateValue() 6303 using strings::Substitute; in PopulateFile() 6306 output->set_name(Substitute("file$0.proto", file_num)); in PopulateFile() 6310 message->set_name(Substitute("Message$0", file_num)); in PopulateFile() 6312 output->add_dependency(Substitute("file$0.proto", i)); in PopulateFile() 6314 field->set_name(Substitute("field$0", i)); in PopulateFile() 6318 field->set_type_name(Substitute("Message$0", i)); in PopulateFile() 6438 return strings::Substitute("$0:$1-$2:$3", in PrintSourceLocation()
|
D | text_format_unittest.cc | 552 string parse_string = strings::Substitute("optional_nested_enum: $0", in TEST_F() 561 string parse_string = strings::Substitute("sparse_enum: $0", in TEST_F()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 142 OT_UARRAY(Name##Substitute, OT_LIST(ToGlyphs)) \
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | quantize_mmx.asm | 263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
|
/external/python/cpython2/Doc/library/ |
D | curses.ascii.rst | 76 | :const:`SUB` | Substitute |
|
D | tokenize.rst | 123 """Substitute Decimals for floats in a string of statements.
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 409 return strings::Substitute( in DefaultValue()
|