Searched defs:Table (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dpred_lt4_1_opt.s48 ADR r8, Table
457 Table: label
458 .word inter4_2-Table
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVM_Mixer_TimeConstant.c70 LVM_UINT32 Table[] = {ALPHA_0, /* Log spaced look-up table */ local
151 Diff = (LVM_INT32)(Table[Shift] - Table[Shift+1]);
153 Product = Table[Shift+1] + (LVM_UINT32)Diff;
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h33 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> > Table; typedef in class:mcld::NamePool
34 typedef Table::iterator syminfo_iterator;
35 typedef Table::const_iterator const_syminfo_iterator;
123 Table m_Table;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair.c64 * [in] nTable Table number (0 to 4) according to the five columns
65 * of Table 9-5 in the H.264 spec
217 int Table = ZerosLeft; local
218 if (Table > 6)
220 Table = 7;
222 Run = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCRunBeforeTables[Table-1]);
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DTypeConverter.h114 struct Table { struct in class:android::TypeConverter
119 static const Table mTable[];
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DSparseMappingTable.java37 * set of Table objects that each contain a small array mapping the byte IDs to a position
70 public static class Table { class in class:SparseMappingTable
76 public Table(SparseMappingTable parent) { method in class:SparseMappingTable.Table
84 * @param copyFrom The Table to copy from
87 public void copyFrom(Table copyFrom, int valueCount) {
148 // Store the key in the sparse lookup table for this Table object.
349 * Return the number of keys that have been added to this Table.
378 + " called but not Table.resetTable() -- "
382 logOrThrow("Sequence mismatch. Table.resetTable()"
444 sb.append("SparseMappingTable.Table{mSequenc
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 165 milliseconds