/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/ |
D | SparseMappingTableTest.java | 45 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testParcelingEmpty() 60 final SparseMappingTable.Table table1 = new SparseMappingTable.Table(data1); in testParcelingEmpty() 73 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testParceling() 94 final SparseMappingTable.Table table1 = new SparseMappingTable.Table(data1); in testParceling() 114 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testParcelingWithReset() 141 final SparseMappingTable.Table table1 = new SparseMappingTable.Table(data1); in testParcelingWithReset() 166 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testResetDataOnlyFails() 192 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testInvalidKey()
|
/frameworks/base/cmds/incident_helper/src/parsers/ |
D | SystemPropertiesParser.cpp | 51 Table sysPropTable(SystemPropertiesProto::_FIELD_NAMES, in Parse() 56 Table aacDrcTable(SystemPropertiesProto::AacDrc::_FIELD_NAMES, in Parse() 62 Table aaudioTable(SystemPropertiesProto::Aaudio::_FIELD_NAMES, in Parse() 68 Table cameraTable(SystemPropertiesProto::Camera::_FIELD_NAMES, in Parse() 74 Table dalvikVmTable(SystemPropertiesProto::DalvikVm::_FIELD_NAMES, in Parse() 80 Table initSvcTable(SystemPropertiesProto::InitSvc::_FIELD_NAMES, in Parse() 88 Table logTable(SystemPropertiesProto::Log::_FIELD_NAMES, in Parse() 94 Table persistTable(SystemPropertiesProto::Persist::_FIELD_NAMES, in Parse() 100 Table pmDexoptTable(SystemPropertiesProto::PmDexopt::_FIELD_NAMES, in Parse() 106 Table roTable(SystemPropertiesProto::Ro::_FIELD_NAMES, in Parse() [all …]
|
D | KernelWakesParser.cpp | 36 Table table(KernelWakeSourcesProto::WakeupSource::_FIELD_NAMES, in Parse()
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVM_Mixer_TimeConstant.c | 76 LVM_FLOAT Table[] = {ALPHA_Float_0, /* Log spaced look-up table */ in LVM_Mixer_TimeConstant() local 157 Diff = (Table[Shift] - Table[Shift + 1]); in LVM_Mixer_TimeConstant() 159 ProductFloat = Table[Shift + 1] + Diff; in LVM_Mixer_TimeConstant() 173 LVM_UINT32 Table[] = {ALPHA_0, /* Log spaced look-up table */ in LVM_Mixer_TimeConstant() local 254 Diff = (LVM_INT32)(Table[Shift] - Table[Shift+1]); in LVM_Mixer_TimeConstant() 256 Product = Table[Shift+1] + (LVM_UINT32)Diff; in LVM_Mixer_TimeConstant()
|
/frameworks/av/include/media/ |
D | TypeConverter.h | 117 struct Table { struct 122 static const Table mTable[]; argument 218 template<> const OutputDeviceConverter::Table OutputDeviceConverter::mTable[]; 219 template<> const InputDeviceConverter::Table InputDeviceConverter::mTable[]; 220 template<> const OutputFlagConverter::Table OutputFlagConverter::mTable[]; 221 template<> const InputFlagConverter::Table InputFlagConverter::mTable[]; 222 template<> const FormatConverter::Table FormatConverter::mTable[]; 223 template<> const OutputChannelConverter::Table OutputChannelConverter::mTable[]; 224 template<> const InputChannelConverter::Table InputChannelConverter::mTable[]; 225 template<> const ChannelIndexConverter::Table ChannelIndexConverter::mTable[]; [all …]
|
/frameworks/av/media/libmedia/include/media/ |
D | TypeConverter.h | 117 struct Table { struct 122 static const Table mTable[]; argument 218 template<> const OutputDeviceConverter::Table OutputDeviceConverter::mTable[]; 219 template<> const InputDeviceConverter::Table InputDeviceConverter::mTable[]; 220 template<> const OutputFlagConverter::Table OutputFlagConverter::mTable[]; 221 template<> const InputFlagConverter::Table InputFlagConverter::mTable[]; 222 template<> const FormatConverter::Table FormatConverter::mTable[]; 223 template<> const OutputChannelConverter::Table OutputChannelConverter::mTable[]; 224 template<> const InputChannelConverter::Table InputChannelConverter::mTable[]; 225 template<> const ChannelIndexConverter::Table ChannelIndexConverter::mTable[]; [all …]
|
/frameworks/native/cmds/lshal/ |
D | ListCommand.h | 139 void forEachTable(const std::function<void(Table &)> &f); 140 void forEachTable(const std::function<void(const Table &)> &f) const; 141 Table* tableForType(HalType type); 142 const Table* tableForType(HalType type) const; 162 Table mServicesTable{}; 163 Table mPassthroughRefTable{}; 164 Table mImplementationsTable{}; 165 Table mManifestHalsTable{}; 166 Table mLazyHalsTable{};
|
D | TableEntry.h | 121 class Table { 152 explicit MergedTable(std::vector<const Table*>&& tables) : mTables(std::move(tables)) {} in MergedTable() 155 std::vector<const Table*> mTables;
|
D | TableEntry.cpp | 147 TextTable Table::createTextTable(bool neat, in createTextTable() 179 for (const Table* table : mTables) { in createTextTable()
|
D | ListCommand.cpp | 306 Table* ListCommand::tableForType(HalType type) { in tableForType() 323 const Table* ListCommand::tableForType(HalType type) const { in tableForType() 327 void ListCommand::forEachTable(const std::function<void(Table &)> &f) { in forEachTable() 332 void ListCommand::forEachTable(const std::function<void(const Table &)> &f) const { in forEachTable() 339 forEachTable([this](Table &table) { in postprocess() 535 std::vector<const Table*> tables; in dumpTable() 536 forEachTable([&tables](const Table &table) { in dumpTable() 543 forEachTable([this, &out](const Table &table) { in dumpTable() 1176 forEachTable([this] (Table& table) { in parseArgs()
|
D | test.cpp | 198 void forEachTable(const std::function<void(Table &)> &f) { in forEachTable() 201 void forEachTable(const std::function<void(const Table &)> &f) const { in forEachTable() 240 mockList->forEachTable([](const Table& table) { in TEST_F() 250 mockList->forEachTable([](const Table& table) { in TEST_F() 347 mockList->forEachTable([&](Table& table) { in initMockList() 422 mockList->forEachTable([&](const Table& table) { in TEST_F()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | TypeConverter.h | 37 const DeviceCategoryConverter::Table DeviceCategoryConverter::mTable[]; 39 const MixTypeConverter::Table MixTypeConverter::mTable[]; 41 const RouteFlagTypeConverter::Table RouteFlagTypeConverter::mTable[]; 43 const RuleTypeConverter::Table RuleTypeConverter::mTable[];
|
/frameworks/av/media/libmedia/ |
D | TypeConverter.cpp | 25 const OutputDeviceConverter::Table OutputDeviceConverter::mTable[] = { 67 const InputDeviceConverter::Table InputDeviceConverter::mTable[] = { 107 const OutputFlagConverter::Table OutputFlagConverter::mTable[] = { 129 const InputFlagConverter::Table InputFlagConverter::mTable[] = { 144 const FormatConverter::Table FormatConverter::mTable[] = { 226 const OutputChannelConverter::Table OutputChannelConverter::mTable[] = { 262 const InputChannelConverter::Table InputChannelConverter::mTable[] = { 279 const ChannelIndexConverter::Table ChannelIndexConverter::mTable[] = { 293 const GainModeConverter::Table GainModeConverter::mTable[] = { 302 const StreamTypeConverter::Table StreamTypeConverter::mTable[] = { [all …]
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | TypeConverter.cpp | 27 const DeviceCategoryConverter::Table DeviceCategoryConverter::mTable[] = { 37 const MixTypeConverter::Table MixTypeConverter::mTable[] = { 45 const RouteFlagTypeConverter::Table RouteFlagTypeConverter::mTable[] = { 54 const RuleTypeConverter::Table RuleTypeConverter::mTable[] = {
|
/frameworks/base/cmds/incident_helper/src/ |
D | ih_util.h | 135 class Table 139 Table(const char* names[], const uint64_t ids[], const int count); 140 ~Table(); 165 explicit Message(Table* table); 195 Table* mTable;
|
D | ih_util.cpp | 270 Table::Table(const char* names[], const uint64_t ids[], const int count) in Table() function in Table 281 Table::~Table() in ~Table() 286 Table::addEnumTypeMap(const char* field, const char* enumNames[], const int enumValues[], const int… in addEnumTypeMap() 301 Table::addEnumNameToValue(const char* enumName, const int enumValue) in addEnumNameToValue() 307 Table::insertField(ProtoOutputStream* proto, const std::string& name, const std::string& value) in insertField() 382 Message::Message(Table* table) in Message()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | NamePool.h | 33 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> > Table; typedef 34 typedef Table::iterator syminfo_iterator; 35 typedef Table::const_iterator const_syminfo_iterator; 123 Table m_Table;
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | DurationsTable.java | 23 public class DurationsTable extends SparseMappingTable.Table {
|
D | SparseMappingTable.java | 71 public static class Table { class in SparseMappingTable 77 public Table(SparseMappingTable parent) { in Table() method in SparseMappingTable.Table 88 public void copyFrom(Table copyFrom, int valueCount) { in copyFrom()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_image_native_buffer.txt | 65 "Values accepted for <target> are listed in Table aaa, below. 72 Table aaa. Legal values for eglCreateImageKHR <target> parameter
|
D | EGL_ANDROID_framebuffer_target.txt | 63 Section 3.4, Configuration Management, add a row to Table 3.1. 71 Section 3.4, Configuration Management, add a row to Table 3.4.
|
/frameworks/compile/mclinker/lib/LD/ |
D | NamePool.cpp | 131 Table::iterator iter = m_Table.find(pName); in findInfo() 137 Table::const_iterator iter = m_Table.find(pName); in findInfo()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | p_med_ol.tab | 20 | Table for function Pitch_med_ol() |
|
D | grid100.tab | 20 * Table for az_isp() *
|
D | lag_wind.tab | 19 | Table of lag_window for autocorrelation. |
|