/external/valgrind/main/callgrind/ |
jumps.c | 49 jccs->table = (jCC**) CLG_MALLOC("cl.jumps.ijh.1", 54 jccs->table[i] = 0; 64 dst->table = current_jccs.table; 74 current_jccs.table = h->table; 84 /* double size of jcc table */ 102 if (current_jccs.table[i] == NULL) continue; 104 curr_jcc = current_jccs.table[i]; 123 VG_(free)(current_jccs.table); [all...] |
/external/chromium_org/tools/code_coverage/third_party/ |
sorttable.js | 10 Add class="sortable" to any table you'd like to make sortable 34 forEach(document.getElementsByTagName('table'), function(table) { 35 if (table.className.search(/\bsortable\b/) != -1) { 36 sorttable.makeSortable(table); 42 makeSortable: function(table) { 43 if (table.getElementsByTagName('thead').length == 0) { 44 // table doesn't have a tHead. Since it should have, create one and 45 // put the first table row in it. 47 the.appendChild(table.rows[0]) [all...] |
/external/clang/tools/scan-build/ |
sorttable.js | 10 Add class="sortable" to any table you'd like to make sortable 34 forEach(document.getElementsByTagName('table'), function(table) { 35 if (table.className.search(/\bsortable\b/) != -1) { 36 sorttable.makeSortable(table); 42 makeSortable: function(table) { 43 if (table.getElementsByTagName('thead').length == 0) { 44 // table doesn't have a tHead. Since it should have, create one and 45 // put the first table row in it. 47 the.appendChild(table.rows[0]) [all...] |
/frameworks/base/tools/preload/ |
sorttable.js | 10 Add class="sortable" to any table you'd like to make sortable 34 forEach(document.getElementsByTagName('table'), function(table) { 35 if (table.className.search(/\bsortable\b/) != -1) { 36 sorttable.makeSortable(table); 42 makeSortable: function(table) { 43 if (table.getElementsByTagName('thead').length == 0) { 44 // table doesn't have a tHead. Since it should have, create one and 45 // put the first table row in it. 47 the.appendChild(table.rows[0]) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableCell.cpp | 93 // The vast majority of table cells do not have a colspan or rowspan, 115 ASSERT(firstColForThisCell && firstColForThisCell == table()->colElement(col())); 147 // The child cells rely on the grids up in the sections to do their computePreferredLogicalWidths work. Normally the sections are set up early, as table 150 table()->recalcSectionsIfNeeded(); 229 if (!table()->selfNeedsLayout() && checkForRepaintDuringLayout()) 250 // table and row layout can use the correct baseline and height for this cell. 323 // If the table grid is dirty, we cannot get reliable information about adjoining cells, 325 // the table is going to recalculate the grid, relayout and repaint its current rect, which 327 if (!table()->collapseBorders() || table()->needsSectionRecalc() 412 RenderTable* table = this->table(); local 512 RenderTable* table = this->table(); local 612 RenderTable* table = this->table(); local 714 RenderTable* table = this->table(); local 800 RenderTable* table = this->table(); local [all...] |
/dalvik/vm/ |
ReferenceTable.h | 18 * Maintain a table of references. Used for internal local references, 21 * None of the table functions are synchronized. 27 * Table definition. 32 * If "allocEntries" is not equal to "maxEntries", the table may expand when 34 * pointers into "table" rather than offsets, use a fixed-size table. 37 * table/nextEntry is allowed.) 41 Object** table; /* bottom of the list */ member in struct:ReferenceTable 50 * If "initialCount" != "maxCount", the table will expand as required. 52 * Returns "false" if table allocation fails [all...] |
/external/bzip2/ |
bzip.css | 9 #f2f2f9 very light blue nav table background 10 #3366cc medium blue nav table border 53 table.nav { 60 table.nav a { text-decoration: none; } 61 table.nav a:hover { text-decoration: underline; } 62 table.nav td { font-size: 85%; }
|
/external/chromium_org/chrome/browser/resources/options/ |
certificate_manager.css | 25 .certificate-tree-table {
|
/external/chromium_org/chrome/browser/signin/ |
signin_global_error_unittest.cc | 145 ErrorTableEntry table[] = { local 160 COMPILE_ASSERT(ARRAYSIZE_UNSAFE(table) == GoogleServiceAuthError::NUM_STATES, 163 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(table); ++i) { 166 GoogleServiceAuthError(table[i].error_state)); 167 EXPECT_EQ(global_error_->HasMenuItem(), table[i].is_error); 171 EXPECT_EQ(global_error_->HasMenuItem(), table[i].is_error); 172 EXPECT_EQ(global_error_->MenuItemLabel().empty(), !table[i].is_error); 174 !table[i].is_error);
|
/external/chromium_org/ppapi/api/private/ |
ppb_flash_font_file.idl | 27 /* Returns the requested font table. 36 [in] uint32_t table,
|
/external/chromium_org/ppapi/thunk/ |
ppb_flash_font_file_thunk.cc | 31 uint32_t table, 37 return enter.object()->GetFontTable(table, output, output_length);
|
/external/chromium_org/sql/test/ |
test_helpers.h | 39 // takes effect but the corresponding table update does not. This 42 // must be a leaf node (either index or table). Returns true if the 48 // through the index finds the row missing in the table. 63 // Returns the number of columns in the named table. 0 indicates an 64 // error (probably no such table). 65 size_t CountTableColumns(sql::Connection* db, const char* table) 68 // Sets |*count| to the number of rows in |table|. Returns false in 69 // case of error, such as the table not existing. 70 bool CountTableRows(sql::Connection* db, const char* table, size_t* count);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
FontPlatformDataSkia.cpp | 64 PassRefPtr<SharedBuffer> FontPlatformData::openTypeTable(uint32_t table) const 68 SkFontTableTag tag = SkEndianSwap32(table);
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
notifications.css | 93 ol.notifications>li table.failures { 98 ol.notifications>li:hover table.failures { 182 ol.notifications table.failures { 184 table-layout: fixed; 189 ol.notifications table.failures thead tr td:first-child { 193 ol.notifications table.failures tbody tr { 197 ol.notifications table.failures tbody td:first-child { 201 ol.notifications table.failures tbody td { 206 ol.notifications table.failures tbody tr td:first-child { 210 ol.notifications table.failures tbody tr td:first-child span [all...] |
/external/chromium_org/third_party/ots/src/ |
cvt.cc | 7 // cvt - Control Value Table 13 Buffer table(data, length); 26 if (!table.Skip(length)) { 37 return false; // this table is not for CFF fonts.
|
fpgm.cc | 13 Buffer table(data, length); 22 if (!table.Skip(length)) { 32 if (!file->glyf) return false; // this table is not for CFF fonts.
|
metrics.h | 35 bool ParseMetricsHeader(OpenTypeFile *file, Buffer *table, 40 bool ParseMetricsTable(Buffer *table,
|
prep.cc | 13 Buffer table(data, length); 22 if (!table.Skip(length)) { 32 if (!file->glyf) return false; // this table is not for CFF fonts.
|
vmtx.cc | 11 // vmtx - Vertical Metrics Table 17 Buffer table(data, length); 25 if (!ParseMetricsTable(&table, file->maxp->num_glyphs,
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/ |
table_based_table_builder.cc | 17 #include "sfntly/table/table_based_table_builder.h" 44 FontDataTablePtr table = static_cast<FontDataTable*>(GetTable()); local 45 return table.Detach(); 50 : Table::Builder(header, data) { 55 : Table::Builder(header, data) { 59 : Table::Builder(header) { 62 Table* TableBasedTableBuilder::GetTable() { 64 table_.Attach(down_cast<Table*>(SubBuildTable(InternalReadData())));
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
verify_glyf.cc | 19 #include "sfntly/table/truetype/glyph_table.h" 33 static bool VerifyGLYF(Table* table) { 34 GlyphTablePtr glyf_table = down_cast<GlyphTable*>(table); 53 bool VerifyGLYF(Table* original, Table* target) {
|
verify_hhea.cc | 20 #include "sfntly/table/core/horizontal_header_table.h" 35 static bool VerifyHHEA(Table* table) { 36 HorizontalHeaderTablePtr hhea = down_cast<HorizontalHeaderTable*>(table); 57 bool VerifyHHEA(Table* original, Table* target) {
|
verify_loca.cc | 19 #include "sfntly/table/truetype/loca_table.h" 40 static bool VerifyLOCA(Table* table) { 41 LocaTablePtr loca = down_cast<LocaTable*>(table); 56 bool VerifyLOCA(Table* original, Table* target) {
|
/external/chromium_org/ui/base/ime/chromeos/ |
mock_ime_candidate_window_handler.cc | 20 const input_method::CandidateWindow& table, 23 last_update_lookup_table_arg_.lookup_table.CopyFrom(table);
|
/external/iptables/iptables/ |
ip6tables-standalone.c | 14 * firewall table (aimed for the 2.3 kernels) 49 char *table = "filter"; local 66 ret = do_command6(argc, argv, &table, &handle);
|