Searched defs:str (Results 1 – 7 of 7) sorted by relevance
65 String str = "echo 3 > /proc/sys/vm/drop_caches && echo Success || echo Failure"; in executeDropCachesImpl() local
168 private void validateIsNumeric(String str, JsonObject jsonObject) { in validateIsNumeric()
272 String str; in executeShellCommandAndReturnOutput() local324 String str; in getLineString() local
1319 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()