HomeSort by relevance Sort by last modified time
    Searched defs:table (Results 1 - 25 of 553) 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
  /external/icu4c/layout/
NonContextualGlyphSubst.h 25 LookupTable table; member in struct:NonContextualGlyphSubstitutionHeader
  /external/iptables/iptables/
ip6tables-standalone.c 14 * firewall table (aimed for the 2.3 kernels)
49 char *table = "filter"; local
66 ret = do_command6(argc, argv, &table, &handle);
iptables-standalone.c 14 * firewall table (aimed for the 2.3 kernels)
51 char *table = "filter"; local
69 ret = do_command4(argc, argv, &table, &handle);
  /external/regex-re2/benchlog/
mktable 4 sub table() { subroutine
7 <table border=0>
17 </table>
118 "table" => \&table,
  /external/srec/shared/include/
HashMapImpl.h 41 * Actual hash table implementation.
43 PHashTable *table; member in struct:HashMapImpl_t
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_mdct_18_arm.s 48 ldr r2,table
326 table label
pvmp3_mdct_18_wm.asm 46 ldr r2,table
324 table label
  /frameworks/rs/driver/linkloader/include/
ELFSectionHeaderTable.h 34 std::vector<ELFSectionHeaderTy *> table; member in class:ELFSectionHeaderTable
48 return table[i];
52 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];
ELFSectionSymTab.h 33 std::vector<ELFSymbolTy *> table; member in class:ELFSectionSymTab
49 return table.size();
53 return table[index];
57 return table[index];
  /ndk/sources/cxx-stl/llvm-libc++/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);
  /frameworks/base/core/java/android/webkit/
SslCertLookupTable.java 34 private final Bundle table; field in class:SslCertLookupTable
44 table = new Bundle();
54 table.putInt(host, sslError.getPrimaryError());
66 return table.containsKey(host) && sslError.getPrimaryError() <= table.getInt(host);
70 table.clear();
  /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:__anon10821
31 uint32_t nprim; /* number of primary names in table */
  /external/skia/legacy/include/effects/
SkTableMaskFilter.h 18 Applies a table lookup on each of the alpha values in the mask.
24 SkTableMaskFilter(const uint8_t table[256]);
27 void setTable(const uint8_t table[256]);
29 /** Utility that sets the gamma table
31 static void MakeGammaTable(uint8_t table[256], SkScalar gamma);
33 /** Utility that creates a clipping table: clamps values below min to 0
36 static void MakeClipTable(uint8_t table[256], uint8_t min, uint8_t max);
39 uint8_t table[256]; local
40 MakeGammaTable(table, gamma);
41 return SkNEW_ARGS(SkTableMaskFilter, (table));
45 uint8_t table[256]; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
isp_isf.cpp 58 approximated by a look-up table and interpolation.
107 /* Look-up table for transformations */
109 /* table of cos(x) in Q15 */
111 static const int16 table[129] = variable
168 /* isp[i] = table[ind]+ ((table[ind+1]-table[ind])*offset) / 128 */
170 L_tmp = mul_16by16_to_int32(table[ind + 1] - table[ind], offset);
171 isp[i] = add_int16(table[ind], (int16)(L_tmp >> 8))
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
CellSpan.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells spanning.
FixedWidth.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells having a fixed width and height.
HorizontalGravity.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells using a horizontal gravity.
VerticalGravity.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells using a vertical gravity.
Weight.java 17 package android.widget.layout.table;
25 * Exercise table layout with cells having a weight.
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
dtor.pass.cpp 37 std::ctype<char>::mask table[256]; local
39 std::locale l(std::locale::classic(), new std::ctype<char>(table));

Completed in 1448 milliseconds

1 2 3 4 5 6 7 8 91011>>