/external/libcxx/test/std/strings/string.view/string.view.modifiers/ |
D | remove_prefix.pass.cpp | 30 sv1.remove_prefix ( 1 ); in test() 33 sv1.remove_prefix ( len - 1 ); in test() 37 sv1.remove_prefix ( 0 ); in test() 46 sv1.remove_prefix ( k ); in test_ce()
|
/external/libchrome/base/ |
D | vlog.cc | 93 module.remove_prefix(last_slash_pos + 1); in GetModule() 152 p.remove_prefix(1), s.remove_prefix(1); in MatchVlogPattern() 162 p.remove_prefix(1); in MatchVlogPattern() 174 s.remove_prefix(1); in MatchVlogPattern()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | json_stream_parser.cc | 362 p_.remove_prefix(2); in ParseStringHelper() 448 p_.remove_prefix(kUnicodeEscapedLength); in ParseUnicodeEscape() 462 p_.remove_prefix(kUnicodeEscapedLength); in ParseUnicodeEscape() 533 p_.remove_prefix(index); in ParseNumberHelper() 547 p_.remove_prefix(index); in ParseNumberHelper() 560 p_.remove_prefix(index); in ParseNumberHelper() 703 p_.remove_prefix(true_len); in ParseTrue() 710 p_.remove_prefix(false_len); in ParseFalse() 717 p_.remove_prefix(null_len); in ParseNull() 755 p_.remove_prefix(std::min<int>( in Advance()
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | scanner.cc | 32 cur_.remove_prefix(1); in ScanUntilImpl() 39 cur_.remove_prefix(1); in ScanUntilImpl()
|
D | numbers.cc | 219 while (isspace(SafeFirstChar(*str))) str->remove_prefix(1); in SkipSpaces() 244 str.remove_prefix(1); in safe_strto64() 253 str.remove_prefix(1); in safe_strto64() 275 str.remove_prefix(1); in safe_strtou64() 304 str.remove_prefix(1); in safe_strto32() 325 str.remove_prefix(1); in safe_strtou32()
|
D | str_util.cc | 358 text->remove_prefix(count); in RemoveLeadingWhitespace() 380 s->remove_prefix(expected.size()); in ConsumePrefix() 411 s->remove_prefix(p - s->data()); in ConsumeLeadingDigits() 430 s->remove_prefix(n); in ConsumeNonWhitespace()
|
D | ordered_code.cc | 239 src->remove_prefix(start - src->data()); in ReadStringInternal() 300 src->remove_prefix(len + 1); in ReadNumIncreasing() 527 src->remove_prefix(len); in ReadSignedNumIncreasing()
|
D | scanner.h | 72 cur_.remove_prefix(1); in One() 97 cur_.remove_prefix(1); in Any()
|
/external/libchrome/base/test/ |
D | fuzzed_data_provider.cc | 67 remaining_data_.remove_prefix(1); in ConsumeRandomLengthString() 70 remaining_data_.remove_prefix(1); in ConsumeRandomLengthString()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | string_split_op.cc | 47 text.remove_prefix(f + 1); in SplitOnChar() 147 text.remove_prefix(token.size()); in SplitV2() 148 text.remove_prefix(sep.size()); in SplitV2()
|
/external/icu/icu4c/source/test/intltest/ |
D | strtest.cpp | 292 sp.remove_prefix(-1); in TestStringPiece() 297 sp.remove_prefix(2); in TestStringPiece() 302 sp.remove_prefix(5); in TestStringPiece() 511 sp.remove_prefix(4); in TestCharString()
|
/external/pcre/pcrecpp/include/ |
D | pcrecpp.h | 586 input->remove_prefix(consumed); in Consume() 600 input->remove_prefix(consumed); in FindAndConsume()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | show_signature.cc | 69 args.remove_prefix(1); // Pop off the binary name, argv[0] in main()
|
D | dumped_computation_to_operation_list.cc | 107 args.remove_prefix(1); // Pop off the binary name, argv[0] in main()
|
D | dumped_computation_to_text.cc | 105 args.remove_prefix(1); // Pop off the binary name, argv[0] in main()
|
/external/tensorflow/tensorflow/core/platform/ |
D | tensor_coding.cc | 65 reader.remove_prefix(size); in DecodeStringList() 118 reader_.remove_prefix(size); in Data()
|
/external/tensorflow/tensorflow/core/util/ |
D | semver_test.cc | 43 s->remove_prefix(i); in ConsumeDotSeparatedIdentifiers()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_gen_lib.cc | 53 str.remove_prefix(space + 1); in WordWrap() 93 orig->remove_prefix(pos + 1); in SplitAt() 186 line.remove_prefix(colon + 1); in FindMultiline()
|
D | rendezvous.cc | 75 s->remove_prefix(offset + 1); // +1: remove delim, as well in ConsumeNextPart() 81 s->remove_prefix(s->size()); in ConsumeNextPart()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | kernel.cc | 101 stubless_name.remove_prefix(strlen(kStubPrefix)); in set_name()
|
/external/icu/icu4c/source/common/unicode/ |
D | stringpiece.h | 157 void remove_prefix(int32_t n) { in remove_prefix() function
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | select_op.cc | 70 bdims.remove_prefix(1); in Compile()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | bytestream_unittest.cc | 57 void Skip(size_t n) { data_.remove_prefix(n); } in Skip()
|
D | stringpiece_unittest.cc | 632 c.remove_prefix(3); in TEST() 635 c.remove_prefix(0); in TEST() 637 c.remove_prefix(c.size()); in TEST() 763 a.remove_prefix(1); in TEST() 779 a.remove_prefix(1); in TEST()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | remote_device.cc | 39 fullname.remove_prefix(pos + 1); in GetLocalDeviceName()
|