| /libcore/luni/src/main/java/org/xml/sax/helpers/ |
| NamespaceSupport.java | 645 Hashtable table; 650 // Select the appropriate table. 652 table = attributeNameTable; 654 table = elementNameTable; 660 name = (String[])table.get(qName); 709 table.put(name[2], name); 639 Hashtable table; local
|
| /cts/tests/src/android/content/cts/ |
| MockContentProvider.java | 59 db.execSQL("CREATE TABLE TestTable1 (" 63 db.execSQL("CREATE TABLE TestTable2 (" 70 db.execSQL("DROP TABLE IF EXISTS TestTable1"); 71 db.execSQL("DROP TABLE IF EXISTS TestTable2"); 140 String table; local 153 table = "TestTable1"; 157 table = "TestTable2"; 165 rowID = db.insert(table, "key", values);
|
| /external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
| DERBitString.java | 12 private static final char[] table = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; field in class:DERBitString 248 buf.append(table[(string[i] >>> 4) & 0xf]); 249 buf.append(table[string[i] & 0xf]);
|
| /external/chromium/chrome/browser/accessibility/ |
| renderer_accessibility_browsertest.cc | 215 // In a WebKit accessibility render tree for a table, each cell is a 223 "<table border=1><tr><td>1</td><td>2</td></tr></table>"; 229 const WebAccessibility& table = tree.children[0]; local 230 EXPECT_EQ(WebAccessibility::ROLE_TABLE, table.role); 231 const WebAccessibility& row = table.children[0]; 237 const WebAccessibility& column1 = table.children[1]; 242 const WebAccessibility& column2 = table.children[2];
|
| /external/chromium/chrome/browser/ui/gtk/bookmarks/ |
| bookmark_bubble_gtk.cc | 113 // message, and a right justified remove link button. |table| is the middle 133 // We use a table to allow the labels to line up with each other, along 135 GtkWidget* table = gtk_util::CreateLabeledControlsGroup( local 154 gtk_box_pack_start(GTK_BOX(content), table, TRUE, TRUE, 0); local 157 gtk_container_set_focus_child(GTK_CONTAINER(content), table); local
|
| /external/chromium/net/base/ |
| ssl_false_start_blacklist_process.cc | 6 // a static hash table so that it can be efficiently queried by Chrome. 200 fprintf(stderr, "Using %d entry hash table\n", kBuckets); 201 uint32 table[kBuckets]; local 218 table[i] = table_data.size(); 245 fprintf(out, " %u,\n", (unsigned) table[i]);
|
| /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/layout/ |
| KernTable.cpp | 38 // Kern table version 0 only 63 * This also supports only version 0 of the kern table header, only 66 * This implementation isn't careful about the kern table flags, and 103 const Subtable_0* table = (const Subtable_0*)((char*)subhead + KERN_SUBTABLE_HEADER_SIZE); local 105 nPairs = SWAPW(table->nPairs); 108 searchRange = SWAPW(table->searchRange); 109 entrySelector = SWAPW(table->entrySelector); 110 rangeShift = SWAPW(table->rangeShift); 117 pairs = (const PairInfo*)((char*)table + KERN_SUBTABLE_0_HEADER_SIZE);
|
| /external/icu4c/test/letest/ |
| FontObject.cpp | 55 void FontObject::deleteTable(void *table) 57 delete[] (char *) table; 62 le_uint16 table = 0; local 66 table = rangeShift; 72 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) { 73 table += probe; 77 if (SWAPL(directory->tableDirectory[table].tag) == tag) { 78 return &directory->tableDirectory[table]; 95 void *table = new char[*length]; local 98 fread(table, sizeof(char), *length, file) [all...] |
| /external/iproute2/ip/ |
| iprule.c | 38 fprintf(stderr, "ACTION := [ table TABLE_ID ]\n"); 52 __u32 table; local 155 table = rtm_get_table(r, tb); 156 if (table) 157 fprintf(fp, "lookup %s ", rtnl_rttable_n2a(table, b1, sizeof(b1))); 300 } else if (matches(*argv, "table") == 0 || 305 invarg("invalid table ID\n", *argv);
|
| /external/iptables/iptables/ |
| ip6tables-restore.c | 72 "table '%s'\n", ip6tables_globals.program_name, 208 /* New table */ 209 char *table; local 211 table = strtok(buffer+1, " \t\n"); 212 DEBUGP("line %u, table '%s'\n", line, table); 213 if (!table) { 215 "%s: line %u table name invalid\n", 220 strncpy(curtable, table, IP6T_TABLE_MAXNAMELEN); 226 handle = create_handle(table); [all...] |
| iptables-restore.c | 36 {.name = "table", .has_arg = true, .val = 'T'}, 53 " [ --table=<TABLE> ]\n" 73 "table '%s'\n", prog_name, tablename); 214 /* New table */ 215 char *table; local 217 table = strtok(buffer+1, " \t\n"); 218 DEBUGP("line %u, table '%s'\n", line, table); 219 if (!table) { [all...] |
| /external/kernel-headers/original/linux/ |
| poll.h | 56 struct poll_table_page * table; member in struct:poll_wqueues
|
| /external/libpng/ |
| pngtrans.c | 403 png_bytep rp, end, table; local 408 table = (png_bytep)onebppswaptable; 410 table = (png_bytep)twobppswaptable; 412 table = (png_bytep)fourbppswaptable; 417 *rp = table[*rp];
|
| /external/mesa3d/src/mesa/program/ |
| symbol_table.c | 30 * Link to the next symbol in the table with the same name 39 * Link to the next symbol in the table with the same scope 74 /** Linkage in list of all headers in a given symbol table. */ 101 /** Hash table containing all symbols in the symbol table. */ 107 /** List of all symbol headers in the table. */ 134 check_symbol_table(struct _mesa_symbol_table *table) 139 for (scope = table->current_scope; scope != NULL; scope = scope->next) { 159 _mesa_symbol_table_pop_scope(struct _mesa_symbol_table *table) 161 struct scope_level *const scope = table->current_scope 457 struct _mesa_symbol_table *table = calloc(1, sizeof(*table)); local [all...] |
| /external/qemu/android/ |
| hw-events.c | 64 const EventInfo* table; member in struct:__anon9226 82 return _codes[nn].table;
|
| /external/qemu/distrib/libpng-1.2.19/ |
| pngtrans.c | 371 png_bytep rp, end, table; local 376 table = (png_bytep)onebppswaptable; 378 table = (png_bytep)twobppswaptable; 380 table = (png_bytep)fourbppswaptable; 385 *rp = table[*rp];
|
| /external/qemu/distrib/zlib-1.2.3/ |
| 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];
|
| /external/speex/libspeex/ |
| fftwrap.c | 86 struct drft_lookup *table; local 87 table = speex_alloc(sizeof(struct drft_lookup)); 88 spx_drft_init((struct drft_lookup *)table, size); 89 return (void*)table; 92 void spx_fft_destroy(void *table) 94 spx_drft_clear(table); 95 speex_free(table); 98 void spx_fft(void *table, float *in, float *out) 103 float scale = 1./((struct drft_lookup *)table)->n; 105 for (i=0;i<((struct drft_lookup *)table)->n;i++ 139 struct mkl_config *table = (struct mkl_config *) speex_alloc(sizeof(struct mkl_config)); local 182 struct fftw_config *table = (struct fftw_config *) speex_alloc(sizeof(struct fftw_config)); local 255 struct kiss_config *table; local [all...] |
| /external/valgrind/main/coregrind/ |
| m_hashtable.c | 3 /*--- A separately-chained hash table. m_hashtable.c ---*/ 49 Bool iterOK; // table safe to iterate over? 50 HChar* name; // name of table (for debugging only) 72 VgHashTable table = VG_(calloc)("hashtable.Hc.1", local 74 table->chains = VG_(calloc)("hashtable.Hc.2", 1, sz); 75 table->n_chains = n_chains; 76 table->n_elements = 0; 77 table->iterOK = True; 78 table->name = name; 80 return table; [all...] |
| /external/webkit/Source/JavaScriptCore/wtf/text/ |
| AtomicString.cpp | 42 AtomicStringTable* table = new AtomicStringTable; local 45 data.m_atomicStringTable = table; 48 return table; 51 HashSet<StringImpl*>& table() function in class:WTF::AtomicStringTable 57 static void destroy(AtomicStringTable* table) 59 HashSet<StringImpl*>::iterator end = table->m_table.end(); 60 for (HashSet<StringImpl*>::iterator iter = table->m_table.begin(); iter != end; ++iter) 62 delete table; 71 AtomicStringTable* table = wtfThreadData().atomicStringTable(); local 72 if (UNLIKELY(!table)) [all...] |
| /external/webkit/Source/WebCore/html/ |
| HTMLViewSourceDocument.cpp | 91 RefPtr<HTMLTableElement> table = HTMLTableElement::create(this); local 92 body->parserAddChild(table); 93 table->attach(); 95 table->parserAddChild(m_tbody); 201 // Create a table row.
|
| /external/webkit/Source/WebCore/rendering/ |
| RenderTableCell.h | 52 RenderTable* table() const { return toRenderTable(parent()->parent()->parent()); } function in class:WebCore::RenderTableCell 116 // FIXME: For now we just assume the cell has the same block flow direction as the table. It's likely we'll 118 // the block flow directionality of the cells to the table's directionality.
|
| /external/webkit/Source/WebKit/gtk/webkit/ |
| webkitsecurityorigin.cpp | 413 GHashTable* table = webkit_security_origins(); local 414 WebKitSecurityOrigin* origin = (WebKitSecurityOrigin*) g_hash_table_lookup(table, coreOrigin); 419 g_hash_table_insert(table, coreOrigin, origin);
|
| webkitwebbackforwardlist.cpp | 74 GHashTable* table = webkit_history_items(); local 76 g_hash_table_remove(table, items[i].get());
|