/external/sfntly/cpp/src/sfntly/table/core/ |
horizontal_header_table.h | 20 #include "sfntly/table/table.h" 21 #include "sfntly/table/table_based_table_builder.h" 25 // A Horizontal Header table - 'hhea'. 26 class HorizontalHeaderTable : public Table, 29 // Builder for a Horizontal Header table - 'hhea'.
|
maximum_profile_table.h | 21 #include "sfntly/table/table.h" 22 #include "sfntly/table/table_based_table_builder.h" 26 // A Maximum Profile table - 'maxp'. 27 class MaximumProfileTable : public Table, 30 // Builder for a Maximum Profile table - 'maxp'.
|
font_header_table.h | 20 #include "sfntly/table/table.h" 21 #include "sfntly/table/table_based_table_builder.h" 42 class FontHeaderTable : public Table, public RefCounted<FontHeaderTable> {
|
/art/runtime/ |
intern_table.cc | 42 os << "Intern table: " << strong_interns_.size() << " strong; " 57 // Note: we deliberately don't visit the weak_interns_ table and the immutable 61 mirror::String* InternTable::Lookup(Table& table, mirror::String* s, 64 for (auto it = table.find(hash_code), end = table.end(); it != end; ++it) { 73 mirror::String* InternTable::Insert(Table& table, mirror::String* s, 76 table.insert(std::make_pair(hash_code, s)); 80 void InternTable::Remove(Table& table, const mirror::String* s [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
GIFImageReader.h | 151 typedef Vector<WebCore::ImageFrame::PixelData> Table; 160 // Set position and number of colors for the RGB table in the data stream. 169 // Build RGBA table using the data stream. 171 const Table& table() const { return m_table; } function in class:GIFColorMap 177 Table m_table;
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/ |
loca_table.cc | 17 #include "sfntly/table/truetype/loca_table.h" 67 : Table(header, data), 75 LocaTable::LocaIterator::LocaIterator(LocaTable* table) 76 : PODIterator<int32_t, LocaTable>(table), index_(-1) { 91 : Table::Builder(header, data), 97 : Table::Builder(header, data), 161 FontDataTablePtr table = local 163 return table.Detach(); 207 LocaTablePtr table = local 210 new LocaTable::LocaIterator(table); [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
fkey.c | 51 ** I.1) For each FK for which the table is the child table, search 52 ** the parent table for a match. If none is found increment the 55 ** I.2) For each FK for which the table is the parent table, 56 ** search the child table for rows that correspond to the new 57 ** row in the parent table. Decrement the counter for each row 62 ** D.1) For each FK for which the table is the child table, 63 ** search the parent table for a row that corresponds to the [all...] |
trigger.c | 34 ** Given table pTab, return a list of all the triggers attached to 35 ** the table. The list is connected by Trigger.pNext pointers. 47 Trigger *sqlite3TriggerList(Parse *pParse, Table *pTab){ 61 && 0==sqlite3StrICmp(pTrig->table, pTab->zName) 87 SrcList *pTableName,/* The name of the table/view the trigger applies to */ 93 Table *pTab; /* Table that the trigger fires off of */ 121 /* If the trigger name was unqualified, and the table is a temp table, 123 ** If sqlite3SrcListLookup() returns 0, indicating the table does no [all...] |
analyze.c | 18 ** This routine generates code that opens the sqlite_stat1 table for 20 ** SQLITE_ENABLE_STAT2 macro defined, then the sqlite_stat2 table is 24 ** Similarly, if the sqlite_stat2 table does not exist and the library 27 ** Argument zWhere may be a pointer to a buffer containing a table name, 30 ** with the named table are deleted. If zWhere==0, then code is generated 31 ** to delete all stat table entries. 36 int iStatCur, /* Open the sqlite_stat1 table on this cursor */ 37 const char *zWhere, /* Delete entries for this table or index */ 64 Table *pStat; 66 /* The sqlite_stat[12] table does not exist. Create it. Note that a [all...] |
insert.c | 18 ** Generate code that will open a table for reading. 22 int iCur, /* The cursor number of the table */ 24 Table *pTab, /* The table to be opened */ 40 ** the table, according to the affinity of the column: 68 Table *pTab = pIdx->pTable; 87 ** string for table pTab. A column affinity string has one character 99 void sqlite3TableAffinityStr(Vdbe *v, Table *pTab){ 100 /* The first time a column affinity string for a particular table 102 ** stored as a member of the Table structure for subsequent use [all...] |
/external/sfntly/cpp/src/sfntly/table/truetype/ |
loca_table.cc | 17 #include "sfntly/table/truetype/loca_table.h" 67 : Table(header, data), 75 LocaTable::LocaIterator::LocaIterator(LocaTable* table) 76 : PODIterator<int32_t, LocaTable>(table), index_(-1) { 91 : Table::Builder(header, data), 97 : Table::Builder(header, data), 161 FontDataTablePtr table = local 163 return table.Detach(); 207 LocaTablePtr table = local 210 new LocaTable::LocaIterator(table); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pointers.py | 76 # The int pointer points to a table containing the numbers 1..10 113 class Table(Structure): 118 pt = pointer(Table(1, 2, 3)) 127 del _pointer_type_cache[Table]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pointers.py | 76 # The int pointer points to a table containing the numbers 1..10 113 class Table(Structure): 118 pt = pointer(Table(1, 2, 3)) 127 del _pointer_type_cache[Table]
|
/external/llvm/lib/Target/SystemZ/Disassembler/ |
SystemZDisassembler.cpp | 298 const uint8_t *Table; 301 Table = DecoderTable16; 304 Table = DecoderTable32; 307 Table = DecoderTable48; 319 return decodeInstruction(Table, MI, Inst, Address, this, STI);
|
/external/guava/guava/src/com/google/common/collect/ |
ArrayTable.java | 40 * Fixed-size {@link Table} implementation backed by a two-dimensional array. 42 * <p>The allowed row and column keys must be supplied when the table is 43 * created. The table always contains a mapping for every row key / column pair. 47 * <p>The table's size is constant: the product of the number of supplied row 49 * clear} methods are not supported by the table or its views. The {@link 52 * <p>The ordering of the row and column keys provided when the table is 54 * table's views. None of the view iterators support {@link Iterator#remove}. 55 * If the table is modified after an iterator is created, the iterator remains 59 * TreeBasedTable} implementations, except when the table is sparse. 73 * visible, synchronize access to the table. Unlike other {@code Table [all...] |
HashBasedTable.java | 32 * Implementation of {@link Table} using hash tables. 46 * access this table concurrently and one of the threads modifies the table, it 96 * table. 98 * @param table the table to copy 100 * in {@code table} is null 103 Table<? extends R, ? extends C, ? extends V> table) { 105 result.putAll(table); [all...] |
/external/llvm/lib/IR/ |
Function.cpp | 222 // Delete all of the method arguments and unlink from symbol table... 226 // Remove the function from the on-the-side GC table. 299 // Maintain the GC name for each function in an on-the-side table. This saves 395 static const char * const Table[] = { 402 return Table[id]; 403 std::string Result(Table[id]); 564 // Check to see if the intrinsic's type was expressible by the table. 579 // into a single word in the table itself, decode it now. 589 // Okay, decode the table into the output vector of IITDescriptors. 642 SmallVector<IITDescriptor, 8> Table; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiFlagAttributeNode.java | 43 import org.eclipse.swt.widgets.Table; 79 * parent uses a table layout with 2 columns. 189 private Table mTable; 232 mTable = new Table(composite, SWT.CHECK | SWT.BORDER); 263 // table already checked. 278 // Add a listener that will resize the column to the full width of the table 279 // so that only one column appears in the table even if the dialog is resized.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ConfirmationPage.java | 40 import org.eclipse.swt.widgets.Table; 105 Table table = new Table(group2, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL); local 106 mTableViewer = new TableViewer(table); 107 table.setLayout(new TableLayout()); 108 table.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
|
ProjectSelectionPage.java | 47 import org.eclipse.swt.widgets.Table; 98 Table table = new Table(listComposite, local 100 mTableViewer = new CheckboxTableViewer(table); 101 table.setLayout(new TableLayout()); 104 table.setLayoutData(data);
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
font_header_table.h | 20 #include "sfntly/table/table.h" 21 #include "sfntly/table/table_based_table_builder.h" 42 class FontHeaderTable : public Table, public RefCounted<FontHeaderTable> {
|
horizontal_device_metrics_table.cc | 17 #include "sfntly/table/core/horizontal_device_metrics_table.h" 76 : Table(header, data), num_glyphs_(num_glyphs) { 96 FontDataTablePtr table = new HorizontalDeviceMetricsTable(header(), data, local 98 return table.Detach(); 109 HorizontalDeviceMetricsTable* table = local 111 if (table) { 112 table->num_glyphs_ = num_glyphs;
|
horizontal_metrics_table.cc | 17 #include "sfntly/table/core/horizontal_metrics_table.h" 88 : Table(header, data), 108 FontDataTablePtr table = local 110 return table.Detach(); 125 HorizontalMetricsTable* table = local 127 table->num_hmetrics_ = num_hmetrics; 133 HorizontalMetricsTable* table = local 135 table->num_glyphs_ = num_glyphs;
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/ |
subsetter.cc | 30 // TODO(arthurhsu): IMPLEMENT: CMap table subsetter 86 Table* table = font_->GetTable(*tag); local 87 if (table) { 88 font_builder->NewTableBuilder(*tag, table->ReadFontData());
|
/external/chromium_org/tools/android/memdump/ |
memreport.py | 148 google.load('visualization', '1', {packages:['corechart', 'table']}); 167 var table = new google.visualization.Table( 169 table.draw(data);
|