Home
last modified time | relevance | path

Searched defs:pieces (Results 1 – 25 of 64) sorted by relevance

123

/external/libchrome/base/strings/
Dstrcat.cc29 void StrAppendT(DestString* dest, span<const InputString> pieces) { in StrAppendT()
41 std::string StrCat(span<const StringPiece> pieces) { in StrCat()
47 string16 StrCat(span<const StringPiece16> pieces) { in StrCat()
53 std::string StrCat(span<const std::string> pieces) { in StrCat()
59 string16 StrCat(span<const string16> pieces) { in StrCat()
65 void StrAppend(std::string* dest, span<const StringPiece> pieces) { in StrAppend()
69 void StrAppend(string16* dest, span<const StringPiece16> pieces) { in StrAppend()
73 void StrAppend(std::string* dest, span<const std::string> pieces) { in StrAppend()
77 void StrAppend(string16* dest, span<const string16> pieces) { in StrAppend()
Dstrcat.h67 inline std::string StrCat(std::initializer_list<StringPiece> pieces) { in StrCat()
70 inline string16 StrCat(std::initializer_list<StringPiece16> pieces) { in StrCat()
89 std::initializer_list<StringPiece> pieces) { in StrAppend()
93 std::initializer_list<StringPiece16> pieces) { in StrAppend()
/external/libtextclassifier/native/utils/sentencepiece/
Dencoder_test.cc36 std::unique_ptr<StringSet> pieces(new SortedStringsTable( in TEST() local
61 std::unique_ptr<StringSet> pieces(new SortedStringsTable( in TEST() local
91 std::unique_ptr<StringSet> pieces(new SortedStringsTable( in TEST() local
/external/clang/test/SemaObjC/
Dproperty-typecheck-1.m72 NSMutableArray* pieces; field
76 @property (readonly) NSArray* pieces; // expected-warning {{type of property 'pieces' does not matc… property
79 - (NSMutableArray*) pieces; // expected-note 2 {{declared here}} method
/external/cldr/tools/java/org/unicode/cldr/tool/
DAddPopulationData.java29 String get(String[] pieces) { in get()
36 String get(String[] pieces) { in get()
43 String get(String[] pieces) { in get()
109 String[] pieces = altName.split("\t"); in main() local
247 String[] pieces = line.split(";"); in handle() local
DCountryCodeConverter.java104 String[] pieces = line.split(";"); in handle() local
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DByteStringTest.java149 final List<ByteString> pieces = makeConcretePieces(testBytes); in testCopyFrom_Iterable() local
499 List<ByteString> pieces = makeConcretePieces(referenceBytes); in testCompositeSubstring() local
535 List<ByteString> pieces = makeConcretePieces(referenceBytes); in testCopyFromList() local
548 List<ByteString> pieces = makeConcretePieces(referenceBytes); in testConcat() local
578 List<ByteString> pieces = new ArrayList<ByteString>(); in makeConcretePieces() local
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_diagnostics.cc60 std::vector<string> pieces = absl::StrSplit(value, '.'); in StringToDriverVersion() local
125 std::vector<string> pieces = absl::StrSplit(library_path, ':'); in LogDriverVersionInformation() local
/external/rust/crates/syn/1.0.7/
Dbuild.rs44 let mut pieces = version.split('.'); in rustc_version() localVariable
/external/rust/crates/syn/0.15.42/
Dbuild.rs57 let mut pieces = version.split('.'); in rustc_version() localVariable
/external/icu/icu4c/source/common/unicode/
Dcaniter.h174 UnicodeString **pieces; variable
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java189 final List<ByteString> pieces = makeConcretePieces(testBytes); in testCopyFrom_Iterable() local
633 List<ByteString> pieces = makeConcretePieces(referenceBytes); in testCompositeSubstring() local
676 List<ByteString> pieces = makeConcretePieces(referenceBytes); in testCopyFromList() local
690 List<ByteString> pieces = makeConcretePieces(referenceBytes); in testConcat() local
797 List<ByteString> pieces = new ArrayList<ByteString>(); in makeConcretePieces() local
/external/rust/crates/libc/
Dbuild.rs99 let mut pieces = version.split('.'); in rustc_minor_nightly() localVariable
/external/rust/crates/proc-macro2/
Dbuild.rs100 let mut pieces = version.split('.'); in rustc_version() localVariable
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc86 tensorflow::Status ReturnError(const std::vector<string>& pieces, int idx) { in ReturnError()
119 std::vector<string> pieces = absl::StrSplit(line, ' ', absl::SkipEmpty()); in ParseCmdLine() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_macros.cc58 std::vector<string> pieces = absl::StrSplit(line, ' '); in ReadManifest() local
/external/libtextclassifier/native/utils/container/
Dsorted-strings-table_test.cc29 const char pieces[] = "hell\0hello\0o\0there\0"; in TEST() local
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_diagnostics.cc70 std::vector<string> pieces = absl::StrSplit(value, '.'); in StringToDriverVersion() local
183 std::vector<string> pieces = absl::StrSplit(library_path, ':'); in LogDriverVersionInformation() local
/external/tensorflow/tensorflow/core/platform/
Dstrcat_test.cc69 StringPiece pieces[] = {"Hello", "Cruel", "World"}; in TEST() local
211 StringPiece pieces[] = {"Hello", "Cruel", "World"}; in TEST() local
Dstrcat.cc143 string CatPieces(std::initializer_list<StringPiece> pieces) { in CatPieces()
166 void AppendPieces(string *result, std::initializer_list<StringPiece> pieces) { in AppendPieces()
/external/tensorflow/tensorflow/compiler/xla/
Dtext_literal_reader.cc80 std::vector<absl::string_view> pieces; in ReadAllLines() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner.h102 std::vector<string> pieces; in ToString() local
/external/cldr/tools/java/org/unicode/cldr/icu/
DRBNFWriter.java67 String[] pieces = localeSpec.split("_"); in main() local
/external/clang/tools/scan-build-py/libscanbuild/
Danalyze.py198 def prefix_with(constant, pieces): argument
/external/cldr/tools/java/org/unicode/cldr/draft/
DUnicodeMapBuilder.java72 final String[] pieces = semi.split(line); in putFromLines() local

123