Searched refs:start_index (Results 1 – 9 of 9) sorted by relevance
/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/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/base/tools/aapt2/optimize/ |
D | ResourcePathShortener_test.cpp | 152 int start_index = (kNumResources/kNumTries)*i; in TEST() local 153 FillTable(builder2, start_index, kNumResources); in TEST() 154 FillTable(builder2, 0, start_index); in TEST()
|
/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]
|
/frameworks/base/tools/aapt2/ |
D | StringPool.cpp | 437 const size_t start_index = out->size(); in Flatten() local 452 header->stringsStart = before_strings_index - start_index; in Flatten() 469 header->stylesStart = util::HostToDevice32(before_styles_index - start_index); in Flatten() 499 header->header.size = util::HostToDevice32(out->size() - start_index); in Flatten()
|
D | ResourceTable.cpp | 422 const size_t start_index = new_packages.size(); in GetPartitionedView() local 429 type_new_package_index.insert(type_index_iter, std::make_pair(type.type, start_index)); in GetPartitionedView()
|
D | Resources.proto | 629 uint32 start_index = 2; field 637 uint64 start_index = 1; field
|
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoDeserialize.cpp | 684 .name = span.name(), .first_char = span.start_index(), .last_char = span.end_index()}); in DeserializeMacroFromPb() 690 UntranslatableSection{.start = static_cast<size_t>(untranslatable_section.start_index()), in DeserializeMacroFromPb()
|