Searched defs:str (Results 1 – 6 of 6) sorted by relevance
64 String str = "echo 3 > /proc/sys/vm/drop_caches && echo Success || echo Failure"; in executeDropCachesImpl() local
266 String str; in executeShellCommandAndReturnOutput() local317 String str; in getLineString() local
1316 String str = new String(byteArr, strOffset, i - strOffset); in getRoStrings() local
234 String str = "echo 3 > /proc/sys/vm/drop_caches && echo Success || echo Failure"; in executeDropCachesImpl() local
398 String str = result.split("\\s+")[0]; in getNumberOfSuggestions() local
197 static SpannableStringBuilder BOLD(CharSequence str) { in BOLD()