HomeSort by relevance Sort by last modified time
    Searched defs:component_list (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 112 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);
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc 173 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) {
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 156 struct component_list { struct
181 struct component_list components[NUM_OF_IDS];

Completed in 181 milliseconds