OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:component_list
(Results
1 - 4
of
4
) 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);
hb-ot-layout-gsub-table.hh
733
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
));
[
all
...]
/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 1669 milliseconds