/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() 120 void UserPrivacyFilter::FilterObject(const reflection::Object* object, flatbuffers::Table* table) { in FilterObject() 132 void UserPrivacyFilter::FilterTable(const reflection::Schema* schema, flatbuffers::Table* table) { in FilterTable() 157 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 FilterTypeInteger(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priv… 116 bool FilterTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privac… 117 bool FilterTypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priva… 118 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() 109 const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeInteger() 147 bool internal::FilterTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLe… in FilterTypeFloat() 182 bool internal::FilterTypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyL… in FilterTypeString() 225 bool internal::FilterTypeStruct(const reflection::Field& field, flatbuffers::Table* table, PrivacyL… in FilterTypeStruct()
|
/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/vold/model/ |
D | Disk.cpp | 83 enum class Table { enum 326 Table table = Table::kUnknown; in readPartitions() 336 table = Table::kMbr; in readPartitions() 338 table = Table::kGpt; in readPartitions() 354 if (table == Table::kMbr) { in readPartitions() 371 } else if (table == Table::kGpt) { in readPartitions() 387 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/chre/platform/shared/include/chre/platform/shared/ |
D | host_messages_generated.h | 203 struct NanoappMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 293 struct HubInfoRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 321 struct HubInfoResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 514 struct NanoappListRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 542 struct NanoappListEntry FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 616 struct NanoappListResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 705 struct LoadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 846 struct LoadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 910 struct UnloadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 972 struct UnloadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { [all …]
|
/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/wifi_offload/include/chre/apps/wifi_offload/ |
D | flatbuffers_types_generated.h | 47 struct Ssid FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 91 struct PreferredNetwork FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 136 struct ScanResult FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 237 struct ScanResultMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 292 struct ScanParams FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 384 struct ScanFilter FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 455 struct ScanConfig FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 502 struct ScanRecord FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 562 struct RpcLogRecord FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 606 struct ScanStats FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
|
/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) 183 The second tab is "Sample Table". It shows the time taken by each function. By clicking one row in 188 The fourth tab is "Function". It only appears when users click a row in the "Sample Table" tab.
|
D | README.md | 12 ## Table of Contents 15 - [Table of Contents](#table-of-contents)
|
D | android_application_profiling.md | 12 ## Table of Contents 15 - [Table of Contents](#table-of-contents)
|
/system/chre/host/common/include/chre_host/ |
D | host_messages_generated.h | 333 struct NanoappMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 447 struct HubInfoRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 508 struct HubInfoResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 749 struct NanoappListRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 797 struct NanoappListEntry FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 896 struct NanoappListResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 1014 struct LoadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 1197 struct LoadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 1288 struct UnloadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 1375 struct UnloadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { [all …]
|
/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 | 1675 class Table { 1706 return const_cast<Table *>(this)->GetPointer<P>(field); 1735 return const_cast<Table *>(this)->GetAddressOf(field); 1776 Table(); 1777 Table(const Table &other); 1787 auto table = reinterpret_cast<const Table *>(root); 1853 return reinterpret_cast<const Table *>(table)->CheckField(field);
|
/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));
|
/system/media/camera/docs/ |
D | html.mako | 174 <h2>Table of Contents</h2>
|