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

/system/vold/model/
H A DDisk.cpp84 enum class Table { class in namespace:android::vold
334 Table table = Table::kUnknown;
344 table = Table::kMbr;
346 table = Table::kGpt;
362 if (table == Table::kMbr) {
379 } else if (table == Table::kGpt) {
395 if (table == Table::kUnknown || !foundParts) {
/system/libvintf/
H A Dmain.cpp185 using Table = std::map<std::string, TableRow>;
189 void insert(const HalManifest* manifest, Table* table, const RowMutator& mutate) {
199 void insert(const CompatibilityMatrix* matrix, Table* table, const RowMutator& mutate) {
223 Table generateHalSummary(const HalManifest* vm, const HalManifest* fm,
225 Table table;
/system/chre/platform/shared/include/chre/platform/shared/
H A 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 {
690 struct LoadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
816 struct LoadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
880 struct UnloadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
942 struct UnloadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
[all...]
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
H A 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 {
[all...]
/system/chre/host/common/include/chre_host/
H A 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 {
998 struct LoadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
1163 struct LoadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
1254 struct UnloadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
1341 struct UnloadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
[all...]
/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h880 // If you hit this, you're trying to construct a Table/Vector/String
905 // Write the vtable offset, which is the start of any Table.
1674 class Table { class in namespace:flatbuffers
1705 return const_cast<Table *>(this)->GetPointer<P>(field);
1734 return const_cast<Table *>(this)->GetAddressOf(field);
1775 Table();
1776 Table(const Table &other);
1786 auto table = reinterpret_cast<const Table *>(root);
1846 // this is not typechecked to be a subclass of Table, s
[all...]
/system/extras/simpleperf/scripts/
H A Dreport_html.js203 let table = new google.visualization.Table(this.div.get(0));
316 let table = new google.visualization.Table(wrapperDiv.get(0));
687 let table = new google.visualization.Table(wrapperDiv.get(0));
1203 let table = new google.visualization.Table(wrapperDiv.get(0));
1297 let table = new google.visualization.Table(wrapperDiv.get(0));
1322 gTabs.addTab('Sample Table', new SampleTableTab());
/system/media/camera/docs/
H A Dhtml.mako174 <h2>Table of Contents</h2>

Completed in 225 milliseconds