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

<<1112131415

  /external/bison/src/
scan-gram.c 3700 static signed char const table[] = local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 212 GtkWidget* table = gtk_table_new(0, 2, FALSE); local
213 gtk_table_set_col_spacing(GTK_TABLE(table), 0, kLabelSpacing);
214 gtk_table_set_row_spacings(GTK_TABLE(table), kControlSpacing);
217 gtk_table_resize(GTK_TABLE(table), row + 1, 2);
224 gtk_table_attach(GTK_TABLE(table), label,
228 gtk_table_attach_defaults(GTK_TABLE(table), control,
234 return table;
    [all...]
  /external/dbus/bus/
config-parser.c 2701 DBusHashTable *table; local
    [all...]
  /external/icu4c/common/
ucnv2022.c 267 /*Below are the 3 arrays depicting a state transition table*/
302 * per #ifdef, then the following state table and the associated tables that are
311 * to simply duplicate an adjacent table cell, parallel in all tables.
314 * tables for the variants instead of indexing them parallel to the table here.
1090 const uint16_t *table; local
1159 const uint16_t *table; local
    [all...]
ucnvmbcs.c 79 * This requires a utf8Friendly format with an additional mbcsIndex table for fast
87 * All fallbacks have been moved to the extension table, leaving only roundtrips in the
90 * Of the stage 2 table, the part corresponding to maxFastUChar and below is omitted.
93 * stage 1 table which contains the information about how stage 2 was compacted).
95 * The rest of the stage 2 table, the part for code points above maxFastUChar,
114 * - Added an optional extension table structure at the end of the .cnv file.
117 * Files that contain only a conversion table and no base table
119 * These contain the base table name between the MBCS header and the extension
127 * - new bit distribution for state table entrie
715 const uint16_t *table; local
1114 const uint16_t *table, *results; local
1262 const uint16_t *table; local
3264 const uint16_t *table; local
3496 const uint16_t *table; local
3672 const uint16_t *table; local
3929 const uint16_t *table; local
4673 const uint16_t *table; local
4867 const uint16_t *table, *sbcsIndex; local
5170 const uint16_t *table, *mbcsIndex; local
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 2797 UResourceBundle table; local
    [all...]
  /external/iptables/libiptc/
libiptc.c 950 DEBUGP_C("%u:%u: end of table:\n", *num, offset);
2706 } table [] = local
    [all...]
  /external/jpeg/
jquant2.c 208 int * error_limiter; /* table for clamping the applied error */
1112 int * table; local
    [all...]
  /external/libxml2/
valid.c 632 /* TODO: use hash table for accesses to elem and attribute definitions */
1388 xmlElementTablePtr table; local
1864 xmlAttributeTablePtr table; local
1980 xmlAttributeTablePtr table; local
2399 xmlNotationTablePtr table; local
2629 xmlIDTablePtr table; local
2785 xmlIDTablePtr table; local
2822 xmlIDTablePtr table; local
2950 xmlRefTablePtr table; local
3104 xmlRefTablePtr table; local
3160 xmlRefTablePtr table; local
3195 xmlElementTablePtr table; local
3225 xmlElementTablePtr table; local
3294 xmlElementTablePtr table; local
3317 xmlAttributeTablePtr table; local
3355 xmlAttributeTablePtr table; local
3376 xmlNotationTablePtr table; local
4206 xmlAttributeTablePtr table; local
6611 xmlRefTablePtr table; local
6796 xmlAttributeTablePtr table; local
    [all...]
