Searched refs:tables (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | GsmAlphabet.java | 1038 public static synchronized void setEnabledSingleShiftTables(int[] tables) { 1039 sEnabledSingleShiftTables = tables; 1042 if (tables.length > 0) { 1043 sHighestEnabledSingleShiftCode = tables[tables.length - 1]; 1056 public static synchronized void setEnabledLockingShiftTables(int[] tables) { 1057 sEnabledLockingShiftTables = tables;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | mime_io.tab | 35 /* sorting tables for all modes */ 362 /* pointer table for bit sorting tables */
|
D | qisf_ns.tab | 22 * Quantization tables for split by 5 VQ of ISFs for a background noise database
|
D | qpisf_2s.tab | 21 * Quantization tables for two-stage of ISFs (split by 2 in 1st stage)
|
/frameworks/base/core/java/android/net/ |
D | network-policy-restrictions.md | 3 The tables below show whether an app has network access while on background depending on the status… 5 ### How to read the tables
|
/frameworks/native/cmds/lshal/ |
D | TableEntry.h | 151 explicit MergedTable(std::vector<const Table*>&& tables) : mTables(std::move(tables)) {} in MergedTable() argument
|
D | ListCommand.cpp | 538 std::vector<const Table*> tables; in dumpTable() local 539 forEachTable([&tables](const Table &table) { in dumpTable() 540 tables.push_back(&table); in dumpTable() 542 MergedTable(std::move(tables)).createTextTable().dump(out.buf()); in dumpTable()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteDatabase.java | 1087 public static String findEditTable(String tables) { in findEditTable() argument 1088 if (!TextUtils.isEmpty(tables)) { in findEditTable() 1090 int spacepos = tables.indexOf(' '); in findEditTable() 1091 int commapos = tables.indexOf(','); in findEditTable() 1094 return tables.substring(0, spacepos); in findEditTable() 1096 return tables.substring(0, commapos); in findEditTable() 1098 return tables; in findEditTable()
|
D | SQLiteQueryBuilder.java | 386 boolean distinct, String tables, String[] columns, String where, in buildQueryString() argument 405 query.append(tables); in buildQueryString()
|
/frameworks/wilhelm/tools/hashgen/ |
D | Makefile | 41 gperf --null-strings --readonly-tables --no-strlen part23in.gperf > part23in.c
|
/frameworks/base/tools/aapt2/ |
D | formats.md | 8 binary and protobuf XML, and intermediate protobuf resource tables. It also stores all associated
|
/frameworks/base/tools/fonts/ |
D | fontchain_linter.py | 89 for cmap in ttfont['cmap'].tables: 105 for cmap in ttfont['cmap'].tables:
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 337 ResTable tables[2]; in createIdmap() local 349 if (tables[i].add(assets[i]) != NO_ERROR) { in createIdmap() 354 ret = tables[1].createIdmap(tables[0], targetCrc, overlayCrc, in createIdmap()
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 109 All known pattern tables fit in 32 bits total. If this is exceeded, there is a fairly
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 844 # files or namespaces will be aligned in HTML using tables. If set to
|