/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 35 import org.eclipse.swt.widgets.Table; 65 Table table; field in class:ConfigTab 104 * @param fullSelection Tells whether the table should have a full line selection or not 112 // Remove old table is present 113 boolean initResources = this.table == null; 114 if (this.table != null) { 121 // Create the "children" table 124 this.table = new Table(tabFolder, style) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
GIFImageDecoder.cpp | 156 const GIFColorMap::Table& colorTable = frameContext->localColorMap().isDefined() ? frameContext->localColorMap().table() : m_reader->globalColorMap().table(); 161 GIFColorMap::Table::const_iterator colorTableIter = colorTable.begin();
|
/external/llvm/lib/MC/ |
SubtargetFeature.cpp | 137 /// getLongestEntryLength - Return the length of the longest entry in the table. 139 static size_t getLongestEntryLength(const SubtargetFeatureKV *Table, 143 MaxLen = std::max(MaxLen, std::strlen(Table[i].Key)); 155 // Print the CPU table. 162 // Print the Feature table. 232 // Find feature in table. 271 "CPU table is not sorted"); 275 "CPU features table is not sorted"); 313 // Find feature in table.
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
FileCache.java | 26 import com.android.gallery3d.common.Entry.Table; 249 @Table("files")
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_signed_rgba.spec | 96 in Table 2.9 for component conversions. That conversion says: 100 The Table 2.9 conversion is incapable of exactly representing 201 Add to Table 3.16 (page 154): Sized internal formats
|
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 96 in Table 2.9 for component conversions. That conversion says: 100 The Table 2.9 conversion is incapable of exactly representing 201 Add to Table 3.16 (page 154): Sized internal formats
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGISel.cpp | [all...] |
/external/chromium_org/v8/src/ |
stub-cache.h | 46 // The design of the table uses the inline cache stubs used for 193 // Clear the lookup table (@ mark compact collection). 203 // Generate code for probing the stub cache table. 215 enum Table { 221 SCTableReference key_reference(StubCache::Table table) { 223 reinterpret_cast<Address>(&first_entry(table)->key)); 227 SCTableReference map_reference(StubCache::Table table) { 229 reinterpret_cast<Address>(&first_entry(table)->map)) [all...] |
/external/v8/src/ |
stub-cache.h | 45 // The design of the table uses the inline cache stubs used for 246 // Clear the lookup table (@ mark compact collection). 255 // Generate code for probing the stub cache table. 267 enum Table { 273 SCTableReference key_reference(StubCache::Table table) { 275 reinterpret_cast<Address>(&first_entry(table)->key)); 279 SCTableReference map_reference(StubCache::Table table) { 281 reinterpret_cast<Address>(&first_entry(table)->map)) [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
select.c | 181 ** Return the index of a column in a table. Return -1 if the column 182 ** is not contained in the table. 184 static int columnIndex(Table *pTab, const char *zCol){ 194 ** table that has a column named zCol. 196 ** When found, set *piTab and *piCol to the table index and column index 232 ** where tab1 is the iSrc'th table in SrcList pSrc and tab2 is the 239 int iLeft, /* Index of first table to join in pSrc */ 240 int iColLeft, /* Index of column in first table */ 241 int iRight, /* Index of second table in pSrc */ 242 int iColRight, /* Index of column in second table */ [all...] |
pragma.c | 852 ** PRAGMA table_info(<table>) 854 ** Return a single row for each column of the named table. The columns of 864 Table *pTab; 903 Table *pTab; 927 Table *pTab; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DeviceChooserDialog.java | 58 import org.eclipse.swt.widgets.Table; 73 private Table mDeviceTable; 96 * Basic Content Provider for a table full of {@link IDevice} objects. The input is 410 mDeviceTable = new Table(offsetComp, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER); 599 // table is disposed, we need to do something. 657 // table is disposed, we need to do something.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ImportPage.java | 60 import org.eclipse.swt.widgets.Table; 87 private Table mTable; 133 mTable = new Table(container, SWT.CHECK);
|
/art/runtime/verifier/ |
method_verifier.h | 134 typedef SafeMap<int32_t, RegisterLine*> Table; 135 Table pc_to_register_line_; 285 * table data, are not touched (so the caller should probably initialize "insn_flags" to zero). 305 * Returns "false" if something in the exception table looks fishy, but we're expecting the 306 * exception table to be somewhat sane. 381 // Verify an array data table. "cur_offset" is the offset of the fill-array-data instruction. 391 // Verify a switch table. "cur_offset" is the offset of the switch instruction. 595 * Control can transfer to "next_insn". Merge the registers from merge_line into the table at
|
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-newsource.js | 39 + " return 'Table';\n"
|
/external/llvm/lib/Object/ |
MachOObjectFile.cpp | 295 // generating pretty output, scan through the symbol table looking for a 911 static const char *const Table[] = { 922 res = Table[RType]; 926 static const char *const Table[] = { 941 res = Table[RType]; 945 static const char *const Table[] = { 960 res = Table[RType]; 964 static const char *const Table[] = { 982 res = Table[RType]; [all...] |
/external/oprofile/events/i386/nehalem/ |
unit_masks | 41 0x01 any Counts the number of Uops issued by the Register Allocation Table to the Reservation Station, i 42 0x01 stalled_cycles Counts the number of cycles no Uops issued by the Register Allocation Table to the Reservation Station, i 43 0x02 fused Counts the number of fused Uops that were issued from the Register Allocation Table to the Reservation Station 283 0x00 all_branches See Table A-1 288 0x00 all_branches See Table A-1 319 0x0F any Counts all Register Allocation Table stall cycles due to: Cycles when ROB read port stalls occurred, which did not allow new micro-ops to enter the execution pipe
|
/external/oprofile/events/mips/r12000/ |
events | 8 event:0x4 counters:0,1,2,3 um:zero minimum:500 name:MISS_TABLE_OCCUPANCY : Miss Handling Table Occupancy 31 event:0x1b counters:0,1,2,3 um:zero minimum:500 name:SCACHE_WAY_MISPREDICTION : Misprediction from scache way prediction table (data)
|
/external/v8/test/mjsunit/ |
debug-liveedit-newsource.js | 39 + " return 'Table';\n"
|
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/ |
device_id_win.cc | 152 processor.ProcessInterfaceRow(&(ifTable->Table[i]));
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
inspector.js | 146 this._zoomLevel = Math.min(this._zoomLevel + 1, WebInspector.Zoom.Table.length - WebInspector.Zoom.DefaultOffset - 1); 170 index = Math.min(WebInspector.Zoom.Table.length - 1, index); 172 return WebInspector.Zoom.Table[index]; [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-open-type-private.hh | 625 /* Offset to a table, same as uint16 (length = 16 bits), Null offset = 0x0000 */ 633 /* LongOffset to a table, same as uint32 (length = 32 bits), Null offset = 0x00000000 */ 646 static inline uint32_t CalcTableChecksum (const ULONG *Table, uint32_t Length) 649 const ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size; 651 while (Table < EndPtr) 652 Sum += *Table++;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
glxapi.c | 49 struct _glxapi_table *Table; 103 prevTable = d->Table; 104 return d->Table; /* done! */ 121 d->Table = t; 144 #define GET_DISPATCH(DPY, TABLE) \ 146 TABLE = prevTable; \ 149 TABLE = NULL; \ 152 TABLE = get_dispatch(DPY); \ 1191 * Return size of the GLX dispatch table, in entries, not bytes. 1208 * Initialize all functions in given dispatch table to be no-op [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
font_header_table.cc | 17 #include "sfntly/table/core/font_header_table.h" 94 : Table(header, data) { 117 FontDataTablePtr table = new FontHeaderTable(header(), data); local 118 return table.Detach();
|
horizontal_header_table.cc | 17 #include "sfntly/table/core/horizontal_header_table.h" 79 : Table(header, data) { 97 FontDataTablePtr table = new HorizontalHeaderTable(header(), data); local 98 return table.Detach();
|