/external/chromium_org/third_party/freetype/include/freetype/ |
ftgxval.h | 66 /* Warning: Use FT_VALIDATE_XXX to validate a table. */ 92 * for the `table-length' argument of function @FT_TrueTypeGX_Validate. 116 * Validate `feat' table. 119 * Validate `mort' table. 122 * Validate `morx' table. 125 * Validate `bsln' table. 128 * Validate `just' table. 131 * Validate `kern' table. 134 * Validate `opbd' table. 137 * Validate `trak' table [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
cost.h | 67 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) { 69 + table[(level > MAX_VARIABLE_LEVEL) ? MAX_VARIABLE_LEVEL : level];
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
verify_hmtx.cc | 19 #include "sfntly/table/core/horizontal_metrics_table.h" 49 static bool VerifyHMTX(Table* table) { 50 HorizontalMetricsTablePtr hmtx = down_cast<HorizontalMetricsTable*>(table); 70 bool VerifyHMTX(Table* original, Table* target) {
|
verify_maxp.cc | 20 #include "sfntly/table/core/maximum_profile_table.h" 40 static bool VerifyMAXP(Table* table) { 41 MaximumProfileTablePtr maxp = down_cast<MaximumProfileTable*>(table); 66 bool VerifyMAXP(Table* original, Table* target) {
|
verify_name.cc | 19 #include "sfntly/table/core/name_table.h" 40 static bool VerifyNAME(Table* table) { 43 NameTablePtr name = down_cast<NameTable*>(table); 62 bool VerifyNAME(Table* original, Table* target) {
|
/external/chromium_org/third_party/sqlite/src/tool/ |
space_used.tcl | 23 CREATE TABLE space_used( 24 name clob, -- Name of a table or index in the database file 25 is_index boolean, -- TRUE if it is an index, false for a table 26 payload int, -- Total amount of data stored in this table or index 34 # table in the database. 39 SELECT 'sqlite_master', 'table', 2 51 # Analyze every table in the database, one at a time.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
TextDisplayPropertyEditor.java | 15 import org.eclipse.wb.internal.core.model.property.table.PropertyTable; 16 import org.eclipse.wb.internal.core.model.property.table.PropertyTooltipProvider;
|
/external/freetype/include/ |
ftgxval.h | 66 /* Warning: Use FT_VALIDATE_XXX to validate a table. */ 92 * for the `table-length' argument of function @FT_TrueTypeGX_Validate. 116 * Validate `feat' table. 119 * Validate `mort' table. 122 * Validate `morx' table. 125 * Validate `bsln' table. 128 * Validate `just' table. 131 * Validate `kern' table. 134 * Validate `opbd' table. 137 * Validate `trak' table [all...] |
/external/icu/icu4c/source/i18n/ |
collationbasedatabuilder.h | 75 void buildRootElementsTable(UVector32 &table, UErrorCode &errorCode); 80 UVector32 &table, UErrorCode &errorCode);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/ |
Debug.java | 57 public static void print(short[] table) { 61 System.out.printf("%3d, ", table[i]);
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftgxval.h | 66 /* Warning: Use FT_VALIDATE_XXX to validate a table. */ 92 * for the `table-length' argument of function @FT_TrueTypeGX_Validate. 116 * Validate `feat' table. 119 * Validate `mort' table. 122 * Validate `morx' table. 125 * Validate `bsln' table. 128 * Validate `just' table. 131 * Validate `kern' table. 134 * Validate `opbd' table. 137 * Validate `trak' table [all...] |
/external/pdfium/core/src/fxge/android/ |
fx_android_font.cpp | 53 FX_DWORD CFX_AndroidFontInfo::GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size) 58 return ((IFPF_Font*)hFont)->GetFontData(table, buffer, size);
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftgxval.h | 66 /* Warning: Use FT_VALIDATE_XXX to validate a table. */ 92 * for the `table-length' argument of function @FT_TrueTypeGX_Validate. 116 * Validate `feat' table. 119 * Validate `mort' table. 122 * Validate `morx' table. 125 * Validate `bsln' table. 128 * Validate `just' table. 131 * Validate `kern' table. 134 * Validate `opbd' table. 137 * Validate `trak' table [all...] |
/external/sfntly/cpp/src/test/ |
verify_hmtx.cc | 19 #include "sfntly/table/core/horizontal_metrics_table.h" 49 static bool VerifyHMTX(Table* table) { 50 HorizontalMetricsTablePtr hmtx = down_cast<HorizontalMetricsTable*>(table); 70 bool VerifyHMTX(Table* original, Table* target) {
|
verify_maxp.cc | 20 #include "sfntly/table/core/maximum_profile_table.h" 40 static bool VerifyMAXP(Table* table) { 41 MaximumProfileTablePtr maxp = down_cast<MaximumProfileTable*>(table); 66 bool VerifyMAXP(Table* original, Table* target) {
|
verify_name.cc | 19 #include "sfntly/table/core/name_table.h" 40 static bool VerifyNAME(Table* table) { 43 NameTablePtr name = down_cast<NameTable*>(table); 62 bool VerifyNAME(Table* original, Table* target) {
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
Android.mk | 9 symbol-table.cpp \
|
symbol-table.h | 1 // symbol-table.h 54 void AddTable(SymbolTableImpl* table) { 55 for (size_t i = 0; i < table->symbols_.size(); ++i) { 56 AddSymbol(table->symbols_[i]); 153 // table with the lexical representation L o G. 160 // Construct symbol table with a unique name. 164 SymbolTable(const SymbolTable& table) : impl_(table.impl_) { 179 // Add a symbol with given key to table. A symbol table als [all...] |
/external/webp/src/enc/ |
cost.h | 67 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) { 69 + table[(level > MAX_VARIABLE_LEVEL) ? MAX_VARIABLE_LEVEL : level];
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
FixedWidthTest.java | 17 package android.widget.layout.table; 19 import android.widget.layout.table.FixedWidth; 27 * {@link android.widget.layout.table.FixedWidth} is
|
HorizontalGravityTest.java | 17 package android.widget.layout.table; 19 import android.widget.layout.table.HorizontalGravity; 28 * {@link android.widget.layout.table.HorizontalGravity} is
|
WeightTest.java | 17 package android.widget.layout.table; 19 import android.widget.layout.table.Weight; 27 * {@link android.widget.layout.table.Weight} is
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccServiceTable.java | 27 protected IccServiceTable(byte[] table) { 28 mServiceTable = table;
|
UsimServiceTable.java | 21 * Wrapper class for the USIM Service Table EF. 124 public UsimServiceTable(byte[] table) { 125 super(table);
|
/ndk/sources/host-tools/make-3.81/ |
variable.c | 104 /* Hash table of all global variable definitions. */ 152 hash_init (&global_variable_set.table, VARIABLE_BUCKETS, 178 var_slot = (struct variable **) hash_find_slot (&set->table, &var_key); 209 /* Create a new variable definition and add it to the hash table. */ 214 hash_insert_at (&set->table, v, var_slot); 290 && global_variable_set.table.ht_fill != last_var_count) 295 struct variable **vp = (struct variable **) global_variable_set.table.ht_vec; 296 struct variable **end = &vp[global_variable_set.table.ht_size]; 330 last_var_count = global_variable_set.table.ht_fill; 358 v = (struct variable *) hash_find_item ((struct hash_table *) &set->table, &var_key) 857 struct hash_table table; local [all...] |