HomeSort by relevance Sort by last modified time
    Searched full:tables (Results 1 - 25 of 1704) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_dupfsblks/
name 1 blocks claimed by a file and bitmaps or inode tables
  /external/iptables/include/linux/netfilter_ipv4/
ipt_TTL.h 1 /* TTL modification module for IP tables
ipt_2ttl.h 1 /* IP tables module for matching the value of the TTL
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_TTL.h 1 /* TTL modification module for IP tables
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_TTL.h 1 /* TTL modification module for IP tables
ipt_ttl.h 1 /* IP tables module for matching the value of the TTL
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 72 * Provides handy methods for maintaining package and mime-type lookup tables.
93 public interface Tables {
220 " FROM " + Tables.RAW_CONTACTS_JOIN_SETTINGS_DATA_GROUPS +
222 " FROM " + Tables.RAW_CONTACTS + " AS " + OUTER_RAW_CONTACTS +
239 public static final String CONCRETE_ID = Tables.CONTACTS + "." + BaseColumns._ID;
241 public static final String CONCRETE_TIMES_CONTACTED = Tables.CONTACTS + "."
243 public static final String CONCRETE_LAST_TIME_CONTACTED = Tables.CONTACTS + "."
245 public static final String CONCRETE_STARRED = Tables.CONTACTS + "." + Contacts.STARRED;
246 public static final String CONCRETE_CUSTOM_RINGTONE = Tables.CONTACTS + "."
248 public static final String CONCRETE_SEND_TO_VOICEMAIL = Tables.CONTACTS + ".
    [all...]
  /dalvik/dx/tests/078-dex-local-variable-table/
info.txt 2 local variable tables get emitted properly.
  /frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_nontext.txt 19 /sdcard/android/layout_tests/accessibility/aria-tables.html
    [all...]
  /external/freetype/include/freetype/
ftotval.h 5 /* FreeType API for validating OpenType tables (specification). */
55 /* An API to validate OpenType tables. */
59 /* some OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH). */
71 * indicate which OpenType tables should be validated.
93 * Validate all OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH).
118 * Validate various OpenType tables to assure that all offsets and
120 * actually does the text layout can access those tables without
128 * A bit field which specifies the tables to be validated. See
154 * After use, the application should deallocate the five tables with
ftgxval.h 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
53 /* An API to validate TrueTypeGX/AAT tables. */
57 /* some TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, */
91 * The number of tables checked in this module. Use it as a parameter
112 * indicate which TrueTypeGX/AAT Type tables should be validated.
146 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern,
182 * Validate various TrueTypeGX tables to assure that all offsets and
184 * actually does the text layout can access those tables without
192 * A bit field which specifies the tables to be validated. See
196 * The size of the `tables' array. Normally, @FT_VALIDATE_GX_LENGT
    [all...]
  /external/freetype/include/freetype/internal/services/
svgxval.h 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
43 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
info.txt 2 local variable tables stay in sync when the register set gets renumbered
  /dalvik/dx/tests/080-dex-exception-tables/
info.txt 2 exception handler tables get built reasonably (combining entries that
  /external/chromium/base/i18n/
icu_util.h 10 // Call this function to load ICU's data tables for the current process. This
  /external/clearsilver/python/examples/base/
odb_mysql.py 26 cursor.execute("show tables")
28 tables = []
30 tables.append(row[0])
31 return tables
  /external/kernel-headers/original/asm-arm/
mman.h 11 #define MAP_POPULATE 0x8000 /* populate (prefault) page tables */
  /dalvik/libdex/
DexOptData.h 18 * Functions to parse and manipulate the additional data tables added
28 * Parse the optimized data tables in the given dex file.
37 * Compute the checksum of the optimized data tables pointed at by the given
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Tables.h 35 /* Stereo Enhancer coefficient constant tables */
47 /* Equaliser coefficient constant tables */
55 /* Reverb delay constant tables */
72 /* Bypass mixer constant tables */
117 /*Speaker coeffient tables*/
  /external/skia/src/ports/
SkFontHost_gamma.cpp 4 // define this to use pre-compiled tables for gamma. This is slightly faster,
10 // define this if you want to spew out the "C" code for the tables, given
28 #else // use writable globals for gamma tables
84 void SkFontHost::GetGammaTables(const uint8_t* tables[2]) {
97 tables[0] = gBlackGamma;
98 tables[1] = gWhiteGamma;
  /external/chromium/third_party/icu/source/data/translit/
en.txt 18 // TODO: Reorganize this data like Country, Currencies and Language tables.
  /external/chromium/third_party/icu/source/i18n/
wintzimpl.h 29 * needed to get the Windows time zone information without using static tables.
  /external/icu4c/data/translit/
en.txt 18 // TODO: Reorganize this data like Country, Currencies and Language tables.
  /external/icu4c/i18n/
wintzimpl.h 29 * needed to get the Windows time zone information without using static tables.
  /external/freetype/src/sfnt/
ttload.h 5 /* Load the basic TrueType tables, i.e., tables that can be either in */

Completed in 1458 milliseconds

1 2 3 4 5 6 7 8 91011>>