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

1234567891011>>

/external/chromium_org/third_party/re2/benchlog/
H A Dmktable4 sub table() { subroutine
7 <table border=0>
17 </table>
118 "table" => \&table,
/external/chromium_org/tools/traceline/traceline/
H A Dsyscall_map.h5 // This table is a dump of system call numbers -> function names on an XP
23 std::map<int, const char*> table; local
24 if (1) { // XP table.
25 table[0] = "ntdll.dll!NtAcceptConnectPort";
26 table[1] = "ntdll.dll!NtAccessCheck";
27 table[2] = "ntdll.dll!ZwAccessCheckAndAuditAlarm";
28 table[3] = "ntdll.dll!NtAccessCheckByType";
29 table[4] = "ntdll.dll!NtAccessCheckByTypeAndAuditAlarm";
30 table[5] = "ntdll.dll!NtAccessCheckByTypeResultList";
31 table[
[all...]
/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/regex-re2/benchlog/
H A Dmktable4 sub table() { subroutine
7 <table border=0>
17 </table>
118 "table" => \&table,
/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/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/srec/shared/include/
H A DHashMapImpl.h41 * Actual hash table implementation.
43 PHashTable *table; member in struct:HashMapImpl_t
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DMetricsSidebarPane.js252 "table-cell": true,
253 "table-column": true,
254 "table-column-group": true,
255 "table-footer-group": true,
256 "table-header-group": true,
257 "table-row": true,
258 "table-row-group": true
263 "table-column": true,
264 "table-column-group": true,
265 "table
[all...]
/external/chromium_org/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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect_init.c31 * Initialize indirect rendering dispatch table.
54 * Create and initialize a new GL dispatch table. The table is initialized
59 _glapi_proc *table; local
65 table = (_glapi_proc *) Xmalloc(entries * sizeof(_glapi_proc));
69 table[i] = (_glapi_proc) NoOp;
76 table[213] = (_glapi_proc) __indirect_glAccum;
77 table[240] = (_glapi_proc) __indirect_glAlphaFunc;
78 table[7] = (_glapi_proc) __indirect_glBegin;
79 table[
[all...]
/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/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/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).
30 hashtab_t table; /* hash table (keyed on a string) */ member in struct:__anon24645
31 uint32_t nprim; /* number of primary names in table */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dshim_ppapi.c25 void *table, size_t tablesize) {
37 return (*__pnacl_real_irt_query_func)(interface_ident, table, tablesize);
45 table, tablesize);
63 struct nacl_irt_ppapihook *dest = table;
24 __pnacl_wrap_irt_query_func(const char *interface_ident, void *table, size_t tablesize) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTableLayout.h35 explicit TableLayout(RenderTable* table) argument
36 : m_table(table)
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DOpenTypeVerticalDataTest.cpp51 const TestTable* table = OpenType::validateTable<TestTable>(buffer); local
52 EXPECT_TRUE(table);
55 table = OpenType::validateTable<TestTable>(buffer);
56 EXPECT_FALSE(table);
59 table = OpenType::validateTable<TestTable>(buffer);
60 EXPECT_TRUE(table);
66 const TestTable* table = OpenType::validateTable<TestTable>(buffer); local
67 ASSERT_TRUE(table);
70 EXPECT_FALSE(table->validateOffset<uint8_t>(*buffer, 0xFFFF));
74 EXPECT_TRUE(table
[all...]
/external/chromium_org/third_party/lzma_sdk/
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/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/webrtc/base/
H A Dlatebindingsymboltable_unittest.cc38 LibmTestSymbolTable table; local
39 EXPECT_FALSE(table.IsLoaded());
40 ASSERT_TRUE(table.Load());
41 EXPECT_TRUE(table.IsLoaded());
42 EXPECT_EQ(table.acos()(0.5), acos(0.5));
43 EXPECT_EQ(table.sin()(0.5), sin(0.5));
44 EXPECT_EQ(table.tan()(0.5), tan(0.5));
47 table.Unload();
48 EXPECT_FALSE(table.IsLoaded());

Completed in 2406 milliseconds

1234567891011>>