/external/mesa3d/src/mesa/main/ |
texstore.c | 586 static StoreTexImageFunc table[MESA_FORMAT_COUNT]; local 590 memset(table, 0, sizeof table); 592 table[MESA_FORMAT_S8_UINT_Z24_UNORM] = _mesa_texstore_z24_s8; 593 table[MESA_FORMAT_Z24_UNORM_S8_UINT] = _mesa_texstore_s8_z24; 594 table[MESA_FORMAT_Z_UNORM16] = _mesa_texstore_z16; 595 table[MESA_FORMAT_Z24_UNORM_X8_UINT] = _mesa_texstore_x8_z24; 596 table[MESA_FORMAT_X8_UINT_Z24_UNORM] = _mesa_texstore_z24_x8; 597 table[MESA_FORMAT_Z_UNORM32] = _mesa_texstore_z32; 598 table[MESA_FORMAT_S_UINT8] = _mesa_texstore_s8 615 static StoreTexImageFunc table[MESA_FORMAT_COUNT]; local [all...] |
/external/tensorflow/tensorflow/core/util/ |
tensor_slice_reader.cc | 25 #include "tensorflow/core/lib/io/table.h" 38 TensorSliceReader::Table::~Table() {} 41 class TensorSliceReaderTable : public TensorSliceReader::Table { 44 explicit TensorSliceReaderTable(RandomAccessFile* f, table::Table* t) 53 std::unique_ptr<table::Iterator> iter(table_->NewIterator()); 66 table::Table* table_; 71 TensorSliceReader::Table** result) 81 table::Table* table; local 150 Table* table; local [all...] |
/external/valgrind/callgrind/ |
bb.c | 44 bbs.table = (BB**) CLG_MALLOC("cl.bb.ibh.1", 47 for (i = 0; i < bbs.size; i++) bbs.table[i] = NULL; 65 /* double size of bb table */ 81 if (bbs.table[i] == NULL) continue; 83 curr = bbs.table[i]; 101 VG_(free)(bbs.table); 109 bbs.table = new_table; 125 /* check fill degree of bb hash table and resize if needed (>80%) */ 151 /* insert into BB hash table */ 153 bb->next = bbs.table[idx] [all...] |
/external/freetype/src/sfnt/ |
ttcmap.c | 5 /* TrueType character mapping table (cmap) support (body). */ 65 FT_Byte* table ) 67 cmap->data = table; 82 /* TABLE OVERVIEW */ 88 /* length 2 USHORT table length in bytes */ 97 tt_cmap0_validate( FT_Byte* table, 104 if ( table + 2 + 2 > valid->limit ) 107 p = table + 2; /* skip format */ 110 if ( table + length > valid->limit || length < 262 ) 119 p = table + 6 136 FT_Byte* table = cmap->data; local 147 FT_Byte* table = cmap->data; local 460 FT_Byte* table = cmap->data; local 499 FT_Byte* table = cmap->data; local 725 FT_Byte* table = cmap->cmap.data; local 1631 FT_Byte* table = cmap->data; local 1653 FT_Byte* table = cmap->data; local 1891 FT_Byte* table = cmap->data; local 1928 FT_Byte* table = cmap->data; local 2095 FT_Byte* table = cmap->data; local 2122 FT_Byte* table = cmap->data; local [all...] |
/external/icu/icu4c/source/tools/gensprep/ |
filterRFC3454.pl | 9 # This tool filters the RFC-3454 txt file for StringPrep tables and creates a table 28 $warning = "###################\n# WARNING: This table is generated by filterRFC3454.pl tool with\n# options: @ARGV \n###################\n\n"; 159 local ($inFH, $outFH,$comment, $table) = @_; 167 # break if "End Table" is found 181 if($table =~ /A/ ){ 184 }elsif ( $table =~ /B\.1/ ){ 186 }elsif ( $table =~ /B\.[23]/ ){ 189 }elsif ( $table =~ /C/ ) { 222 $comment = "# This table contains code points from Table A.1 from RFC 3454\n" [all...] |
/external/skia/src/effects/ |
SkTableColorFilter.cpp | 85 bool asComponentTable(SkBitmap* table) const override; 145 const uint8_t* table = fStorage; local 151 tableA = table; table += 256; 154 tableR = table; table += 256; 157 tableG = table; table += 256; 160 tableB = table; 240 bool SkTable_ColorFilter::asComponentTable(SkBitmap* table) const 283 const uint8_t* table = fStorage; local [all...] |
/external/skqp/src/effects/ |
SkTableColorFilter.cpp | 85 bool asComponentTable(SkBitmap* table) const override; 145 const uint8_t* table = fStorage; local 151 tableA = table; table += 256; 154 tableR = table; table += 256; 157 tableG = table; table += 256; 160 tableB = table; 240 bool SkTable_ColorFilter::asComponentTable(SkBitmap* table) const 283 const uint8_t* table = fStorage; local [all...] |
/frameworks/base/tools/aapt2/format/binary/ |
TableFlattener_test.cpp | 43 ResourceTable* table, std::string* out_content) { 46 if (!flattener.Consume(context, table)) { 54 ResourceTable* table, ResTable* out_table) { 56 auto result = Flatten(context, options, table, &content); 68 ResourceTable* table, ResourceTable* out_table) { 70 auto result = Flatten(context, options, table, &content); 83 ::testing::AssertionResult Exists(ResTable* table, const StringPiece& expected_name, 90 table->setParameters(&expected_config); 95 if (table->getResource(expected_id.id, &val, false, 0, &spec_flags, &config) < 0) { 118 if (!table->getResourceName(expected_id.id, false, &actual_name)) 152 std::unique_ptr<ResourceTable> table = local 201 std::unique_ptr<ResourceTable> table = local 222 std::unique_ptr<ResourceTable> table = local 241 std::unique_ptr<ResourceTable> table = local 358 std::unique_ptr<ResourceTable> table = local 379 std::unique_ptr<ResourceTable> table = local 410 std::unique_ptr<ResourceTable> table = test::ResourceTableBuilder() local 432 std::unique_ptr<ResourceTable> table = local 453 std::unique_ptr<ResourceTable> table = local 464 std::unique_ptr<ResourceTable> table = local 518 std::unique_ptr<ResourceTable> table = local 573 std::unique_ptr<ResourceTable> table = local [all...] |
/external/icu/icu4c/ |
icu4c.css | 132 p,pre,table,ul,ol,dl { 263 table.newsItem { 312 table.rtable caption { 321 table.rtable tr th { 326 table.rtable tr td { 331 table.rtable tr.broken td { 338 table.rtable tr.rarely td { 381 table.genTable { 388 table.gentable td { 396 table.genTable td.file [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsProvider.java | 82 * Return the proper view of "pdu" table for the current access status. 85 * @return the table/view name of the mms data 94 // First check if a restricted view of the "pdu" table should be used based on the 317 String table = TABLE_PDU; local 343 table = TABLE_PART; 347 table = TABLE_ADDR; 351 table = TABLE_RATE; 355 table = TABLE_DRM; 368 if (table.equals(TABLE_PDU)) { 410 if ((rowId = db.insert(table, null, finalValues)) <= 0) 627 String table, extraSelection = null; local 791 String table; local [all...] |
/device/google/cuttlefish_common/common/vsoc/lib/ |
region_view.cpp | 96 const vsoc_signal_table_layout& table = incoming_signal_table(); local 97 const size_t num_offsets = (1 << table.num_nodes_lg2); 100 table.futex_uaddr_table_offset); 133 const vsoc_signal_table_layout& table = outgoing_signal_table(); local 136 table.futex_uaddr_table_offset); 138 const size_t max_index = (1 << table.num_nodes_lg2) - 1; 143 // Guess at where this offset should go in the table. 156 // We didn't store, but the value was already in the table with our flag.
|
/external/brotli/c/enc/ |
compress_fragment_two_pass.c | 238 size_t block_size, size_t input_size, const uint8_t* base_ip, int* table, 299 table[hash] = (int)(ip - base_ip); 303 candidate = base_ip + table[hash]; 307 table[hash] = (int)(ip - base_ip); 347 compression we first update "table" with the hashes of some 352 table[prev_hash] = (int)(ip - base_ip - 5); 354 table[prev_hash] = (int)(ip - base_ip - 4); 356 table[prev_hash] = (int)(ip - base_ip - 3); 360 table[prev_hash] = (int)(ip - base_ip - 2); 362 table[prev_hash] = (int)(ip - base_ip - 1) [all...] |
/external/google-breakpad/src/common/linux/ |
dump_symbols_unittest.cc | 101 StringTable table(kLittleEndian); 102 SymbolTable syms(kLittleEndian, 4, table); 106 int index = elf.AddSection(".dynstr", table, SHT_STRTAB); 141 StringTable table(kLittleEndian); 142 SymbolTable syms(kLittleEndian, 8, table); 146 int index = elf.AddSection(".dynstr", table, SHT_STRTAB);
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
DecompTable.java | 76 public static void sort(DecompEntry[] table, Vector decompVector) 78 for (int j = 0; j < table.length; j += 1) { 83 if (v.compareTo(table[i]) >= 0) { 87 table[i + 1] = table[i]; 90 table[i + 1] = v; 156 writer.writeData(0); // coverage table offset (fixed later) 162 writer.writeData(0); // offset to sequence table (fixed later); 178 // write a format 1 coverage table
|
/external/libexif/libexif/canon/ |
mnote-canon-entry.c | 442 canon_search_table_value (const struct canon_entry_table_t table[], 447 /* Search the table for the first matching subtag and value. */ 448 for (j = 0; table[j].name && ((table[j].subtag < t) || 449 ((table[j].subtag == t) && table[j].value <= vs)); j++) { 450 if ((table[j].subtag == t) && (table[j].value == vs)) { 454 if ((table[j].subtag == t) && (table[j].value == vs) && table[j].name) [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/ |
SQLite.java | 23 * @param table table name 28 public static SQLStringAndBindings buildInsertString(String table, ContentValues values, int conflictAlgorithm) throws SQLException { 35 sb.append(table); 50 * @param table table name 56 public static SQLStringAndBindings buildUpdateString(String table, ContentValues values, String whereClause, String[] whereArgs) { 60 sb.append(table); 82 * @param table table nam [all...] |
/external/sfntly/cpp/src/sfntly/table/ |
font_data_table.cc | 17 #include "sfntly/table/font_data_table.h" 57 throw IOException("Table not ready to build."); 81 FontDataTablePtr table; // NULL default table local 87 throw IOException("Table not ready to build."); 99 table = SubBuildTable(data); 100 NotifyPostTableBuild(table); 105 return table; 168 void FontDataTable::Builder::NotifyPostTableBuild(FontDataTable* table) { 170 UNREFERENCED_PARAMETER(table); [all...] |
/external/tensorflow/tensorflow/core/lib/io/ |
table.cc | 16 #include "tensorflow/core/lib/io/table.h" 27 namespace table { namespace in namespace:tensorflow 29 struct Table::Rep { 41 Status Table::Open(const Options& options, RandomAccessFile* file, uint64 size, 42 Table** table) { 43 *table = nullptr; 71 Rep* rep = new Table::Rep; 78 *table = new Table(rep) 95 Table* table = reinterpret_cast<Table*>(arg); local [all...] |
/frameworks/base/tools/aapt2/link/ |
AutoVersioner_test.cpp | 53 std::unique_ptr<ResourceTable> table = local 84 ASSERT_TRUE(versioner.Consume(context.get(), table.get())); 86 Style* style = test::GetValueForConfig<Style>(table.get(), "app:style/Foo", test::ParseConfigOrDie("v4")); 91 style = test::GetValueForConfig<Style>(table.get(), "app:style/Foo", test::ParseConfigOrDie("v13")); 97 style = test::GetValueForConfig<Style>(table.get(), "app:style/Foo", test::ParseConfigOrDie("v17")); 104 style = test::GetValueForConfig<Style>(table.get(), "app:style/Foo", test::ParseConfigOrDie("v21"));
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
mySSLSession.java | 26 private Hashtable table; field in class:mySSLSession 37 table = new Hashtable(); 128 Object obj1 = table.put(s, obj); 142 Object obj = table.remove(s); 153 return table.get(s); 159 Enumeration enumeration = table.keys();
|
/art/runtime/ |
image-inl.h | 74 auto* table = reinterpret_cast<ImtConflictTable*>(base + section.Offset() + pos); local 75 table->Visit([&visitor](const std::pair<ArtMethod*, ArtMethod*>& methods) { 78 pos += table->ComputeSize(pointer_size);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/ |
EfiPerf.h | 142 #define PERF_ENABLE(handle, table, ticker) InitializePerformanceInfrastructure (handle, table, ticker)
155 #define PERF_ENABLE(handle, table, ticker)
|
/external/autotest/frontend/client/src/autotest/afe/ |
JobTable.java | 5 import autotest.common.table.DynamicTable; 6 import autotest.common.table.RpcDataSource; 7 import autotest.common.table.DataSource.SortDirection; 15 * A table to display jobs, including a summary of host queue entries.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERUniversalString.java | 15 private static final char[] table = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; field in class:DERUniversalString 104 buf.append(table[(string[i] >>> 4) & 0xf]); 105 buf.append(table[string[i] & 0xf]);
|
/external/freetype/src/gxvalid/ |
gxvopbd.c | 5 /* TrueTypeGX/AAT opbd table validation (body). */ 74 /* offset in LookupTable is measured from the head of opbd table */ 112 | firstGlyph[0] | | head of opbd sfnt table 156 /***** opbd TABLE *****/ 162 gxv_opbd_validate( FT_Bytes table, 170 FT_Bytes p = table; 180 FT_TRACE3(( "validating `opbd' table\n" )); 207 if ( p > table + GXV_OPBD_DATA( valueOffset_min ) )
|