Home
last modified time | relevance | path

Searched defs:StartsWith (Results 1 – 10 of 10) sorted by relevance

/aosp12/art/libartbase/base/
H A Dstring_view_cpp20.h30 inline bool StartsWith(std::string_view sv, std::string_view prefix) { in StartsWith() function
/aosp12/system/libbase/
H A Dstrings.cpp90 bool StartsWith(std::string_view s, std::string_view prefix) { in StartsWith() function
94 bool StartsWith(std::string_view s, char prefix) { in StartsWith() function
/aosp12/art/cmdline/
H A Dtoken_range.h193 bool StartsWith(const TokenRange& other) const { in StartsWith() function
384 static bool StartsWith(const std::string& larger, const std::string& smaller) { in StartsWith() function
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DTypeManager.cpp47 inline bool StartsWith(std::string_view sv, std::string_view prefix) { in StartsWith() function
/aosp12/system/tools/hidl/host_utils/
H A DStringHelper.cpp202 bool StringHelper::StartsWith(const std::string &in, const std::string &prefix) { in StartsWith() function in android::StringHelper
/aosp12/system/iorap/src/inode2filename/
H A Dmain.cc125 bool StartsWith(std::string_view haystack, std::string_view needle) { in StartsWith() function
/aosp12/art/tools/veridex/
H A Dveridex.cc91 static bool StartsWith(const char* str, const char* val) { in StartsWith() function
/aosp12/build/soong/android/
H A Dneverallow.go558 func StartsWith(prefix string) ValueMatcher { func
/aosp12/frameworks/base/tools/aapt2/util/
H A DUtil.cpp72 bool StartsWith(const StringPiece& str, const StringPiece& prefix) { in StartsWith() function
/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc126 bool StartsWith(const std::string& str, const std::string& prefix) { in StartsWith() function