HomeSort by relevance Sort by last modified time
    Searched refs:table (Results 251 - 275 of 2317) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/sfntly/
sfntly.target.linux-x86_64.mk 41 third_party/sfntly/cpp/src/sfntly/table/bitmap/big_glyph_metrics.cc \
42 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph.cc \
43 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_glyph_info.cc \
44 third_party/sfntly/cpp/src/sfntly/table/bitmap/bitmap_size_table.cc \
45 third_party/sfntly/cpp/src/sfntly/table/bitmap/composite_bitmap_glyph.cc \
46 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc \
47 third_party/sfntly/cpp/src/sfntly/table/bitmap/eblc_table.cc \
48 third_party/sfntly/cpp/src/sfntly/table/bitmap/ebsc_table.cc \
49 third_party/sfntly/cpp/src/sfntly/table/bitmap/glyph_metrics.cc \
50 third_party/sfntly/cpp/src/sfntly/table/bitmap/index_sub_table.cc
    [all...]
  /external/sfntly/
Android.mk 33 cpp/src/sfntly/table/bitmap/big_glyph_metrics.cc \
34 cpp/src/sfntly/table/bitmap/bitmap_glyph.cc \
35 cpp/src/sfntly/table/bitmap/bitmap_glyph_info.cc \
36 cpp/src/sfntly/table/bitmap/bitmap_size_table.cc \
37 cpp/src/sfntly/table/bitmap/composite_bitmap_glyph.cc \
38 cpp/src/sfntly/table/bitmap/ebdt_table.cc \
39 cpp/src/sfntly/table/bitmap/eblc_table.cc \
40 cpp/src/sfntly/table/bitmap/ebsc_table.cc \
41 cpp/src/sfntly/table/bitmap/glyph_metrics.cc \
42 cpp/src/sfntly/table/bitmap/index_sub_table.cc
    [all...]
  /external/chromium_org/v8/src/ic/
stub-cache.h 45 // Clear the lookup table (@ mark compact collection).
51 // Generate code for probing the stub cache table.
60 enum Table { kPrimary, kSecondary };
62 SCTableReference key_reference(StubCache::Table table) {
64 reinterpret_cast<Address>(&first_entry(table)->key));
67 SCTableReference map_reference(StubCache::Table table) {
69 reinterpret_cast<Address>(&first_entry(table)->map));
72 SCTableReference value_reference(StubCache::Table table)
    [all...]
  /frameworks/base/cmds/settings/src/com/android/commands/settings/
