Home
last modified time | relevance | path

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

123456789

/external/libtextclassifier/utils/strings/
Dsubstitute_test.cc29 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()
Dsubstitute.cc26 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()
Dsubstitute.h34 bool Substitute(const StringPiece format, const std::vector<StringPiece>& args,
37 std::string Substitute(const StringPiece format,
/external/skqp/docs/
Dundocumented.bmh55 #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/
Dundocumented.bmh55 #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/
Dmutable_graph_view.cc251 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 …]
Dutils_test.cc492 return absl::Substitute( in TEST()
497 return absl::Substitute( in TEST()
/external/vixl/src/aarch64/
Ddisasm-aarch64.cc2453 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 …]
Ddisasm-aarch64.h116 void Substitute(const Instruction* instr, const char* string);
Dinstructions-aarch64.h633 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder); in SubstitutePlaceholders()
638 const char* Substitute(const char* string,
/external/v8/src/arm64/
Ddisasm-arm64.cc1386 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 …]
Ddisasm-arm64.h41 void Substitute(Instruction* instr, const char* string);
Dinstructions-arm64.cc672 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/
Dsubprocess.cc247 *error = strings::Substitute( in Communicate()
439 *error = strings::Substitute(
445 *error = strings::Substitute(
Dmock_code_generator.cc248 return strings::Substitute("$0: $1, $2, $3, $4\n", in GetOutputFileContent()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc319 return strings::Substitute( in DefaultValue()
332 return strings::Substitute( in DefaultValue()
/external/clang/test/CodeGenObjC/
Ddebug-info-instancetype.m3 // Substitute the actual type for a method returning instancetype.
/external/protobuf/src/google/protobuf/stubs/
Dsubstitute.cc53 string Substitute( in Substitute() function
Dsubstitute.h140 LIBPROTOBUF_EXPORT string Substitute(
Dcommon_unittest.cc85 strings::Substitute("$0 $1:$2: $3", in CaptureLog()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc432 return strings::Substitute( in DefaultValue()
444 return strings::Substitute( in DefaultValue()
/external/opencensus-java/
DRELEASING.md225 # 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/
Ddescriptor.cc4106 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/
Djavanano_primitive_field.cc192 (*variables)["default_constant_value"] = strings::Substitute( in SetPrimitiveVariables()
208 (*variables)["default_constant_value"] = strings::Substitute( in SetPrimitiveVariables()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-win1256.hh142 OT_UARRAY(Name##Substitute, OT_LIST(ToGlyphs)) \

123456789