/external/tensorflow/tensorflow/core/lib/io/ |
table_options.h | 22 namespace table { namespace in namespace:tensorflow 35 // Options to control the behavior of a table (passed to Table::Open) 65 } // namespace table
|
/frameworks/base/tools/aapt2/optimize/ |
ResourceDeduper.h | 33 bool Consume(IAaptContext* context, ResourceTable* table) override;
|
VersionCollapser.h | 32 bool Consume(IAaptContext* context, ResourceTable* table) override;
|
/toolchain/binutils/binutils-2.27/bfd/ |
genlink.h | 35 /* The generic linker uses a hash table which is a derived class of 36 the standard linker hash table, just as the other backend specific 37 linkers do. Do not confuse the generic linker hash table with the 38 standard BFD linker hash table it is built upon. */ 40 /* Generic linker hash table entries. */ 51 /* Generic linker hash table. */ 58 /* Look up an entry in a generic link hash table. */ 60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ 62 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow))) 64 /* Traverse a generic link hash table. * [all...] |
/external/python/cpython2/Lib/plat-irix5/ |
torgb.py | 17 table = {} variable 21 table['ppm'] = t 26 table['pnm'] = t 27 table['pgm'] = t 28 table['pbm'] = t 32 table['gif'] = t 38 table['tiff'] = t 44 table['rast'] = t 50 table['jpeg'] = t 95 if ftype is None or not table.has_key(ftype) [all...] |
/external/python/cpython2/Lib/plat-irix6/ |
torgb.py | 17 table = {} variable 21 table['ppm'] = t 26 table['pnm'] = t 27 table['pgm'] = t 28 table['pbm'] = t 32 table['gif'] = t 38 table['tiff'] = t 44 table['rast'] = t 50 table['jpeg'] = t 95 if ftype is None or not table.has_key(ftype) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
TableLayout7.java | 41 final TableLayout table = (TableLayout) findViewById(R.id.menu); local 46 table.setColumnCollapsed(2, mShortcutsCollapsed); 53 table.setColumnCollapsed(0, mCheckmarksCollapsed); 57 mCheckmarksCollapsed = table.isColumnCollapsed(0); 58 mShortcutsCollapsed = table.isColumnCollapsed(2); 60 appendRow(table); 63 private void appendRow(TableLayout table) { 78 table.addView(row, new TableLayout.LayoutParams());
|
TableLayout8.java | 40 final TableLayout table = (TableLayout) findViewById(R.id.menu); local 45 table.setColumnStretchable(1, mStretch); 49 mStretch = table.isColumnStretchable(1); 51 appendRow(table); 54 private void appendRow(TableLayout table) { 69 table.addView(row, new TableLayout.LayoutParams());
|
/external/guava/guava-tests/test/com/google/common/collect/ |
HashBasedTableTest.java | 32 @Override protected Table<String, Integer, Character> create( 34 Table<String, Integer, Character> table = HashBasedTable.create(); local 35 table.put("foo", 4, 'a'); 36 table.put("cat", 1, 'b'); 37 table.clear(); 38 populate(table, data); 39 return table; 43 Table<String, Integer, Character> table1 = HashBasedTable.create(100, 20); 47 Table<String, Integer, Character> table2 = HashBasedTable.create(100, 0) [all...] |
/external/icu/icu4c/source/i18n/ |
collationfastlatin.cpp | 29 const uint16_t *table = data->fastLatinTable; local 30 if(table == NULL) { return -1; } 40 int32_t headerLength = *table & 0xff; 45 miniVarTop = table[i]; 87 table += (table[0] & 0xff); // skip the header 89 uint32_t p = table[c]; 109 CollationFastLatin::compareUTF16(const uint16_t *table, const uint16_t *primaries, int32_t options, 117 U_ASSERT((table[0] >> 8) == VERSION); 118 table += (table[0] & 0xff); // skip the heade [all...] |
/frameworks/base/core/java/com/android/internal/content/ |
SelectionBuilder.java | 99 public Cursor query(SQLiteDatabase db, String table, String[] columns, String orderBy) { 100 return query(db, table, columns, null, null, orderBy, null); 106 public Cursor query(SQLiteDatabase db, String table, String[] columns, String groupBy, 108 return db.query(table, columns, getSelection(), getSelectionArgs(), groupBy, having, 115 public int update(SQLiteDatabase db, String table, ContentValues values) { 116 return db.update(table, values, getSelection(), getSelectionArgs()); 122 public int delete(SQLiteDatabase db, String table) { 123 return db.delete(table, getSelection(), getSelectionArgs());
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/ |
group3a.d | 5 Symbol table '.symtab' contains .* entries:
|
frame.exp | 77 if ![ld_assemble_flags $as $as_opt $srcdir/$subdir/table.s tmpdir/table.o ] { 82 if { [ld_simple_link $ld tmpdir/table.so "--shared tmpdir/table.o tmpdir/tbss.o"] } {
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvsb/ |
hidden1.d | 5 Symbol table '.symtab' contains .* entries:
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
lookup_ops_test.py | 43 table = lookup_ops.HashTable( 45 table.init.run() 47 self.assertAllEqual(3, table.size().eval()) 50 output = table.lookup(input_string) 61 table = lookup_ops.HashTable( 63 table.init.run() 65 self.assertAllEqual(3, table.size().eval()) 69 output = table.lookup(input_string) 79 table = lookup_ops.HashTable( 82 table.init.run( [all...] |
/external/v8/src/runtime/ |
runtime-collections.cc | 35 return static_cast<JSCollection*>(object)->table(); 61 Handle<OrderedHashSet> table(OrderedHashSet::cast(holder->table())); 62 table = OrderedHashSet::EnsureGrowable(table); 63 holder->set_table(*table); 72 Handle<OrderedHashSet> table(OrderedHashSet::cast(holder->table())); 73 table = OrderedHashSet::Shrink(table); [all...] |
/external/freetype/src/gxvalid/ |
gxvmort.h | 5 /* TrueTypeGX/AAT common definition for mort table (specification). */ 56 gxv_mort_featurearray_validate( FT_Bytes table, 66 gxv_mort_subtable_type0_validate( FT_Bytes table, 71 gxv_mort_subtable_type1_validate( FT_Bytes table, 76 gxv_mort_subtable_type2_validate( FT_Bytes table, 81 gxv_mort_subtable_type4_validate( FT_Bytes table, 86 gxv_mort_subtable_type5_validate( FT_Bytes table,
|
gxvtrak.c | 5 /* TrueTypeGX/AAT trak table validation (body). */ 51 * referred track table format specification: 94 gxv_trak_trackTable_validate( FT_Bytes table, 99 FT_Bytes p = table; 116 p = table + i * ( 4 + 2 + 2 ); 130 p = table + j * ( 4 + 2 + 2 ); 138 gxvalid->subtable_length = (FT_ULong)( p - table ); 144 gxv_trak_trackData_validate( FT_Bytes table, 148 FT_Bytes p = table; 165 gxv_odtect_add_range( table, (FT_ULong)( p - table ) [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
HashBasedTableTest.java | 29 @Override protected Table<String, Integer, Character> create( 31 Table<String, Integer, Character> table = HashBasedTable.create(); local 32 table.put("foo", 4, 'a'); 33 table.put("cat", 1, 'b'); 34 table.clear(); 35 populate(table, data); 36 return table; 40 Table<String, Integer, Character> table1 = HashBasedTable.create(100, 20); 44 Table<String, Integer, Character> table2 = HashBasedTable.create(100, 0) [all...] |
/external/iptables/iptables/ |
nft.h | 62 int nft_table_purge_chains(struct nft_handle *h, const char *table, struct nftnl_chain_list *list); 70 int nft_chain_set(struct nft_handle *h, const char *table, const char *chain, const char *policy, const struct xt_counters *counters); 72 struct nftnl_chain *nft_chain_list_find(struct nftnl_chain_list *list, const char *table, const char *chain); 73 int nft_chain_save(struct nft_handle *h, struct nftnl_chain_list *list, const char *table); 74 int nft_chain_user_add(struct nft_handle *h, const char *chain, const char *table); 75 int nft_chain_user_del(struct nft_handle *h, const char *chain, const char *table); 76 int nft_chain_user_rename(struct nft_handle *h, const char *chain, const char *table, const char *newname); 77 int nft_chain_zero_counters(struct nft_handle *h, const char *chain, const char *table); 84 int nft_rule_append(struct nft_handle *h, const char *chain, const char *table, void *data, uint64_t handle, bool verbose); 85 int nft_rule_insert(struct nft_handle *h, const char *chain, const char *table, void *data, int rulenum, bool verbose) [all...] |
/external/libcap-ng/libcap-ng-0.7/src/ |
lookup_table.c | 47 all strings referenced in the table and the table itself, which uses 76 static int capng_lookup_name(const struct transtab *table, 82 if (!strcasecmp(tabstr + table[i].offset, name)) 83 return table[i].value; 88 static const char *capng_lookup_number(const struct transtab *table, 95 if (table[i].value == number) 96 return tabstr + table[i].offset;
|
/external/libvncserver/libvncserver/ |
tableinit24.c | 27 rfbInitOneRGBTable24 (uint8_t *table, int inMax, int outMax, int outShift,int swap); 31 rfbInitColourMapSingleTable24(char **table, rfbPixelFormat *in, 40 if (*table) free(*table); 41 *table = (char *)malloc(nEntries * 3 + 1); 42 t = (uint8_t *)*table; 70 * rfbInitTrueColourSingleTable sets up a single lookup table for truecolour 75 rfbInitTrueColourSingleTable24 (char **table, rfbPixelFormat *in, 84 if (*table) free(*table); [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
lsp_lsf.cpp | 50 Description: Placed table declarations in a .c file, rather than an included 63 Description: Added #ifdef __cplusplus around extern'ed table. 111 extern const Word16 table[]; 140 table = cosine table 152 The transformation from lsp[i] to lsf[i] is approximated by a look-up table 182 // lsp[i] = table[ind]+ ((table[ind+1]-table[ind])*offset) / 256 184 L_tmp = L_mult (sub (table[ind + 1], table[ind]), offset) [all...] |
/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/ |
SparseMappingTableTest.java | 51 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); local 57 table.writeToParcel(tableParcel); 66 final SparseMappingTable.Table table1 = new SparseMappingTable.Table(data1); 79 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); local 81 key = table.getOrAddKey(ID1, 1) 120 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); local 172 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); local 198 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); local [all...] |
/tools/tradefederation/core/src/com/android/tradefed/util/ |
TableFormatter.java | 41 * Display given String elements as an table with aligned columns. 43 * @param table a matrix of String elements. Rows can be different length 46 public void displayTable(List<List<String>> table, PrintWriter writer) { 47 if (table.size() <= 0) { 51 List<Integer> maxColumnSizes = getColumnSizes(table); 52 for (List<String> rowData : table) { 68 private List<Integer> getColumnSizes(List<List<String>> table) { 70 for (List<String> rowData : table) {
|