Searched refs:collection (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/system/utest/hid-parser/
H A Dhid-parser-test.cpp26 int collection[2]; member in struct:__anon1429::Stats
39 stats->collection[1]++;
41 stats->collection[0]++;
64 ASSERT_EQ(stats.collection[0], 13);
65 ASSERT_EQ(stats.collection[1], 13);
79 ASSERT_EQ(stats.collection[0], 1);
80 ASSERT_EQ(stats.collection[1], 1);
148 // Inner collection is physical GeneticDesktop|Pointer.
149 auto collection = fields[0].col; local
150 ASSERT_TRUE(collection !
240 auto collection = fields[0].col; local
539 auto collection = dev->report[0].first_field[33].col; local
[all...]
/fuchsia/zircon/system/core/pwrbtn-monitor/
H A Dpwrbtn-monitor.cpp37 // Generic Desktop:System Control collection.
63 const hid::Collection* collection = hid::GetAppCollection(&field); local
64 if (!collection || !usage_eq(collection->usage, system_control)) {
99 const hid::Collection* collection = hid::GetAppCollection(&field); local
100 if (!collection || !usage_eq(collection->usage, system_control)) {
/fuchsia/zircon/system/ulib/hid-parser/
H A Dparser.cpp61 // followed by one or more end-collection items.
81 // interspersed before the collection or input,output,feature
86 // Limit on the collection count we can process, complicated devices
214 // never a re-alloc, keeping the intra-collection pointers valid.
219 // The first collection must be an application collection.
242 // We don't free collection items until Finish().
612 auto collection = field->col;
613 while (collection != nullptr) {
614 if (collection
[all...]
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Djson_generator.h49 void GenerateArray(const Collection& collection);
H A Dtables_generator.h46 void GenerateArray(const Collection& collection);
/fuchsia/zircon/system/host/fidl/lib/
H A Djson_generator.cpp124 void JSONGenerator::GenerateArray(const Collection& collection) { argument
125 GenerateArray(collection.begin(), collection.end());
H A Dtables_generator.cpp82 void TablesGenerator::GenerateArray(const Collection& collection) { argument
85 if (!collection.empty())
88 for (size_t i = 0; i < collection.size(); ++i) {
91 Generate(collection[i]);
94 if (!collection.empty())
/fuchsia/zircon/make/
H A Dengine.mk229 # Use linker garbage collection if enabled.

Completed in 93 milliseconds