/external/chromium_org/third_party/sfntly/cpp/src/test/ |
serialization_test.h | 20 #include "sfntly/table/table.h" 24 bool VerifyHHEA(Table* original, Table* target); 25 bool VerifyGLYF(Table* original, Table* target); 26 bool VerifyHMTX(Table* original, Table* target); 27 bool VerifyLOCA(Table* original, Table* target) [all...] |
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/sfntly/cpp/src/test/ |
serialization_test.h | 20 #include "sfntly/table/table.h" 24 bool VerifyHHEA(Table* original, Table* target); 25 bool VerifyGLYF(Table* original, Table* target); 26 bool VerifyHMTX(Table* original, Table* target); 27 bool VerifyLOCA(Table* original, Table* target) [all...] |
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) {
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/ |
subtable_container_table.h | 20 #include "sfntly/table/table.h" 24 class SubTableContainerTable : public Table { 26 class Builder : public Table::Builder { 29 : Table::Builder(header, data) { 33 : Table::Builder(header, data) { 40 : Table(header, data) {
|
table.cc | 21 #include "sfntly/table/table.h" 25 #include "sfntly/table/bitmap/ebdt_table.h" 26 #include "sfntly/table/bitmap/eblc_table.h" 27 #include "sfntly/table/bitmap/ebsc_table.h" 28 #include "sfntly/table/core/cmap_table.h" 29 #include "sfntly/table/core/font_header_table.h" 30 #include "sfntly/table/core/horizontal_device_metrics_table.h" 31 #include "sfntly/table/core/horizontal_header_table.h" 32 #include "sfntly/table/core/horizontal_metrics_table.h [all...] |
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())));
|
table_based_table_builder.h | 20 #include "sfntly/table/table.h" 24 class TableBasedTableBuilder : public Table::Builder { 39 // C++ port: renamed table() to GetTable() 40 virtual Table* GetTable();
|
table.h | 26 #include "sfntly/table/font_data_table.h" 27 #include "sfntly/table/header.h" 32 // A concrete implementation of a root level table in the font. This is the base 33 // class used for all specific table implementations and is used as the generic 34 // table for all tables which have no specific implementations. 35 class Table : public FontDataTable { 37 // Note: original version is Builder<T extends Table> 44 virtual void NotifyPostTableBuild(FontDataTable* table); 46 // Get a builder for the table type specified by the data in the header. 47 // @param header the header for the table [all...] |
/external/sfntly/cpp/src/sfntly/table/ |
subtable_container_table.h | 20 #include "sfntly/table/table.h" 24 class SubTableContainerTable : public Table { 26 class Builder : public Table::Builder { 29 : Table::Builder(header, data) { 33 : Table::Builder(header, data) { 40 : Table(header, data) {
|
table.cc | 21 #include "sfntly/table/table.h" 25 #include "sfntly/table/bitmap/ebdt_table.h" 26 #include "sfntly/table/bitmap/eblc_table.h" 27 #include "sfntly/table/bitmap/ebsc_table.h" 28 #include "sfntly/table/core/cmap_table.h" 29 #include "sfntly/table/core/font_header_table.h" 30 #include "sfntly/table/core/horizontal_device_metrics_table.h" 31 #include "sfntly/table/core/horizontal_header_table.h" 32 #include "sfntly/table/core/horizontal_metrics_table.h [all...] |
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())));
|
table_based_table_builder.h | 20 #include "sfntly/table/table.h" 24 class TableBasedTableBuilder : public Table::Builder { 39 // C++ port: renamed table() to GetTable() 40 virtual Table* GetTable();
|
table.h | 26 #include "sfntly/table/font_data_table.h" 27 #include "sfntly/table/header.h" 32 // A concrete implementation of a root level table in the font. This is the base 33 // class used for all specific table implementations and is used as the generic 34 // table for all tables which have no specific implementations. 35 class Table : public FontDataTable { 37 // Note: original version is Builder<T extends Table> 44 virtual void NotifyPostTableBuild(FontDataTable* table); 46 // Get a builder for the table type specified by the data in the header. 47 // @param header the header for the table [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
table_row_nsimage_cache.h | 20 // Interface this cache expects for its table model. 21 class Table { 23 // Returns the number of rows in the table. 30 virtual ~Table() {} 34 explicit TableRowNSImageCache(Table* model); 40 // Call these functions every time the table changes, to update the cache. 47 // The table model we query for row count and icons. 48 Table* model_; // weak
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
table_row_nsimage_cache.h | 21 // Interface this cache expects for its table model. 22 class Table { 24 // Returns the number of rows in the table. 31 virtual ~Table() {} 35 explicit TableRowNSImageCache(Table* model); 41 // Call these functions every time the table changes, to update the cache. 48 // The table model we query for row count and icons. 49 Table* model_; // weak
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
table.h | 21 // A Table is a sorted map from strings to strings. Tables are 22 // immutable and persistent. A Table may be safely accessed from 24 class Table { 26 // Attempt to open the table that is stored in bytes [0..file_size) 28 // retrieving data from the table. 30 // If successful, returns ok and sets "*table" to the newly opened 31 // table. The client should delete "*table" when no longer needed. 32 // If there was an error while initializing the table, sets "*table" [all...] |
/external/lzma/Java/SevenZip/ |
CRC.java | 7 static public int[] Table = new int[256];
19 Table[i] = r;
33 _value = Table[(_value ^ data[offset + i]) & 0xFF] ^ (_value >>> 8);
40 _value = Table[(_value ^ data[i]) & 0xFF] ^ (_value >>> 8);
45 _value = Table[(_value ^ b) & 0xFF] ^ (_value >>> 8);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
TransposedTableTest.java | 29 @Override protected Table<String, Integer, Character> create( 31 Table<Integer, String, Character> original = HashBasedTable.create(); 32 Table<String, Integer, Character> table = Tables.transpose(original); local 33 table.clear(); 34 populate(table, data); 35 return table; 39 Table<Integer, String, Character> original = HashBasedTable.create(); 44 Table<Integer, String, Character> original = HashBasedTable.create(); 45 Table<String, Integer, Character> transpose = Tables.transpose(original) [all...] |
HashBasedTableTest.java | 32 @Override protected Table<String, Integer, Character> create( 34 Table<String, Integer, Character> table = HashBasedTable.create(); local 35 table.put("foo", 4, 'a'); 36 table.put("cat", 1, 'b'); 37 table.clear(); 38 populate(table, data); 39 return table; 43 Table<String, Integer, Character> table1 = HashBasedTable.create(100, 20); 47 Table<String, Integer, Character> table2 = HashBasedTable.create(100, 0) [all...] |
/external/lzma/CS/7zip/Common/ |
CRC.cs | 7 public static readonly uint[] Table;
11 Table = new uint[256];
21 Table[i] = r;
31 _value = Table[(((byte)(_value)) ^ b)] ^ (_value >> 8);
37 _value = Table[(((byte)(_value)) ^ data[offset + i])] ^ (_value >> 8);
|
/art/runtime/verifier/ |
dex_gc_map.h | 43 // Check the size of the table agrees with the number of entries 48 // The number of entries in the table 57 return Table()[entry_offset]; 59 return Table()[entry_offset] | (Table()[entry_offset + 1] << 8); 66 return &Table()[entry_offset + DexPcWidth()]; 78 // Table of num_entries * (dex pc, bitmap) 79 const uint8_t* Table() const { 83 // The format of the table of the PCs for the table [all...] |
/art/runtime/ |
reference_table.h | 33 // Maintain a table of references. Used for JNI monitor references and 53 typedef std::vector<const mirror::Object*> Table; 54 static void Dump(std::ostream& os, const Table& entries) 59 Table entries_;
|