/external/iptables/iptables/ |
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/pdfium/third_party/freetype/src/base/ |
ftotval.c | 77 FT_Bytes table ) 87 FT_FREE( table );
|
/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 | 15 const SkUnPreMultiply::Scale* table = SkUnPreMultiply::GetScaleTable(); local 33 SkUnPreMultiply::Scale scale = table[a];
|
/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/libs/androidfw/tests/ |
BenchmarkHelpers.cpp | 39 const ResTable& table = assetmanager.getResources(true); local 46 table.getResource(resid, &value, false /*may_be_bag*/, 0u /*density*/, &flags,
|
/frameworks/base/tools/aapt2/ |
LoadedApk.h | 36 std::unique_ptr<ResourceTable> table) 37 : source_(source), apk_(std::move(apk)), table_(std::move(table)) {} 47 * files that are not referenced in the resource table.
|
/frameworks/base/tools/aapt2/flatten/ |
TableFlattener_test.cpp | 41 ResourceTable* table, std::string* out_content) { 44 if (!flattener.Consume(context, table)) { 52 ResourceTable* table, ResTable* out_table) { 54 auto result = Flatten(context, options, table, &content); 66 ResourceTable* table, ResourceTable* out_table) { 68 auto result = Flatten(context, options, table, &content); 80 ::testing::AssertionResult Exists(ResTable* table, 89 table->setParameters(&expected_config); 94 if (table->getResource(expected_id.id, &val, false, 0, &spec_flags, 119 if (!table->getResourceName(expected_id.id, false, &actual_name)) 146 std::unique_ptr<ResourceTable> table = local 206 std::unique_ptr<ResourceTable> table = local 228 std::unique_ptr<ResourceTable> table = local 249 std::unique_ptr<ResourceTable> table = local 365 std::unique_ptr<ResourceTable> table = local 386 std::unique_ptr<ResourceTable> table = local 417 std::unique_ptr<ResourceTable> table = test::ResourceTableBuilder() local 439 std::unique_ptr<ResourceTable> table = local 460 std::unique_ptr<ResourceTable> table = local [all...] |
/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/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/ |
dtor.pass.cpp | 42 std::ctype<char>::mask table[256]; local 44 std::locale l(std::locale::classic(), new std::ctype<char>(table));
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/ |
opcode.h | 33 #include "table.h" 50 // Finds the named opcode in the given opcode table. On success, returns 51 // SPV_SUCCESS and writes a handle of the table entry into *entry. 52 spv_result_t spvOpcodeTableNameLookup(const spv_opcode_table table, 55 // Finds the opcode by enumerant in the given opcode table. On success, returns 56 // SPV_SUCCESS and writes a handle of the table entry into *entry. 57 spv_result_t spvOpcodeTableValueLookup(const spv_opcode_table table,
|
operand.h | 33 #include "table.h" 44 // Finds the named operand in the table. The type parameter specifies the 45 // operand's group. A handle of the operand table entry for this operand will 47 spv_result_t spvOperandTableNameLookup(const spv_operand_table table, 53 // Finds the operand with value in the table. The type parameter specifies the 54 // operand's group. A handle of the operand table entry for this operand will 56 spv_result_t spvOperandTableValueLookup(const spv_operand_table table,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
loop_temps.d | 4 Symbol table '.symtab' contains 5 entries:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
syms.d | 11 Symbol table.*
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
global.d | 4 Symbol table '.symtab' contains 5 entries:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
loc-6.d | 4 Symbol table '\.symtab' contains . entries:
|
loc-7.d | 4 Symbol table '\.symtab' contains . entries:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
ehdr_start-userdef.d | 8 Symbol table '\.symtab' contains [0-9]+ entries:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/ |
hidden2.d | 6 Symbol table for image:
|
internal0.d | 6 Symbol table '.symtab' contains .* entries:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
sym-1.d | 6 # Test that nm can grok a simple mmo symbol table (or that mmo lets nm
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/ |
i135409-1.d | 2 Symbol table '.symtab' contains .. entries:
|