Home
last modified time | relevance | path

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

1234

/external/zstd/contrib/pzstd/utils/test/
DRangeTest.cpp26 Range<std::string::const_iterator> piece(str.begin(), str.end()); in TEST() local
33 StringPiece piece(str.data(), str.size()); in TEST() local
40 StringPiece piece(str); in TEST() local
47 StringPiece piece(str.c_str()); in TEST() local
/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/webrtc/third_party/abseil-cpp/absl/strings/
Dstr_cat.cc144 for (const absl::string_view piece : pieces) total_size += piece.size(); in CatPieces() local
149 for (const absl::string_view piece : pieces) { in CatPieces() local
173 for (const absl::string_view piece : pieces) { in AppendPieces() local
181 for (const absl::string_view piece : pieces) { in AppendPieces() local
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstr_cat.cc144 for (const absl::string_view& piece : pieces) total_size += piece.size(); in CatPieces() local
149 for (const absl::string_view& piece : pieces) { in CatPieces() local
173 for (const absl::string_view& piece : pieces) { in AppendPieces() local
181 for (const absl::string_view& piece : pieces) { in AppendPieces() local
/external/openscreen/third_party/abseil/src/absl/strings/
Dstr_cat.cc144 for (const absl::string_view& piece : pieces) total_size += piece.size(); in CatPieces() local
149 for (const absl::string_view& piece : pieces) { in CatPieces() local
173 for (const absl::string_view& piece : pieces) { in AppendPieces() local
181 for (const absl::string_view& piece : pieces) { in AppendPieces() local
/external/abseil-cpp/absl/strings/
Dstr_cat.cc144 for (const absl::string_view piece : pieces) total_size += piece.size(); in CatPieces() local
149 for (const absl::string_view piece : pieces) { in CatPieces() local
173 for (const absl::string_view piece : pieces) { in AppendPieces() local
181 for (const absl::string_view piece : pieces) { in AppendPieces() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_cat.cc144 for (const absl::string_view& piece : pieces) total_size += piece.size(); in CatPieces() local
149 for (const absl::string_view& piece : pieces) { in CatPieces() local
173 for (const absl::string_view& piece : pieces) { in AppendPieces() local
181 for (const absl::string_view& piece : pieces) { in AppendPieces() local
/external/angle/third_party/abseil-cpp/absl/strings/
Dstr_cat.cc144 for (const absl::string_view& piece : pieces) total_size += piece.size(); in CatPieces() local
149 for (const absl::string_view& piece : pieces) { in CatPieces() local
173 for (const absl::string_view& piece : pieces) { in AppendPieces() local
181 for (const absl::string_view& piece : pieces) { in AppendPieces() local
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h499 Status ForEachHelper(const Fn& func, const Piece& piece, in ForEachHelper()
510 bool ForEachHelperBool(const Fn& func, const Piece& piece, in ForEachHelperBool()
525 Status ForEachMutableHelper(const Fn& func, Piece* piece, in ForEachMutableHelper()
559 const Piece& piece(const ShapeIndex& shape_index) const { in piece() function
560 Piece* piece = &const_cast<Piece&>(root_piece()); in piece() local
719 Piece& piece(const ShapeIndex& shape_index) { in piece() function
Dliteral.cc144 void Literal::SetPiece(const Shape& shape, Piece* piece, bool allocate_arrays) { in SetPiece()
194 [&](const ShapeIndex& index, Piece* piece) { in DeallocateBuffers()
221 [&](const ShapeIndex& index, Piece* piece) { in CreateFromShape()
369 [&](const ShapeIndex& index, Piece* piece) { in CreateFromProto()
568 [&](const ShapeIndex& index, Piece* piece) { in CopyFrom()
1681 [&](const ShapeIndex& index, const Piece& piece) { in operator ==()
1725 const Piece& piece) { in IsAll()
1793 [&](const ShapeIndex& index, const Piece& piece) { in IsAllFloat()
1830 [&](const ShapeIndex& index, const Piece& piece) { in IsAllFirst()
2235 [&](const ShapeIndex& index, const Piece& piece) { in ToProto()
[all …]
Dtext_literal_reader.cc104 for (absl::string_view piece : coordinates) { in ReadAllLines() local
/external/tensorflow/tensorflow/core/platform/
Dstrcat.cc145 for (const StringPiece piece : pieces) total_size += piece.size(); in CatPieces() local
150 for (const StringPiece piece : pieces) { in CatPieces() local
169 for (const StringPiece piece : pieces) { in AppendPieces() local
177 for (const StringPiece piece : pieces) { in AppendPieces() local
/external/libchrome/base/
Dbig_endian_unittest.cc22 base::StringPiece piece; in TEST() local
52 base::StringPiece piece; in TEST() local
/external/llvm-project/clang/test/Index/
DKeepGoingWithLotsOfErrors.mm23 +(void) z_Z_42 {
/external/openscreen/util/
Dstd_util.cc12 for (const auto& piece : strings) { in Join() local
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
Dmodel_converter.cc67 for (const auto& piece : model_config.pieces()) { in ConvertSentencepieceModelToFlatBuffer() local
139 for (const auto& piece : model_config.pieces()) { in ConvertSentencepieceModelToFlatBufferForDecoder() local
Doptimized_decoder_test.cc76 for (const auto& piece : reference_encoded.pieces()) { in TEST() local
/external/cldr/tools/java/org/unicode/cldr/util/
DTabber.java120 String piece = source.substring(start, limit); in process_field() local
144 private int getMonospaceWidth(CharSequence piece) { in getMonospaceWidth()
/external/curl/lib/
Dhttp_chunks.c120 size_t piece; in Curl_httpchunk_read() 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/pdfium/xfa/fde/
Dcfde_texteditengine.cpp1037 const FDE_TEXTEDITPIECE& piece) { in GetCharRects()
1054 const FDE_TEXTEDITPIECE& piece) { in GetDisplayPos()
1102 const CFX_BreakPiece* piece = text_break_.GetBreakPieceUnstable(i); in RebuildPieces() local
1195 CFX_RectF piece = arr[0]; in GetCharacterRectsInRange() 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/deqp-deps/amber/src/
Dtype_parser.cc68 for (const auto& piece : pieces_) in Parse() local
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor_slice_test.py64 def make_piece_scalar(piece): argument

1234