/external/dng_sdk/source/ |
dng_1d_table.h | 15 * Definition of a lookup table based 1D floating-point to floating-point function abstraction using linear interpolation. 32 /// \brief A 1D floating-point lookup table using linear interpolation. 39 /// Constants denoting size of table. 43 kTableBits = 12, //< Table is always a power of 2 in size. This is log2(kTableSize). 44 kTableSize = (1 << kTableBits) //< Number of entries in table. 59 /// Set up table, initialize entries using functiion. 61 /// \param allocator Memory allocator from which table memory is allocated. 62 /// \param function Table is initialized with values of finction.Evalluate(0.0) to function.Evaluate(1.0). 99 /// Direct access function for table data. 101 const real32 * Table () cons [all...] |
/external/freetype/src/base/ |
ftotval.c | 77 FT_Bytes table ) 87 FT_FREE( table );
|
/external/freetype/src/gxvalid/ |
gxvmort4.c | 5 /* TrueTypeGX/AAT mort table validation */ 60 | firstGlyph[0] | | head of lookup table 106 gxv_mort_subtable_type4_validate( FT_Bytes table, 110 FT_Bytes p = table;
|
gxvmort5.c | 5 /* TrueTypeGX/AAT mort table validation */ 46 * entryTable. There is no table location declaration 102 FT_Bytes table, 108 * Set range by whole of state table. 110 FT_Bytes p = table + offset; 128 while ( p < table + offset + ( count * 2 ) ) 147 FT_Bytes table, 186 table, 195 table, 203 gxv_mort_subtable_type5_validate( FT_Bytes table, [all...] |
/external/guava/guava-gwt/src/com/google/common/collect/ |
DenseImmutableTable_CustomFieldSerializer.java | 38 SerializationStreamWriter writer, DenseImmutableTable<Object, Object, Object> table) 40 ImmutableTable_CustomFieldSerializerBase.serialize(writer, table);
|
SparseImmutableTable_CustomFieldSerializer.java | 38 SerializationStreamWriter writer, SparseImmutableTable<Object, Object, Object> table) 40 ImmutableTable_CustomFieldSerializerBase.serialize(writer, table);
|
/external/iptables/iptables/ |
ip6tables-standalone.c | 14 * firewall table (aimed for the 2.3 kernels) 44 char *table = "filter"; local 61 ret = do_command6(argc, argv, &table, &handle, false);
|
iptables-standalone.c | 14 * firewall table (aimed for the 2.3 kernels) 46 char *table = "filter"; local 64 ret = do_command4(argc, argv, &table, &handle, false);
|
xtables-arp-standalone.c | 14 * firewall table (aimed for the 2.3 kernels) 49 char *table = "filter"; local 67 ret = do_commandarp(&h, argc, argv, &table);
|
xtables-eb-standalone.c | 14 * firewall table (aimed for the 2.3 kernels) 49 char *table = "filter"; local 66 ret = do_commandeb(&h, argc, argv, &table);
|
/external/libxkbcommon/xkbcommon/src/compose/ |
parser.c | 59 #include "table.h" 279 lex_include_string(struct scanner *s, struct xkb_compose_table *table, 312 char *path = get_locale_compose_file_path(table->locale); 365 add_node(struct xkb_compose_table *table, xkb_keysym_t keysym) 372 darray_append(table->nodes, new); 373 return darray_size(table->nodes) - 1; 377 add_production(struct xkb_compose_table *table, struct scanner *s, 385 node = &darray_item(table->nodes, curr); 400 uint32_t next = add_node(table, production->lhs[lhs_pos]); 402 node = &darray_item(table->nodes, curr) [all...] |
/external/sfntly/cpp/src/sfntly/table/ |
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() { 66 table_.Attach(down_cast<Table*>(SubBuildTable(data)));
|
/external/sfntly/cpp/src/test/ |
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/skia/src/core/ |
SkUnPreMultiplyPriv.h | 16 const SkUnPreMultiply::Scale* table = SkUnPreMultiply::GetScaleTable(); local 34 SkUnPreMultiply::Scale scale = table[a];
|
/external/skqp/src/core/ |
SkUnPreMultiplyPriv.h | 15 const SkUnPreMultiply::Scale* table = SkUnPreMultiply::GetScaleTable(); local 33 SkUnPreMultiply::Scale scale = table[a];
|
/external/valgrind/docs/html/ |
vg_basic.css | 49 table.nav { 57 table.nav a { text-decoration: none; } 58 table.nav a:hover { text-decoration: underline; } 59 table.nav td { font-size: 85%; }
|
/external/valgrind/docs/lib/ |
vg_basic.css | 49 table.nav { 57 table.nav a { text-decoration: none; } 58 table.nav a:hover { text-decoration: underline; } 59 table.nav td { font-size: 85%; }
|
/frameworks/base/tools/aapt2/process/ |
SymbolTable_test.cpp | 32 std::unique_ptr<ResourceTable> table = local 40 ResourceTableSymbolSource symbol_source(table.get()); 51 std::unique_ptr<ResourceTable> table = local 57 ResourceTableSymbolSource symbol_source(table.get()); 65 std::unique_ptr<ResourceTable> table = local 73 symbol_table.AppendSource(util::make_unique<ResourceTableSymbolSource>(table.get())); 93 std::unique_ptr<ResourceTable> table = local 102 ASSERT_TRUE(flattener.Consume(context.get(), table.get()));
|
/frameworks/base/tools/aapt2/test/ |
Common.cpp | 45 Value* GetValueForConfigAndProduct<Value>(ResourceTable* table, 49 Maybe<ResourceTable::SearchResult> result = table->FindResource(ParseNameOrDie(res_name));
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/ |
opcode.h | 21 #include "table.h" 38 // Finds the named opcode in the given opcode table. On success, returns 39 // SPV_SUCCESS and writes a handle of the table entry into *entry. 40 spv_result_t spvOpcodeTableNameLookup(const spv_opcode_table table, 43 // Finds the opcode by enumerant in the given opcode table. On success, returns 44 // SPV_SUCCESS and writes a handle of the table entry into *entry. 45 spv_result_t spvOpcodeTableValueLookup(const spv_opcode_table table,
|
operand.h | 21 #include "table.h" 37 // Finds the named operand in the table. The type parameter specifies the 38 // operand's group. A handle of the operand table entry for this operand will 40 spv_result_t spvOperandTableNameLookup(const spv_operand_table table, 46 // Finds the operand with value in the table. The type parameter specifies the 47 // operand's group. A handle of the operand table entry for this operand will 49 spv_result_t spvOperandTableValueLookup(const spv_operand_table table,
|
/system/netd/server/ |
Controllers.h | 69 const char* table, 71 static void createChildChains(IptablesTarget target, const char* table, const char* parentChain,
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/ |
loop_temps.d | 4 Symbol table '.symtab' contains 5 entries:
|