/external/chromium_org/third_party/leveldatabase/src/table/ |
table.cc | 5 #include "leveldb/table.h" 12 #include "table/block.h" 13 #include "table/filter_block.h" 14 #include "table/format.h" 15 #include "table/two_level_iterator.h" 20 struct Table::Rep { 38 Status Table::Open(const Options& options, 41 Table** table) { 42 *table = NULL 157 Table* table = reinterpret_cast<Table*>(arg); local [all...] |
/external/chromium_org/third_party/skia/tools/lua/ |
scrape_dashing.lua | 12 if type(v) == "table" then 30 where t is a table of parameters that were passed to that draw-op. 47 function increment(table, key) 48 table[key] = (table[key] or 0) + 1
|
/external/freetype/src/sfnt/ |
sfdriver.c | 65 * SFNT TABLE SERVICE 73 void* table; local 79 table = &face->header; 83 table = &face->horizontal; 87 table = face->vertical_info ? &face->vertical : 0; 91 table = face->os2.version == 0xFFFFU ? 0 : &face->os2; 95 table = &face->postscript; 99 table = &face->max_profile; 103 table = face->pclt.Version ? &face->pclt : 0; 107 table = 0 [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/ |
sfdriver.c | 65 * SFNT TABLE SERVICE 73 void* table; local 79 table = &face->header; 83 table = &face->horizontal; 87 table = face->vertical_info ? &face->vertical : 0; 91 table = face->os2.version == 0xFFFFU ? 0 : &face->os2; 95 table = &face->postscript; 99 table = &face->max_profile; 103 table = face->pclt.Version ? &face->pclt : 0; 107 table = 0 [all...] |
/external/skia/tools/lua/ |
scrape_dashing.lua | 12 if type(v) == "table" then 30 where t is a table of parameters that were passed to that draw-op. 47 function increment(table, key) 48 table[key] = (table[key] or 0) + 1
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableSection.cpp | 107 // If border was changed, notify table. 108 RenderTable* table = this->table(); local 109 if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout() && oldStyle && oldStyle->border() != style()->border()) 110 table->invalidateCollapsedBorders(); 118 // a new table which would require us to rebuild our structure. 190 unsigned effectiveColumnCount = max(1u, table()->numEffCols()); 198 // will have drifted from the table's representation. Also recalcCells will call addCel [all...] |
/packages/apps/Gallery2/src/com/android/photos/data/ |
PhotoProvider.java | 71 * Internal database table used for account information 73 public static final String TABLE = "accounts"; 77 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE); 94 /** Internal database table used for basic photo information. */ 95 public static final String TABLE = "photos"; 97 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE); 133 /** Internal database table used album information. */ 134 public static final String TABLE = "albums"; 136 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE); 170 /** Internal database table used metadata information. * 295 String table = getTableFromMatch(match, uri); local 320 String table = getTableFromMatch(match, uri); local 339 String table = getTableFromMatch(match, uri); local 391 String table; local 498 String table = getTableFromMatch(match, uri); local [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
MapMakerInternalMapTest.java | 98 assertEquals(16 / map.segments.length, map.segments[0].table.length()); 202 assertEquals(segmentSize, map.segments[i].table.length()); 525 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 526 int index = hash & (table.length() - 1); 535 table.set(index, entry); 553 table.set(index, nullEntry); 565 table.set(index, dummy); 576 table.set(index, dummy); 601 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table local 645 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 783 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 823 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 906 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1040 AtomicReferenceArray<ReferenceEntry<K, V>> table = segment.table; local 1059 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1091 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1125 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1172 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1475 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local [all...] |
/external/icu/icu4c/source/i18n/ |
collationbasedatabuilder.cpp | 339 CollationBaseDataBuilder::buildRootElementsTable(UVector32 &table, UErrorCode &errorCode) { 358 table.addElement((int32_t)p, errorCode); 368 table.addElement((int32_t)nextHanPrimary, errorCode); 376 table.addElement((int32_t)p | hanStep, errorCode); 381 table.addElement((int32_t)p | hanStep, errorCode); 386 table.addElement((int32_t)lastHanPrimary | hanStep, errorCode); 388 table.addElement((int32_t)p, errorCode); 392 (end = writeRootElementsRange(prevPrimary, p, i + 1, table, errorCode)) != 0) { 402 table.addElement((int32_t)p, errorCode); 413 table.addElement((int32_t)secTer | CollationRootElements::SEC_TER_DELTA_FLAG, errorCode) [all...] |
/hardware/ti/omap4-aah/camera/ |
Encoder_libjpeg.cpp | 328 create_EXIF(table, exif_tag_count, gps_tag_count, has_datetime_tag); 330 create_EXIF(table, exif_tag_count, gps_tag_count); 359 if (table[i].Value) { 360 free(table[i].Value); 389 table[position].GpsTag = TRUE; 390 table[position].Tag = GpsTagNameToValue(tag); 393 table[position].GpsTag = FALSE; 394 table[position].Tag = TagNameToValue(tag); 409 table[position].DataLength = 0; 410 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1)) [all...] |
/external/chromium_org/third_party/ots/src/ |
woff2.cc | 130 struct Table { 141 Table() 498 // Build TrueType loca table 522 // Reconstruct entire glyf table based on transformed original 697 const Table* FindTable(const std::vector<Table>& tables, uint32_t tag) { 707 bool ReconstructTransformed(const std::vector<Table>& tables, uint32_t tag, 711 const Table* glyf_table = FindTable(tables, tag); 712 const Table* loca_table = FindTable(tables, TAG('l', 'o', 'c', 'a')); 728 // processing was already done by glyf table, but validat 763 const Table* table = &tables.at(i); local 803 Table* table = &tables->at(i); local 917 Table* table = &tables.at(i); local 964 const Table* table = &tables.at(i); local 974 const Table* table = &tables.at(i); local [all...] |
/external/fonttools/Lib/fontTools/ |
subset.py | 27 assert clazz.__name__ != 'DefaultTable', 'Oops, table class not found.' 585 lookup = s.table.LookupList.Lookup[ll.LookupListIndex] 612 lookup = s.table.LookupList.Lookup[ll.LookupListIndex] 630 lookup = s.table.LookupList.Lookup[ll.LookupListIndex] [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
flakiness_dashboard_tests.css | 45 .test-table { 50 .test-table tr > td:nth-child(2) { 53 .test-table { 56 .test-table tr { 60 .test-table tbody tr:hover { 63 .test-table th { 72 .table-header-content, 73 .table-header-content * { 76 .table-header-content * {
|
/external/chromium_org/components/signin/core/browser/ |
signin_error_controller_unittest.cc | 151 ErrorTableEntry table[] = { local 166 COMPILE_ASSERT(ARRAYSIZE_UNSAFE(table) == GoogleServiceAuthError::NUM_STATES, 169 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(table); ++i) { 173 GoogleServiceAuthError(table[i].error_state)); 175 EXPECT_EQ(error_controller_->HasError(), table[i].is_error); 177 if (table[i].is_error) { 178 EXPECT_EQ(table[i].error_state,
|
/external/chromium_org/sandbox/win/src/sidestep/ |
mini_disassembler.cpp | 122 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table local 123 unsigned char current_byte = (*start_byte) >> table.shift_; 124 current_byte = current_byte & table.mask_; // Mask out the bits we will use 126 // Check whether the byte we have is inside the table we have. 127 if (current_byte < table.min_lim_ || current_byte > table.max_lim_) { 132 const Opcode& opcode = table.table_[current_byte]; 142 // the table for the opcode's next byte. 176 if (table.mask_ != 0xff) [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
mini_disassembler.cc | 155 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table local 156 unsigned char current_byte = (*start_byte) >> table.shift_; 157 current_byte = current_byte & table.mask_; // Mask out the bits we will use 159 // Check whether the byte we have is inside the table we have. 160 if (current_byte < table.min_lim_ || current_byte > table.max_lim_) { 165 const Opcode& opcode = table.table_[current_byte]; 175 // the table for the opcode's next byte. 208 if (table.mask_ != 0xff) [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
mini_disassembler.cc | 155 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table local 156 unsigned char current_byte = (*start_byte) >> table.shift_; 157 current_byte = current_byte & table.mask_; // Mask out the bits we will use 159 // Check whether the byte we have is inside the table we have. 160 if (current_byte < table.min_lim_ || current_byte > table.max_lim_) { 165 const Opcode& opcode = table.table_[current_byte]; 175 // the table for the opcode's next byte. 208 if (table.mask_ != 0xff) [all...] |
/external/chromium_org/third_party/zlib/ |
zutil.c | 208 local ptr_table table[MAX_PTR]; variable 209 /* This table is used to remember the original form of pointers 211 * Since MSDOS is not a preemptive multitasking OS, this table is not 231 table[next_ptr].org_ptr = buf; 236 table[next_ptr++].new_ptr = buf; 249 if (ptr != table[n].new_ptr) continue; 251 farfree(table[n].org_ptr); 253 table[n-1] = table[n];
|
/external/chromium_org/tools/traceline/traceline/sidestep/ |
mini_disassembler.cc | 143 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table local 144 unsigned char current_byte = (*start_byte) >> table.shift_; 145 current_byte = current_byte & table.mask_; // Mask out the bits we will use 147 // Check whether the byte we have is inside the table we have. 148 if (current_byte < table.min_lim_ || current_byte > table.max_lim_) { 153 const Opcode& opcode = table.table_[current_byte]; 163 // the table for the opcode's next byte. 197 if (table.mask_ != 0xff) [all...] |
/external/chromium_org/ui/base/cursor/ |
cursors_aura.cc | 158 bool SearchTable(const CursorData* table, 168 if (table[i].id == id) { 169 *resource_id = table[i].resource_id; 171 gfx::Point(table[i].hot_1x.x, table[i].hot_1x.y) : 172 gfx::Point(table[i].hot_2x.x, table[i].hot_2x.y);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/ |
index.php | 15 ?> <table border=0 cellspacing=5 cellpadding=2 width="100%" > <tr> <td align=left width="72%">
19 </table><table border=0 cellspacing=5 cellpadding=2 width="100%" > <tr> <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Latest
28 </table><?php
91 ?> <table width="100%" cellspacing=0 cellpadding=3 align=center> <td align=left>
92 <TABLE width="100%" CELLSPACING=0 CELLPADDING=3> <tr> <td width=\"30%\"><b>Build
111 ?> </table></table> <?php
115 <table width=\"100%\" cellspacing=0 cellpadding=3 align=center>
122 <TABLE width=\"100%\" CELLSPACING=0 CELLPADDING=3> [all...] |
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
fx_zlib_zutil.c | 214 local ptr_table table[MAX_PTR]; 215 /* This table is used to remember the original form of pointers 217 * Since MSDOS is not a preemptive multitasking OS, this table is not 237 table[next_ptr].org_ptr = buf; 242 table[next_ptr++].new_ptr = buf; 255 if (ptr != table[n].new_ptr) continue; 257 farfree(table[n].org_ptr); 259 table[n-1] = table[n];
|
/external/qemu/distrib/zlib-1.2.8/ |
zutil.c | 212 local ptr_table table[MAX_PTR]; variable 213 /* This table is used to remember the original form of pointers 215 * Since MSDOS is not a preemptive multitasking OS, this table is not 235 table[next_ptr].org_ptr = buf; 240 table[next_ptr++].new_ptr = buf; 253 if (ptr != table[n].new_ptr) continue; 255 farfree(table[n].org_ptr); 257 table[n-1] = table[n];
|
/external/zlib/src/ |
zutil.c | 212 local ptr_table table[MAX_PTR]; variable 213 /* This table is used to remember the original form of pointers 215 * Since MSDOS is not a preemptive multitasking OS, this table is not 235 table[next_ptr].org_ptr = buf; 240 table[next_ptr++].new_ptr = buf; 253 if (ptr != table[n].new_ptr) continue; 255 farfree(table[n].org_ptr); 257 table[n-1] = table[n];
|
/external/iptables/iptables/ |
ip6tables-restore.c | 39 {.name = "table", .has_arg = true, .val = 'T'}, 73 "table '%s'\n", ip6tables_globals.program_name, 159 /* check if table name specified */ 161 || !strncmp(param_buffer, "--table", 8)) { 274 /* New table */ 275 char *table; local 277 table = strtok(buffer+1, " \t\n"); 278 DEBUGP("line %u, table '%s'\n", line, table); 279 if (!table) { [all...] |