HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 1 - 25 of 364) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /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_org/third_party/skia/third_party/lua/src/
ltable.h 21 LUAI_FUNC const TValue *luaH_getint (Table *t, int key);
22 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, int key, TValue *value);
23 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
24 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
25 LUAI_FUNC TValue *luaH_newkey (lua_State *L, Table *t, const TValue *key);
26 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
27 LUAI_FUNC Table *luaH_new (lua_State *L);
28 LUAI_FUNC void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize);
29 LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, int nasize);
30 LUAI_FUNC void luaH_free (lua_State *L, Table *t)
    [all...]
  /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/chromium_org/third_party/brotli/src/woff2/
font.h 28 // Represents an sfnt font file. Only the table directory is parsed, for the
29 // table data we only store a raw pointer, therefore a font object is valid only
35 struct Table {
45 std::map<uint32_t, Table> tables;
47 Table* FindTable(uint32_t tag);
48 const Table* FindTable(uint32_t tag) const;
74 // Removes the digital signature (DSIG) table
  /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 50 // The number of entries in the table
59 return Table()[entry_offset];
61 return Table()[entry_offset] | (Table()[entry_offset + 1] << 8);
68 return &Table()[entry_offset + DexPcWidth()];
80 // Table of num_entries * (dex pc, bitmap)
81 const uint8_t* Table() const {
85 // The format of the table of the PCs for the table
104 // The width of an entry in the table
    [all...]
  /art/runtime/
reference_table.h 35 // Maintain a table of references. Used for JNI monitor references and
56 TrackingAllocator<GcRoot<mirror::Object>, kAllocatorTagReferenceTable>> Table;
57 static void Dump(std::ostream& os, Table& entries)
62 Table entries_;

Completed in 498 milliseconds

1 2 3 4 5 6 7 8 91011>>