/system/bt/gd/dumpsys/ |
D | filter.cc | 51 virtual bool FilterField(const reflection::Field* field, flatbuffers::Table* table) { in FilterField() 63 virtual void FilterObject(const reflection::Object* object, flatbuffers::Table* table){}; in FilterObject() 73 virtual void FilterTable(const reflection::Schema* schema, flatbuffers::Table* table){}; in FilterTable() 90 bool FilterField(const reflection::Field* field, flatbuffers::Table* table) override; 91 void FilterObject(const reflection::Object* object, flatbuffers::Table* table) override; 92 void FilterTable(const reflection::Schema* schema, flatbuffers::Table* table) override; 95 bool UserPrivacyFilter::FilterField(const reflection::Field* field, flatbuffers::Table* table) { in FilterField() 123 void UserPrivacyFilter::FilterObject(const reflection::Object* object, flatbuffers::Table* table) { in FilterObject() 135 void UserPrivacyFilter::FilterTable(const reflection::Schema* schema, flatbuffers::Table* table) { in FilterTable() 160 flatbuffers::Table* sub_table = table->GetPointer<flatbuffers::Table*>(it->offset()); in FilterTable() [all …]
|
/system/bt/gd/dumpsys/internal/ |
D | filter_internal.h | 44 void ScrubFromTable(flatbuffers::Table* table, flatbuffers::voffset_t field_offset); 115 bool FilterTypeBool(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy… 116 bool FilterTypeInteger(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priv… 117 bool FilterTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privac… 118 bool FilterTypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priva… 119 bool FilterTypeStruct(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priva…
|
D | filter_internal_test.cc | 39 flatbuffers::Table* GetMutableTable() const { in GetMutableTable() 40 return flatbuffers::GetMutableRoot<flatbuffers::Table>(fb_builder_.GetBufferPointer()); in GetMutableTable() 128 flatbuffers::Table* table = GetMutableTable(); in TEST_F() 143 flatbuffers::Table* table = GetMutableTable(); in TEST_F() 159 flatbuffers::Table* table = GetMutableTable(); in TEST_F() 174 flatbuffers::Table* table = GetMutableTable(); in TEST_F() 189 flatbuffers::Table* table = GetMutableTable(); in TEST_F() 204 flatbuffers::Table* table = GetMutableTable(); in TEST_F() 219 flatbuffers::Table* table = GetMutableTable(); in TEST_F() 234 flatbuffers::Table* table = GetMutableTable(); in TEST_F() [all …]
|
D | filter_internal.cc | 35 void internal::ScrubFromTable(flatbuffers::Table* table, flatbuffers::voffset_t field_offset) { in ScrubFromTable() 108 bool internal::FilterTypeBool(const reflection::Field& field, flatbuffers::Table* table, PrivacyLev… in FilterTypeBool() 116 const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeInteger() 154 bool internal::FilterTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLe… in FilterTypeFloat() 189 bool internal::FilterTypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyL… in FilterTypeString() 232 bool internal::FilterTypeStruct(const reflection::Field& field, flatbuffers::Table* table, PrivacyL… in FilterTypeStruct()
|
/system/chre/apps/power_test/common/include/generated/ |
D | chre_power_test_generated.h | 335 struct TimerMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 356 typedef TimerMessage Table; typedef 389 struct WifiScanMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 425 typedef WifiScanMessage Table; typedef 473 struct GnssLocationMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 499 typedef GnssLocationMessage Table; typedef 537 struct CellQueryMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 558 typedef CellQueryMessage Table; typedef 592 struct AudioRequestMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 615 typedef AudioRequestMessage Table; typedef [all …]
|
/system/bt/gd/dumpsys/internal/test_data/ |
D | struct_generated.h | 16 struct TestSubTable FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 28 typedef TestSubTable Table; typedef 52 struct TestTableStruct FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 65 typedef TestTableStruct Table; typedef
|
D | float_generated.h | 13 struct TestTableFloat FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 25 typedef TestTableFloat Table; typedef
|
D | integer_generated.h | 13 struct TestTableInteger FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 25 typedef TestTableInteger Table; typedef
|
D | string_generated.h | 13 struct TestTableString FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 26 typedef TestTableString Table; typedef
|
/system/chre/platform/shared/include/chre/platform/shared/generated/ |
D | host_messages_generated.h | 352 struct NanoappMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 405 typedef NanoappMessage Table; 476 struct HubInfoRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 485 typedef HubInfoRequest Table; 506 struct HubInfoResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 590 typedef HubInfoResponse Table; 704 struct NanoappListRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 713 typedef NanoappListRequest Table; 734 struct NanoappListEntry FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 776 typedef NanoappListEntry Table; [all …]
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/generated/ |
D | flatbuffers_types_generated.h | 42 struct Ssid FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 59 typedef Ssid Table; typedef 94 struct PreferredNetwork FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 116 typedef PreferredNetwork Table; typedef 147 struct ScanResult FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 195 typedef ScanResult Table; typedef 272 struct ScanResultMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 290 typedef ScanResultMessage Table; typedef 325 struct ScanParams FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 354 typedef ScanParams Table; typedef [all …]
|
/system/vold/model/ |
D | Disk.cpp | 83 enum class Table { enum 350 Table table = Table::kUnknown; in readPartitions() 360 table = Table::kMbr; in readPartitions() 362 table = Table::kGpt; in readPartitions() 378 if (table == Table::kMbr) { in readPartitions() 395 } else if (table == Table::kGpt) { in readPartitions() 411 if (table == Table::kUnknown || !foundParts) { in readPartitions()
|
/system/bt/gd/ |
D | module_unittest_generated.h | 13 struct ModuleUnitTestData FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 26 typedef ModuleUnitTestData Table; typedef
|
/system/libvintf/ |
D | main.cpp | 185 using Table = std::map<std::string, TableRow>; typedef 189 void insert(const HalManifest* manifest, Table* table, const RowMutator& mutate) { in insert() 198 void insert(const CompatibilityMatrix* matrix, Table* table, const RowMutator& mutate) { in insert() 221 Table generateHalSummary(const HalManifest* vm, const HalManifest* fm, in generateHalSummary() 223 Table table; in generateHalSummary()
|
/system/chre/apps/power_test/common/idl/ |
D | chre_power_test_generated.h | 354 struct TimerMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 385 typedef TimerMessage Table; typedef 436 struct WifiScanMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 491 typedef WifiScanMessage Table; typedef 553 struct GnssLocationMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 592 typedef GnssLocationMessage Table; typedef 642 struct CellQueryMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 673 typedef CellQueryMessage Table; typedef 719 struct AudioRequestMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 752 typedef AudioRequestMessage Table; typedef [all …]
|
/system/chre/host/common/include/chre_host/generated/ |
D | host_messages_generated.h | 597 struct NanoappMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 672 typedef NanoappMessage Table; 751 struct HubInfoRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 764 typedef HubInfoRequest Table; 814 struct HubInfoResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 938 typedef HubInfoResponse Table; 1060 struct NanoappListRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 1073 typedef NanoappListRequest Table; 1112 struct NanoappListEntry FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 1173 typedef NanoappListEntry Table; [all …]
|
/system/extras/ioshark/ |
D | README | 40 File State : Table of File Entries. Each entry describes a file 41 File Op : Table of File Operations. One entry describes one operation
|
/system/extras/simpleperf/doc/ |
D | android_platform_profiling.md | 3 ## Table of Contents 5 - [Table of Contents](#table-of-contents)
|
D | scripts_reference.md | 3 ## Table of Contents 6 - [Table of Contents](#table-of-contents) 184 The second tab is "Sample Table". It shows the time taken by each function. By clicking one row in 189 The fourth tab is "Function". It only appears when users click a row in the "Sample Table" tab.
|
D | jit_symbols.md | 3 ## Table of contents
|
/system/extras/simpleperf/demo/ |
D | README.md | 3 ## Table of Contents 6 - [Table of Contents](#table-of-contents)
|
/system/libsysprop/srcs/android/sysprop/ |
D | HdmiProperties.sysprop | 30 # See HDMI CEC 1.4b Supplement 1 CEC Table 29 Operand Descriptions.
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 2510 class Table { 2540 return const_cast<Table *>(this)->GetPointer<P>(field); 2569 return const_cast<Table *>(this)->GetAddressOf(field); 2615 Table(); 2616 Table(const Table &other); 2617 Table &operator=(const Table &); 2624 auto table_ptr = reinterpret_cast<const Table *>(buf_.data_at(table.o)); 2636 auto table = reinterpret_cast<const Table *>(root); 2709 return reinterpret_cast<const Table *>(table)->CheckField(
|
/system/chre/build/sys_support/qcom/ |
D | uimage_v2.lcs | 53 /* Dynamic Symbol Table section */
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 348 let table = new google.visualization.Table(this.div.get(0)); 459 let table = new google.visualization.Table(wrapperDiv.get(0)); 976 let table = new google.visualization.Table(wrapperDiv.get(0)); 1589 let table = new google.visualization.Table(wrapperDiv.get(0)); 1684 let table = new google.visualization.Table(wrapperDiv.get(0));
|