/external/chromium_org/third_party/sqlite/src/test/ |
randexpr1.tcl | 267 CREATE TABLE t1(a,b,c,d,e,f);
|
boundary4.tcl | 112 puts " CREATE TABLE t1(a,x);" 243 maketest 3.2 {ALTER TABLE t1 ADD COLUMN z; UPDATE t1 SET z=zeroblob(600)} {}
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsDatabaseHelper.java | 165 * For {@link ContactsContract.DataUsageFeedback}. The table structure itself 277 * Join string intended to be used with the GROUPS table/view. The main table must be named [all...] |
ContactsProvider2.java | 437 public static final String TABLE = "data " 462 String TABLE = Tables.RAW_CONTACTS_JOIN_ACCOUNTS; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
RenderStyleConstants.h | 447 TABLE, INLINE_TABLE, TABLE_ROW_GROUP,
|
RenderStyle.cpp | 506 if (((int)noninherited_flags._effectiveDisplay) >= TABLE) { [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
parse.y | 142 ///////////////////// The CREATE TABLE statement //////////////////////////// 145 create_table ::= createkw temp(T) TABLE ifnotexists(E) nm(Y) dbnm(Z). { 171 // CREATE TABLE statement. This includes the column name, its 238 // The name of a column or table can be any of the following: 246 // as can be found after the column name in a CREATE TABLE statement. 268 // column name and column type in a CREATE TABLE statement. 374 ////////////////////////// The DROP TABLE ///////////////////////////////////// 376 cmd ::= DROP TABLE ifexists(E) fullname(X). { 487 // "seltablist" is a "Select Table List" - the content of the FROM clause 518 // a grouping of table and subqueries [all...] |
shell.c | 408 char *zDestTable; /* Name of destination table when MODE_Insert */ 431 #define MODE_Html 4 /* Generate an XHTML table */ 839 ** Set the destination table field of the callback_data structure to 840 ** the name of the table given. Escape any quote characters in the 841 ** table name. 927 ** querying the SQLITE_MASTER table. [all...] |
test_osinst.c | 30 ** The binary log files are read using a virtual table implementation 51 ** Log files are read using the "vfslog" virtual table implementation 52 ** in this file. To register the virtual table with SQLite, use: 58 ** CREATE VIRTUAL TABLE v USING vfslog('vfs.log'); 60 ** creates a virtual table with 6 columns, as follows: 62 ** CREATE TABLE v( 799 ** Virtual table type for the vfslog reader module. 809 ** Virtual table cursor type for the vfslog reader module. 852 ** Connect to or create a vfslog virtual table. 893 "CREATE TABLE xxx(event, file, click, rc, size, offset) [all...] |
/external/chromium_org/third_party/zlib/ |
inflate.c | 253 /* literal/length table */ 264 /* distance table */ 310 puts(" /* inffixed.h -- table for decoding fixed codes"); 602 code here; /* current decoding table entry */ 603 code last; /* parent table entry */ 840 state->mode = TABLE; 881 case TABLE: 896 Tracev((stderr, "inflate: table sizes ok\n")); [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inflate.c | 218 /* literal/length table */ 229 /* distance table */ 275 puts(" /* inffixed.h -- table for decoding fixed codes"); 567 code this; /* current decoding table entry */ 568 code last; /* parent table entry */ 799 state->mode = TABLE; 837 case TABLE: 852 Tracev((stderr, "inflate: table sizes ok\n")); [all...] |
/external/zlib/src/ |
inflate.c | 274 /* literal/length table */ 285 /* distance table */ 331 puts(" /* inffixed.h -- table for decoding fixed codes"); 618 code here; /* current decoding table entry */ 619 code last; /* parent table entry */ 856 state->mode = TABLE; 897 case TABLE: 912 Tracev((stderr, "inflate: table sizes ok\n")); [all...] |
/bionic/libc/arch-x86/string/ |
ssse3-memcpy-atom.S | 108 /* Load an entry in a jump table into EBX and branch to it. TABLE is a 109 jump table with relative offsets. INDEX is a register contains the 110 index into the jump table. SCALE is the scale of INDEX. */ 112 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ 115 /* Get the address of the jump table. */ \ 116 addl $(TABLE - .), %ebx; \ 120 /* We loaded the jump table. Go. */ \ 130 /* Branch to an entry in a jump table. TABLE is a jump table wit [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
htmlediting.cpp | 205 // this code works even if the closest table cell was outside of the root editable node. 322 // FIXME: Pass a position to this function. The enclosing block of [table, x] for example, should be the 323 // block that contains the table and not the table, and this function should be the only one responsible for 420 if (renderer->style()->display() == TABLE || renderer->style()->display() == INLINE_TABLE) 783 // .) a table cell with no children, 784 // .) a table cell with a single BR child, and which has no other child renderers, including :before and :after renderers 785 // .) the BR child of such a table cell 793 // Make sure the rendered node is a table cell or <br>. 794 // If it's a <br>, then the parent node has to be a table cell [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLFormElement.cpp | 104 // FIXME: Shouldn't we also check for table caption (see |formIsTablePart| below). 116 bool formIsTablePart = display == TABLE || display == INLINE_TABLE || display == TABLE_ROW_GROUP
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTable.cpp | 96 // According to the CSS2 spec, you only use fixed table layout if an 97 // explicit width is specified on the table. Auto width implies auto table layout. 319 // We should NEVER shrink the table below the min-content logical width, or else the table can't accomodate 350 // FIXME: We cannot apply box-sizing: content-box on <table> which other browsers allow. 391 // FIXME: Distribute the extra logical height between all table sections instead of giving it all to the first one. 436 // FIXME: The optimisation below doesn't work since the internal table 437 // layout could have changed. we need to add a flag to the table 465 // anonymous table section) but our code is too crazy and this can happen in practice [all...] |
RenderTheme.cpp | 99 // Force inline and table display styles to be inline-block (except for table- which is block) 106 else if (style->display() == LIST_ITEM || style->display() == TABLE) [all...] |
/external/sqlite/dist/orig/ |
shell.c | 426 char *zDestTable; /* Name of destination table when MODE_Insert */ 449 #define MODE_Html 4 /* Generate an XHTML table */ 856 ** Set the destination table field of the callback_data structure to 857 ** the name of the table given. Escape any quote characters in the 858 ** table name. [all...] |
/external/sqlite/dist/ |
shell.c | 431 char *zDestTable; /* Name of destination table when MODE_Insert */ 454 #define MODE_Html 4 /* Generate an XHTML table */ 861 ** Set the destination table field of the callback_data structure to 862 ** the name of the table given. Escape any quote characters in the 863 ** table name. [all...] |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromeBackgroundScript.js | [all...] |
chromeVoxChromeOptionsScript.js | 65 nodeList:"landmark",disallowContinuation:!0,msgId:"show_landmarks_list",category:"overview"},showLinksList:{announce:!1,nodeList:"link",disallowContinuation:!0,msgId:"show_links_list",category:"overview"},showTablesList:{announce:!1,nodeList:"table",disallowContinuation:!0,msgId:"show_tables_list",category:"overview"},startHistoryRecording:{announce:!1},stopHistoryRecording:{announce:!1},enableConsoleTts:{announce:!1},autorunner:{announce:!1},nextArticle:{forward:!0,findNext:"article"},nextButton:{forward:!0, 69 msgId:"next_list_item",category:"jump_commands"},nextMath:{forward:!0,findNext:"math",msgId:"next_math",category:"jump_commands"},nextMedia:{forward:!0,findNext:"media",msgId:"next_media",category:"jump_commands"},nextRadio:{forward:!0,findNext:"radio",msgId:"next_radio",category:"jump_commands"},nextSection:{forward:!0,findNext:"section"},nextSlider:{forward:!0,findNext:"slider"},nextTable:{forward:!0,findNext:"table",msgId:"next_table",category:"jump_commands"},nextVisitedLink:{forward:!0,findNext:"visitedLink", [all...] |
chromeVoxChromePageScript.js | [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
flakiness_dashboard.js | 181 // page load faster since we don't need to generate/layout a large table. 691 '><div class=table-header-content><span></span>' + arrowHTML + 697 var html = '<table class=test-table>'; 705 return html + '<tbody>' + rowsHTML + '</tbody></table>'; 756 while (target && target.tagName != 'TABLE') [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.registry_3.5.0.v20100503.jar | |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |