Searched refs:tables (Results 1 – 18 of 18) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | GsmAlphabet.java | 1015 public static synchronized void setEnabledSingleShiftTables(int[] tables) { 1016 sEnabledSingleShiftTables = tables; 1019 if (tables.length > 0) { 1020 sHighestEnabledSingleShiftCode = tables[tables.length - 1]; 1033 public static synchronized void setEnabledLockingShiftTables(int[] tables) { 1034 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/rs/rsov/compiler/tests/single_kernel/ |
D | mixed.ll | 44 …alse" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-… 46 …alse" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-…
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteDatabase.java | 962 public static String findEditTable(String tables) { in findEditTable() argument 963 if (!TextUtils.isEmpty(tables)) { in findEditTable() 965 int spacepos = tables.indexOf(' '); in findEditTable() 966 int commapos = tables.indexOf(','); in findEditTable() 969 return tables.substring(0, spacepos); in findEditTable() 971 return tables.substring(0, commapos); in findEditTable() 973 return tables; in findEditTable()
|
D | SQLiteQueryBuilder.java | 202 boolean distinct, String tables, String[] columns, String where, in buildQueryString() argument 224 query.append(tables); in buildQueryString()
|
/frameworks/wilhelm/tools/hashgen/ |
D | Makefile | 41 gperf --null-strings --readonly-tables --no-strlen part23in.gperf > part23in.c
|
/frameworks/rs/rsov/compiler/tests/arguments/ |
D | foreach_multi_simple.ll | 30 …alse" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-…
|
D | signedness.ll | 111 …alse" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-…
|
/frameworks/rs/rsov/compiler/tests/multi_kernel/ |
D | invert.ll | 35 …alse" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-…
|
/frameworks/rs/rsov/compiler/tests/rs_allocation/ |
D | rewrite_getdim.ll | 50 …alse" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-…
|
D | getdimx.ll | 55 …alse" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-…
|
/frameworks/base/tools/fonts/ |
D | fontchain_lint.py | 88 for cmap in ttfont['cmap'].tables: 104 for cmap in ttfont['cmap'].tables:
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 293 ResTable tables[2]; in createIdmap() local 305 if (tables[i].add(assets[i]) != NO_ERROR) { in createIdmap() 310 ret = tables[0].createIdmap(tables[1], 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
|