/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
ContactAggregator.java | 56 import com.android.providers.contacts.ContactsDatabaseHelper.Tables; 109 "UPDATE " + Tables.CONTACTS + 112 " FROM " + Tables.STATUS_UPDATES + 113 " JOIN " + Tables.DATA + 116 " JOIN " + Tables.RAW_CONTACTS + 297 "INSERT OR REPLACE INTO " + Tables.AGGREGATED_PRESENCE + "(" 304 + " FROM " + Tables.PRESENCE 311 + " FROM " + Tables.PRESENCE 320 " FROM " + Tables.RAW_CONTACTS + 325 "DELETE FROM " + Tables.AGGREGATED_PRESENCE 2348 String tables = Tables.RAW_CONTACTS local [all...] |
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
compact_lang_det.h | 65 // Relatively small tables and relatively fast processing 108 Language DetectLanguage(const DetectionTables* tables, 117 const DetectionTables* tables, 130 const DetectionTables* tables, 151 const DetectionTables* tables, 170 const DetectionTables* tables, 188 const DetectionTables* tables,
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
spectrum_ar_model_tables.c | 14 * This file contains tables with AR coefficients, Gain coefficients 15 * and cosine tables. 22 /********************* AR Coefficient Tables ************************/ 101 /* pointers to AR cdf tables */ 111 /* pointers to AR representation levels tables */ 122 /******************** GAIN Coefficient Tables ***********************/ 153 /************************* Cosine Tables ****************************/
|
arith_routins.h | 110 * C df tables should be of size 2^k-1 (which corresponds to an 138 * cdf tables can be of arbitrary size, but large tables may take a lot of
|
/external/fonttools/Doc/ |
ttx.1 | 94 This option may be given multiple times to dump several tables at 95 once. When not specified, all tables are dumped. 99 from the list of tables to dump. This option may be given multiple 100 times to exclude several tables from the dump. The 106 Split tables. Dump each table to a separate 158 In particular, you will find in that file the list of tables understood by 183 List the tables in
|
documentation.html | 33 <li>specifying which tables to dump or which tables to exclude</li> 36 <li>splitting tables to separate .ttx files</li> 42 The following tables are currently supported: 48 Other tables are dumped as hexadecimal data.
|
/external/icu/icu4c/source/data/mappings/ |
README.emoji | 28 == How the -2012.ucm tables were modified in April 2013 50 The older tables relied on a hack in the ICU conversion code that 53 The new tables rely on a new feature in ICU4C 51: 62 == How the -2012.ucm tables were created in September 2012 82 The new conversion tables round-trip carrier Emoji symbol codes 95 == How the -2007.ucm tables were created 97 So far, we haven't obtained "official" conversion tables from the cell
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
spectrum_ar_model_tables.c | 14 * This file contains tables with AR coefficients, Gain coefficients 15 * and cosine tables. 22 /********************* AR Coefficient Tables ************************/ 101 /* pointers to AR cdf tables */ 111 /* pointers to AR representation levels tables */ 122 /******************** GAIN Coefficient Tables ***********************/ 153 /************************* Cosine Tables ****************************/
|
arith_routins.h | 110 * C df tables should be of size 2^k-1 (which corresponds to an 138 * cdf tables can be of arbitrary size, but large tables may take a lot of
|
/external/chromium_org/third_party/ots/src/ |
woff2.cc | 695 // do have a guarantee that the tables are sorted by tag. But the total 697 const Table* FindTable(const std::vector<Table>& tables, uint32_t tag) { 698 size_t n_tables = tables.size(); 700 if (tables.at(i).tag == tag) { 701 return &tables.at(i); 707 bool ReconstructTransformed(const std::vector<Table>& tables, uint32_t tag, 711 const Table* glyf_table = FindTable(tables, tag); 712 const Table* loca_table = FindTable(tables, TAG('l', 'o', 'c', 'a')); 729 if (!FindTable(tables, TAG('g', 'l', 'y', 'f'))) { 749 bool FixChecksums(const std::vector<Table>& tables, uint8_t* dst) [all...] |
/external/bison/src/ |
tables.h | 1 /* Prepare the LALR and GLR parser tables. 25 /* The parser tables consist of these tables. 109 the tables are constructed, also happens to indicate that YYDEFACT or 121 keep parser tables small. */
|
/external/iproute2/ |
README.distribution | 1 I. About the distribution tables 39 II. How to create distribution tables (in theory) 69 III. How to create distribution tables (in practice) 81 own correction tables by compiling makesigtable and makemutable with 90 4. The tables produced are all normalized for mean 0 and standard
|
/external/fonttools/Lib/fontTools/ |
merge.py | 11 from fontTools.ttLib.tables import otTables, _h_e_a_d 12 from fontTools.ttLib.tables.DefaultTable import DefaultTable 142 def merge(self, m, tables): 150 return m.mergeObjects(self, self.mergeMap, tables) 152 return logic(tables) 279 def merge(self, m, tables): 280 DefaultTable.merge(self, m, tables) 333 def merge(self, m, tables): 334 for i,table in enumerate(tables): 344 return DefaultTable.merge(self, m, tables) [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsProvider2.java | 140 import com.android.providers.contacts.ContactsDatabaseHelper.Tables; 200 "UPDATE " + Tables.CONTACTS + " SET " + Contacts.TIMES_CONTACTED + "=" + 205 "UPDATE " + Tables.RAW_CONTACTS + " SET " + RawContacts.TIMES_CONTACTED + "=" + 446 = new String[] {Tables.GROUPS + "." + Groups._ID}; 454 + " FROM " + Tables.RAW_CONTACTS + " WHERE " + RawContacts._ID + "=?"; 459 + "JOIN " + Tables.ACCOUNTS + " ON (" 482 String TABLE = Tables.RAW_CONTACTS_JOIN_ACCOUNTS; 505 + " FROM " + Tables.RAW_CONTACTS 508 + " FROM " + Tables.DATA_JOIN_MIMETYPES 511 + "(SELECT " + Tables.GROUPS + "." + Groups._I 6273 String tables = Views.GROUPS + " AS " + Tables.GROUPS; local [all...] |
DataRowHandlerForOrganization.java | 26 import com.android.providers.contacts.ContactsDatabaseHelper.Tables; 74 " FROM " + Tables.DATA + 85 " FROM " + Tables.DATA +
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
PeriodicWave.h | 52 // the given fundamental frequency. These two tables are in adjacent "pitch" ranges 55 // Interpolation between these two tables can be made according to tableInterpolationFactor. 88 // Creates tables based on numberOfComponents Fourier coefficients.
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt2640.test | 18 # not recognizing all uses of tables within subqueries in the 20 # then tables that were used by terms of the compound other than 25 # the subquery too early, before that tables value had been
|
/external/icu/icu4c/source/layout/ |
GXLayoutEngine.h | 25 * Information about 'mort' tables is in the chapter titled "Font Files." 38 * Note: GX and AAT fonts don't contain any script and language specific tables, so 109 * 'kern', 'trak', 'bsln', 'opbd' and 'just' tables.
|
GXLayoutEngine2.h | 24 * Information about 'mort' tables is in the chapter titled "Font Files." 37 * Note: GX and AAT fonts don't contain any script and language specific tables, so 108 * 'kern', 'trak', 'bsln', 'opbd' and 'just' tables.
|
/external/libhevc/common/ |
ihevc_cabac_tables.h | 25 * cabac tables 119 * @brief probaility+MPS state transition tables based on cur State and bin 129 * @brief Init context tables for all combinations of qp and cabac_init_idc
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlsetgammaramp.html | 83 >SDL_SetGammaRamp -- Sets the color gamma lookup tables for the display</DIV 123 >Sets the gamma lookup tables for the display for each color component. 130 >This function adjusts the gamma based on lookup tables, you can also
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s | 83 ;// Import various tables needed for the function 86 IMPORT armVCM4P2_IntraVlcL0L1 ;// Contains optimized and packed VLC Tables for both Last =1 and last=0 126 ADD pZigzagTable, pZigzagTable, PredDir, LSL #6 ;// Loading Different type of zigzag tables based on PredDir
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s | 83 ;// Import various tables needed for the function 86 IMPORT armVCM4P2_IntraVlcL0L1 ;// Contains optimized and packed VLC Tables for both Last =1 and last=0 126 ADD pZigzagTable, pZigzagTable, PredDir, LSL #6 ;// Loading Different type of zigzag tables based on PredDir
|
/hardware/intel/common/libva/test/decode/ |
tinyjpeg-internal.h | 109 unsigned char Q_tables[COMPONENTS][64]; /* quantization tables, zigzag*/ 111 struct huffman_table HTDC[HUFFMAN_TABLES]; /* DC huffman tables */ 113 struct huffman_table HTAC[HUFFMAN_TABLES]; /* AC huffman tables */
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
CommonNicknameCache.java | 23 import com.android.providers.contacts.ContactsDatabaseHelper.Tables; 48 public final static String TABLE = Tables.NICKNAME_LOOKUP; 123 String TABLE = Tables.NICKNAME_LOOKUP;
|