HomeSort by relevance Sort by last modified time
    Searched defs:table (Results 301 - 325 of 358) sorted by null

<<1112131415

  /dalvik/libdex/
DexFile.h 333 * The "catches" table is used when throwing an exception,
361 * Link table. Currently undefined.
448 * Lookup table for classes. It provides a mapping from class name to
452 * don't need the same hash table in every VM. This is slightly slower than
453 * a hash table with direct pointers to the items, but because it's shared
454 * there's less of a penalty for using a fairly sparse table.
458 int numEntries; // size of table[]; always power of 2
463 } table[1]; member in struct:DexClassLookup
479 u4 depsOffset; /* offset of optimized DEX dependency table */
587 * Create class lookup table
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 55 /* TrueType collection header. This table contains the offsets of */
118 /* This structure describes a given table of a TrueType font. */
121 /* Tag :: A four-bytes tag describing the table. */
123 /* CheckSum :: The table checksum. This value can be ignored. */
125 /* Offset :: The offset of the table from the start of the TrueType */
128 /* Length :: The table length (in bytes). */
132 FT_ULong Tag; /* table type */
133 FT_ULong CheckSum; /* table checksum */
134 FT_ULong Offset; /* table file offset */
135 FT_ULong Length; /* table length *
902 FT_Byte* table; member in struct:TT_BDFRec_
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 1619 HashMap table = new HashMap(); local
    [all...]
  /external/libxml2/
tree.c 153 * Do an entity lookup in the DTD entity hash table and
160 xmlEntitiesTablePtr table; local
163 table = (xmlEntitiesTablePtr) dtd->entities;
164 return((xmlEntityPtr) xmlHashLookup(table, name));
165 /* return(xmlGetEntityFromTable(table, name)); */
174 * Do an entity lookup in the DTD pararmeter entity hash table and
181 xmlEntitiesTablePtr table; local
184 table = (xmlEntitiesTablePtr) dtd->pentities;
185 return((xmlEntityPtr) xmlHashLookup(table, name));
186 /* return(xmlGetEntityFromTable(table, name)); *
    [all...]
xmlreader.c 242 * Remove the given attribute from the ID table maintained internally.
248 xmlIDTablePtr table; local
254 table = (xmlIDTablePtr) doc->ids;
255 if (table == NULL)
261 id = xmlHashLookup(table, ID);
480 * @table: An id table
482 * Deallocate the memory used by an ID hash table.
485 xmlTextReaderFreeIDTable(xmlIDTablePtr table) {
486 xmlHashFree(table, (xmlHashDeallocator) xmlFreeID)
    [all...]
xmlregexp.c 460 * 3/ build a table state x atom for the transitions
544 * Allocate the transition table. The first entry for each
6253 xmlExpNodePtr *table; member in struct:_xmlExpCtxt
    [all...]
  /external/valgrind/main/callgrind/
global.h 242 * For fast lookup, JCCs are reachable with a hash table, keyed by
244 * of one hash table entry.
414 * and a index into the dump boolean table and fn_info_table
531 BB** table; member in struct:_bb_hash
537 Context** table; member in struct:_cxt_hash
547 BBCC** table; member in struct:_bbcc_hash
553 jCC** table; member in struct:_jcc_hash
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp 148 case TABLE:
307 RenderTable* table; local
310 table = toRenderTable(afterChild);
312 table = new (renderArena()) RenderTable(document() /* is anonymous */);
315 newStyle->setDisplay(TABLE);
316 table->setStyle(newStyle.release());
317 addChild(table, beforeChild);
319 table->addChild(newChild);
617 return cell->table();
    [all...]
