HomeSort by relevance Sort by last modified time
    Searched refs:table (Results 226 - 250 of 1283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/gtk/webkit/
webkitsoupauthdialog.c 159 table_add_entry(GtkWidget* table,
177 gtk_table_attach(GTK_TABLE(table), label,
180 gtk_table_attach_defaults(GTK_TABLE(table), entry,
206 GtkWidget* table; local
272 /* The table that holds the entries */
285 table = gtk_table_new(hasRealm ? 3 : 2, 2, FALSE);
286 gtk_table_set_col_spacings(GTK_TABLE(table), 12);
287 gtk_table_set_row_spacings(GTK_TABLE(table), 6);
288 gtk_container_add(GTK_CONTAINER(entryContainer), table); local
298 gtk_table_attach_defaults(GTK_TABLE(table), serverMessageDescriptionLabel
    [all...]
  /external/chromium/net/tools/fetch/
fetch_client.cc 122 base::StatsTable table("fetchclient", 50, 1000);
123 table.set_current(&table);
181 int num_clients = table.GetCounterValue("c:FetchClient.requests");
182 int test_time = table.GetCounterValue("t:FetchClient.total_time");
183 int bytes_read = table.GetCounterValue("c:FetchClient.bytes_read");
205 // Dump the stats table.
207 int counter_max = table.GetMaxCounters();
209 std::string name(table.GetRowName(index));
211 int value = table.GetRowValue(index)
    [all...]
  /external/e2fsprogs/lib/et/
error_message.c 126 if ((et->table->base & 0xffffffL) == (table_num & 0xffffffL)) {
127 /* This is the right table */
128 if (et->table->n_msgs <= offset) {
131 const char *msg = et->table->msgs[offset];
138 if ((et->table->base & 0xffffffL) == (table_num & 0xffffffL)) {
139 /* This is the right table */
140 if (et->table->n_msgs <= offset) {
143 const char *msg = et->table->msgs[offset];
254 el->table = et;
282 if (el->table->base == et->base)
    [all...]
init_et.c 44 new_et->etl.table = &new_et->et;
  /external/guava/guava/src/com/google/common/collect/
ImmutableTable.java 31 * An immutable {@link Table} with reliable user-specified iteration order.
44 public abstract class ImmutableTable<R, C, V> implements Table<R, C, V> {
45 /** Returns an empty immutable table. */
51 /** Returns an immutable table containing a single cell. */
58 * Returns an immutable copy of the provided table.
60 * <p>The {@link Table#cellSet()} iteration order of the provided table
61 * determines the iteration ordering of all views in the returned table. Note
62 * that some views of the original table and the copied table may hav
    [all...]
  /dalvik/vm/
Intern.cpp 54 static StringObject* lookupString(HashTable* table, u4 key, StringObject* value)
56 void* entry = dvmHashTableLookup(table, key, (void*)value,
61 static StringObject* insertString(HashTable* table, u4 key, StringObject* value)
66 void* entry = dvmHashTableLookup(table, key, (void*)value,
80 * Check the literal table for a match.
85 * A match was found in the literal table, the easy case.
90 * There is no match in the literal table, check the
91 * interned string table.
96 * A match was found in the interned table. Move the
97 * matching string to the literal table
    [all...]
  /dalvik/vm/mterp/armv5te/
zcmp.S 20 ldrmi rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh table base
24 ldrmi rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh table base
  /dalvik/vm/mterp/x86-atom/
OP_IPUT_OBJECT_QUICK.S 40 movl offGlue_cardTable(%ecx), %ecx # get card table base
42 movb %cl, (%eax, %ecx) # mark gc card in table
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
PropertyEditorPresentation.java 15 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
  /external/freetype/include/freetype/
ftotval.h 75 * Validate BASE table.
78 * Validate GDEF table.
81 * Validate GPOS table.
84 * Validate GSUB table.
87 * Validate JSTF table.
90 * Validate MATH table.
133 * A pointer to the BASE table.
136 * A pointer to the GDEF table.
139 * A pointer to the GPOS table.
142 * A pointer to the GSUB table
    [all...]
  /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/icu4c/layout/
SimpleArrayProcessor.cpp 29 simpleArrayLookupTable = (const SimpleArrayLookupTable *) &header->table;
SingleTableProcessor.cpp 29 singleTableLookupTable = (const SingleTableLookupTable *) &header->table;
  /external/icu4c/tools/makeconv/
makeconv.h 30 /* converter table type for writing */
52 (*addTable)(NewConverter *cnvData, UCMTable *table, UConverterStaticData *staticData);
  /external/iptables/include/
ip6tables.h 10 extern int do_command6(int argc, char *argv[], char **table,
  /external/libgsm/
Android.mk 33 src/table.c
  /external/opencv/otherlibs/highgui/
bitstrm.h 130 int GetHuff( const short* table );
150 int GetHuff( const short* table );
224 void PutHuff( int val, const int* table );
247 void PutHuff( int val, const ulong* table );
  /external/regex-re2/benchlog/
mktable 4 sub table() { subroutine
7 <table border=0>
17 </table>
118 "table" => \&table,
  /external/skia/include/core/
SkDeviceProfile.h 79 * Given a luminance byte (0 for black, 0xFF for white), generate a table
82 void generateTableForLuminanceByte(U8CPU lumByte, uint8_t table[256]) const;
  /external/v8/src/
compilation-cache.cc 46 // Initial size of each compilation cache table allocated.
82 CompilationCacheTable* table = local
84 result = Handle<CompilationCacheTable>(table, isolate());
125 Handle<CompilationCacheTable> table = GetTable(generation); local
126 table->Remove(*function_info);
179 Handle<CompilationCacheTable> table = GetTable(generation); local
180 Handle<Object> probe(table->Lookup(*source), isolate());
230 Handle<CompilationCacheTable> table = GetFirstTable(); local
231 return table->Put(*source, *function_info);
256 // Make sure not to leak the table into the surrounding handl
263 Handle<CompilationCacheTable> table = GetTable(generation); local
291 Handle<CompilationCacheTable> table = GetFirstTable(); local
326 Handle<CompilationCacheTable> table = GetTable(generation); local
351 Handle<CompilationCacheTable> table = GetFirstTable(); local
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioCoefInterpolator.h 29 // M-dimensional function. The approximation is based on a table of output
32 // Access to values are done by specifying input values in table index units,
39 // inDims An array of size nInDims with the size of the table on each
42 // table The coefficient table. Should be of size:
44 // func([i,j,k]) = table(i,j,k,:)
46 size_t nOutDims, const audio_coef_t * table);
71 // The coefficient table.
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
SummarizerDBHelper.java 56 cmd = "create table " + tableName + " ("
66 db.execSQL("DROP TABLE IF EXISTS " + tableName);
114 public void insertAbstractResult(AbstractResult result, String table) {
118 mDb.insert(table, null, cv);
121 public Cursor getAbstractResults(String table) throws SQLException {
122 return mDb.query(false, table, new String[] {KEY_BYTES}, null, null, null, null,
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 26 * this program makes the table to link function names
110 const char *table[SIZE]; variable
160 table[p->token-FIRSTTOKEN] = p->name;
163 if (table[i]==0)
166 printf("\t%s,\t/* %s */\n", table[i], names[i]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 9 * Write-once-read-many hash table, used for checking if a given
22 * hash table, which are stored also in form of pairs of integers
40 int table[257]; member in struct:ebt_mac_wormhash
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 9 * Write-once-read-many hash table, used for checking if a given
22 * hash table, which are stored also in form of pairs of integers
40 int table[257]; member in struct:ebt_mac_wormhash

Completed in 3045 milliseconds

1 2 3 4 5 6 7 8 91011>>