Searched refs:start_index (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/orientationplot/ |
D | orientationplot.py | 396 start_index = prefix_index + len(prefix) 397 delim_index = line.find(',', start_index) 399 return line[start_index:] 401 return line[start_index:delim_index] 415 start_index = prefix_index + len(prefix) + 1 416 delim_index = line.find(']', start_index) 421 while start_index < delim_index: 422 comma_index = line.find(', ', start_index, delim_index) 424 result.append(float(line[start_index:delim_index])) 426 result.append(float(line[start_index:comma_index])) [all …]
|
/frameworks/av/media/libeffects/loudness/dsp/core/ |
D | basic-inl.h | 29 int start_index, in SearchIndex() argument 31 int start = start_index; in SearchIndex()
|
D | basic.h | 39 int start_index,
|
/frameworks/base/tools/velocityplot/ |
D | velocityplot.py | 248 start_index = prefix_index + len(prefix) 249 delim_index = line.find(',', start_index) 251 return line[start_index:] 253 return line[start_index:delim_index]
|