/external/sfntly/cpp/src/sfntly/table/ |
generic_table_builder.cc | 17 #include "sfntly/table/generic_table_builder.h" 25 // Note: In C++ port, we use GenericTable, the ref-counted version of Table 27 Ptr<GenericTable> table = new GenericTable(header(), InternalReadData()); local 28 return table.Detach();
|
/external/webp/src/enc/ |
cost.h | 35 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) { 37 + table[(level > MAX_VARIABLE_LEVEL) ? MAX_VARIABLE_LEVEL : level];
|
/frameworks/rs/cpu_ref/linkloader/include/ |
StubLayout.h | 25 unsigned char *table; member in class:StubLayout 34 void initStubTable(unsigned char *table, size_t count);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/ |
dtor.pass.cpp | 37 std::ctype<char>::mask table[256]; local 39 std::locale l(std::locale::classic(), new std::ctype<char>(table));
|
/external/chromium_org/third_party/sfntly/ |
sfntly.target.darwin-arm.mk | 41 third_party/sfntly/cpp/src/sfntly/table/bitmap/big_glyph_metrics.cc \ 42 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph.cc \ 43 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph_info.cc \ 44 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_size_table.cc \ 45 third_party/sfntly/cpp/src/sfntly/table/bitmap/composite_bitmap_glyph.cc \ 46 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc \ 47 third_party/sfntly/cpp/src/sfntly/table/bitmap/eblc_table.cc \ 48 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebsc_table.cc \ 49 third_party/sfntly/cpp/src/sfntly/table/bitmap/glyph_metrics.cc \ 50 third_party/sfntly/cpp/src/sfntly/table/bitmap/index_sub_table.cc [all...] |
sfntly.target.darwin-mips.mk | 41 third_party/sfntly/cpp/src/sfntly/table/bitmap/big_glyph_metrics.cc \ 42 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph.cc \ 43 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph_info.cc \ 44 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_size_table.cc \ 45 third_party/sfntly/cpp/src/sfntly/table/bitmap/composite_bitmap_glyph.cc \ 46 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc \ 47 third_party/sfntly/cpp/src/sfntly/table/bitmap/eblc_table.cc \ 48 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebsc_table.cc \ 49 third_party/sfntly/cpp/src/sfntly/table/bitmap/glyph_metrics.cc \ 50 third_party/sfntly/cpp/src/sfntly/table/bitmap/index_sub_table.cc [all...] |
sfntly.target.darwin-x86.mk | 41 third_party/sfntly/cpp/src/sfntly/table/bitmap/big_glyph_metrics.cc \ 42 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph.cc \ 43 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph_info.cc \ 44 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_size_table.cc \ 45 third_party/sfntly/cpp/src/sfntly/table/bitmap/composite_bitmap_glyph.cc \ 46 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc \ 47 third_party/sfntly/cpp/src/sfntly/table/bitmap/eblc_table.cc \ 48 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebsc_table.cc \ 49 third_party/sfntly/cpp/src/sfntly/table/bitmap/glyph_metrics.cc \ 50 third_party/sfntly/cpp/src/sfntly/table/bitmap/index_sub_table.cc [all...] |
sfntly.target.linux-arm.mk | 41 third_party/sfntly/cpp/src/sfntly/table/bitmap/big_glyph_metrics.cc \ 42 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph.cc \ 43 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph_info.cc \ 44 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_size_table.cc \ 45 third_party/sfntly/cpp/src/sfntly/table/bitmap/composite_bitmap_glyph.cc \ 46 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc \ 47 third_party/sfntly/cpp/src/sfntly/table/bitmap/eblc_table.cc \ 48 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebsc_table.cc \ 49 third_party/sfntly/cpp/src/sfntly/table/bitmap/glyph_metrics.cc \ 50 third_party/sfntly/cpp/src/sfntly/table/bitmap/index_sub_table.cc [all...] |
sfntly.target.linux-mips.mk | 41 third_party/sfntly/cpp/src/sfntly/table/bitmap/big_glyph_metrics.cc \ 42 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph.cc \ 43 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph_info.cc \ 44 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_size_table.cc \ 45 third_party/sfntly/cpp/src/sfntly/table/bitmap/composite_bitmap_glyph.cc \ 46 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc \ 47 third_party/sfntly/cpp/src/sfntly/table/bitmap/eblc_table.cc \ 48 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebsc_table.cc \ 49 third_party/sfntly/cpp/src/sfntly/table/bitmap/glyph_metrics.cc \ 50 third_party/sfntly/cpp/src/sfntly/table/bitmap/index_sub_table.cc [all...] |
sfntly.target.linux-x86.mk | 41 third_party/sfntly/cpp/src/sfntly/table/bitmap/big_glyph_metrics.cc \ 42 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph.cc \ 43 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph_info.cc \ 44 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_size_table.cc \ 45 third_party/sfntly/cpp/src/sfntly/table/bitmap/composite_bitmap_glyph.cc \ 46 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc \ 47 third_party/sfntly/cpp/src/sfntly/table/bitmap/eblc_table.cc \ 48 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebsc_table.cc \ 49 third_party/sfntly/cpp/src/sfntly/table/bitmap/glyph_metrics.cc \ 50 third_party/sfntly/cpp/src/sfntly/table/bitmap/index_sub_table.cc [all...] |
/external/sfntly/ |
Android.mk | 33 cpp/src/sfntly/table/bitmap/big_glyph_metrics.cc \ 34 cpp/src/sfntly/table/bitmap/bitmap_glyph.cc \ 35 cpp/src/sfntly/table/bitmap/bitmap_glyph_info.cc \ 36 cpp/src/sfntly/table/bitmap/bitmap_size_table.cc \ 37 cpp/src/sfntly/table/bitmap/composite_bitmap_glyph.cc \ 38 cpp/src/sfntly/table/bitmap/ebdt_table.cc \ 39 cpp/src/sfntly/table/bitmap/eblc_table.cc \ 40 cpp/src/sfntly/table/bitmap/ebsc_table.cc \ 41 cpp/src/sfntly/table/bitmap/glyph_metrics.cc \ 42 cpp/src/sfntly/table/bitmap/index_sub_table.cc [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.c | 22 The code lengths are lens[0..codes-1]. The result starts at *table, 26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table 28 requested root table index bits, and on return it is the actual root 29 table index bits. It will differ if the request is greater than the 32 int inflate_table(type, lens, codes, table, bits, work) 36 code FAR * FAR *table; 43 unsigned root; /* number of index bits for root table */ 44 unsigned curr; /* number of index bits for current table */ 45 unsigned drop; /* code bits to drop for sub-table */ 47 unsigned used; /* code entries in table used * [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 15 # This provides a simple database table interface built on top of 117 def _columns_key(table): 118 return table + _columns 121 # these keys are found within table sub databases 123 _data = '._DATA_.' # this+column+this+rowid key contains table data 125 # row in the table. (no data is stored) 129 def _data_key(table, col, rowid): 130 return table + _data + col + _data + rowid 132 def _search_col_data_key(table, col): 133 return table + _data + col + _dat [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 15 # This provides a simple database table interface built on top of 117 def _columns_key(table): 118 return table + _columns 121 # these keys are found within table sub databases 123 _data = '._DATA_.' # this+column+this+rowid key contains table data 125 # row in the table. (no data is stored) 129 def _data_key(table, col, rowid): 130 return table + _data + col + _data + rowid 132 def _search_col_data_key(table, col): 133 return table + _data + col + _dat [all...] |
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttload.c | 45 /* Looks for a TrueType table by name. */ 53 /* A pointer to the table directory entry. 0 if not found. */ 84 FT_TRACE4(( "found table.\n" )); 95 FT_TRACE4(( "ignoring empty table\n" )); 97 FT_TRACE4(( "could not find table\n" )); 110 /* Looks for a TrueType table by name, then seek a stream to it. */ 117 /* stream :: The stream to seek when the table is found. */ 120 /* length :: The length of the table if found, undefined otherwise. */ 131 TT_Table table; local 135 table = tt_face_lookup_table( face, tag ) 196 TT_TableRec table; local 475 TT_Table table; local 748 TT_NameTable table; local 873 TT_NameTable table = &face->name_table; local [all...] |
/external/freetype/src/sfnt/ |
ttload.c | 45 /* Looks for a TrueType table by name. */ 53 /* A pointer to the table directory entry. 0 if not found. */ 84 FT_TRACE4(( "found table.\n" )); 95 FT_TRACE4(( "ignoring empty table\n" )); 97 FT_TRACE4(( "could not find table\n" )); 110 /* Looks for a TrueType table by name, then seek a stream to it. */ 117 /* stream :: The stream to seek when the table is found. */ 120 /* length :: The length of the table if found, undefined otherwise. */ 131 TT_Table table; local 135 table = tt_face_lookup_table( face, tag ) 196 TT_TableRec table; local 475 TT_Table table; local 748 TT_NameTable table; local 873 TT_NameTable table = &face->name_table; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/ |
glapi_getproc.c | 52 * Search the table of static entrypoint functions for the named function 76 * Return dispatch table offset of the named static (built-in) function. 119 * table. For debugging only. 163 * Offset in the dispatch table where the pointer to the real function is 165 * added to the dispatch table, this will have the value ~0. 344 * The offset in the dispatch table of the named function. A pointer to the 484 * Return offset of entrypoint for named function within dispatch table. 566 * GL API table functions. 571 * Return size of dispatch table struct as number of functions (or 578 * The dispatch table size (number of entries) is the size of th [all...] |
/external/mesa3d/src/mapi/glapi/ |
glapi_getproc.c | 52 * Search the table of static entrypoint functions for the named function 76 * Return dispatch table offset of the named static (built-in) function. 119 * table. For debugging only. 163 * Offset in the dispatch table where the pointer to the real function is 165 * added to the dispatch table, this will have the value ~0. 344 * The offset in the dispatch table of the named function. A pointer to the 484 * Return offset of entrypoint for named function within dispatch table. 566 * GL API table functions. 571 * Return size of dispatch table struct as number of functions (or 578 * The dispatch table size (number of entries) is the size of th [all...] |
/art/compiler/dex/quick/x86/ |
call_x86.cc | 31 * The sparse table in the literal pool is an array of <key,displacement> 36 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset; local 38 DumpSparseSwitchTable(table); 40 int entries = table[1]; 41 const int* keys = reinterpret_cast<const int*>(&table[2]); 71 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset; local 73 DumpPackedSwitchTable(table); 75 // Add the table to the list - we'll process it later 78 tab_rec->table = table; 130 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset; local [all...] |
/dalvik/vm/alloc/ |
Visit.cpp | 34 * Applies a verification function to all present values in the hash table. 36 static void visitHashTable(RootVisitor *visitor, HashTable *table, 40 assert(table != NULL); 41 dvmHashTableLock(table); 42 for (int i = 0; i < table->tableSize; ++i) { 43 HashEntry *entry = &table->pEntries[i]; 48 dvmHashTableUnlock(table); 52 * Visits all entries in the reference table. 54 static void visitReferenceTable(RootVisitor *visitor, ReferenceTable *table, 58 assert(table != NULL) [all...] |
/external/bison/src/ |
tables.h | 128 extern base_number *table; 130 /* The value used in TABLE to denote explicit syntax errors
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
CRLReason.java | 91 private static final Hashtable table = new Hashtable(); field in class:CRLReason 144 if (!table.containsKey(idx)) 146 table.put(idx, new CRLReason(value)); 149 return (CRLReason)table.get(idx);
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
info_view.css | 18 #info-view table { 23 #info-view table,
|
/external/chromium_org/android_webview/browser/ |
gpu_memory_buffer_factory_impl.h | 21 static void SetAwDrawGLFunctionTable(AwDrawGLFunctionTable* table);
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
main.css | 64 * Styles for TABLE that uses a thin collapsed border. 66 table.styled-table { 70 table.styled-table, 71 .styled-table th, 72 .styled-table td { 78 .styled-table th { 82 .styled-table th.title {
|