/frameworks/base/core/java/com/android/internal/content/ |
D | SelectionBuilder.java | 99 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/ |
D | TableMaskFilter.java | 24 public TableMaskFilter(byte[] table) { in TableMaskFilter() 43 private static native int nativeNewTable(byte[] table); in nativeNewTable()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | log2_tab.h | 28 static const Word16 table[33] = variable
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteDatabase.java | 933 public void markTableSyncable(String table, String deletedTable) { in markTableSyncable() 949 public void markTableSyncable(String table, String foreignKey, String updateTable) { in markTableSyncable() 1029 public Cursor query(boolean distinct, String table, String[] columns, in query() 1070 public Cursor query(boolean distinct, String table, String[] columns, in query() 1110 boolean distinct, String table, String[] columns, in queryWithFactory() 1153 boolean distinct, String table, String[] columns, in queryWithFactory() 1196 public Cursor query(String table, String[] columns, String selection, in query() 1234 public Cursor query(String table, String[] columns, String selection, in query() 1337 public long insert(String table, String nullColumnHack, ContentValues values) { in insert() 1363 public long insertOrThrow(String table, String nullColumnHack, ContentValues values) in insertOrThrow() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | lsp_lsf_tbl.cpp | 81 const Word16 table[65] = variable
|
/frameworks/wilhelm/tests/examples/ |
D | xaVideoDecoderCapabilities.cpp | 64 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/mp3dec/src/asm/ |
D | pvmp3_mdct_18_wm.asm | 324 table label
|
D | pvmp3_mdct_18_arm.s | 326 table label
|
/frameworks/base/core/jni/android/graphics/ |
D | NinePatchPeeker.cpp | 43 SkImageDecoder::PrefConfigTable table; in peek() local
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 34 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/ |
D | isp_isf.cpp | 111 static const int16 table[129] = variable
|
/frameworks/base/cmds/settings/src/com/android/commands/settings/ |
D | SettingsCmd.java | 169 final String table, final String key) { in getForUser() 194 final String table, final String key, final String value) { in putForUser()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccServiceTable.java | 27 protected IccServiceTable(byte[] table) { in IccServiceTable()
|
D | UsimServiceTable.java | 124 public UsimServiceTable(byte[] table) { in UsimServiceTable()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | IccServiceTableTest.java | 37 public TestIccServiceTable(byte[] table) { in TestIccServiceTable()
|
/frameworks/av/media/mtp/ |
D | MtpDebug.cpp | 370 static const char* getCodeName(uint16_t code, const CodeEntry* table) { in getCodeName()
|
/frameworks/av/media/libeffects/testlibs/ |
D | AudioCoefInterpolator.cpp | 29 const audio_coef_t * table) { in AudioCoefInterpolator()
|
/frameworks/av/media/libstagefright/ |
D | SampleIterator.cpp | 33 SampleIterator::SampleIterator(SampleTable *table) in SampleIterator()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 139 public String table; field in SettingsProvider.SqlArguments 208 String table = tableUri.getPathSegments().get(0); in getUriFor() local 232 String property = null, table = uri.getPathSegments().get(0); in sendNotify() local 443 private void fullyPopulateCache(DatabaseHelper dbHelper, String table, SettingsCache cache) { in fullyPopulateCache() 661 private Bundle lookupValue(DatabaseHelper dbHelper, String table, in lookupValue()
|
D | DatabaseHelper.java | 2312 private int getIntValueFromTable(SQLiteDatabase db, String table, String name, in getIntValueFromTable() 2318 private String getStringValueFromTable(SQLiteDatabase db, String table, String name, in getStringValueFromTable()
|
/frameworks/base/core/java/android/database/ |
D | DatabaseUtils.java | 757 public static long queryNumEntries(SQLiteDatabase db, String table) { in queryNumEntries() 770 public static long queryNumEntries(SQLiteDatabase db, String table, String selection) { in queryNumEntries() 787 public static long queryNumEntries(SQLiteDatabase db, String table, String selection, in queryNumEntries() 801 public static boolean queryIsEmpty(SQLiteDatabase db, String table) { in queryIsEmpty()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_reconstruct.c | 1223 i32 table[21*16]; in h264bsdInterpolateMidHalf() local 1410 i32 table[21*16]; in h264bsdInterpolateMidVerQuarter() local 1614 i32 table[21*16]; in h264bsdInterpolateMidHorQuarter() local
|
/frameworks/base/services/java/com/android/server/am/ |
D | ProcessList.java | 482 final long[] table = sleeping in computeNextPssTime() local
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 268 ResourceTable* table, in makeFileResources() 362 ResourceTable* table, in postProcessImages() 451 static int validateAttr(const String8& path, const ResTable& table, in validateAttr() 903 ResourceTable table(bundle, String16(assets->getPackage())); in buildResources() local
|
D | ResourceTable.cpp | 21 ResourceTable* table, in compileXmlFile() 35 ResourceTable* table, in compileXmlFile() 49 ResourceTable* table, in compileXmlFile() 3231 status_t ResourceTable::Entry::generateAttributes(ResourceTable* table, in generateAttributes() 3274 status_t ResourceTable::Entry::assignResourceIds(ResourceTable* table, in assignResourceIds() 3311 status_t ResourceTable::Entry::prepareFlatten(StringPool* strings, ResourceTable* table, in prepareFlatten()
|