/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/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/base/docs/html/guide/topics/providers/ |
D | content-provider-creating.jd | 42 <a href="#TableMIMETypes">MIME types for tables</a> 159 Store the data in a form that's compatible with tables of rows and columns. A row 213 appears externally as a set of tables, similar to a relational database, but this is 227 store such as a database, and then offer the data as tables or files. 242 rows in other tables (using it as a "foreign key"). Although you can use any name 298 individual tables. For example, if you have two tables <em>table1</em> and 347 pointing to tables: 384 Matches a content URI for the tables <code>dataset1</code> 399 <code>content://<authority>/<path></code> for tables, and 568 from inserting data into some tables. To do this, you can ignore the call to [all …]
|
D | content-providers.jd | 87 How to access data in a content provider when the data is organized in tables.
|
D | contacts-provider.jd | 133 The three tables are commonly referred to by the names of their contract classes. The classes 134 define constants for content URIs, column names, and column values used by the tables: 157 The other tables represented by contract classes in {@link android.provider.ContactsContract} 158 are auxiliary tables that the Contacts Provider uses to manage its operations or support 500 Figure 3 shows how the three main tables relate to each other. 502 <img src="{@docRoot}images/providers/contacts_tables.png" alt="Contacts provider main tables" 568 <dt>Read access to one or more tables</dt> 576 <dt>Write access to one or more tables</dt> 679 Sync adapters that modify the raw contact or data tables should always append the 819 Because the Contacts Provider tables are organized in a hierarchy, it's often useful to [all …]
|
D | calendar-provider.jd | 83 …roid platform (including the Calendar Provider) typically expose data as a set of tables based on a 86 and sync adapters can get read/write access to the database tables that hold a 92 multiple data sets (multiple tables) exposes a separate URI for each one. All 95 Provider defines constants for the URIs for each of its classes (tables). These 100 main tables and the fields that link them to each other.</p> 107 …alendar and event related information. This data is stored in a number of tables, listed below.</p> 128 reminders, and extended properties are stored in separate tables. 183 {@link android.provider.CalendarContract.Events} tables,
|
D | content-provider-basics.jd | 144 A content provider presents data to external applications as one or more tables that are 145 similar to the tables found in a relational database. A row represents an instance of some type 230 repository of data and the external appearance of data as tables. 534 the tables in the underlying SQLite database (unless the provider is set up to catch 634 their tables. 944 rows in multiple tables in the same method call, or in general for performing a set of 1163 The provider's authority is <code>com.example.trains</code>, and it contains the tables
|
/frameworks/base/tools/fonts/ |
D | fontchain_lint.py | 86 for cmap in ttfont['cmap'].tables: 102 for cmap in ttfont['cmap'].tables:
|
/frameworks/base/docs/html/topic/performance/power/ |
D | battery-historian.jd | 124 Historian also provides tables and some visualization of data specific to each 137 The tables provide two dimensions of data about your app. First, you can look
|
/frameworks/base/docs/html/training/testing/integration-testing/ |
D | content-provider-testing.jd | 44 tables of data, with their internals hidden from view. A content provider may have many 148 data tables. These should always be constants publicly defined by the provider.
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 303 ResTable tables[2]; in createIdmap() local 314 tables[i].add(ass); in createIdmap() 317 return tables[0].createIdmap(tables[1], targetCrc, overlayCrc, in createIdmap()
|
/frameworks/base/docs/html/training/articles/ |
D | user-data-ids.jd | 244 tables with the following columns: 286 <code>account_id</code> column in both tables, which would be a violation of 296 and Ad ID keyed tables, which also cause problems. For example, assume we 358 <li><em><strong>Not designing tables that explicitly link PII with Advertising 365 a join between two tables) is tightly controlled and audited, it reduces the
|
/frameworks/base/docs/html/design/wear/ |
D | context.jd | 143 <p>Ask questions like, "Are there any picnic tables free at the park?" and get answers in real-time
|
/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/base/docs/html/training/basics/data-storage/ |
D | databases.jd | 57 tables, and columns. The contract class allows you to use the same constants 95 that create and maintain the database and tables. Here are some typical
|
/frameworks/base/docs/html/guide/webapps/ |
D | best-practices.jd | 58 not allow HTML frames or nested tables, which perform poorly on mobile devices. Along with the
|
/frameworks/base/docs/html/sdk/ |
D | older_releases.jd | 25 <p>The tables below provides Android SDKs that are current in terms of their 226 <p>These tables provide Android SDK releases that have been superceded by
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | tapps.jd | 146 The following tables compare install rates for three apps based on changes
|
/frameworks/base/docs/html/design/patterns/ |
D | help.jd | 110 …ting and layout choices like bold headings, bulleted and numbered lists, tables, and white space b…
|