HomeSort by relevance Sort by last modified time
    Searched refs:TABLE (Results 1 - 25 of 42) sorted by null

1 2

  /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 */
infback9.c 61 /* literal/length table */
72 /* distance table */
80 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes");
241 code const FAR *lencode; /* starting table for length/literal codes */
242 code const FAR *distcode; /* starting table for distance codes */
245 code this; /* current decoding table entry */
246 code last; /* parent table entry */
305 mode = TABLE;
346 case TABLE:
347 /* get dynamic table entries descriptor *
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
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,
LegacyContactImporter.java 205 // the legacy table does not provide an _ID field - the _ID field
221 * table with key='TEST' and then proceed with the upgrade. Remove the record
233 String TABLE = "groups";
277 Cursor c = mSourceDb.query(GroupsQuery.TABLE, GroupsQuery.COLUMNS, null, null,
313 String TABLE = "people";
499 Cursor c = mSourceDb.query(PeopleQuery.TABLE, columns, "name IS NULL", null, null,
515 c = mSourceDb.query(PeopleQuery.TABLE, columns, "name IS NOT NULL", null, null, null,
677 String TABLE = "organizations";
715 Cursor c = mSourceDb.query(OrganizationsQuery.TABLE, OrganizationsQuery.COLUMNS, null, null,
742 String TABLE = "contact_methods"
    [all...]
ContactAggregator.java 574 String TABLE = Tables.AGGREGATION_EXCEPTIONS;
596 * the agg_exceptions table if it is known that there are no records there for a given
601 final Cursor c = db.query(AggregateExceptionPrefetchQuery.TABLE,
620 String TABLE = Tables.AGGREGATION_EXCEPTIONS
659 final Cursor c = db.query(AggregateExceptionQuery.TABLE,
759 String TABLE = Tables.NAME_LOOKUP;
778 Cursor c = db.query(NameLookupQuery.TABLE, NameLookupQuery.COLUMNS,
    [all...]
GlobalSearchSupport.java 75 public static final String TABLE = "data "
377 Cursor c = db.query(false, SearchSuggestionQuery.TABLE,
ContactsDatabaseHelper.java 573 db.execSQL("CREATE TABLE IF NOT EXISTS " + DATABASE_PRESENCE + "." + Tables.PRESENCE + " ("+
589 db.execSQL("CREATE TABLE IF NOT EXISTS "
645 db.execSQL("CREATE TABLE " + Tables.CONTACTS + " (" +
    [all...]
  /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 */
