/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
SerializationStressTest3.java | 697 objToSave = TABLE; 702 assertTrue(MSG_TEST_FAILED + objToSave, TABLE.equals(objLoaded)); 731 Object col = Collections.synchronizedMap(TABLE); 766 Object col = Collections.unmodifiableMap(TABLE); [all...] |
/external/webkit/WebCore/editing/ |
htmlediting.cpp | 223 // this code works even if the closest table cell was outside of the root editable node. 327 // FIXME: Pass a position to this function. The enclosing block of [table, x] for example, should be the 328 // block that contains the table and not the table, and this function should be the only one responsible for 456 if (renderer->style()->display() == TABLE || renderer->style()->display() == INLINE_TABLE) 852 return (renderer && (renderer->style()->display() == TABLE || renderer->style()->display() == INLINE_TABLE)); [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsProvider2.java | 246 public static final String TABLE = "data " 262 public static final String TABLE = Tables.DATA_JOIN_MIMETYPES; 297 String TABLE = Tables.RAW_CONTACTS; 384 // where clause to update the status_updates table 428 // Contacts URI matching table [all...] |
/external/webkit/WebCore/html/ |
HTMLFormElement.cpp | 130 bool formIsTablePart = display == TABLE || display == INLINE_TABLE || display == TABLE_ROW_GROUP
|
/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/ |
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/webkit/WebCore/rendering/ |
RenderTheme.cpp | 62 // Force inline and table display styles to be inline-block (except for table- which is block) 69 else if (style->display() == COMPACT || style->display() == RUN_IN || style->display() == LIST_ITEM || style->display() == TABLE) [all...] |
RenderObject.cpp | 141 case TABLE: 300 RenderTable* table; local 303 table = toRenderTable(afterChild); 305 table = new (renderArena()) RenderTable(document() /* is anonymous */); 308 newStyle->setDisplay(TABLE); 309 table->setStyle(newStyle.release()); 310 addChild(table, beforeChild); 312 table->addChild(newChild); 610 return cell->table(); [all...] |
/external/webkit/WebCore/rendering/style/ |
RenderStyle.cpp | 398 if (((int)noninherited_flags._effectiveDisplay) >= TABLE) { [all...] |
/external/sqlite/dist/ |
shell.c | 219 /* The code in this file defines a sqlite3 virtual-table module that 221 ** row in the schema table for each column in the database schema. 224 "CREATE TABLE x(" \ 226 "tablename," /* Name of table */ \ 236 "CREATE TABLE x(" \ 238 "from_tbl," /* Name of table */ \ 250 "CREATE TABLE x(" \ 252 "tablename," /* Name of table */ \ 259 "CREATE TABLE x(" \ 261 "indexname," /* Name of table */ \ [all...] |
/external/webkit/WebCore/css/ |
CSSPrimitiveValueMappings.h | 779 case TABLE: [all...] |
CSSStyleSelector.cpp | [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |
/external/webkit/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | [all...] |
concat-jquery-mootools-prototype.js | 514 domManip: function( args, table, callback ) { 532 return table && jQuery.nodeName(elem, "table") && jQuery.nodeName(cur, "tr") ? 892 [ 1, "<table>", "</table>" ] || 895 [ 2, "<table><tbody>", "</tbody></table>" ] || 899 [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ] || 902 [ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ] | [all...] |
/external/emma/lib/ |
emma.jar | |