Home
last modified time | relevance | path

Searched refs:startIndex (Results 1 – 3 of 3) sorted by relevance

/system/extras/perf_tools/
Dsbtpull.py410 def rebootAndRunCmdToFile(self, fileNamePrefix, msgPrefix, Cmd, numTimes, startIndex): argument
415 postfix = str(i+startIndex)
458 def pullDmesgLogs(self, BuildID, numTimes, startIndex): argument
462 return self.rebootAndRunCmdToFile(fileNamePrefix, msgPrefix, cmd, numTimes, startIndex)
464 def pullLogcatLogs(self, BuildID, numTimes, startIndex): argument
468 return self.rebootAndRunCmdToFile(fileNamePrefix, msgPrefix, cmd, numTimes, startIndex)
470 def runBootAnalyze(self, filename, numTimes, startIndex): argument
474 BAFILE = "BA-" + filename + "-" + str(numTimes + startIndex) + ".txt"
/system/libhwbinder/
DDebug.cpp229 const size_t startIndex = word+align_offset; in printHexData() local
239 const unsigned char val = *(pos+startIndex-index); in printHexData()
256 const unsigned char val = *(pos+startIndex-index); in printHexData()
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java206 int startIndex = prefix.length(); in destroySimpleperfProcessWithoutClosingStdin() local
208 if (endIndex > startIndex) { in destroySimpleperfProcessWithoutClosingStdin()
209 int pid = Integer.parseInt(s.substring(startIndex, endIndex).trim()); in destroySimpleperfProcessWithoutClosingStdin()