Searched refs:strs (Results 1 – 2 of 2) sorted by relevance
50 final String[] strs = codesArraySpec.split(VERTICAL_BAR_REGEX, -1); in getLabelSpec() local51 if (strs.length <= 1) { in getLabelSpec()54 return strs[0]; in getLabelSpec()68 final String[] strs = codesArraySpec.split(VERTICAL_BAR_REGEX, -1); in getCodeSpec() local69 if (strs.length <= 1) { in getCodeSpec()72 return TextUtils.isEmpty(strs[1]) ? strs[0] : strs[1]; in getCodeSpec()76 final String[] strs = codesArraySpec.split(VERTICAL_BAR_REGEX, -1); in getMinSupportSdkVersion() local77 if (strs.length <= 2) { in getMinSupportSdkVersion()81 return Integer.parseInt(strs[2]); in getMinSupportSdkVersion()
149 char **strs = backtrace_symbols(callstack, frames); in showStackTrace() local155 AKLOGI("%s", strs[i]); in showStackTrace()157 free(strs); in showStackTrace()