Searched refs:ret (Results 1 – 6 of 6) sorted by relevance
231 List<Long> ret = new ArrayList<>(samples.size()); in getForegroundDalvikHeap() local234 ret.add(sample.mDalvikHeap); in getForegroundDalvikHeap()237 return ret; in getForegroundDalvikHeap()241 List<Long> ret = new ArrayList<>(samples.size()); in getBackgroundDalvikHeap() local244 ret.add(sample.mDalvikHeap); in getBackgroundDalvikHeap()247 return ret; in getBackgroundDalvikHeap()251 List<Long> ret = new ArrayList<>(samples.size()); in getForegroundNativeHeap() local254 ret.add(sample.mNativeHeap); in getForegroundNativeHeap()257 return ret; in getForegroundNativeHeap()261 List<Long> ret = new ArrayList<>(samples.size()); in getBackgroundNativeHeap() local[all …]
77 List<ProcessDetails> ret = new ArrayList<ProcessDetails>(); in getProcessDetails() local83 return ret; in getProcessDetails()113 ret.add(detail); in getProcessDetails()126 ret.add(detail); in getProcessDetails()128 return ret; in getProcessDetails()
31 ret = proc.returncode32 if ret == 0:34 raise AdbError(cmd=cmd, stdout=out, stderr=err, ret_code=ret)41 ret = proc.returncode42 if ret == 0:44 raise AdbError(cmd=cmd, stdout=out, stderr=err, ret_code=ret)
145 StringBuilder ret = new StringBuilder(); in truncate() local147 ret.append(lines[i]); in truncate()148 ret.append('\n'); in truncate()151 ret.append("... "); in truncate()152 ret.append(lines.length - maxLines); in truncate()153 ret.append(" more lines truncated ...\n"); in truncate()155 return ret.toString(); in truncate()
135 Matcher ret = pattern.matcher(line); in matches() local136 return ret.matches() ? ret : null; in matches()
176 Matcher ret = pattern.matcher(line); in matches() local177 return ret.matches() ? ret : null; in matches()