Searched refs:start_index (Results 1 – 10 of 10) 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/libs/androidfw/ |
D | Util.cpp | 154 const size_t start_index = output.size(); in ModifiedUtf8ToUtf8() local 155 output.resize(start_index + utf8_length); in ModifiedUtf8ToUtf8() 156 char* start = &output[start_index]; in ModifiedUtf8ToUtf8()
|
D | StringPool.cpp | 433 const size_t start_index = out->size(); in Flatten() local 448 header->stringsStart = before_strings_index - start_index; in Flatten() 465 header->stylesStart = util::HostToDevice32(before_styles_index - start_index); in Flatten() 495 header->header.size = util::HostToDevice32(out->size() - start_index); in Flatten()
|
/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/optimize/ |
D | Obfuscator_test.cpp | 286 int start_index = (kNumResources / kNumTries) * i; in TEST() local 287 FillTable(builder2, start_index, kNumResources); in TEST() 288 FillTable(builder2, 0, start_index); in TEST()
|
/frameworks/base/tools/aapt2/ |
D | ResourceTable.cpp | 430 const size_t start_index = new_packages.size(); in GetPartitionedView() local 438 std::make_pair(type.named_type, start_index)); in GetPartitionedView()
|
D | Resources.proto | 638 uint32 start_index = 2; field 646 uint64 start_index = 1; field
|
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoDeserialize.cpp | 690 .name = span.name(), .first_char = span.start_index(), .last_char = span.end_index()}); in DeserializeMacroFromPb() 696 UntranslatableSection{.start = static_cast<size_t>(untranslatable_section.start_index()), in DeserializeMacroFromPb()
|