HomeSort by relevance Sort by last modified time
    Searched defs:TABLE (Results 1 - 16 of 16) sorted by null

  /external/elfutils/lib/
dynamicsizehash.c 20 NAME name of the hash table structure.
21 TYPE data type of the hash table entries
26 ITERATE iterating over the table entries is possible
40 if (htab->table[idx].hashval != 0)
44 if (htab->table[idx].hashval == hval
45 && COMPARE (htab->table[idx].data, val) == 0)
59 if (htab->table[idx].hashval == hval
60 && COMPARE (htab->table[idx].data, val) == 0)
63 while (htab->table[idx].hashval);
73 if (htab->table[idx].hashval == 0
    [all...]
  /external/zlib/contrib/infback9/
inflate9.h 15 TABLE, /* i: waiting for dynamic block table lengths */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
38 /* dynamic table building */
45 unsigned short work[288]; /* work area for code table building */
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 44 String TABLE = Tables.RAW_CONTACTS;
194 Cursor c = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,
CommonNicknameCache.java 48 public final static String TABLE = Tables.NICKNAME_LOOKUP;
65 * Given the size of the filter and the expected size of the nickname table,
71 Cursor cursor = mDb.query(NicknameLookupPreloadQuery.TABLE,
123 String TABLE = Tables.NICKNAME_LOOKUP;
134 Cursor cursor = mDb.query(NicknameLookupQuery.TABLE, NicknameLookupQuery.COLUMNS,
DataRowHandler.java 41 public static final String TABLE = Tables.DATA_JOIN_MIMETYPES;
106 * Inserts a row into the {@link Data} table.
273 Cursor c = db.query(DataDeleteQuery.TABLE,
LegacyContactImporter.java 208 // the legacy table does not provide an _ID field - the _ID field
224 * table with key='TEST' and then proceed with the upgrade. Remove the record
236 String TABLE = "groups";
280 Cursor c = mSourceDb.query(GroupsQuery.TABLE, GroupsQuery.COLUMNS, null, null,
316 String TABLE = "people";
498 Cursor c = mSourceDb.query(PeopleQuery.TABLE, columns, "name IS NULL", null, null,
514 c = mSourceDb.query(PeopleQuery.TABLE, columns, "name IS NOT NULL", null, null, null,
675 String TABLE = "organizations";
713 Cursor c = mSourceDb.query(OrganizationsQuery.TABLE, OrganizationsQuery.COLUMNS, null, null,
740 String TABLE = "contact_methods"
    [all...]
ContactAggregator.java 514 public static final String TABLE = Tables.RAW_CONTACTS;
529 Cursor cursor = db.query(RawContactIdAndAggregationModeQuery.TABLE,
565 public static final String TABLE = Tables.RAW_CONTACTS;
594 Cursor cursor = db.query(RawContactIdAndAccountQuery.TABLE,
    [all...]
ContactsDatabaseHelper.java 152 * For {@link ContactsContract.DataUsageFeedback}. The table structure itself
240 * Join string intended to be used with the GROUPS table/view. The main table must be named
613 * Private table for calculating per-contact-method ranking.
    [all...]
ContactsProvider2.java 429 public static final String TABLE = "data "
451 String TABLE = Tables.RAW_CONTACTS;
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 39 public static final Tag TABLE = new TagImpl ("TABLE");
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 36 TABLE, /* i: waiting for dynamic block table lengths */
65 TYPE -> STORED or TABLE or LEN or CHECK
67 TABLE -> LENLENS -> CODELENS -> LEN
99 /* for table and code decoding */
102 code const FAR *lencode; /* starting table for length/literal codes */
103 code const FAR *distcode; /* starting table for distance codes */
106 /* dynamic table building */
113 unsigned short work[288]; /* work area for code table building */
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MockProvider.java 68 /*package*/ static final int TABLE = 100;
118 String table = uri.getPath().substring(1); local
120 Uri newUri = new Uri.Builder().scheme("content").authority(AUTHORITY).path(table)
127 sURIMatcher.addURI(AUTHORITY, table, TABLE);
128 sURIMatcher.addURI(AUTHORITY, table + "/#", RECORD);
147 case TABLE:
186 case TABLE:
  /external/zlib/
inflate.h 37 TABLE, /* i: waiting for dynamic block table lengths */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
70 TABLE -> LENLENS -> CODELENS -> LEN_
103 /* for table and code decoding */
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code const FAR *distcode; /* starting table for distance codes */
110 /* dynamic table building */
117 unsigned short work[288]; /* work area for code table building */
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest.java 116 static final Map<String , String> TABLE = new Hashtable<String , String>();
160 TABLE.put("one", "1");
161 TABLE.put("two", "2");
162 TABLE.put("three", "3");
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 388 TABLE, INLINE_TABLE, TABLE_ROW_GROUP,
  /external/emma/lib/
emma.jar 

Completed in 707 milliseconds