SettingsCmd.java 177 final String table, final String key) {
179 if ("system".equals(table)) callGetCommand = Settings.CALL_METHOD_GET_SYSTEM;
180 else if ("secure".equals(table)) callGetCommand = Settings.CALL_METHOD_GET_SECURE;
181 else if ("global".equals(table)) callGetCommand = Settings.CALL_METHOD_GET_GLOBAL;
183 System.err.println("Invalid table; no put performed");
184 throw new IllegalArgumentException("Invalid table " + table);
196 System.err.println("Can't read key " + key + " in " + table + " for user " + userHandle);
202 final String table, final String key, final String value) {
204 if ("system".equals(table)) callPutCommand = Settings.CALL_METHOD_PUT_SYSTEM
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 15 # This provides a simple database table interface built on top of
117 def _columns_key(table):
118 return table + _columns
121 # these keys are found within table sub databases
123 _data = '._DATA_.' # this+column+this+rowid key contains table data
125 # row in the table. (no data is stored)
129 def _data_key(table, col, rowid):
130 return table + _data + col + _data + rowid
132 def _search_col_data_key(table, col):
133 return table + _data + col + _dat
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 15 # This provides a simple database table interface built on top of
117 def _columns_key(table):
118 return table + _columns
121 # these keys are found within table sub databases
123 _data = '._DATA_.' # this+column+this+rowid key contains table data
125 # row in the table. (no data is stored)
129 def _data_key(table, col, rowid):
130 return table + _data + col + _data + rowid
132 def _search_col_data_key(table, col):
133 return table + _data + col + _dat
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttload.c 45 /* Looks for a TrueType table by name. */
53 /* A pointer to the table directory entry. 0 if not found. */
84 FT_TRACE4(( "found table.\n" ));
95 FT_TRACE4(( "ignoring empty table\n" ));
97 FT_TRACE4(( "could not find table\n" ));
110 /* Looks for a TrueType table by name, then seek a stream to it. */
117 /* stream :: The stream to seek when the table is found. */
120 /* length :: The length of the table if found, undefined otherwise. */
131 TT_Table table; local
135 table = tt_face_lookup_table( face, tag )
196 TT_TableRec table; local
475 TT_Table table; local
748 TT_NameTable table; local
873 TT_NameTable table = &face->name_table; local
    [all...]
  /external/freetype/src/sfnt/
ttload.c 45 /* Looks for a TrueType table by name. */
53 /* A pointer to the table directory entry. 0 if not found. */
84 FT_TRACE4(( "found table.\n" ));
95 FT_TRACE4(( "ignoring empty table\n" ));
97 FT_TRACE4(( "could not find table\n" ));
110 /* Looks for a TrueType table by name, then seek a stream to it. */
117 /* stream :: The stream to seek when the table is found. */
120 /* length :: The length of the table if found, undefined otherwise. */
131 TT_Table table; local
135 table = tt_face_lookup_table( face, tag )
196 TT_TableRec table; local
472 TT_Table table; local
745 TT_NameTable table; local
870 TT_NameTable table = &face->name_table; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_getproc.c 52 * Search the table of static entrypoint functions for the named function
76 * Return dispatch table offset of the named static (built-in) function.
119 * table. For debugging only.
163 * Offset in the dispatch table where the pointer to the real function is
165 * added to the dispatch table, this will have the value ~0.
344 * The offset in the dispatch table of the named function. A pointer to the
484 * Return offset of entrypoint for named function within dispatch table.
566 * GL API table functions.
571 * Return size of dispatch table struct as number of functions (or
578 * The dispatch table size (number of entries) is the size of th
    [all...]
  /external/mesa3d/src/mapi/glapi/
glapi_getproc.c 52 * Search the table of static entrypoint functions for the named function
76 * Return dispatch table offset of the named static (built-in) function.
119 * table. For debugging only.
163 * Offset in the dispatch table where the pointer to the real function is
165 * added to the dispatch table, this will have the value ~0.
344 * The offset in the dispatch table of the named function. A pointer to the
484 * Return offset of entrypoint for named function within dispatch table.
566 * GL API table functions.
571 * Return size of dispatch table struct as number of functions (or
578 * The dispatch table size (number of entries) is the size of th
    [all...]
  /external/bison/src/
tables.h 128 extern base_number *table;
130 /* The value used in TABLE to denote explicit syntax errors
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
CRLReason.java 91 private static final Hashtable table = new Hashtable(); field in class:CRLReason
144 if (!table.containsKey(idx))
146 table.put(idx, new CRLReason(value));
149 return (CRLReason)table.get(idx);
  /external/chromium_org/chrome/browser/resources/net_internals/
main.css 64 * Styles for TABLE that uses a thin collapsed border.
66 table.styled-table {
70 table.styled-table,
71 .styled-table th,
72 .styled-table td {
78 .styled-table th {
82 .styled-table th.title {
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_interfaces.cc 14 // This table keeps a pair of IRT entry (such as nacl_irt_basic, nacl_irt_fdio
19 const void* table; member in struct:nacl::nonsfi::__anon11247::NaClInterfaceTable
45 void* table, size_t tablesize) {
50 std::memcpy(table, kIrtInterfaces[i].table, size);
  /external/chromium_org/components/visitedlink/renderer/
visitedlink_slave.h 27 void OnUpdateVisitedLinks(base::SharedMemoryHandle table);
34 // shared memory consists of a SharedHeader followed by the table
  /external/chromium_org/ppapi/c/private/
ppb_flash_font_file.h 44 /* Returns the requested font table.
52 uint32_t table,
  /external/chromium_org/ppapi/cpp/private/
flash_font_file.h 31 bool GetFontTable(uint32_t table, void* output, uint32_t* output_length);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCaption.h 41 RenderTable* table() const;
  /external/chromium_org/third_party/angle/src/compiler/translator/
Initialize.h 14 void InsertBuiltInFunctions(sh::GLenum type, ShShaderSpec spec, const ShBuiltInResources &resources, TSymbolTable &table);
  /external/chromium_org/third_party/ots/src/
glyf.cc 19 bool ParseFlagsForSimpleGlyph(ots::Buffer *table,
26 if (!table->ReadU8(&flag)) {
48 if (!table->ReadU8(&repeat)) {
76 ots::Buffer *table, int16_t num_contours,
85 if (!table->ReadU16(&tmp_index)) {
99 if (!table->ReadU16(&bytecode_length)) {
126 if (!table->Skip(bytecode_length)) {
135 if (!ParseFlagsForSimpleGlyph(table,
175 Buffer table(data, length);
216 table.set_offset(gly_offset)
    [all...]
ltsh.cc 18 Buffer table(data, length);
28 if (!table.ReadU16(&ltsh->version) ||
29 !table.ReadU16(&num_glyphs)) {
48 if (!table.ReadU8(&pel)) {
58 if (!file->glyf) return false; // this table is not for CFF fonts.
  /external/chromium_org/third_party/zlib/
inftrees.h 13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table link, tttt != 0 is the number of table index bit
    [all...]
  /external/clang/test/Analysis/
malloc-sizeof.c 41 int *table = malloc(sizeof sTable); local
45 return table;
50 int *table = malloc(sizeof sTable); // expected-warning {{Result of 'malloc' is converted to a pointer of type 'int', which is incompatible with sizeof operand type 'const double [10]'}} local
51 return table;
  /external/e2fsprogs/e2fsck/
prof_err.c 52 const struct error_table * table; member in struct:et_list
73 if (et->table->msgs == text)
77 if (!link.table)
82 et->table = &et_prof_error_table;
  /external/e2fsprogs/lib/et/test_cases/
imap_err.c 51 const struct error_table * table; member in struct:et_list
72 if (et->table->msgs == text)
76 if (!link.table)
81 et->table = &et_imap_error_table;

Completed in 750 milliseconds

<<11121314151617181920>>