HomeSort by relevance Sort by last modified time
    Searched refs:TABLE (Results 51 - 75 of 138) sorted by null

1 23 4 5 6

  /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/chromium_org/third_party/sqlite/src/ext/rtree/
rtree_perf.tcl 25 set sql1 {CREATE TABLE btree(ii INTEGER PRIMARY KEY, x1, x2, y1, y2)}
26 set sql2 {CREATE VIRTUAL TABLE rtree USING rtree(ii, x1, x2, y1, y2)}
  /external/chromium_org/third_party/sqlite/src/test/
collate1.test 66 CREATE TABLE collate1t1(c1, c2);
109 DROP TABLE collate1t1;
115 CREATE TABLE collate1t1(c1, c2);
205 DROP TABLE collate1t1;
216 CREATE TABLE collate1t1(a COLLATE hex, b);
258 DROP TABLE collate1t1;
269 CREATE TABLE collate1t1(c1 numeric, c2 text);
303 DROP TABLE collate1t1;
collate8.test 23 CREATE TABLE t1(a TEXT COLLATE nocase);
83 CREATE TABLE t2(a);
fuzz_common.tcl 28 # Table
111 # Return a valid table name.
114 proc Table {} {
167 {[SelectKw] [ResultSet $nRes $::ColumnList] FROM [Table]} \
178 {[SelectKw] * FROM [Table]} \
179 {[SelectKw] * FROM [Table] WHERE [Expr $::ColumnList]} \
182 FROM [Table],[Table] AS t2
186 FROM [Table] LEFT OUTER JOIN [Table] AS t2
    [all...]
collate9.test 43 # collate9-1.* - Test collation sequences attached to table columns
51 CREATE TABLE xy(x COLLATE "reverse sort", y COLLATE binary);
  /external/chromium_org/third_party/sqlite/src/tool/
mkspeedsql.tcl 59 CREATE TABLE t1(a INTEGER, b INTEGER, c TEXT);
60 CREATE TABLE t2(a INTEGER, b INTEGER, c TEXT);
67 # 50000 INSERTs on an unindexed table
79 # 50000 INSERTs on an indexed table
90 # a full table scan is required.
99 # table scan is required.
171 # 1 big text update that touches every row in the table.
177 # Many individual text updates. Each row in the table is
187 # Delete all content in a table.
191 # Copy one table into anothe
    [all...]
speedtest.tcl 32 puts "</blockquote><table border=0 cellpadding=0 cellspacing=0>"
68 puts "</table>"
77 drop table t1;
78 drop table t2;
129 puts $fd "CREATE TABLE t1(a INTEGER, b INTEGER, c VARCHAR(100));"
141 puts $fd "CREATE TABLE t2(a INTEGER, b INTEGER, c VARCHAR(100));"
272 puts $fd {DROP TABLE t1;}
273 puts $fd {DROP TABLE t2;}
275 runtest {DROP TABLE}
space_used.tcl 23 CREATE TABLE space_used(
24 name clob, -- Name of a table or index in the database file
25 is_index boolean, -- TRUE if it is an index, false for a table
26 payload int, -- Total amount of data stored in this table or index
34 # table in the database.
39 SELECT 'sqlite_master', 'table', 2
51 # Analyze every table in the database, one at a time.
speedtest2.tcl 32 puts "</blockquote><table border=0 cellpadding=0 cellspacing=0>"
60 puts "</table>"
69 drop table t1;
70 drop table t2;
120 puts $fd "CREATE TABLE t1(a INTEGER, b INTEGER, c VARCHAR(100));"
205 puts $fd {DROP TABLE t1;}
207 runtest {DROP TABLE}
  /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 ());
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MockProvider.java 71 /*package*/ static final int TABLE = 100;
121 String table = uri.getPath().substring(1); local
123 Uri newUri = new Uri.Builder().scheme("content").authority(AUTHORITY).path(table)
130 sURIMatcher.addURI(AUTHORITY, table, TABLE);
131 sURIMatcher.addURI(AUTHORITY, table + "/#", RECORD);
150 case TABLE:
189 case TABLE:
  /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/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-ia64.pl 74 $TABLE="K512";
88 $TABLE="K256";
164 add Ktbl=($TABLE#-.Lpic_point),Ktbl }
sha512-x86_64.pl 59 $TABLE="K512";
71 $TABLE="K256";
197 lea $TABLE(%rip),$Tbl
275 .type $TABLE,\@object
276 $TABLE:
297 .type $TABLE,\@object
298 $TABLE:
  /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 59 $TABLE="K512";
71 $TABLE="K256";
197 lea $TABLE(%rip),$Tbl
275 .type $TABLE,\@object
276 $TABLE:
297 .type $TABLE,\@object
298 $TABLE:
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 93 case TABLE:
105 return TABLE;
137 return style->display() == TABLE || style->display() == INLINE_TABLE
174 // Sites also commonly use display:inline/block on <td>s and <table>s. In quirks mode we force
181 style->setDisplay(style->isDisplayInlineType() ? INLINE_TABLE : TABLE);
215 // Table headers with a text-align of -webkit-auto will change the text-align to center.
235 // After performing the display mutation, check table rows. We do not honor position:relative or position:sticky on
236 // table rows or cells. This has been established for position:relative in CSS2.1 (and caused a crash in containingBlock()
243 // writing-mode does not apply to table row groups, table column groups, table rows, and table columns
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 519 // HashMap woulnd't shrink the internal table once expands it, so let's just re-create
548 public static final String TABLE = Tables.RAW_CONTACTS;
563 Cursor cursor = db.query(RawContactIdAndAggregationModeQuery.TABLE,
641 public static final String TABLE = Tables.RAW_CONTACTS;
666 Cursor cursor = db.query(RawContactIdAndAccountQuery.TABLE,
    [all...]
  /frameworks/base/services/java/com/android/server/
LockSettingsService.java 70 private static final String TABLE = "locksettings";
368 db.delete(TABLE, COLUMN_USERID + "='" + userId + "'", null);
403 db.delete(TABLE, COLUMN_KEY + "=? AND " + COLUMN_USERID + "=?",
405 db.insert(TABLE, null, cv);
416 if ((cursor = db.query(TABLE, COLUMNS_FOR_QUERY,
440 db.execSQL("CREATE TABLE " + TABLE + " (" +
  /external/elfutils/lib/
dynamicsizehash.c 56 NAME name of the hash table structure.
57 TYPE data type of the hash table entries
62 ITERATE iterating over the table entries is possible
76 if (htab->table[idx].hashval != 0)
80 if (htab->table[idx].hashval == hval
81 && COMPARE (htab->table[idx].data, val) == 0)
95 if (htab->table[idx].hashval == hval
96 && COMPARE (htab->table[idx].data, val) == 0)
99 while (htab->table[idx].hashval);
109 if (htab->table[idx].hashval == 0
    [all...]
  /system/core/libcutils/arch-x86/
sse2-memset32-atom.S 96 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
97 jump table with relative offsets. */
98 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \
101 /* Get the address of the jump table. */ \
102 add $(TABLE - .), %ebx; \
106 /* We loaded the jump table and adjuested EDX. Go. */ \
124 /* Branch to an entry in a jump table. TABLE is a jump table wit
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 45 String TABLE = Tables.RAW_CONTACTS;
184 * the raw_contacts table.
194 Cursor c = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,

Completed in 1437 milliseconds

1 23 4 5 6