HomeSort by relevance Sort by last modified time
    Searched refs:table (Results 301 - 325 of 3741) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr19539.d 8 Symbol table '\.dynsym' contains [0-9]+ entries:
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvsb/
hidden0.d 6 Symbol table '.symtab' contains .* entries:
internal1.d 5 Symbol table '.symtab' contains .* entries:
protected0.d 6 Symbol table '.symtab' contains .* entries:
protected1.d 5 Symbol table '.symtab' contains .* entries:
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfweak/
size2.d 5 Symbol table '.symtab' contains .* entries:
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
b-widec3.d 6 #error: invalid symbol table: duplicate symbol `Main'
  /external/autotest/skylab_migration/venv/skylab_venv/scripts/
server_db_sync.py 153 def create_mysql_updates(api_output, db_output, table,
155 """Sync up servers table in server db with the inventory service.
161 @param api_output: a dict mapping table name to list of corresponding
164 @param db_output: a dict mapping table name to list of corresponding
166 @param table: name of the targeted server_db table.
174 logging.info('Checking table %s with inventory service...', table)
177 delete_entries = set(db_output[table]) - set(api_output[table])
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
lookup_util.cc 252 "Lookup table handle must be scalar, but had shape: ",
265 LookupInterface** table) {
273 return LookupResource(ctx, handle, table);
277 return ctx->resource_manager()->Lookup(container, table_handle, table);
283 InitializableLookupTable** table) {
291 *table = lookup_table->GetInitializableLookupTable();
292 if (*table == nullptr) {
294 return errors::InvalidArgument("Table ", handle.container(), " ",
304 *table = lookup_table->GetInitializableLookupTable();
305 if (*table == nullptr)
    [all...]
  /external/elfutils/libdw/
dwarf_getmacros.c 74 build_table (Dwarf_Macro_Op_Table *table,
80 table->table[table->opcodes[i - 1] = ct++] = op_protos[i - 1];
82 table->opcodes[i - 1] = 0xff;
91 enum { macinfo_data_size = offsetof (Dwarf_Macro_Op_Table, table[5]) };
131 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table,
133 memcpy (table, macinfo_data, macinfo_data_size);
135 table->offset = macoff;
136 table->sec_index = IDX_debug_macinfo
248 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table, local
319 Dwarf_Macro_Op_Table *table = cache_op_table (dbg, sec_index, macoff, local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inftrees.c 22 The code lengths are lens[0..codes-1]. The result starts at *table,
26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
28 requested root table index bits, and on return it is the actual root
29 table index bits. It will differ if the request is greater than the
32 int inflate_table(type, lens, codes, table, bits, work)
36 code FAR * FAR *table;
43 unsigned root; /* number of index bits for root table */
44 unsigned curr; /* number of index bits for current table */
45 unsigned drop; /* code bits to drop for sub-table */
47 unsigned used; /* code entries in table used */
    [all...]
  /external/freetype/src/gxvalid/
gxvmorx1.c 5 /* TrueTypeGX/AAT morx table validation */
57 gxv_morx_subtable_type1_substitutionTable_load( FT_Bytes table,
61 FT_Bytes p = table;
108 FT_Bytes table,
124 FT_UNUSED( table );
204 gxv_morx_subtable_type1_substitutionTable_validate( FT_Bytes table,
208 FT_Bytes p = table;
228 gxv_LookupTable_validate( table + offset, limit, gxvalid );
241 gxv_morx_subtable_type1_validate( FT_Bytes table,
245 FT_Bytes p = table;
    [all...]
  /external/v8/src/ic/
stub-cache.h 46 // Clear the lookup table (@ mark compact collection).
52 enum Table { kPrimary, kSecondary };
54 SCTableReference key_reference(StubCache::Table table) {
56 reinterpret_cast<Address>(&first_entry(table)->key));
59 SCTableReference map_reference(StubCache::Table table) {
61 reinterpret_cast<Address>(&first_entry(table)->map));
64 SCTableReference value_reference(StubCache::Table table) {
    [all...]
  /external/wpa_supplicant_8/src/utils/
base64.c 22 const unsigned char *table,
45 *pos++ = table[(in[0] >> 2) & 0x3f];
46 *pos++ = table[(((in[0] & 0x03) << 4) | (in[1] >> 4)) & 0x3f];
47 *pos++ = table[(((in[1] & 0x0f) << 2) | (in[2] >> 6)) & 0x3f];
48 *pos++ = table[in[2] & 0x3f];
58 *pos++ = table[(in[0] >> 2) & 0x3f];
60 *pos++ = table[((in[0] & 0x03) << 4) & 0x3f];
64 *pos++ = table[(((in[0] & 0x03) << 4) |
66 *pos++ = table[((in[1] & 0x0f) << 2) & 0x3f];
85 const unsigned char *table)
    [all...]
  /external/python/cpython2/Lib/bsddb/
dbtables.py 15 # This provides a simple database table interface built on top of
117 def _columns_key(table):
118 return table + _columns
121 # these keys are found within table sub databases
123 _data = '._DATA_.' # this+column+this+rowid key contains table data
125 # row in the table. (no data is stored)
129 def _data_key(table, col, rowid):
130 return table + _data + col + _data + rowid
132 def _search_col_data_key(table, col):
133 return table + _data + col + _dat
    [all...]
  /external/toolchain-utils/cros_utils/
tabulator_test.py 19 table = ['k1', ['1', '3'], ['55']]
22 result.Compute(cell, table[2], table[1])
23 expected = ' '.join([str(float(v)) for v in table[2]])
28 result.Compute(cell, table[2], table[1])
29 self.assertTrue(cell.value == float(table[2][0]))
83 table = tg.GetTable()
84 header = table.pop(0)
87 row = table.pop(0
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbtables.py 15 # This provides a simple database table interface built on top of
117 def _columns_key(table):
118 return table + _columns
121 # these keys are found within table sub databases
123 _data = '._DATA_.' # this+column+this+rowid key contains table data
125 # row in the table. (no data is stored)
129 def _data_key(table, col, rowid):
130 return table + _data + col + _data + rowid
132 def _search_col_data_key(table, col):
133 return table + _data + col + _dat
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbtables.py 15 # This provides a simple database table interface built on top of
117 def _columns_key(table):
118 return table + _columns
121 # these keys are found within table sub databases
123 _data = '._DATA_.' # this+column+this+rowid key contains table data
125 # row in the table. (no data is stored)
129 def _data_key(table, col, rowid):
130 return table + _data + col + _data + rowid
132 def _search_col_data_key(table, col):
133 return table + _data + col + _dat
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 15 # This provides a simple database table interface built on top of
117 def _columns_key(table):
118 return table + _columns
121 # these keys are found within table sub databases
123 _data = '._DATA_.' # this+column+this+rowid key contains table data
125 # row in the table. (no data is stored)
129 def _data_key(table, col, rowid):
130 return table + _data + col + _data + rowid
132 def _search_col_data_key(table, col):
133 return table + _data + col + _dat
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 15 # This provides a simple database table interface built on top of
117 def _columns_key(table):
118 return table + _columns
121 # these keys are found within table sub databases
123 _data = '._DATA_.' # this+column+this+rowid key contains table data
125 # row in the table. (no data is stored)
129 def _data_key(table, col, rowid):
130 return table + _data + col + _data + rowid
132 def _search_col_data_key(table, col):
133 return table + _data + col + _dat
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
MediaView.java 89 public static void showAudioData(TableDisplay table, Bundle tags) {
92 table.put(R.string.metadata_artist, tags.getString(MediaMetadata.METADATA_KEY_ARTIST));
96 table.put(R.string.metadata_composer,
101 table.put(R.string.metadata_album, tags.getString(MediaMetadata.METADATA_KEY_ALBUM));
106 table.put(R.string.metadata_duration, DateUtils.formatElapsedTime(millis / 1000));
112 TableDisplay table,
118 addDimensionsRow(table, resources, tags);
122 showCoordiantes(table, resources, coords, geoClickListener);
127 table.put(R.string.metadata_duration, DateUtils.formatElapsedTime(millis / 1000));
133 TableDisplay table,
236 TableDisplay table = MediaView.this; local
    [all...]
  /cts/apps/CtsVerifier/assets/report/
compatibility_result.css 25 table.title {
33 table.summary {
41 table.summary th {
47 table.summary td {
54 table.testsummary {
61 table.testsummary th {
67 table.testsummary td {
73 table.testdetails {
85 table.testdetails th {
92 table.testdetails td
    [all...]
  /system/netd/server/
RouteController.cpp 174 void addTableName(uint32_t table, const std::string& name, std::string* contents) {
176 snprintf(tableString, sizeof(tableString), "%u", table);
223 // + If |table| is non-zero, the rule points at the specified routing table. Otherwise, the table is
224 // unspecified. An unspecified table is not allowed when creating an FR_ACT_TO_TBL rule.
234 uint32_t table, uint32_t fwmark, uint32_t mask, const char* iif,
265 // Note that here we're implicitly setting rule.table to 0. When we want to specify a
266 // non-zero table, we do this via the FRATTR_TABLE attribute.
269 // Don't ever create a rule that looks up table 0, because table 0 is the local table
602 uint32_t table = getRouteTableForInterface(physicalInterface); local
669 uint32_t table = getRouteTableForInterface(interface); local
720 uint32_t table = getRouteTableForInterface(interface); local
785 uint32_t table = getRouteTableForInterface(interface); local
823 uint32_t table = getRouteTableForInterface(interface); local
844 uint32_t table = getRouteTableForInterface(outputInterface); local
858 uint32_t table; local
932 uint32_t table = getRouteTableForInterfaceLocked(interface); local
    [all...]
  /external/freetype/src/sfnt/
ttload.c 45 /* Looks for a TrueType table by name. */
53 /* A pointer to the table directory entry. 0 if not found. */
84 FT_TRACE4(( "found table.\n" ));
95 FT_TRACE4(( "ignoring empty table\n" ));
97 FT_TRACE4(( "could not find table\n" ));
110 /* Looks for a TrueType table by name, then seek a stream to it. */
117 /* stream :: The stream to seek when the table is found. */
120 /* length :: The length of the table if found, undefined otherwise. */
131 TT_Table table; local
135 table = tt_face_lookup_table( face, tag )
198 TT_TableRec table; local
548 TT_Table table; local
811 TT_NameTable table; local
999 TT_NameTable table = &face->name_table; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf-strtab.c 29 /* An entry in the strtab hash table. */
45 /* The strtab hash table. */
49 struct bfd_hash_table table; member in struct:elf_strtab_hash
64 struct bfd_hash_table *table,
71 bfd_hash_allocate (table, sizeof (struct elf_strtab_hash_entry));
76 entry = bfd_hash_newfunc (entry, table, string);
92 /* Create a new hash table. */
97 struct elf_strtab_hash *table; local
100 table = (struct elf_strtab_hash *) bfd_malloc (amt);
101 if (table == NULL
    [all...]

Completed in 832 milliseconds

<<11121314151617181920>>