Searched defs:table (Results 1 - 25 of 671) sorted by relevance

1234567891011>>

/external/doclava/res/assets/templates/
H A Dtodo.cs6 table { property
14 table th {
21 table td {
34 <table>
38 </table>
42 <table>
57 </table>
62 <table>
77 </table>
86 <table>
[all...]
/external/icu/icu4c/source/layout/
H A DNonContextualGlyphSubst.h23 LookupTable table; member in struct:NonContextualGlyphSubstitutionHeader
28 LookupTable table; member in struct:NonContextualGlyphSubstitutionHeader2
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
H A Ddtor.pass.cpp29 std::ctype<char>::mask table[256]; local
30 std::locale l(std::locale::classic(), new std::ctype<char>(table));
/external/lz4/lib/
H A Dlz4hc.h110 typedef struct { unsigned long long table[LZ4_STREAMHCSIZE_U64]; } LZ4_streamHC_t; member in struct:__anon12987
/external/regex-re2/benchlog/
H A Dmktable4 sub table() { subroutine
7 <table border=0>
17 </table>
118 "table" => \&table,
/external/google-breakpad/src/common/windows/
H A Ddia_util.h46 // Finds the first table implementing the COM interface with ID |iid| in the
48 // table is found. On success the table will be returned via |table|.
49 bool FindTable(REFIID iid, IDiaSession* session, void** table);
51 // A templated version of FindTable. Finds the first table implementing type
53 // error or if no such table is found. On success the table will be returned via
54 // |table|.
56 bool FindTable(IDiaSession* session, InterfaceType** table) { argument
[all...]
/external/javasqlite/src/main/java/SQLite/
H A DBusyHandler.java10 * Invoked when a table is locked by another process
12 * until the table becomes unlocked, or false in order
15 * @param table the name of the locked table
16 * @param count number of times the table was locked
19 public boolean busy(String table, int count); argument
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A Dtable.pass.cpp14 // const mask* table() const throw();
25 assert(f.table() == f.classic_table());
28 std::ctype<char>::mask table[256]; local
29 std::locale l(std::locale::classic(), new std::ctype<char>(table));
31 assert(f.table() == table);
/external/autotest/frontend/client/src/autotest/afe/
H A DCheckBoxPanelDisplay.java10 private FlexTable table = new FlexTable(); field in class:CheckBoxPanelDisplay
14 initWidget(table);
22 table.setWidget(row, col, checkbox);
/external/e2fsprogs/lib/et/
H A Derror_table.h19 const struct error_table *table; member in struct:et_list
23 #define ERRCODE_RANGE 8 /* # of bits to shift table number */
/external/elfutils/libdw/
H A Ddwarf_macro_getsrcfiles.c40 Dwarf_Macro_Op_Table *const table = macro->table; local
41 if (table->files == NULL)
43 Dwarf_Off line_offset = table->line_offset;
74 if (__libdw_getsrclines (dbg, line_offset, table->comp_dir,
75 table->is_64bit ? 8 : 4,
76 NULL, &table->files) < 0)
77 table->files = (void *) -1;
80 if (table->files == (void *) -1)
83 *files = table
[all...]
/external/freetype/src/psaux/
H A Dpsobjs.h50 ps_table_new( PS_Table table,
55 ps_table_add( PS_Table table,
61 ps_table_done( PS_Table table ); variable
65 ps_table_release( PS_Table table ); variable
/external/iptables/iptables/
H A Dip6tables-standalone.c14 * firewall table (aimed for the 2.3 kernels)
44 char *table = "filter"; local
61 ret = do_command6(argc, argv, &table, &handle, false);
H A Diptables-standalone.c14 * firewall table (aimed for the 2.3 kernels)
46 char *table = "filter"; local
64 ret = do_command4(argc, argv, &table, &handle, false);
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
H A Dpackage-info.java14 * Internal: Sortable HTML table for coverage node elements.
16 package org.jacoco.report.internal.html.table
/external/opencv3/3rdparty/libwebp/enc/
H A Dcost.h35 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) { argument
37 + table[(level > MAX_VARIABLE_LEVEL) ? MAX_VARIABLE_LEVEL : level];
/external/pdfium/third_party/freetype/src/psaux/
H A Dpsobjs.h50 ps_table_new( PS_Table table,
55 ps_table_add( PS_Table table,
61 ps_table_done( PS_Table table ); variable
65 ps_table_release( PS_Table table ); variable
/external/selinux/libsepol/include/sepol/policydb/
H A Dsymtab.h7 * A symbol table (symtab) maintains associations between symbol
9 * is arbitrary. The symbol table type is implemented
10 * using the hash table type (hashtab).
33 hashtab_t table; /* hash table (keyed on a string) */ member in struct:__anon16518
34 uint32_t nprim; /* number of primary names in table */
/external/autotest/frontend/client/src/autotest/common/table/
H A DDynamicTableSelectionManager.java1 package autotest.common.table;
4 import autotest.common.table.DataSource.DefaultDataCallback;
5 import autotest.common.table.DataSource.Query;
38 public DynamicTableSelectionManager(DynamicTable table, boolean selectOnlyOne) { argument
39 super(table, selectOnlyOne);
40 attachedDynamicTable = table;
46 * Select all objects covering all pages, not just the currently displayed page in the table.
H A DBooleanFilter.java1 package autotest.common.table;
H A DJSONObjectComparator.java1 package autotest.common.table;
3 import autotest.common.table.DataSource.SortSpec;
/external/avahi/avahi-common/
H A Ddbus.c31 static const char * const table[- AVAHI_ERR_MAX] = { variable
123 if (strcmp(s, table[-e]) == 0)
137 return table[-error];
/external/clang/test/Analysis/
H A Dmalloc-overflow2.c9 struct table { struct
11 unsigned *table; member in struct:table
15 static int table_build(struct table *t) {
18 t->table = (unsigned *)malloc(sizeof(unsigned) * t->nentry); // expected-warning {{the computation of the size of the memory allocation may overflow}}
28 static int table_build_1(struct table *t) {
29 t->nentry = (sizeof(struct table) * 2 + 31) / 32;
30 t->table = (unsigned *)malloc(sizeof(unsigned) * t->nentry); // no-warning
/external/clang/test/CodeGenCXX/
H A Dpartial-init.cpp20 static Foo table[] = { variable
/external/guava/guava-gwt/src/com/google/common/collect/
H A DImmutableTable_CustomFieldSerializerBase.java44 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));
43 serialize( SerializationStreamWriter writer, ImmutableTable<Object, Object, Object> table) argument

Completed in 1916 milliseconds

1234567891011>>