xmlunicode.c 32 xmlUnicodeRange *table; member in struct:__anon7595
    [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 3183 const char *const *table = TargetAsm->getAsmCBE(); local
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp 3124 const unsigned *table = lookup(MI->getOpcode(), dom); local
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 674 return table[type.ordinal()];
679 private static final WireFormat.FieldType[] table = field in class:Descriptors.FieldDescriptor
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_N.c 890 map = info->table;
2377 const struct blit_table *table; local
    [all...]
  /external/quake/quake/src/QW/client/
gl_vidnt.c 711 unsigned *table; local
721 table = d_8to24table;
732 *table++ = v;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 711 unsigned *table; local
721 table = d_8to24table;
732 *table++ = v;
    [all...]
  /external/v8/src/
spaces.cc 1553 const char* table[Code::NUMBER_OF_KINDS] = { NULL }; local
    [all...]
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 1208 SslClientCertLookupTable table = SslClientCertLookupTable.getInstance(); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteDatabaseTest.java 93 mDatabase.execSQL("create table test (i int);");
111 mDatabase.execSQL("create table test (i int);");
286 mDatabase.execSQL("CREATE TABLE t1 (i int, j int);");
287 mDatabase.execSQL("CREATE TABLE t2 (i int, j int);");
372 // insert into table t1, t2
393 private String table = null; field in class:SQLiteDatabaseTest.Reader
397 public Reader(SQLiteDatabase db, String table, Writer w, int readerNum) {
399 this.table = table;
404 // while the write is alive, in a loop do the query on a table
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 358 assertTrue("Invalid table name", Arrays.binarySearch(
378 assertTrue("Wrong table name", Arrays.binarySearch(tablesName,
393 assertTrue("Wrong table name", Arrays.binarySearch(tablesName,
462 assertEquals("Incorrect primary key table catalog", conn.getCatalog(),
464 assertEquals("Incorrect primary key table schema", "", rs
466 assertEquals("Incorrect primary key table name",
471 assertEquals("Incorrect foreign key table catalog", conn.getCatalog(),
473 assertEquals("Incorrect foreign key table schema", "", rs
475 assertEquals("Incorrect foreign key table name",
701 assertEquals("Incorrect primary key table catalog", conn.getCatalog()
1853 String table = rs.getString("TABLE_NAME"); local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 127 /* This table gives an error message for each of the error codes listed
377 const int32_t *table = (const int32_t *)
380 if (table[i] < 0)
945 /* Initialize WORD_CHAR table, which indicate which character is
375 const int32_t *table = (const int32_t *) local
3411 const int32_t *table, *indirect; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 96 return "vnd.android.cursor.dir/" + args.table;
98 return "vnd.android.cursor.item/" + args.table;
108 qb.setTables(args.table);
118 SQLiteDatabase db, String table, String nullColumnHack, ContentValues values) {
122 return db.insert(table, nullColumnHack, values);
128 db.delete(args.table, args.where, args.args);
136 final long rowId = dbInsertAndCheck(mOpenHelper, db, args.table, null, initialValues);
154 if (dbInsertAndCheck(mOpenHelper, db, args.table, null, values[i]) < 0) {
172 int count = db.delete(args.table, args.where, args.args);
183 int count = db.update(args.table, values, args.where, args.args)
1039 public final String table; field in class:LauncherProvider.SqlArguments
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 46 /* Describes the type of hash table entry structure being used.
47 Different hash table structure have different fields and so
57 table. */
85 /* The linking routines use a hash table which uses this structure for
90 /* Base hash table entry structure. */
110 the link hash table itself. As symbols are defined, they need
159 /* This is the link hash table. It is a derived class of
164 /* The hash table itself. */ member in struct:bfd_link_hash_table
165 struct bfd_hash_table table;
171 /* The type of the link hash table. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 46 /* Describes the type of hash table entry structure being used.
47 Different hash table structure have different fields and so
57 table. */
85 /* The linking routines use a hash table which uses this structure for
90 /* Base hash table entry structure. */
110 the link hash table itself. As symbols are defined, they need
159 /* This is the link hash table. It is a derived class of
164 /* The hash table itself. */ member in struct:bfd_link_hash_table
165 struct bfd_hash_table table;
171 /* The type of the link hash table. *
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 45 /* Describes the type of hash table entry structure being used.
46 Different hash table structure have different fields and so
56 table. */
78 /* The linking routines use a hash table which uses this structure for
83 /* Base hash table entry structure. */
103 the link hash table itself. As symbols are defined, they need
156 /* This is the link hash table. It is a derived class of
161 /* The hash table itself. */ member in struct:bfd_link_hash_table
162 struct bfd_hash_table table;
163 /* The back end which created this hash table. This indicates th
    [all...]

Completed in 1579 milliseconds

<<1112131415