/external/libtextclassifier/utils/strings/ |
D | substitute_test.cc | 29 TEST(SubstituteTest, Substitute) { in TEST() argument 31 strings::Substitute("$0, $1!", {"Hello", "world"})); in TEST() 35 strings::Substitute("$1, $0!", {"Hello", "world"})); in TEST() 37 strings::Substitute("$1, $0, $2, $1", {"a", "b", "c"})); in TEST() 40 EXPECT_EQ("$", strings::Substitute("$$", {})); in TEST() 41 EXPECT_EQ("$1", strings::Substitute("$$1", {})); in TEST() 44 EXPECT_EQ("Text: ''", strings::Substitute("Text: '$0'", {null_cstring})); in TEST()
|
D | substitute.cc | 26 bool Substitute(const StringPiece format, const std::vector<StringPiece>& args, in Substitute() function 81 std::string Substitute(const StringPiece format, in Substitute() function 84 if (!Substitute(format, args, &result)) { in Substitute()
|
D | substitute.h | 34 bool Substitute(const StringPiece format, const std::vector<StringPiece>& args, 37 std::string Substitute(const StringPiece format,
|
/external/skqp/docs/ |
D | undocumented.bmh | 55 #Substitute little endian 59 #Substitute big endian 63 #Substitute YUV component y 67 #Substitute YUV component u 71 #Substitute YUV component v 75 #Substitute UV mapping 79 #Substitute multi-sample anti-aliasing 83 #Substitute GPU share group 87 #Substitute Bezier cruve 91 #Substitute Coons patch [all …]
|
/external/skia/docs/ |
D | undocumented.bmh | 55 #Substitute little endian 59 #Substitute big endian 63 #Substitute YUV component y 67 #Substitute YUV component u 71 #Substitute YUV component v 75 #Substitute UV mapping 79 #Substitute multi-sample anti-aliasing 83 #Substitute GPU share group 87 #Substitute Bezier cruve 91 #Substitute Coons patch [all …]
|
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view.cc | 251 return errors::InvalidArgument(absl::Substitute( in MutationError() 260 string params = absl::Substitute("from_node_name='$0', to_node_name='$1'", in UpdateFanoutsError() 268 return handler(absl::Substitute("fanin '$0' must be a regular tensor id", in CheckFaninIsRegular() 276 return handler(absl::Substitute("fanin '$0' must be a valid tensor id", in CheckFaninIsValid() 286 absl::Substitute("can't add fanin '$0' to self", fanin.ToString())); in CheckAddingFaninToSelf() 294 return handler(absl::Substitute("can't remove fanin '$0' from self", in CheckRemovingFaninFromSelf() 301 return absl::Substitute("node '$0' was not found", node_name); in NodeMissingErrorMsg() 318 absl::Substitute("port must be in range [$0, $1]", min, max)); in CheckPortRange() 324 return absl::Substitute( in SwapNodeNamesSwitchControlErrorMsg() 464 absl::Substitute("function_size=$0", function_size), in AddSubgraph() [all …]
|
D | utils_test.cc | 492 return absl::Substitute( in TEST() 497 return absl::Substitute( in TEST()
|
/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 2453 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEON2RegMisc() 2460 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON2RegMisc() 2527 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON2RegMiscFP16() 2715 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON3Same() 2759 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON3SameFP16() 2798 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON3SameExtra() 2904 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEON3Different() 2989 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONAcrossLanes() 2993 nfd.Substitute(form, in VisitNEONAcrossLanes() 3137 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONByIndexedElement() [all …]
|
D | disasm-aarch64.h | 116 void Substitute(const Instruction* instr, const char* string);
|
D | instructions-aarch64.h | 633 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder); in SubstitutePlaceholders() 638 const char* Substitute(const char* string,
|
/external/v8/src/arm64/ |
D | disasm-arm64.cc | 1386 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON3Same() 1650 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEON2RegMisc() 1657 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEON2RegMisc() 1762 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEON3Different() 1823 nfd.Substitute(form, NEONFormatDecoder::kPlaceholder, in VisitNEONAcrossLanes() 1912 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEONByIndexedElement() 1915 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONByIndexedElement() 1918 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONByIndexedElement() 1968 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONCopy() 1979 Format(instr, mnemonic, nfd.Substitute(form)); in VisitNEONExtract() [all …]
|
D | disasm-arm64.h | 41 void Substitute(Instruction* instr, const char* string);
|
D | instructions-arm64.cc | 672 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder); in SubstitutePlaceholders() 675 const char* NEONFormatDecoder::Substitute(const char* string, in Substitute() function in v8::internal::NEONFormatDecoder
|
/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()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 319 return strings::Substitute( in DefaultValue() 332 return strings::Substitute( in DefaultValue()
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-instancetype.m | 3 // Substitute the actual type for a method returning instancetype.
|
/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/opencensus-java/ |
D | RELEASING.md | 225 # Substitute versions in build files 228 # Substitute versions in build.gradle examples in README.md 231 # Substitute versions in maven pom examples in README.md
|
/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 …]
|
/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/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 142 OT_UARRAY(Name##Substitute, OT_LIST(ToGlyphs)) \
|