/aosp12/system/incremental_delivery/incfs/ |
H A D | split.h | 33 void Split(std::string_view s, Separator delimiters, Callback&& onSplitCb) { in Split() function 52 void Split(std::string_view s, Separator delimiters, std::vector<std::string_view>* out) { in Split() function 58 std::vector<std::string_view> Split(std::string_view s, Separator delimiters) { in Split() function
|
/aosp12/hardware/qcom/display/msm8084/libqdutils/ |
H A D | mdp_version.h | 86 struct Split { struct 89 Split() : mLeft(0), mRight(0){} in Split() argument 90 int left() { return mLeft; } in left() 91 int right() { return mRight; } in right() 92 friend class MDPVersion;
|
/aosp12/hardware/qcom/display/msm8226/libqdutils/ |
H A D | mdp_version.h | 86 struct Split { struct 89 Split() : mLeft(0), mRight(0){} in Split() argument 90 int left() { return mLeft; } in left() 91 int right() { return mRight; } in right() 92 friend class MDPVersion;
|
/aosp12/hardware/qcom/display/msm8994/libqdutils/ |
H A D | mdp_version.h | 76 struct Split { struct 79 Split() : mLeft(0), mRight(0){} in Split() argument 80 int left() { return mLeft; } in left() 81 int right() { return mRight; } in right() 82 friend class MDPVersion;
|
/aosp12/art/libartbase/base/ |
H A D | utils_test.cc | 46 void Split(const char* arr, char s, std::vector<std::string_view>* sv) { in Split() function 50 TEST_F(UtilsTest, Split) { in TEST_F() argument
|
H A D | utils.cc | 236 void Split(const StrIn& s, char separator, std::vector<Str>* out_result) { in Split() function 254 void Split(const Str& s, char separator, size_t len, Str* out_result) { in Split() function
|
H A D | utils.h | 54 void Split(const StrIn& s, char separator, std::array<Str, kLen>* out_result) { in Split() function
|
/aosp12/system/bt/test/headless/ |
H A D | get_options.cc | 85 std::vector<std::string> bluetooth::test::headless::GetOpt::Split( in Split() function in bluetooth::test::headless::GetOpt
|
/aosp12/system/libbase/ |
H A D | strings.cpp | 31 std::vector<std::string> Split(const std::string& s, in Split() function
|
/aosp12/build/soong/androidmk/parser/ |
H A D | make_strings.go | 125 func (ms *MakeString) Split(sep string) []*MakeString { func
|
/aosp12/art/tools/jvmti-agents/chain-agents/ |
H A D | chainagents.cc | 56 static std::pair<std::string, std::string> Split(std::string source, char delim) { in Split() function
|
/aosp12/art/compiler/optimizing/ |
H A D | register_allocator.cc | 204 LiveInterval* RegisterAllocator::Split(LiveInterval* interval, size_t position) { in Split() function in art::RegisterAllocator
|
/aosp12/bootable/recovery/otautil/ |
H A D | rangeset.cpp | 106 std::vector<RangeSet> RangeSet::Split(size_t groups) const { in Split() function in RangeSet
|
/aosp12/art/cmdline/ |
H A D | token_range.h | 116 static TokenRange Split(const std::string& string, std::initializer_list<char> separators) { in Split() function
|
/aosp12/bootable/recovery/tests/unit/ |
H A D | rangeset_test.cpp | 127 TEST(RangeSetTest, Split) { in TEST() argument
|
/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/ |
H A D | utils.cpp | 26 static vector<string> Split(const string& s, const string& delimiters) { in Split() function
|
/aosp12/art/tools/veridex/ |
H A D | veridex.cc | 123 static std::vector<std::string> Split(const std::string& str, char sep) { in Split() function
|
/aosp12/frameworks/base/tools/aapt2/util/ |
H A D | Util.cpp | 64 std::vector<std::string> Split(const StringPiece& str, char sep) { in Split() function
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |