Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/base/libs/androidfw/tests/
DSplit_test.cpp66 ResTable table; in TEST() local
74 ResTable table; in TEST() local
99 ResTable table; in TEST() local
120 ResTable table; in TEST() local
150 ResTable table; in TEST() local
175 ResTable table; in TEST() local
197 ResTable table; in TEST() local
213 ResTable table; in TEST() local
234 ResTable table; in TEST() local
DResTable_test.cpp45 ResTable table; in TEST() local
50 ResTable table; in TEST() local
57 ResTable table; in TEST() local
70 ResTable table; in TEST() local
90 ResTable table; in TEST() local
110 ResTable table; in TEST() local
125 ResTable table; in TEST() local
141 ResTable table; in TEST() local
169 ResTable table; in TEST() local
195 ResTable table; in TEST() local
DTestHelpers.cpp25 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* ex… in IsStringEqual()
DTheme_test.cpp40 ResTable table; in TEST() local
/frameworks/base/core/java/com/android/internal/content/
DSelectionBuilder.java99 public Cursor query(SQLiteDatabase db, String table, String[] columns, String orderBy) { in query()
106 public Cursor query(SQLiteDatabase db, String table, String[] columns, String groupBy, in query()
115 public int update(SQLiteDatabase db, String table, ContentValues values) { in update()
122 public int delete(SQLiteDatabase db, String table) { in delete()
/frameworks/base/graphics/java/android/graphics/
DTableMaskFilter.java24 public TableMaskFilter(byte[] table) { in TableMaskFilter()
43 private static native long nativeNewTable(byte[] table); in nativeNewTable()
/frameworks/base/cmds/settings/src/com/android/commands/settings/
DSettingsCmd.java184 private List<String> listForUser(IContentProvider provider, int userHandle, String table) { in listForUser()
222 final String table, final String key) { in getForUser()
247 final String table, final String key, final String value) { in putForUser()
268 final String table, final String key) { in deleteForUser()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java935 public void markTableSyncable(String table, String deletedTable) { in markTableSyncable()
951 public void markTableSyncable(String table, String foreignKey, String updateTable) { in markTableSyncable()
1031 public Cursor query(boolean distinct, String table, String[] columns, in query()
1072 public Cursor query(boolean distinct, String table, String[] columns, in query()
1112 boolean distinct, String table, String[] columns, in queryWithFactory()
1155 boolean distinct, String table, String[] columns, in queryWithFactory()
1198 public Cursor query(String table, String[] columns, String selection, in query()
1236 public Cursor query(String table, String[] columns, String selection, in query()
1339 public long insert(String table, String nullColumnHack, ContentValues values) { in insert()
1365 public long insertOrThrow(String table, String nullColumnHack, ContentValues values) in insertOrThrow()
[all …]
/frameworks/base/tools/aapt2/
DResourceTable_test.cpp64 ResourceTable table; in TEST() local
81 ResourceTable table; in TEST() local
105 ResourceTable table; in TEST() local
200 ResourceTable table; in TEST() local
DResourceTableResolver.cpp33 std::shared_ptr<const ResourceTable> table, in ResourceTableResolver()
105 const android::ResTable& table = assetManager->getResources(false); in findName() local
131 const android::ResTable& table = assetManager->getResources(false); in buildCacheEntry() local
DMain.cpp115 void versionStylesForCompat(const std::shared_ptr<ResourceTable>& table) { in versionStylesForCompat()
255 bool addFileReference(const std::shared_ptr<ResourceTable>& table, const T& item) { in addFileReference()
357 bool compileXml(const AaptOptions& options, const std::shared_ptr<ResourceTable>& table, in compileXml()
396 bool shouldGenerateVersionedResource(const std::shared_ptr<const ResourceTable>& table, in shouldGenerateVersionedResource()
422 bool linkXml(const AaptOptions& options, const std::shared_ptr<ResourceTable>& table, in linkXml()
521 const android::ResTable& table, ZipFile* outApk, proguard::KeepSet* keepSet) { in compileManifest()
601 static bool compileValues(const std::shared_ptr<ResourceTable>& table, const Source& source, in compileValues()
668 bool writeResourceTable(const AaptOptions& options, const std::shared_ptr<ResourceTable>& table, in writeResourceTable()
696 const std::shared_ptr<ResourceTable>& table, in addApkFilesToLinkQueue()
747 std::shared_ptr<ResourceTable> table = std::make_shared<ResourceTable>(); in link() local
[all …]
DDebug.cpp91 void Debug::printTable(const std::shared_ptr<ResourceTable>& table) { in printTable()
139 void Debug::printStyleGraph(const std::shared_ptr<ResourceTable>& table, in printStyleGraph()
DJavaClassGenerator_test.cpp92 ResourceTable table; in TEST_F() local
DJavaClassGenerator.cpp35 JavaClassGenerator::JavaClassGenerator(const std::shared_ptr<const ResourceTable>& table, in JavaClassGenerator()
/frameworks/wilhelm/tests/examples/
DxaVideoDecoderCapabilities.cpp64 const char *id_to_string(XAuint32 id, const id_to_string_t *table, size_t numEntries) in id_to_string()
83 const char *id_pair_to_string(XAuint32 id1, XAuint32 id2, const id_pair_to_string_t *table, in id_pair_to_string()
148 static const id_pair_to_string_t table[] = { in videoProfileToString() local
212 static const id_pair_to_string_t table[] = { in videoLevelToString() local
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dlog2_tab.h28 static const Word16 table[33] = variable
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dlsp_lsf_tbl.cpp81 const Word16 table[65] = variable
/frameworks/base/tools/preload/
Dsorttable.js34 forEach(document.getElementsByTagName('table'), function(table) { argument
42 makeSortable: function(table) { argument
166 guessType: function(table, column) { argument
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Disp_isf.cpp111 static const int16 table[129] = variable
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccServiceTable.java27 protected IccServiceTable(byte[] table) { in IccServiceTable()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DIccServiceTableTest.java37 public TestIccServiceTable(byte[] table) { in TestIccServiceTable()
/frameworks/av/media/mtp/
DMtpDebug.cpp370 static const char* getCodeName(uint16_t code, const CodeEntry* table) { in getCodeName()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DConfigParsingUtils.cpp29 uint32_t ConfigParsingUtils::stringToEnum(const struct StringToEnum *table, in stringToEnum()
43 const char *ConfigParsingUtils::enumToString(const struct StringToEnum *table, in enumToString()
/frameworks/av/media/libeffects/testlibs/
DAudioCoefInterpolator.cpp29 const audio_coef_t * table) { in AudioCoefInterpolator()
/frameworks/av/media/libstagefright/
DSampleIterator.cpp33 SampleIterator::SampleIterator(SampleTable *table) in SampleIterator()

12