Searched refs:component_list (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh112 OT::GlyphID component_list[ARRAY_LENGTH_CONST (ligature_list) * 1/* One extra component per ligature */]; local
150 component_list[num_ligatures].set (second_glyph);
162 OT::Supplier<OT::GlyphID> component_supplier (component_list, num_ligatures);
H A Dhb-ot-layout-gsub-table.hh733 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
741 component_list,
817 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
827 component_list))) return_trace (false);
859 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
872 component_list));
1216 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
1226 component_list));
/external/webrtc/webrtc/modules/audio_processing/
H A Daudio_processing_impl.cc173 std::list<ProcessingComponent*> component_list; member in struct:webrtc::AudioProcessingImpl::ApmPrivateSubmodules
254 private_submodules_->component_list.push_back(
256 private_submodules_->component_list.push_back(
258 private_submodules_->component_list.push_back(
271 while (!private_submodules_->component_list.empty()) {
273 private_submodules_->component_list.front();
276 private_submodules_->component_list.pop_front();
383 for (auto item : private_submodules_->component_list) {
487 for (auto item : private_submodules_->component_list) {
1195 for (auto item : private_submodules_->component_list) {
[all...]

Completed in 123 milliseconds