HomeSort by relevance Sort by last modified time
    Searched defs:remove_prefix (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/common/unicode/
stringpiece.h 157 void remove_prefix(int32_t n) { function in class:StringPiece
  /external/pcre/pcrecpp/include/
pcre_stringpiece.h 105 void remove_prefix(int n) { function in class:pcrecpp::StringPiece
  /system/core/healthd/
AnimationParser.cpp 40 bool remove_prefix(const std::string& line, const char* prefix, const char** rest) { function in namespace:android
97 } else if (remove_prefix(line, animation_prefix, &rest)) {
107 } else if (remove_prefix(line, fail_prefix, &rest)) {
109 } else if (remove_prefix(line, clock_prefix, &rest)) {
114 } else if (remove_prefix(line, percent_prefix, &rest)) {
  /external/skia/tools/skp/
webpages_playback.py 115 def remove_prefix(s, prefix): function
  /external/skqp/tools/skp/
webpages_playback.py 115 def remove_prefix(s, prefix): function
  /external/tensorflow/tensorflow/core/lib/gtl/
array_slice.h 188 void remove_prefix(size_type n) { impl_.remove_prefix(n); } function in class:tensorflow::gtl::ArraySlice
191 void pop_front() { remove_prefix(1); }
287 void remove_prefix(size_type n) { impl_.remove_prefix(n); } function in class:tensorflow::gtl::MutableArraySlice
290 void pop_front() { remove_prefix(1); }
array_slice_internal.h 200 void remove_prefix(size_type n) { function in class:tensorflow::gtl::array_slice_internal::ArraySliceImplBase
  /art/libartbase/base/
stringpiece.h 94 void remove_prefix(size_type n) { function in class:art::StringPiece
  /build/kati/
string_piece.h 100 void remove_prefix(size_type n) { function in class:StringPiece
  /external/libchrome/base/strings/
string_piece.h 229 void remove_prefix(size_type n) { function in class:base::BasicStringPiece

Completed in 273 milliseconds