Searched refs:table (Results 1 - 25 of 72) sorted by last modified time

123

/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp57 // Use a table of [integer, string] entries to map an integer to a string
64 const char *id_to_string(XAuint32 id, const id_to_string_t *table, size_t numEntries) argument
68 if (id == table[i].id) {
69 return table[i].string;
75 // Use a table of [integer, table] entries to map a pair of integers to a string
83 const char *id_pair_to_string(XAuint32 id1, XAuint32 id2, const id_pair_to_string_t *table, argument
88 if (id1 == table[i].id1) {
89 return id_to_string(id2, table[i].id2_table, table[
148 static const id_pair_to_string_t table[] = { local
212 static const id_pair_to_string_t table[] = { local
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccServiceTable.java27 protected IccServiceTable(byte[] table) { argument
28 mServiceTable = table;
H A DMccTable.java45 static ArrayList<MccEntry> table; field in class:MccTable
81 index = Collections.binarySearch(table, m);
86 return table.get(index);
288 // Avoid system locale is set from MCC table if CDMALTEPhone is used.
316 table = new ArrayList<MccEntry>(240);
320 * The table below is built from two resources:
330 * This table has not been verified.
334 table.add(new MccEntry(202,"gr",2)); //Greece
335 table.add(new MccEntry(204,"nl",2,"nl")); //Netherlands (Kingdom of the)
336 table
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimServiceTable.java125 public UsimServiceTable(byte[] table) { argument
126 super(table);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIccServiceTableTest.java35 public TestIccServiceTable(byte[] table) { argument
36 super(table);
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp46 | base col1 | base col2 | table | table |diff|flip|
61 | base col 1 | dcol 2 | table | table |diff|flip|
81 Add table 3.17.2: Intensity modifier sets for ETC1 compressed textures:
83 table codeword modifier table
95 Add table 3.17.3 Mapping from pixel index values to modifier values for
167 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, argument
189 int delta = table[offse
[all...]
/frameworks/compile/linkloader/include/
H A DELFSectionHeaderTable.h34 std::vector<ELFSectionHeaderTy *> table; member in class:ELFSectionHeaderTable
48 return table[i];
52 return table[i];
H A DELFSectionRelTable.h32 std::vector<ELFRelocTy *> table; member in class:ELFSectionRelTable
46 return table.size();
50 return table[index];
54 return table[index];
H A DELFSectionSymTab.h33 std::vector<ELFSymbolTy *> table; member in class:ELFSectionSymTab
49 return table.size();
53 return table[index];
57 return table[index];
H A DStubLayout.h25 unsigned char *table; member in class:StubLayout
34 void initStubTable(unsigned char *table, size_t count);
/frameworks/compile/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx28 for (size_t i = 0; i < table.size(); ++i) {
29 delete table[i];
43 // Allocate a new section header table and assign the owner.
64 tab->table.push_back(sh.take());
79 for (size_t i = 0; i < table.size(); ++i) {
88 for (size_t i = 0; i < table.size(); ++i) {
89 ELFSectionHeaderTy *sh = table[i];
103 return table[0];
H A DELFSectionRelTable.hxx31 for (size_t i = 0; i < table.size(); ++i) {
32 delete table[i];
62 // Seek to the start of the table
72 rt->table.push_back(ELFRelocTy::readRel(AR, i));
78 rt->table.push_back(ELFRelocTy::readRela(AR, i));
83 // Unable to read the table.
99 ELFRelocTy *rel = table[i];
115 ELFRelocTy *rel = table[i];
H A DELFSectionSymTab.hxx26 for (size_t i = 0; i < table.size(); ++i) {
27 delete table[i];
34 for (size_t i = 0; i < table.size(); ++i) {
35 if (table[i] && table[i]->isConcreteFunc()) {
45 for (size_t i = 0; i < table.size(); ++i) {
46 if (table[i] && table[i]->isExternFunc()) {
55 for (size_t i = 0; i < table.size(); ++i) {
56 ELFSymbolTy *symbol = table[
[all...]
/frameworks/compile/linkloader/lib/
H A DStubLayout.cpp27 StubLayout::StubLayout() : table(NULL), count(0) {
31 table = table_;
50 unsigned char *stub = table;
55 table += getUnitStubSize();
/frameworks/base/tools/aapt/
H A DImages.cpp1371 ResourceTable* table, const sp<AaptFile>& file)
1378 return compileXmlFile(assets, file, table);
1370 postProcessImage(const sp<AaptAssets>& assets, ResourceTable* table, const sp<AaptFile>& file) argument
H A DImages.h24 ResourceTable* table, const sp<AaptFile>& file);
H A DResource.cpp267 ResourceTable* table,
298 table->addEntry(SourcePos(it.getPath(), 0), String16(assets->getPackage()),
361 ResourceTable* table,
368 res = postProcessImage(assets, table, it.getFile());
450 static int validateAttr(const String8& path, const ResTable& table, argument
464 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
472 pool = table.getTableStringBlock(strIdx);
902 ResourceTable table(bundle, String16(assets->getPackage()));
903 err = table.addIncludedResources(bundle, assets);
908 NOISY(printf("Found %d included resource packages\n", (int)table
266 makeFileResources(Bundle* bundle, const sp<AaptAssets>& assets, ResourceTable* table, const sp<ResourceTypeSet>& set, const char* resType) argument
360 postProcessImages(const sp<AaptAssets>& assets, ResourceTable* table, const sp<ResourceTypeSet>& set) argument
[all...]
H A DResourceTable.cpp20 ResourceTable* table,
28 return compileXmlFile(assets, root, target, table, options);
34 ResourceTable* table,
42 return compileXmlFile(assets, root, outTarget, table, options);
48 ResourceTable* table,
64 status_t err = root->assignResourceIds(assets, table);
70 status_t err = root->parseValues(assets, table);
502 enumOrFlagsComment.append(String16("</p>\n<table>\n"
554 enumOrFlagsComment.append(String16("\n</table>"));
1290 // Don't add untranslatable strings to the localization table; tha
18 compileXmlFile(const sp<AaptAssets>& assets, const sp<AaptFile>& target, ResourceTable* table, int options) argument
31 compileXmlFile(const sp<AaptAssets>& assets, const sp<AaptFile>& target, const sp<AaptFile>& outTarget, ResourceTable* table, int options) argument
45 compileXmlFile(const sp<AaptAssets>& assets, const sp<XMLNode>& root, const sp<AaptFile>& target, ResourceTable* table, int options) argument
3165 generateAttributes(ResourceTable* table, const String16& package) argument
3208 assignResourceIds(ResourceTable* table, const String16& package) argument
3245 prepareFlatten(StringPool* strings, ResourceTable* table, const String8* configTypeName, const ConfigDescription* config) argument
[all...]
H A DResourceTable.h36 ResourceTable* table,
42 ResourceTable* table,
48 ResourceTable* table,
335 status_t generateAttributes(ResourceTable* table,
338 status_t assignResourceIds(ResourceTable* table,
341 status_t prepareFlatten(StringPool* strings, ResourceTable* table,
H A DXMLNode.cpp890 ResourceTable* table)
901 table->setCurrentXmlPos(SourcePos(mFilename, getStartLineNumber()));
905 e.nameResId, NULL, &defPackage, table, &ac)) {
915 status_t err = mChildren.itemAt(i)->parseValues(assets, table);
924 const ResourceTable* table)
945 uint32_t res = table != NULL
946 ? table->getResId(e.name, &attr, &pkg, &errorMsg, nsIsPublic)
965 status_t err = mChildren.itemAt(i)->assignResourceIds(assets, table);
H A DXMLNode.h132 status_t parseValues(const sp<AaptAssets>& assets, ResourceTable* table);
135 const ResourceTable* table = NULL);
/frameworks/base/tools/preload/
H A Dsorttable.js10 Add class="sortable" to any table you'd like to make sortable
34 forEach(document.getElementsByTagName('table'), function(table) {
35 if (table.className.search(/\bsortable\b/) != -1) {
36 sorttable.makeSortable(table);
42 makeSortable: function(table) {
43 if (table.getElementsByTagName('thead').length == 0) {
44 // table doesn't have a tHead. Since it should have, create one and
45 // put the first table row in it.
47 the.appendChild(table
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java47 * following character should be looked up in the "extended" table.
61 * Using a non-default language locking shift table OR single shift table
67 * Using a non-default language locking shift table AND single shift table
110 * The GSM national language table to use, or 0 for the default 7-bit alphabet.
115 * The GSM national language shift table to use, or 0 for the default 7-bit extension table.
133 * Converts a char to a GSM 7 bit table index.
135 * GSM_EXTENDED_ESCAPE if this character is in the extended table
[all...]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DSummarizer.java103 "table.visual_diff {" +
108 "table.visual_diff tr.headers td {" +
112 "table.visual_diff tr.results td {" +
117 "table.visual_diff tr.results td.line_count {" +
124 "table.visual_diff tr.results td.line {" +
128 "table.visual_diff tr.footers td {" +
131 "table.visual_diff tr td.space {" +
142 "table.summary {" +
145 "table.summary td {" +
276 private void persistListToTable(List<AbstractResult> results, String table) { argument
[all...]
H A DSummarizerDBHelper.java56 cmd = "create table " + tableName + " ("
114 public void insertAbstractResult(AbstractResult result, String table) { argument
118 mDb.insert(table, null, cv);
121 public Cursor getAbstractResults(String table) throws SQLException { argument
122 return mDb.query(false, table, new String[] {KEY_BYTES}, null, null, null, null,

Completed in 2073 milliseconds

123