HomeSort by relevance Sort by last modified time
    Searched refs:TABLE (Results 26 - 50 of 159) sorted by null

12 3 4 5 6 7

  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement23.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The createTFoot() method creates a table footer row or returns
81 Try to create a new TFOOT element on the second TABLE element.
82 Since a TFOOT element already exists in the TABLE element a new
104 doc = load(docRef, "doc", "table");
105 nodeList = doc.getElementsByTagName("table");
HTMLTableElement28.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The insertRow() method inserts a new empty table row.
80 Retrieve the second TABLE element and invoke the insertRow() method
82 section of the TABLE. The number of rows in the THEAD section before
106 doc = load(docRef, "doc", "table");
107 nodeList = doc.getElementsByTagName("table");
HTMLTableElement29.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The insertRow() method inserts a new empty table row.
80 Retrieve the second TABLE element and invoke the insertRow() method
82 section of the TABLE. The number of rows in the TBODY section before
108 doc = load(docRef, "doc", "table");
109 nodeList = doc.getElementsByTagName("table");
HTMLCollection05.js 80 Retrieve the first TABLE element and create a HTMLCollection by invoking
102 nodeList = doc.getElementsByTagName("table");
HTMLTableElement01.js 49 docsLoaded += preload(docRef, "doc", "table");
81 TABLE element and examine its value.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement02.js 49 docsLoaded += preload(docRef, "doc", "table");
81 Retrieve the CAPTION element from within the first TABLE element.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement03.js 49 docsLoaded += preload(docRef, "doc", "table");
81 TABLE element and examine its value.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement04.js 49 docsLoaded += preload(docRef, "doc", "table");
81 Retrieve the THEAD element from within the first TABLE element.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement05.js 49 docsLoaded += preload(docRef, "doc", "table");
81 TABLE element and examine its value.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement06.js 49 docsLoaded += preload(docRef, "doc", "table");
81 Retrieve the TFOOT element from within the first TABLE element.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement10.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The align attribute specifies the table's position with respect to the
81 Retrieve the align attribute of the first TABLE element and examine
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement11.js 49 docsLoaded += preload(docRef, "doc", "table");
80 Retrieve the bgColor attribute of the first TABLE element and examine
99 doc = load(docRef, "doc", "table");
100 nodeList = doc.getElementsByTagName("table");
HTMLTableElement12.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The border attribute specifies the width of the border around the table.
80 Retrieve the border attribute of the first TABLE element and examine
99 doc = load(docRef, "doc", "table");
100 nodeList = doc.getElementsByTagName("table");
HTMLTableElement13.js 49 docsLoaded += preload(docRef, "doc", "table");
81 Retrieve the cellpadding attribute of the first TABLE element and examine
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement14.js 49 docsLoaded += preload(docRef, "doc", "table");
81 Retrieve the cellSpacing attribute of the first TABLE element and examine
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableElement19.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The createTHead() method creates a table header row or returns
81 Create a new THEAD element on the first TABLE element. The first
82 TABLE element should return null to make sure one doesn't exist.
104 doc = load(docRef, "doc", "table");
105 nodeList = doc.getElementsByTagName("table");
HTMLTableElement20.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The createTHead() method creates a table header row or returns
81 Try to create a new THEAD element on the second TABLE element.
82 Since a THEAD element already exists in the TABLE element a new
104 doc = load(docRef, "doc", "table");
105 nodeList = doc.getElementsByTagName("table");
HTMLTableElement22.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The createTFoot() method creates a table footer row or returns
81 Create a new TFOOT element on the first TABLE element. The first
82 TABLE element should return null to make sure one doesn't exist.
104 doc = load(docRef, "doc", "table");
105 nodeList = doc.getElementsByTagName("table");
HTMLTableElement23.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The createTFoot() method creates a table footer row or returns
81 Try to create a new TFOOT element on the second TABLE element.
82 Since a TFOOT element already exists in the TABLE element a new
104 doc = load(docRef, "doc", "table");
105 nodeList = doc.getElementsByTagName("table");
HTMLTableElement28.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The insertRow() method inserts a new empty table row.
80 Retrieve the second TABLE element and invoke the insertRow() method
82 section of the TABLE. The number of rows in the THEAD section before
106 doc = load(docRef, "doc", "table");
107 nodeList = doc.getElementsByTagName("table");
HTMLTableElement29.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The insertRow() method inserts a new empty table row.
80 Retrieve the second TABLE element and invoke the insertRow() method
82 section of the TABLE. The number of rows in the TBODY section before
108 doc = load(docRef, "doc", "table");
109 nodeList = doc.getElementsByTagName("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...]
  /external/webkit/LayoutTests/storage/
open-database-while-transaction-in-progress.js 21 // Create the Test table if it does not exist
22 tx.executeSql("CREATE TABLE IF NOT EXISTS Test (Foo BLOB);");
read-and-write-transactions-dont-run-together.js 74 tx.executeSql("CREATE TABLE IF NOT EXISTS Test (Foo int);");
76 log("Cannot create the Test table: " + error.message);
  /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...]

Completed in 918 milliseconds

12 3 4 5 6 7