Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 25 of 27) sorted by relevance

12

/system/bt/gd/dumpsys/
Dfilter.cc51 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/
Dfilter_internal.h44 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…
Dfilter_internal_test.cc39 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 …]
Dfilter_internal.cc35 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/
Dstruct_generated.h16 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
Dfloat_generated.h13 struct TestTableFloat FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
25 typedef TestTableFloat Table; typedef
Dinteger_generated.h13 struct TestTableInteger FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
25 typedef TestTableInteger Table; typedef
Dstring_generated.h13 struct TestTableString FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
26 typedef TestTableString Table; typedef
/system/vold/model/
DDisk.cpp83 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/
Dmodule_unittest_generated.h13 struct ModuleUnitTestData FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
26 typedef ModuleUnitTestData Table; typedef
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h203 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/
Dmain.cpp185 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/
Dflatbuffers_types_generated.h47 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/
DREADME40 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/
Dandroid_platform_profiling.md3 ## Table of Contents
5 - [Table of Contents](#table-of-contents)
Dscripts_reference.md3 ## 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.
DREADME.md12 ## Table of Contents
15 - [Table of Contents](#table-of-contents)
Dandroid_application_profiling.md12 ## Table of Contents
15 - [Table of Contents](#table-of-contents)
/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h333 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/
DREADME.md3 ## Table of Contents
6 - [Table of Contents](#table-of-contents)
/system/libsysprop/srcs/android/sysprop/
DHdmiProperties.sysprop30 # See HDMI CEC 1.4b Supplement 1 CEC Table 29 Operand Descriptions.
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1675 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/
Duimage_v2.lcs53 /* Dynamic Symbol Table section */
/system/extras/simpleperf/scripts/
Dreport_html.js348 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/
Dhtml.mako174 <h2>Table of Contents</h2>

12