Searched defs:table (Results 1 - 25 of 498) 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:__anon11485
/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/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/src/libdw/
H A Ddwarf_macro_getsrcfiles.c42 Dwarf_Macro_Op_Table *const table = macro->table; local
43 if (table->files == NULL)
45 Dwarf_Off line_offset = table->line_offset;
76 if (__libdw_getsrclines (dbg, line_offset, table->comp_dir,
77 table->is_64bit ? 8 : 4,
78 NULL, &table->files) < 0)
79 table->files = (void *) -1;
82 if (table->files == (void *) -1)
85 *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/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:__anon13621
34 uint32_t nprim; /* number of primary names in table */
/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
H A DTable_CustomFieldSerializerBase.java34 SerializationStreamReader reader, T table) throws SerializationException {
37 table.row(row.getKey()).putAll((Map<?, ?>) row.getValue());
39 return table;
42 static void serialize(SerializationStreamWriter writer, StandardTable<?, ?, ?> table) argument
49 writer.writeObject(table.backingMap);
33 populate( SerializationStreamReader reader, T table) argument
/external/libexif/libexif/fuji/
H A Dmnote-fuji-tag.c34 } table[] = { variable in typeref:struct:__anon8013
76 for (i = 0; i < sizeof (table) / sizeof (table[0]); i++)
77 if (table[i].tag == t) return (table[i].name);
87 for (i = 0; i < sizeof (table) / sizeof (table[0]); i++)
88 if (table[i].tag == t) return (_(table[i].title));
97 for (i = 0; i < sizeof (table) / sizeo
[all...]
/external/libexif/libexif/olympus/
H A Dmnote-olympus-tag.c34 } table[] = { variable in typeref:struct:__anon8016
201 for (i = 0; i < sizeof (table) / sizeof (table[0]); i++)
202 if (table[i].tag == t) return (table[i].name);
212 for (i = 0; i < sizeof (table) / sizeof (table[0]); i++)
213 if (table[i].tag == t) return (_(table[i].title));
222 for (i = 0; i < sizeof (table) / sizeo
[all...]
/external/libexif/libexif/pentax/
H A Dmnote-pentax-tag.c33 } table[] = { variable in typeref:struct:__anon8021
146 for (i = 0; i < sizeof (table) / sizeof (table[0]); i++)
147 if (table[i].tag == t) return (table[i].name);
157 for (i = 0; i < sizeof (table) / sizeof (table[0]); i++)
158 if (table[i].tag == t) return (_(table[i].title));
167 for (i = 0; i < sizeof (table) / sizeo
[all...]
/external/lzma/C/
H A D7zCrcOpt.c8 #define CRC_UPDATE_BYTE_2(crc, b) (table[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8))
10 UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table) argument
19 table[0x300 + (v & 0xFF)] ^
20 table[0x200 + ((v >> 8) & 0xFF)] ^
21 table[0x100 + ((v >> 16) & 0xFF)] ^
22 table[0x000 + ((v >> 24))];
29 UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table) argument
31 return CrcUpdateT4(v, data, size, table);
/external/sfntly/cpp/src/sfntly/table/
H A Dgeneric_table_builder.cc17 #include "sfntly/table/generic_table_builder.h"
27 Ptr<GenericTable> table = new GenericTable(header(), InternalReadData()); local
28 return table.Detach();
/external/sfntly/cpp/src/test/
H A Dverify_loca.cc19 #include "sfntly/table/truetype/loca_table.h"
40 static bool VerifyLOCA(Table* table) { argument
41 LocaTablePtr loca = down_cast<LocaTable*>(table);
H A Dverify_name.cc19 #include "sfntly/table/core/name_table.h"
40 static bool VerifyNAME(Table* table) { argument
43 NameTablePtr name = down_cast<NameTable*>(table);
/external/llvm/utils/emacs/
H A Dllvm-mode.el11 (defvar llvm-mode-syntax-table nil
12 "Syntax table used while in LLVM mode.")
65 ;; ---------------------- Syntax table ---------------------------
69 (if (not llvm-mode-syntax-table)
71 (setq llvm-mode-syntax-table (make-syntax-table))
75 llvm-mode-syntax-table)))
100 ;; --------------------- Abbrev table -----------------------------
102 (defvar llvm-mode-abbrev-table nil
103 "Abbrev table use
[all...]

Completed in 890 milliseconds

1234567891011>>