HomeSort by relevance Sort by last modified time
    Searched refs:table (Results 276 - 300 of 3336) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/lib/et/test_cases/
imap_err.c 51 const struct error_table * table; member in struct:et_list
72 if (et->table->msgs == text)
76 if (!link.table)
81 et->table = &et_imap_error_table;
simple.c 43 const struct error_table * table; member in struct:et_list
64 if (et->table->msgs == text)
68 if (!link.table)
73 et->table = &et_krb_error_table;
  /external/e2fsprogs/lib/support/
prof_err.c 52 const struct error_table * table; member in struct:et_list
73 if (et->table->msgs == text)
77 if (!link.table)
82 et->table = &et_prof_error_table;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 30 <table border=0 cellspacing=5 cellpadding=2 width="100%" >
35 </table>
36 <table border="0">
60 </table>
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
IPropertyExceptionHandler.java 11 package org.eclipse.wb.internal.core.model.property.table;
21 * @coverage core.model.property.table
  /external/elfutils/backends/
arm_attrs.c 41 static const char *table[] = { __VA_ARGS__ }; \
42 if (value < sizeof table / sizeof table[0]) \
43 *value_name = table[value]; \
  /external/freetype/src/base/
ftgxval.c 76 FT_Bytes table )
86 FT_FREE( table );
127 FT_Bytes table )
138 FT_FREE( table );
  /external/guava/guava-gwt/src/com/google/common/collect/
ImmutableTable_CustomFieldSerializerBase.java 44 SerializationStreamWriter writer, ImmutableTable<Object, Object, Object> table)
46 writer.writeInt(table.rowKeySet().size());
47 for (Object rowKey : table.rowKeySet()) {
49 Map_CustomFieldSerializerBase.serialize(writer, table.row(rowKey));
  /external/guava/guava-tests/benchmark/com/google/common/cache/
SegmentBenchmark.java 48 checkState(segment.table.length() == capacity);
52 checkState(segment.table.length() == capacity);
57 AtomicReferenceArray<ReferenceEntry<Object, Object>> oldTable = segment.table;
60 segment.table = oldTable;
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
ITableItem.java 12 package org.jacoco.report.internal.html.table;
18 * Interface for a item (row) in a coverage data table.
  /external/kernel-headers/original/uapi/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
  /external/libvorbis/doc/
10-tables.tex 6 \subsection{floor1\_inverse\_dB\_table} \label{vorbis:spec:floor1:inverse:dB:table}
9 lookup table consiting of the following values (read left to right
  /external/llvm/test/MC/COFF/
cv-empty-file-table.s 6 .cv_filechecksums # File index to string table offset subsection
7 .cv_stringtable # String table
  /external/pdfium/third_party/freetype/src/base/
ftgxval.c 76 FT_Bytes table )
86 FT_FREE( table );
127 FT_Bytes table )
138 FT_FREE( table );
  /external/pdfium/third_party/zlib_v128/
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/selinux/libsepol/include/sepol/policydb/
symtab.h 7 * A symbol table (symtab) maintains associations between symbol
9 * is arbitrary. The symbol table type is implemented
10 * using the hash table type (hashtab).
34 hashtab_t table; /* hash table (keyed on a string) */ member in struct:__anon29266
35 uint32_t nprim; /* number of primary names in table */
  /external/skia/include/effects/
SkTableColorFilter.h 16 * Create a table colorfilter, copying the table into the filter, and
18 * a' = table[a];
19 * r' = table[r];
20 * g' = table[g];
21 * b' = table[b];
24 * the table is applied, and then the result is remultiplied.
26 static sk_sp<SkColorFilter> Make(const uint8_t table[256]);
29 * Create a table colorfilter, with a different table for eac
    [all...]
  /external/skia/src/gpu/
GrShaderCaps.cpp 203 uint8_t* table = fSamplerPrecisions[visibility]; local
204 table[kUnknown_GrPixelConfig] = kDefault_GrSLPrecision;
205 table[kAlpha_8_GrPixelConfig] = lowp;
206 table[kGray_8_GrPixelConfig] = lowp;
207 table[kRGB_565_GrPixelConfig] = lowp;
208 table[kRGBA_4444_GrPixelConfig] = lowp;
209 table[kRGBA_8888_GrPixelConfig] = lowp;
210 table[kBGRA_8888_GrPixelConfig] = lowp;
211 table[kSRGBA_8888_GrPixelConfig] = lowp;
212 table[kSBGRA_8888_GrPixelConfig] = lowp
    [all...]
  /external/skia/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/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());

Completed in 724 milliseconds

<<11121314151617181920>>