HomeSort by relevance Sort by last modified time
    Searched defs:table (Results 1 - 25 of 901) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
log2_tab.h 23 * Purpose : Table for routine Log2().
28 static const Word16 table[33] = variable
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp_lsf_tbl.cpp 37 Description: Added #ifdef __cplusplus and removed "extern" from table
80 extern const Word16 table[];
81 const Word16 table[65] = variable
  /ndk/sources/android/support/src/musl-ctype/
iswalpha.c 3 static const unsigned char table[] = { variable
10 return (table[table[wc>>8]*32+((wc&255)>>3)]>>(wc&7))&1;
iswpunct.c 3 static const unsigned char table[] = { variable
10 return (table[table[wc>>8]*32+((wc&255)>>3)]>>(wc&7))&1;
wcwidth.c 3 static const unsigned char table[] = { variable
16 if ((table[table[wc>>8]*32+((wc&255)>>3)]>>(wc&7))&1)
  /external/chromium_org/third_party/re2/benchlog/
mktable 4 sub table() { subroutine
7 <table border=0>
17 </table>
118 "table" => \&table,
  /external/chromium_org/tools/traceline/traceline/
syscall_map.h 5 // 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[6] = "ntdll.dll!NtAccessCheckByTypeResultListAndAuditAlarm"
    [all...]
  /external/icu/icu4c/source/layout/
NonContextualGlyphSubst.h 23 LookupTable table; member in struct:NonContextualGlyphSubstitutionHeader
28 LookupTable table; member in struct:NonContextualGlyphSubstitutionHeader2
  /external/iptables/iptables/
ip6tables-standalone.c 14 * firewall table (aimed for the 2.3 kernels)
44 char *table = "filter"; local
61 ret = do_command6(argc, argv, &table, &handle, false);
iptables-standalone.c 14 * firewall table (aimed for the 2.3 kernels)
46 char *table = "filter"; local
64 ret = do_command4(argc, argv, &table, &handle, false);
  /external/regex-re2/benchlog/
mktable 4 sub table() { subroutine
7 <table border=0>
17 </table>
118 "table" => \&table,
  /external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
table.pass.cpp 14 // 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/
HashMapImpl.h 41 * Actual hash table implementation.
43 PHashTable *table; member in struct:HashMapImpl_t
  /frameworks/base/core/jni/android/graphics/
NinePatchPeeker.cpp 40 SkImageDecoder::PrefConfigTable table; local
41 table.fPrefFor_8Index_NoAlpha_src = SkBitmap::kIndex8_Config;
42 table.fPrefFor_8Index_YesAlpha_src = SkBitmap::kIndex8_Config;
43 table.fPrefFor_8Gray_src = SkBitmap::kARGB_8888_Config;
44 table.fPrefFor_8bpc_NoAlpha_src = SkBitmap::kARGB_8888_Config;
45 table.fPrefFor_8bpc_YesAlpha_src = SkBitmap::kARGB_8888_Config;
47 mHost->setPrefConfigTable(table);
  /frameworks/base/libs/androidfw/tests/
Theme_test.cpp 40 ResTable table; local
41 ASSERT_EQ(NO_ERROR, table.add(system_arsc, system_arsc_len));
42 ASSERT_EQ(NO_ERROR, table.add(app_arsc, app_arsc_len));
44 ResTable::Theme theme1(table);
  /frameworks/rs/cpu_ref/linkloader/include/
ELFSectionHeaderTable.h 33 std::vector<ELFSectionHeaderTy *> table; member in class:ELFSectionHeaderTable
47 return table[i];
51 return table[i];
ELFSectionRelTable.h 32 std::vector<ELFRelocTy *> table; member in class:ELFSectionRelTable
46 return table.size();
50 return table[index];
54 return table[index];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
table.pass.cpp 14 // 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/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
MetricsSidebarPane.js 252 "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-footer-group": true
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
OpenTypeVerticalDataTest.cpp 51 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, -1));
74 EXPECT_TRUE(table->validateOffset<uint8_t>(*buffer, offset))
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
psobjs.h 50 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/
indirect_init.c 31 * 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[8] = (_glapi_proc) __indirect_glBitmap
    [all...]
  /external/e2fsprogs/lib/et/
error_table.h 19 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/
psobjs.h 50 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/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).
30 hashtab_t table; /* hash table (keyed on a string) */ member in struct:__anon28447
31 uint32_t nprim; /* number of primary names in table */

Completed in 3813 milliseconds

1 2 3 4 5 6 7 8 91011>>