RenderBlock.cpp 96 // we're positioned, floating, a table cell.
565 // to wrap itself in additional boxes (e.g., table construction).
637 // to wrap itself in additional boxes (e.g., table construction).
707 // Insert into the anonymous table.
712 // Go on to insert before the anonymous table.
2662 ContinuationOutlineTableMap* table = continuationOutlineTable(); local
2674 ContinuationOutlineTableMap* table = continuationOutlineTable(); local
2687 ContinuationOutlineTableMap* table = continuationOutlineTable(); local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 836 const int32_t *table, *indirect;
843 table = (const int32_t *) _NL_CURRENT (LC_COLLATE, _NL_COLLATE_TABLEMB);
835 const int32_t *table, *indirect; local
regexec.c 3893 const int32_t *table, *indirect; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 373 static final String qualifyColumn(String table, String column) {
374 return table + "." + column + " AS " + column;
393 db.execSQL("CREATE TABLE " + TABLE_BOOKMARKS + "(" +
418 db.execSQL("CREATE TABLE " + TABLE_HISTORY + "(" +
428 db.execSQL("CREATE TABLE " + TABLE_IMAGES + " (" +
437 db.execSQL("CREATE TABLE " + TABLE_SEARCHES + " (" +
443 db.execSQL("CREATE TABLE " + TABLE_SETTINGS + " (" +
466 db.execSQL("CREATE TABLE IF NOT EXISTS " + TABLE_THUMBNAILS + " (" +
508 String table = BrowserProvider.TABLE_NAMES[BrowserProvider.URI_MATCH_BOOKMARKS]; local
510 c = oldDb.query(table,
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 99 import javax.swing.table.DefaultTableModel;
670 public static void setVisibleRowCount(JTable table, int rows) {
673 height += table.getRowHeight(row);
676 Dimension size = new Dimension(table.getPreferredScrollableViewportSize().width, height);
677 table.setPreferredScrollableViewportSize(size);
678 table.revalidate();
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 1637 struct dnslabel_table table; local
    [all...]
  /external/icu4c/i18n/
ucol_imp.h 61 * (UCA & tailorings) and for the inverse UCA table.
107 * Used as a primary lookup table for collation elements.
109 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
111 * uint32_t contractionIndex; - offset to contraction table (UChar *contractionIndex). Used to look up contraction sequences. Contents
112 * are aligned with the contents of contractionCEs table. 0 if no contractions.
115 * in the contractionIndex table, the resulting index is used to look up corresponding CE in this table.
117 * uint32_t contractionSize; - size of contraction table in elements (both Index and CEs).
128 * uint32_t unsafeCP; - hash table of unsafe code points (uint8_t *). See ucol_unsafeCP function.
129 * uint32_t contrEndCP; - hash table of final code points in contractions (uint8_t *). See ucol_contractionEndCP.
936 uint32_t table; member in struct:__anon6023
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 78 void** table; member in struct:CvGenericHash
216 start_tab_size *= sizeof(map->table[0]);
217 CV_CALL( map->table = (void**)cvMemStorageAlloc( storage, start_tab_size ));
218 memset( map->table, 0, start_tab_size );
452 for( node = (CvStringHashNode*)(map->table[i]); node != 0; node = node->next )
465 node->next = (CvStringHashNode*)(map->table[i]);
466 map->table[i] = node;
529 for( another = (CvFileMapNode*)(map->table[i]); another != 0; another = another->next )
545 node->next = (CvFileMapNode*)(map->table[i]);
546 map->table[i] = node
    [all...]
  /external/v8/src/
jsregexp.h 1361 DispatchTable* table() { return table_; } function in class:v8::internal::DispatchTableConstructor
    [all...]
jsregexp.cc 4114 DispatchTable table; local
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 140 // Version 8: Add security flags column to accounts table
141 // Version 9: Add security sync key and signature to accounts table
142 // Version 10: Add meeting info to message table
143 // Version 11: Add content and flags to attachment table
144 // Version 12: Add content_bytes to attachment table. content is deprecated.
145 // Version 13: Add messageCount to Mailbox table.
146 // Version 14: Add snippet to Message table
148 // Version 16: Add accountKey to Attachment table
149 // Version 17: Add parentKey to Mailbox table
152 // Version 19: Add Policy table; add policyKey to Account table and trigger to delete a
1364 int table = match >> BASE_SHIFT; local
1580 int table = match >> BASE_SHIFT; local
1760 int table = match >> BASE_SHIFT; local
2106 int table = match >> BASE_SHIFT; local
2604 int table = match >> BASE_SHIFT; local
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 35 /* if true, put the MP float table and ACPI RSDT in EBDA and the MP
36 table in RAM. Unfortunately, Linux has bugs with that, so we prefer
1065 /* Multi Processor table init */
1132 putle16(&q, 0); /* table length (patched later) */
1141 putle32(&q, 0); /* OEM table ptr */
1142 putle16(&q, 0); /* OEM table size */
1145 putle16(&q, 0); /* ext table length */
1146 putb(&q, 0); /* ext table checksum */
1227 /* pointer to MP config table */
1246 BX_INFO("MP table addr=0x%08lx MPC table addr=0x%08lx size=0x%x\n"
2512 struct smbios_table table; local
    [all...]
rombios.c 35 // $e401 ; Fixed Disk Parameter Table
37 // $e6f5 ; Configuration Data Table
38 // $e729 ; Baud Rate Generator Table
44 // $efc7 ; Diskette Controller Parameter Table
48 // $f0a4 ; MDA/CGA Video Parameter Table (INT 1Dh)
172 /* 256 bytes at 0x9ff00 -- 0x9ffff is used for the IPL boot table. */
176 #define IPL_COUNT_OFFSET 0x0080 /* u16: number of valid table entries */
686 // Buffer for DPTE table
753 // Disk Physical Table definition
4011 ;; GDT points to valid descriptor table, now load SS, DS, ES local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 148 unsigned short e_lfarlc; /* 18: File address of relocation table */
481 unsigned short table[ 1 ]; member in struct:_PDB_SYMBOL_SOURCE
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 190 // entries for that storage from the files table.
649 db.execSQL("DROP TABLE IF EXISTS images");
651 db.execSQL("DROP TABLE IF EXISTS thumbnails");
653 db.execSQL("DROP TABLE IF EXISTS audio_meta");
654 db.execSQL("DROP TABLE IF EXISTS artists");
655 db.execSQL("DROP TABLE IF EXISTS albums");
656 db.execSQL("DROP TABLE IF EXISTS album_art");
661 db.execSQL("DROP TABLE IF EXISTS audio_genres");
662 db.execSQL("DROP TABLE IF EXISTS audio_genres_map");
664 db.execSQL("DROP TABLE IF EXISTS audio_playlists")
1853 int table = URI_MATCHER.match(uri); local
3223 public String table; field in class:MediaProvider.GetTableAndWhereOutParameter
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 622 static StringToEnum<ConnectionType>::Pair table[] = { local
631 table, arraysize(table), TYPE_UNKNOWN);
642 static StringToEnum<ConnectionMode>::Pair table[] = { local
647 table, arraysize(table), MODE_UNKNOWN);
652 static StringToEnum<ConnectionState>::Pair table[] = { local
663 table, arraysize(table), STATE_UNKNOWN);
668 static StringToEnum<ConnectionError>::Pair table[] = local
688 static StringToEnum<VirtualNetwork::ProviderType>::Pair table[] = { local
699 static StringToEnum<ActivationState>::Pair table[] = { local
712 static StringToEnum<ConnectivityState>::Pair table[] = { local
723 static StringToEnum<NetworkTechnology>::Pair table[] = { local
740 static StringToEnum<SIMLockState>::Pair table[] = { local
791 static StringToEnum<NetworkRoamingState>::Pair table[] = { local
803 static StringToEnum<ConnectionSecurity>::Pair table[] = { local
817 static StringToEnum<EAPMethod>::Pair table[] = { local
829 static StringToEnum<EAPPhase2Auth>::Pair table[] = { local
    [all...]
  /external/mksh/src/
sh.h 3 /* $OpenBSD: table.h,v 1.7 2005/12/11 20:31:21 otto Exp $ */
354 /* Table flag type - needs > 16 and < 32 bits */
887 struct table { struct
889 struct tbl **tbls; /* hashed table items */
893 struct tbl { /* table item */
1003 struct table vars; /* local variables */
1004 struct table funs; /* local functions */
1021 EXTERN struct table taliases; /* tracked aliases */
1022 EXTERN struct table builtins; /* built-in commands */
1023 EXTERN struct table aliases; /* aliases *
    [all...]

Completed in 2321 milliseconds

<<1112131415