Home
last modified time | relevance | path

Searched refs:strs (Results 1 - 6 of 6) sorted by relevance

/developtools/hapsigner/autosign/
H A Dautosign.py219 strs = line.split('=', 1)
221 if len(strs) == 2:
222 if strs[1].startswith('$'):
223 temp_map[strs[0]] = temp_map[strs[1][1:]]
225 temp_map[strs[0]] = strs[1]
237 strs = mk.rsplit('.', 1)
238 if not global_config.get(strs[0]):
239 global_config[strs[
[all...]
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dstring_utils.cpp63 std::string StringUtils::Join(const std::vector<std::string>& strs, const std::string& sep) in Join() argument
66 for (auto& s : strs) { in Join()
/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dstring_utils.h28 static std::string Join(const std::vector<std::string>& strs, const std::string& sep);
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dstring_utils.h33 static bool ContainsCase(const std::vector<std::string> &strs, const std::string& str);
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dstring_utils.cpp29 bool StringUtils::ContainsCase(const std::vector<std::string> &strs, const std::string& str) in ContainsCase() argument
35 for (const std::string& val : strs) { in ContainsCase()
/developtools/hapsigner/tools/
H A Dauto_test.py353 strs = "abcdefghjiklmnopqstuvwxyzABCDEFGHIJKLMNOPQRS TUVWXYZ1234567890~!@#ls%^&*()_+,./<>?;':"
356 result = result + random.choice(strs)

Completed in 3 milliseconds