/aosp12/system/bt/gd/common/ |
H A D | strings.cc | 83 …ctor<std::string> StringSplit(const std::string& str, const std::string& delim, size_t max_token) { in StringSplit() argument 89 …while ((max_token == 0 || tokens.size() < (max_token - 1)) && index_of_delim != std::string::npos)… in StringSplit()
|
H A D | strings.h | 86 …r<std::string> StringSplit(const std::string& str, const std::string& delim, size_t max_token = 0);
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, in ParseString() argument 80 while (tmp_token && index < max_token) { in ParseString()
|
H A D | hw_info.h | 61 static int ParseString(const char *input, char *tokens[], const uint32_t max_token,
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
H A D | hw_device.h | 128 int ParseLine(const char *input, char *tokens[], const uint32_t max_token, uint32_t *count); 130 const uint32_t max_token, uint32_t *count);
|
H A D | hw_info.h | 66 static int ParseString(const char *input, char *tokens[], const uint32_t max_token,
|
H A D | hw_device.cpp | 999 int HWDevice::ParseLine(const char *input, char *tokens[], const uint32_t max_token, in ParseLine() argument 1009 while (tmp_token && index < max_token) { in ParseLine() 1019 const uint32_t max_token, uint32_t *count) { in ParseLine() argument 1027 while (tmp_token && index < max_token) { in ParseLine()
|
H A D | hw_info.cpp | 71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, in ParseString() argument 80 while (tmp_token && index < max_token) { in ParseString()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
H A D | hw_device.h | 129 int ParseLine(const char *input, char *tokens[], const uint32_t max_token, uint32_t *count); 131 const uint32_t max_token, uint32_t *count);
|
H A D | hw_info.h | 66 static int ParseString(const char *input, char *tokens[], const uint32_t max_token,
|
H A D | hw_device.cpp | 1004 int HWDevice::ParseLine(const char *input, char *tokens[], const uint32_t max_token, in ParseLine() argument 1014 while (tmp_token && index < max_token) { in ParseLine() 1024 const uint32_t max_token, uint32_t *count) { in ParseLine() argument 1032 while (tmp_token && index < max_token) { in ParseLine()
|
H A D | hw_info.cpp | 71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, in ParseString() argument 80 while (tmp_token && index < max_token) { in ParseString()
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
H A D | hw_device.h | 121 int ParseLine(const char *input, char *tokens[], const uint32_t max_token, uint32_t *count); 123 const uint32_t max_token, uint32_t *count);
|
H A D | hw_info.h | 65 static int ParseString(const char *input, char *tokens[], const uint32_t max_token,
|
H A D | hw_device.cpp | 899 int HWDevice::ParseLine(const char *input, char *tokens[], const uint32_t max_token, in ParseLine() argument 909 while (tmp_token && index < max_token) { in ParseLine() 919 const uint32_t max_token, uint32_t *count) { in ParseLine() argument 927 while (tmp_token && index < max_token) { in ParseLine()
|
H A D | hw_info.cpp | 71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, in ParseString() argument 80 while (tmp_token && index < max_token) { in ParseString()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
H A D | hw_device.h | 130 int ParseLine(const char *input, char *tokens[], const uint32_t max_token, uint32_t *count); 132 const uint32_t max_token, uint32_t *count);
|
H A D | hw_info.h | 66 static int ParseString(const char *input, char *tokens[], const uint32_t max_token,
|
H A D | hw_info.cpp | 71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, in ParseString() argument 80 while (tmp_token && index < max_token) { in ParseString()
|
H A D | hw_device.cpp | 1005 int HWDevice::ParseLine(const char *input, char *tokens[], const uint32_t max_token, in ParseLine() argument 1015 while (tmp_token && index < max_token) { in ParseLine() 1025 const uint32_t max_token, uint32_t *count) { in ParseLine() argument 1033 while (tmp_token && index < max_token) { in ParseLine()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/fb/ |
H A D | hw_device.h | 133 int ParseLine(const char *input, char *tokens[], const uint32_t max_token, uint32_t *count); 135 const uint32_t max_token, uint32_t *count);
|
H A D | hw_info.h | 66 static int ParseString(const char *input, char *tokens[], const uint32_t max_token,
|
H A D | hw_info.cpp | 71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, in ParseString() argument 80 while (tmp_token && index < max_token) { in ParseString()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
H A D | hw_device.h | 152 int ParseLine(const char *input, char *tokens[], const uint32_t max_token, uint32_t *count); 154 const uint32_t max_token, uint32_t *count);
|
H A D | hw_info.h | 69 static int ParseString(const char *input, char *tokens[], const uint32_t max_token,
|