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

<<11121314151617181920>>

  /external/skqp/tools/lua/
ngrams_aggregate.lua 10 table.insert(countArray, {count, ngram})
17 table.sort(countArray, compare)
  /external/swiftshader/src/OpenGL/compiler/
Initialize.h 22 void InsertBuiltInFunctions(GLenum shaderType, const ShBuiltInResources &resources, TSymbolTable &table);
  /external/syslinux/com32/lib/zlib/
inftrees.h 13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table link, tttt != 0 is the number of table index bit
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
lookup_util.h 27 // passed by attribute with name input_name, returns null if the table
30 LookupInterface** table);
34 // input_name, returns null if the table doesn't exist.
37 InitializableLookupTable** table);
40 // table's data types.
41 Status CheckTableDataTypes(const LookupInterface& table, DataType key_dtype,
47 InitializableLookupTable* table);
52 // over each element of the tensor since insertions in the lookup table can
  /external/tensorflow/tensorflow/core/lib/io/
block.h 24 namespace table { namespace in namespace:tensorflow
53 } // namespace table
  /external/toolchain-utils/cros_utils/
html_tools.py 11 table
15 table, td, th
64 return '<table><tr>%s</tr>' % row
68 return '</table>'
84 table = [GetTableHeader(headers)]
85 table.extend([GetTableRow(row) for row in rows])
86 table.append(GetTableFooter())
87 return '\n'.join(table)
  /external/zlib/src/contrib/infback9/
inftree9.h 13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table link, tttt != 0 is the number of table index bit
    [all...]
  /external/zlib/src/
inftrees.h 13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table link, tttt != 0 is the number of table index bit
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
AddColumn.java 17 package android.widget.layout.table;
30 * This test adds an extra row with an extra column in the table.
41 final TableLayout table = (TableLayout) findViewById(R.id.table);
49 table.addView(newRow, new TableLayout.LayoutParams());
CellSpan.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells spanning.
FixedWidth.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells having a fixed width and height.
HorizontalGravity.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells using a horizontal gravity.
VerticalGravity.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells using a vertical gravity.
Weight.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells having a weight.
  /frameworks/base/libs/androidfw/tests/
TestHelpers.h 34 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resource_id,
  /frameworks/base/tools/aapt2/compile/
IdAssigner.h 29 // Assigns IDs to each resource in the table, respecting existing IDs and
37 bool Consume(IAaptContext* context, ResourceTable* table) override;
PseudolocaleGenerator.h 30 bool Consume(IAaptContext* context, ResourceTable* table) override;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
map_to_7segment.h 75 unsigned char table[128]; member in struct:seg7_conversion_map
80 return c >= 0 && c < sizeof(map->table) ? map->table[c] : -EINVAL;
84 struct seg7_conversion_map _name = { .table = { _map } }
94 * ASCII conversion table
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
udpmib.h 27 MIB_UDP6ROW table[ANY_SIZE]; member in struct:_MIB_UDP6TABLE
  /system/sepolicy/tools/sepolicy-analyze/
booleans.c 21 return hashtab_map(policydb->p_bools.table, list_booleans, NULL);
  /test/vts/utils/python/performance/
benchmark_parser.py 84 """Returns the benchmarks in a table.
90 table = [[self._NAME, self._REAL_TIME, self._CPU_TIME,
93 table.append([record[x] for x in table[0]])
94 return table
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-gidt.s 1 # Instructions to load/store global/interrupt description table
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
unwind-3.d 5 Unwind table index '.c6xabi.exidx.text.bar' .*
13 Unwind table index '.c6xabi.exidx' .*
  /toolchain/binutils/binutils-2.27/zlib/contrib/infback9/
inftree9.h 13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table link, tttt != 0 is the number of table index bit
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
inftrees.h 13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table link, tttt != 0 is the number of table index bit
    [all...]

Completed in 928 milliseconds

<<11121314151617181920>>