Home
last modified time | relevance | path

Searched refs:remove_suffix (Results 1 – 25 of 27) sorted by relevance

12

/external/libcxx/test/std/strings/string.view/string.view.modifiers/
Dremove_suffix.pass.cpp29 sv1.remove_suffix ( 1 ); in test()
32 sv1.remove_suffix ( len - 1 ); in test()
36 sv1.remove_suffix ( 0 ); in test()
46 sv1.remove_suffix ( k ); in test_ce()
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp378 sp.remove_suffix(-1); in TestStringPiece()
383 sp.remove_suffix(2); in TestStringPiece()
388 sp.remove_suffix(5); in TestStringPiece()
410 abcd.remove_suffix(1); in TestStringPieceComparisons()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_macros.cc80 test_name.remove_suffix(suffix.size()); in PrependDisabledIfIndicated()
/external/icu/icu4c/source/common/unicode/
Dstringpiece.h205 void remove_suffix(int32_t n) { in remove_suffix() function
/external/protobuf/src/google/protobuf/stubs/
Dstringpiece_unittest.cc642 c.remove_suffix(3); in TEST()
645 c.remove_suffix(0); in TEST()
647 c.remove_suffix(c.size()); in TEST()
764 a.remove_suffix(1); in TEST()
780 a.remove_suffix(1); in TEST()
Dstringpiece.h288 void remove_suffix(stringpiece_ssize_type n) { in remove_suffix() function
/external/tensorflow/tensorflow/core/profiler/internal/
Dparse_annotation.cc33 annotation.remove_suffix(1); in SplitNameAndMetadata()
/external/libchrome/base/
Dvlog.cc99 module.remove_suffix(kInlSuffixLen); in GetModule()
/external/tensorflow/tensorflow/lite/toco/
Dargs.cc76 cols->back().remove_suffix(line.size() - i); in SplitStructuredLine()
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dscatter.cc58 indices_dims.remove_suffix(1); in XlaScatter()
/external/tensorflow/tensorflow/core/framework/
Dtypes.cc120 sp.remove_suffix(4); in DataTypeFromString()
Dshape_inference_testutil.cc140 expected.remove_suffix(1); in InferShapes()
Dop_gen_lib.cc58 to_append.remove_suffix(1); in WordWrap()
Dattr_value_util.cc200 prefix.remove_suffix(escaped.size() - 10); in SummarizeString()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc101 command_str.remove_suffix(strlen(kExecSuffix)); in InferSourceFileName()
/external/libchrome/base/strings/
Dstring_piece_unittest.cc500 c.remove_suffix(3); in TYPED_TEST()
503 c.remove_suffix(0); in TYPED_TEST()
505 c.remove_suffix(c.size()); in TYPED_TEST()
Dstring_piece.h247 constexpr void remove_suffix(size_type n) { in remove_suffix() function
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dcsv_dataset_op.cc520 field.remove_suffix(1); in QuotedFieldToOutput()
543 result.remove_suffix(1); // Skip final quote in QuotedFieldToOutput()
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.cc134 attr_type.remove_suffix(1); // remove closing brace in TypesOf()
/external/libcxx/include/
Dstring_view107 constexpr void remove_suffix(size_type n);
316 void remove_suffix(size_type __n) _NOEXCEPT
318 _LIBCPP_ASSERT(__n <= size(), "remove_suffix() can't remove more than size()");
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc372 input->remove_suffix(1); in TrimWhitespace()
1029 input->remove_suffix(input->length() - offset); in RemoveComment()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h155 result.indices_.remove_suffix(1); in ConsumeBack()
/external/tensorflow/tensorflow/core/summary/
Dsummary_db_writer.cc273 name.remove_suffix(name.size() - i); in SaveNodeInputs()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc1963 a_batch_dims.remove_suffix(2); in InferTriangularSolveShape()
1964 b_batch_dims.remove_suffix(2); in InferTriangularSolveShape()
/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.cc570 prefix_no_slash.remove_suffix(1); in EnsureNoNameCollisions()

12