Home
last modified time | relevance | path

Searched defs:piece (Results 1 – 25 of 50) sorted by relevance

12

/external/libchrome/base/strings/
Dstring_piece_unittest.cc711 constexpr StringPiece piece; in TEST() local
716 constexpr StringPiece piece("abc"); in TEST() local
721 constexpr StringPiece piece("abc", 2); in TEST() local
728 constexpr StringPiece piece; in TEST() local
733 constexpr StringPiece piece("abc"); in TEST() local
740 constexpr StringPiece piece("def", 2); in TEST() local
748 constexpr StringPiece piece; in TEST() local
753 constexpr StringPiece piece("abc"); in TEST() local
758 constexpr StringPiece piece("def", 2); in TEST() local
764 constexpr StringPiece piece = "def"; in TEST() local
[all …]
Dstring_split.cc24 OutputType PieceToOutputType(BasicStringPiece<Str> piece) { in PieceToOutputType()
28 std::string PieceToOutputType<std::string, std::string>(StringPiece piece) { in PieceToOutputType()
32 string16 PieceToOutputType<string16, string16>(StringPiece16 piece) { in PieceToOutputType()
51 size_t FindFirstOf(StringPiece piece, char c, size_t pos) { in FindFirstOf()
54 size_t FindFirstOf(StringPiece16 piece, char16 c, size_t pos) { in FindFirstOf()
57 size_t FindFirstOf(StringPiece piece, StringPiece one_of, size_t pos) { in FindFirstOf()
60 size_t FindFirstOf(StringPiece16 piece, StringPiece16 one_of, size_t pos) { in FindFirstOf()
86 BasicStringPiece<Str> piece; in SplitStringT() local
/external/tensorflow/tensorflow/core/lib/strings/
Dstrcat.cc123 for (const StringPiece piece : pieces) total_size += piece.size(); in CatPieces() local
128 for (const StringPiece piece : pieces) { in CatPieces() local
147 for (const StringPiece piece : pieces) { in AppendPieces() local
155 for (const StringPiece piece : pieces) { in AppendPieces() local
/external/pcre/pcrecpp/
Dpcre_stringpiece.cc37 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) { in operator <<()
/external/libchrome/base/
Dbig_endian_unittest.cc22 base::StringPiece piece; in TEST() local
52 base::StringPiece piece; in TEST() local
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h463 Status ForEachHelper(const Fn& func, const Piece& piece, in ForEachHelper()
474 bool ForEachHelperBool(const Fn& func, const Piece& piece, in ForEachHelperBool()
489 Status ForEachMutableHelper(const Fn& func, Piece* piece, in ForEachMutableHelper()
525 const Piece& piece(const ShapeIndex& shape_index) const { in piece() function
526 Piece* piece = &const_cast<Piece&>(root_piece()); in piece() local
697 Piece& piece(const ShapeIndex& shape_index) { in piece() function
Dliteral.cc110 void Literal::SetPiece(const Shape& shape, Piece* piece, bool allocate_arrays) { in SetPiece()
165 [&](const ShapeIndex& index, Piece* piece) { in DeallocateBuffers()
190 [&](const ShapeIndex& index, Piece* piece) { in CreateFromShape()
308 [&](const ShapeIndex& index, Piece* piece) { in CreateFromProto()
441 [&](const ShapeIndex& index, Piece* piece) { in CopyFrom()
1527 [&](const ShapeIndex& index, const Piece& piece) { in operator ==()
1557 const Piece& piece) { in IsAll()
1625 [&](const ShapeIndex& index, const Piece& piece) { in IsAllFloat()
1662 [&](const ShapeIndex& index, const Piece& piece) { in IsAllFirst()
2084 [&](const ShapeIndex& index, const Piece& piece) { in ToProto()
[all …]
Dtext_literal_reader.cc104 for (absl::string_view piece : coordinates) { in ReadAllLines() local
/external/curl/lib/
Dhttp_chunks.c118 size_t piece; in Curl_httpchunk_read() local
/external/cldr/tools/java/org/unicode/cldr/util/
DTabber.java116 String piece = source.substring(start, limit); in process_field() local
140 private int getMonospaceWidth(CharSequence piece) { in getMonospaceWidth()
DCaseIterator.java431 String piece = null; in reset() local
/external/tensorflow/tensorflow/contrib/libsvm/kernels/
Ddecode_libsvm_op.cc52 StringPiece piece; in Compute() local
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp936 const FDE_TEXTEDITPIECE& piece) { in GetCharRects()
953 const FDE_TEXTEDITPIECE& piece) { in GetDisplayPos()
1001 const CFX_BreakPiece* piece = text_break_.GetBreakPieceUnstable(i); in RebuildPieces() local
1102 CFX_RectF piece = arr[0]; in GetCharacterRectsInRange() local
/external/icu/icu4c/source/test/perf/normperf/
Dsimplenormperf.cpp254 UnicodeString piece; in call() local
296 icu::StringPiece piece(s + start8, limit8 - start8); in call() local
/external/tensorflow/tensorflow/contrib/android/
Dasset_manager_filesystem.cc29 StringPiece piece(output); in RemoveSuffix() local
232 StringPiece piece(name); in RemoveAssetPrefix() local
/external/dynamic_depth/internal/strings/
Dnumbers.cc462 bool safe_strtof(const string& piece, float* value) { in safe_strtof()
491 bool safe_strtod(const string& piece, double* value) { in safe_strtod()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DCaseIterator.java429 String piece = null; in reset() local
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_diagnostics.cc125 for (const auto& piece : pieces) { in LogDriverVersionInformation() local
/external/protobuf/src/google/protobuf/stubs/
Dbytestream.cc174 StringPiece piece(source_->Peek()); in Peek() local
/external/clang/include/clang/Rewrite/Core/
DRewriteRope.h126 llvm::StringRef piece() const { in piece() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCanonicalIterator.java201 String piece = chStr + s; in permute() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCanonicalIterator.java197 String piece = chStr + s; in permute() local
/external/cldr/tools/java/org/unicode/cldr/draft/
DShortestCanonicalForm.java209 final String piece = input.substring(start, end); in process() local
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_diagnostics.cc181 for (const auto &piece : pieces) { in LogDriverVersionInformation() local
/external/v4l2_codec2/tests/
DC2VDAComponent_test.cpp524 for (const auto& piece : framePieces) { in TEST_P() local
529 for (const auto& piece : framePieces) { in TEST_P() local

12