infback.c 86 /* literal/length table */
97 /* distance table */
256 code this; /* current decoding table entry */
257 code last; /* parent table entry */
308 state->mode = TABLE;
349 case TABLE:
350 /* get dynamic table entries descriptor */
365 Tracev((stderr, "inflate: table sizes ok\n"));
  /external/zlib/
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 */
infback.c 86 /* literal/length table */
97 /* distance table */
256 code this; /* current decoding table entry */
257 code last; /* parent table entry */
308 state->mode = TABLE;
349 case TABLE:
350 /* get dynamic table entries descriptor */
365 Tracev((stderr, "inflate: table sizes ok\n"));
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 3 CREATE TABLE _deleted_groups (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
4 CREATE TABLE _deleted_people (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
5 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account));
6 CREATE TABLE _sync_state_metadata (version INTEGER);
8 CREATE TABLE android_metadata (locale TEXT);
10 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT);
11 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0);
15 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name));
16 CREATE TABLE fave_msg_status (_id INTEGER PRIMARY KEY, msg TEXT, next_retry INTEGER, num_retries INTEGER);
17 CREATE TABLE fave_phone_changes (_id INTEGER PRIMARY KEY, old_phone TEXT, new_phone TEXT, change_timestamp TEXT (…)
    [all...]
  /external/clearsilver/imd/
imd.cs 2 <TABLE cellspacing=0 cellpadding=0 border=0 WIDTH=1%>
18 </TABLE>
39 <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=1 width=100%>
46 <TABLE cellspacing=0 cellpadding=0 border=0 WIDTH=1%>
62 </TABLE>
66 </TABLE>
98 <TABLE>
103 <?cs if:#nextWidth > #PageWidth ?></TR></TABLE><TABLE><TR><?cs set:TotalWidth = image.width ?><?cs else ?><?cs set:TotalWidth = nextWidth ?><?cs /if ?>
107 </TABLE>
    [all...]
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 3 CREATE TABLE _deleted_groups (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
4 CREATE TABLE _deleted_people (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
6 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account));
8 CREATE TABLE _sync_state_metadata (version INTEGER);
10 CREATE TABLE android_metadata (locale TEXT);
12 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT);
14 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0);
31 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name));
32 CREATE TABLE fave_msg_status (_id INTEGER PRIMARY KEY, msg TEXT, next_retry INTEGER, num_retries INTEGER);
33 CREATE TABLE fave_phone_changes (_id INTEGER PRIMARY KEY, old_phone TEXT, new_phone TEXT, change_timestamp TEXT (…)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 3 CREATE TABLE _deleted_groups (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
4 CREATE TABLE _deleted_people (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGER);
5 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account));
7 CREATE TABLE _sync_state_metadata (version INTEGER);
9 CREATE TABLE android_metadata (locale TEXT);
11 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT);
12 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0);
18 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name));
19 CREATE TABLE fave_msg_status (_id INTEGER PRIMARY KEY, msg TEXT, next_retry INTEGER, num_retries INTEGER);
21 CREATE TABLE fave_phone_changes (_id INTEGER PRIMARY KEY, old_phone TEXT, new_phone TEXT, change_timestamp TEXT (…)
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest.java 122 static final Map TABLE = new Hashtable();
174 TABLE.put("one", "1");
175 TABLE.put("two", "2");
176 TABLE.put("three", "3");
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 39 public static final Tag TABLE = new TagImpl ("TABLE");
HTMLTable.java 34 super (Tag.TABLE, AttributeSet.create ());
  /external/openssl/crypto/sha/asm/
sha512-x86_64.pl 54 $TABLE="K512";
66 $TABLE="K256";
200 lea $TABLE-.($Tbl),$Tbl
275 .type $TABLE,\@object
276 $TABLE:
297 .type $TABLE,\@object
298 $TABLE:
sha512-ia64.pl 74 $TABLE="K512";
88 $TABLE="K256";
164 add Ktbl=($TABLE#-.Lpic_point),Ktbl }
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 3 # "plane" and create combined symbol table
9 # This script creates a symbol table which must be used when
87 and converts into one symbol table with ids in range [0..2^16-1] which
127 foreach $table (@alltables) {
128 $table{$plane{$table}} = $table;
184 foreach $table (@alltables) {
185 #printf STDERR "doing table $table (plane %d)\n", $plane{$table}
    [all...]
  /external/webkit/LayoutTests/storage/
sql-data-types.js 42 tx.executeSql("DROP TABLE DataTypeTestTable", [],
70 tx.executeSql("CREATE TABLE IF NOT EXISTS DataTypeTestTable (id INTEGER UNIQUE, real REAL, timestamp INTEGER, text TEXT, blob BLOB)", [],
  /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/webkit/WebCore/rendering/style/
RenderStyleConstants.h 376 TABLE, INLINE_TABLE, TABLE_ROW_GROUP,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/
elfos.h 118 with a period is not put into the linker symbol table by the assembler. */
134 perly re-aligned prior to the actual beginning of the jump table. */
140 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \
271 are used to set the corresponding fields of the linker symbol table
349 /* A table of bytes codes used by the ASM_OUTPUT_ASCII and
350 ASM_OUTPUT_LIMITED_STRING macros. Each byte in the table
352 given byte value, if the value in the corresponding table
354 If the table value is 1, the byte must be output as a \ooo
357 in the table. Note that we can use standard UN*X escape

Completed in 221 milliseconds

1 2