HomeSort by relevance Sort by last modified time
    Searched refs:table (Results 201 - 225 of 675) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/third_party/icu/source/data/mappings/
ucmlocal.mk 8 # - 8859-11 table is not included. It's rather treated as a synonym of
12 # - GB2312 table was removed and 4 aliases for GB2312 were added
14 # - GB-HZ is supported now that it uses the GBK table.
18 # - EUC-KR table was removed. It's different from Windows-949, but
22 # use the windows-949 table.
  /external/chromium/third_party/icu/source/test/letest/
PortableFontInstance.cpp 114 // read unitsPerEm from 'head' table
189 le_uint16 table = 0; local
193 table = fDirExtra;
199 if (SWAPL(fDirectory->tableDirectory[table + probe].tag) <= tag) {
200 table += probe;
204 if (SWAPL(fDirectory->tableDirectory[table].tag) == tag) {
205 return &fDirectory->tableDirectory[table];
223 void *table = NEW_ARRAY(char, *length); local
225 if (table != NULL) {
227 fread(table, sizeof(char), *length, fFile)
    [all...]
  /external/freetype/src/sfnt/
sfdriver.c 64 * SFNT TABLE SERVICE
72 void* table; local
78 table = &face->header;
82 table = &face->horizontal;
86 table = face->vertical_info ? &face->vertical : 0;
90 table = face->os2.version == 0xFFFFU ? 0 : &face->os2;
94 table = &face->postscript;
98 table = &face->max_profile;
102 table = face->pclt.Version ? &face->pclt : 0;
106 table = 0
    [all...]
  /external/icu4c/test/letest/
PortableFontInstance.cpp 114 // read unitsPerEm from 'head' table
189 le_uint16 table = 0; local
193 table = fDirExtra;
199 if (SWAPL(fDirectory->tableDirectory[table + probe].tag) <= tag) {
200 table += probe;
204 if (SWAPL(fDirectory->tableDirectory[table].tag) == tag) {
205 return &fDirectory->tableDirectory[table];
223 void *table = NEW_ARRAY(char, *length); local
225 if (table != NULL) {
227 fread(table, sizeof(char), *length, fFile)
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitsoupauthdialog.c 145 table_add_entry(GtkWidget* table,
163 gtk_table_attach(GTK_TABLE(table), label,
166 gtk_table_attach_defaults(GTK_TABLE(table), entry,
192 GtkWidget* table; local
255 /* The table that holds the entries */
264 table = gtk_table_new(2, 2, FALSE);
265 gtk_table_set_col_spacings(GTK_TABLE(table), 12);
266 gtk_table_set_row_spacings(GTK_TABLE(table), 6);
267 gtk_container_add(GTK_CONTAINER(entryContainer), table); local
269 authData->loginEntry = table_add_entry(table, 0, _("Username:")
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 239 /** Used to make temp table names unique */
738 /** Maps table names to info about what to which _sync_time column to set
746 for (String table : mSyncUpdateInfo.keySet()) {
747 SyncUpdateInfo info = mSyncUpdateInfo.get(table);
749 tables.put(table, info.deletedTable);
765 * @param masterTable The table to set _sync_time to NULL in
766 * @param deletedTable The deleted table that corresponds to the
767 * master table
768 * @param foreignKey The key that refers to the primary key in table
777 /** The table containing the _sync_time column *
    [all...]
  /external/guava/src/com/google/common/collect/
RegularImmutableMap.java 35 private final transient Object[] table; // alternating keys and values field in class:RegularImmutableMap
36 // 'and' with an int then shift to get a table index
48 table = new Object[tableSize * 2];
58 Object existing = table[index];
61 table[index] = key;
62 table[index + 1] = value;
79 Object candidate = table[index];
86 V value = (V) table[index + 1];
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 126 /* Which table. */
190 char *table; member in struct:xt_match
238 char *table; member in struct:xt_target
273 /* The table itself */
276 /* Size per table */
297 unsigned int size, const char *table, unsigned int hook,
300 unsigned int size, const char *table, unsigned int hook,
303 extern int xt_register_table(struct xt_table *table,
306 extern void *xt_unregister_table(struct xt_table *table);
308 extern struct xt_table_info *xt_replace_table(struct xt_table *table,
    [all...]
  /external/zlib/
zutil.c 208 local ptr_table table[MAX_PTR]; variable
209 /* This table is used to remember the original form of pointers
211 * Since MSDOS is not a preemptive multitasking OS, this table is not
231 table[next_ptr].org_ptr = buf;
236 table[next_ptr++].new_ptr = buf;
249 if (ptr != table[n].new_ptr) continue;
251 farfree(table[n].org_ptr);
253 table[n-1] = table[n];
  /frameworks/base/services/camera/libcameraservice/
FakeCamera.cpp 202 uint32_t *param, uint8_t *table[])
211 uint8_t *y_tab = table[0];
212 uint8_t *cb_tab = table[1];
213 uint8_t *cr_tab = table[2];
300 uint8_t *table[3]; local
301 table[0] = gYTable;
302 table[1] = gCbTable + 384;
303 table[2] = gCrTable + 384;
305 ccrgb16toyuv_wo_colorkey(rgb, yuv, param, table);
  /dalvik/vm/
IndirectRefTable.h 20 * Maintain a table of indirect references. Used for local/global JNI
23 * The table contains object references that are part of the GC root set.
30 * operations that allow us to operate on segments of the table, where
34 * a method returns. Additions to the table must be made in the current
40 * The GC must be able to scan the entire table quickly.
49 * - scanning the entire table straight through
51 * If there's more than one segment, we don't guarantee that the table
57 * the table is capped at 64K.
59 * None of the table functions are synchronized.
66 * We need a 16-bit table index and a 2-bit reference type (global, local
189 Object** table; \/* bottom of the stack *\/ member in struct:IndirectRefTable
    [all...]
  /external/libxml2/include/libxml/
entities.h 35 * and the linkind data needed for the linking in the hash table.
65 * All entities are stored in an hash table.
128 xmlCopyEntitiesTable (xmlEntitiesTablePtr table);
131 xmlFreeEntitiesTable (xmlEntitiesTablePtr table);
135 xmlEntitiesTablePtr table);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LevenshteinSuggestionFormatter.java 83 final LevenshteinDistance table = new LevenshteinDistance(source, target); local
84 table.calculate();
87 LevenshteinDistance.EditOperation[] ops = table.getTargetOperations();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportLinksPart.java 47 final Composite table = createTableLayout(toolkit, 2 /* numColumns */); local
70 mFormText = createFormText(table, toolkit, true, buf.toString(),
91 MessageBox mb = new MessageBox(table.getShell(), SWT.OK);
  /external/guava/src/com/google/common/base/
CharMatcher.java 355 @Override protected void setBits(LookupTable table) {
386 @Override protected void setBits(LookupTable table) {
387 table.set(match);
436 @Override protected void setBits(LookupTable table) {
437 table.set(match1);
438 table.set(match2);
453 @Override protected void setBits(LookupTable table) {
455 table.set(c);
483 @Override protected void setBits(LookupTable table) {
486 table.set(c)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 49 * following character should be looked up in the "extended" table.
63 * Using a non-default language locking shift table OR single shift table
69 * Using a non-default language locking shift table AND single shift table
81 * Converts a char to a GSM 7 bit table index.
83 * GSM_EXTENDED_ESCAPE if this character is in the extended table.
87 * @return the GSM 7 bit table index for the specified character
100 * Converts a char to a GSM 7 bit table index.
101 * Returns GSM_EXTENDED_ESCAPE if this character is in the extended table
1326 String table = sLanguageTables[i]; typedefs
    [all...]
  /external/libxml2/
entities.c 198 * xmlAddEntity : register a new entity for an entities table.
205 xmlEntitiesTablePtr table = NULL; local
221 table = dtd->entities;
227 table = dtd->pentities;
232 if (table == NULL)
239 if (xmlHashAddEntry(table, name, ret)) {
423 * @table: an entity table
427 * Do an entity lookup in the table.
433 xmlGetEntityFromTable(xmlEntitiesTablePtr table, const xmlChar *name)
449 xmlEntitiesTablePtr table; local
480 xmlEntitiesTablePtr table; local
505 xmlEntitiesTablePtr table; local
    [all...]
  /external/tcpdump/
addrtoname.c 691 register struct hnamemem *table; local
699 table = &tporttable[i];
701 table = &uporttable[i];
705 while (table->name)
706 table = table->nxt;
709 table->name = strdup(buf);
711 table->name = strdup(sv->s_name);
712 table->addr = port;
713 table->nxt = newhnamemem()
733 register struct hnamemem *table; local
1081 register struct hnamemem *table; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKKeyStore.java 88 protected Hashtable table = new Hashtable(); field in class:JDKKeyStore
489 return table.keys();
495 return (table.get(alias) != null);
502 Object entry = table.get(alias);
515 table.remove(alias);
521 StoreEntry entry = (StoreEntry)table.get(alias);
546 Enumeration e = table.elements();
577 StoreEntry entry = (StoreEntry)table.get(alias);
589 StoreEntry entry = (StoreEntry)table.get(alias);
604 StoreEntry entry = (StoreEntry)table.get(alias)
    [all...]
  /external/icu4c/layout/
SegmentArrayProcessor.cpp 29 segmentArrayLookupTable = (const SegmentArrayLookupTable *) &header->table;
SegmentSingleProcessor.cpp 29 segmentSingleLookupTable = (const SegmentSingleLookupTable *) &header->table;
TrimmedArrayProcessor.cpp 29 trimmedArrayLookupTable = (const TrimmedArrayLookupTable *) &header->table;
  /external/iproute2/include/linux/
fib_rules.h 23 __u8 table; member in struct:fib_rule_hdr
48 FRA_TABLE, /* Extended table id */
58 FR_ACT_TO_TBL, /* Pass to fixed table */
  /external/webkit/WebCore/rendering/
RenderTableCol.h 63 RenderTable* table() const;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fib_rules.h 23 __u8 table; member in struct:fib_rule_hdr
48 FRA_TABLE, /* Extended table id */
58 FR_ACT_TO_TBL, /* Pass to fixed table */

Completed in 735 milliseconds

1 2 3 4 5 6 7 891011>>