HomeSort by relevance Sort by last modified time
    Searched refs:TABLE (Results 1 - 25 of 46) 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 here; /* 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 444 public static final String TABLE = Tables.RAW_CONTACTS;
461 Cursor cursor = db.query(RawContactIdAndAccountQuery.TABLE,
731 String TABLE = Tables.AGGREGATION_EXCEPTIONS;
753 * the agg_exceptions table if it is known that there are no records there for a given
758 final Cursor c = db.query(AggregateExceptionPrefetchQuery.TABLE,
777 String TABLE = Tables.AGGREGATION_EXCEPTIONS
    [all...]
GlobalSearchSupport.java 75 public static final String TABLE = "data "
377 Cursor c = db.query(false, SearchSuggestionQuery.TABLE,
ContactsDatabaseHelper.java 584 db.execSQL("CREATE TABLE IF NOT EXISTS " + DATABASE_PRESENCE + "." + Tables.PRESENCE + " ("+
603 db.execSQL("CREATE TABLE IF NOT EXISTS "
    [all...]
  /external/chromium/third_party/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 */
  /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 */
  /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 */
  /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...]
  /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/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/openssl/crypto/sha/asm/
sha512-ia64.pl 74 $TABLE="K512";
88 $TABLE="K256";
164 add Ktbl=($TABLE#-.Lpic_point),Ktbl }
sha512-x86_64.pl 58 $TABLE="K512";
70 $TABLE="K256";
204 lea $TABLE(%rip),$Tbl
280 .type $TABLE,\@object
281 $TABLE:
302 .type $TABLE,\@object
303 $TABLE:
  /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
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/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
  /bionic/libc/arch-x86/string/
ssse3-memcpy5.S 106 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
107 jump table with relative offsets. INDEX is a register contains the
108 index into the jump table. SCALE is the scale of INDEX. */
109 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
112 /* Get the address of the jump table. */ \
113 addl $(TABLE - .), %ebx; \
117 /* We loaded the jump table. Go. */ \
120 # define BRANCH_TO_JMPTBL_ENTRY_VALUE(TABLE) \
121 addl $(TABLE - .), %ebx
    [all...]

Completed in 279 milliseconds

1 2