/external/libcxx/test/std/strings/string.view/string.view.modifiers/ |
D | remove_suffix.pass.cpp | 29 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/ |
D | strtest.cpp | 378 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/ |
D | test_macros.cc | 80 test_name.remove_suffix(suffix.size()); in PrependDisabledIfIndicated()
|
/external/icu/icu4c/source/common/unicode/ |
D | stringpiece.h | 205 void remove_suffix(int32_t n) { in remove_suffix() function
|
/external/protobuf/src/google/protobuf/stubs/ |
D | stringpiece_unittest.cc | 642 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()
|
D | stringpiece.h | 288 void remove_suffix(stringpiece_ssize_type n) { in remove_suffix() function
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | parse_annotation.cc | 33 annotation.remove_suffix(1); in SplitNameAndMetadata()
|
/external/libchrome/base/ |
D | vlog.cc | 99 module.remove_suffix(kInlSuffixLen); in GetModule()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | args.cc | 76 cols->back().remove_suffix(line.size() - i); in SplitStructuredLine()
|
/external/tensorflow/tensorflow/compiler/tf2xla/lib/ |
D | scatter.cc | 58 indices_dims.remove_suffix(1); in XlaScatter()
|
/external/tensorflow/tensorflow/core/framework/ |
D | types.cc | 120 sp.remove_suffix(4); in DataTypeFromString()
|
D | shape_inference_testutil.cc | 140 expected.remove_suffix(1); in InferShapes()
|
D | op_gen_lib.cc | 58 to_append.remove_suffix(1); in WordWrap()
|
D | attr_value_util.cc | 200 prefix.remove_suffix(escaped.size() - 10); in SummarizeString()
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_main.cc | 101 command_str.remove_suffix(strlen(kExecSuffix)); in InferSourceFileName()
|
/external/libchrome/base/strings/ |
D | string_piece_unittest.cc | 500 c.remove_suffix(3); in TYPED_TEST() 503 c.remove_suffix(0); in TYPED_TEST() 505 c.remove_suffix(c.size()); in TYPED_TEST()
|
D | string_piece.h | 247 constexpr void remove_suffix(size_type n) { in remove_suffix() function
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | csv_dataset_op.cc | 520 field.remove_suffix(1); in QuotedFieldToOutput() 543 result.remove_suffix(1); // Skip final quote in QuotedFieldToOutput()
|
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | op_specs.cc | 134 attr_type.remove_suffix(1); // remove closing brace in TypesOf()
|
/external/libcxx/include/ |
D | string_view | 107 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/ |
D | objectivec_helpers.cc | 372 input->remove_suffix(1); in TrimWhitespace() 1029 input->remove_suffix(input->length() - offset); in RemoveComment()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_util.h | 155 result.indices_.remove_suffix(1); in ConsumeBack()
|
/external/tensorflow/tensorflow/core/summary/ |
D | summary_db_writer.cc | 273 name.remove_suffix(name.size() - i); in SaveNodeInputs()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference.cc | 1963 a_batch_dims.remove_suffix(2); in InferTriangularSolveShape() 1964 b_batch_dims.remove_suffix(2); in InferTriangularSolveShape()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_constructor.cc | 570 prefix_no_slash.remove_suffix(1); in EnsureNoNameCollisions()
|