/external/v8/src/ |
runtime.cc | 734 Handle<ObjectHashSet> table = isolate->factory()->NewObjectHashSet(0); local 735 holder->set_table(*table); 745 Handle<ObjectHashSet> table(ObjectHashSet::cast(holder->table())); 746 table = ObjectHashSetAdd(table, key); 747 holder->set_table(*table); 757 Handle<ObjectHashSet> table(ObjectHashSet::cast(holder->table())); 758 return isolate->heap()->ToBoolean(table->Contains(*key)) 778 Handle<ObjectHashTable> table = isolate->factory()->NewObjectHashTable(0); local 811 Handle<ObjectHashTable> table = isolate->factory()->NewObjectHashTable(0); local [all...] |
spaces.cc | 1605 const char* table[Code::NUMBER_OF_KINDS] = { NULL }; local [all...] |
/frameworks/base/core/java/android/webkit/ |
BrowserFrame.java | 1130 SslClientCertLookupTable table = SslClientCertLookupTable.getInstance(); local [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsProvider.java | 115 // Keys (name column) from the 'secure' table that are now in the owner user's 'global' 116 // table, shared across all users 121 // Keys from the 'system' table now moved to 'global' 132 * Decode a content URL into the table, projection, and arguments 136 public String table; field in class:SettingsProvider.SqlArguments 144 this.table = url.getPathSegments().get(0); 145 if (!DatabaseHelper.isValidTable(this.table)) { 146 throw new IllegalArgumentException("Bad root path: " + this.table); 156 this.table = url.getPathSegments().get(0); 157 if (!DatabaseHelper.isValidTable(this.table)) { 205 String table = tableUri.getPathSegments().get(0); local 229 String property = null, table = uri.getPathSegments().get(0); local [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...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngrtran.c | 451 /* Swap the palette around, and set up a table, if necessary */ 476 * develop a translation table. 4431 PNG_CONST png_bytep table = png_ptr->gamma_from_1; local 4450 PNG_CONST png_uint_16pp table = png_ptr->gamma_16_from_1; local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherProvider.java | 104 return "vnd.android.cursor.dir/" + args.table; 106 return "vnd.android.cursor.item/" + args.table; 116 qb.setTables(args.table); 126 SQLiteDatabase db, String table, String nullColumnHack, ContentValues values) { 130 return db.insert(table, nullColumnHack, values); 136 db.delete(args.table, args.where, args.args); 144 final long rowId = dbInsertAndCheck(mOpenHelper, db, args.table, null, initialValues); 162 if (dbInsertAndCheck(mOpenHelper, db, args.table, null, values[i]) < 0) { 180 int count = db.delete(args.table, args.where, args.args); 191 int count = db.update(args.table, values, args.where, args.args) 1163 public final String table; field in class:LauncherProvider.SqlArguments [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/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...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/ |
bfdlink.h | 47 /* Describes the type of hash table entry structure being used. 48 Different hash table structure have different fields and so 58 table. */ 86 /* The linking routines use a hash table which uses this structure for 91 /* Base hash table entry structure. */ 113 the link hash table itself. As symbols are defined, they need 161 /* This is the link hash table. It is a derived class of 166 /* The hash table itself. */ member in struct:bfd_link_hash_table 167 struct bfd_hash_table table; 173 /* The type of the link hash table. * [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/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...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/ |
bfdlink.h | 47 /* Describes the type of hash table entry structure being used. 48 Different hash table structure have different fields and so 58 table. */ 86 /* The linking routines use a hash table which uses this structure for 91 /* Base hash table entry structure. */ 113 the link hash table itself. As symbols are defined, they need 161 /* This is the link hash table. It is a derived class of 166 /* The hash table itself. */ member in struct:bfd_link_hash_table 167 struct bfd_hash_table table; 173 /* The type of the link hash table. * [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/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...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/ |
bfdlink.h | 47 /* Describes the type of hash table entry structure being used. 48 Different hash table structure have different fields and so 58 table. */ 86 /* The linking routines use a hash table which uses this structure for 91 /* Base hash table entry structure. */ 113 the link hash table itself. As symbols are defined, they need 161 /* This is the link hash table. It is a derived class of 166 /* The hash table itself. */ member in struct:bfd_link_hash_table 167 struct bfd_hash_table table; 173 /* The type of the link hash table. * [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/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...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/ |
bfdlink.h | 47 /* Describes the type of hash table entry structure being used. 48 Different hash table structure have different fields and so 58 table. */ 86 /* The linking routines use a hash table which uses this structure for 91 /* Base hash table entry structure. */ 113 the link hash table itself. As symbols are defined, they need 161 /* This is the link hash table. It is a derived class of 166 /* The hash table itself. */ member in struct:bfd_link_hash_table 167 struct bfd_hash_table table; 173 /* The type of the link hash table. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/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...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/ |
bfdlink.h | 47 /* Describes the type of hash table entry structure being used. 48 Different hash table structure have different fields and so 58 table. */ 86 /* The linking routines use a hash table which uses this structure for 91 /* Base hash table entry structure. */ 113 the link hash table itself. As symbols are defined, they need 161 /* This is the link hash table. It is a derived class of 166 /* The hash table itself. */ member in struct:bfd_link_hash_table 167 struct bfd_hash_table table; 173 /* The type of the link hash table. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/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...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/ |
bfdlink.h | 47 /* Describes the type of hash table entry structure being used. 48 Different hash table structure have different fields and so 58 table. */ 86 /* The linking routines use a hash table which uses this structure for 91 /* Base hash table entry structure. */ 113 the link hash table itself. As symbols are defined, they need 161 /* This is the link hash table. It is a derived class of 166 /* The hash table itself. */ member in struct:bfd_link_hash_table 167 struct bfd_hash_table table; 173 /* The type of the link hash table. * [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/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...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/ |
bfdlink.h | 47 /* Describes the type of hash table entry structure being used. 48 Different hash table structure have different fields and so 58 table. */ 86 /* The linking routines use a hash table which uses this structure for 91 /* Base hash table entry structure. */ 113 the link hash table itself. As symbols are defined, they need 161 /* This is the link hash table. It is a derived class of 166 /* The hash table itself. */ member in struct:bfd_link_hash_table 167 struct bfd_hash_table table; 173 /* The type of the link hash table. * [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/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...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/ |
bfdlink.h | 47 /* Describes the type of hash table entry structure being used. 48 Different hash table structure have different fields and so 58 table. */ 86 /* The linking routines use a hash table which uses this structure for 91 /* Base hash table entry structure. */ 113 the link hash table itself. As symbols are defined, they need 161 /* This is the link hash table. It is a derived class of 166 /* The hash table itself. */ member in struct:bfd_link_hash_table 167 struct bfd_hash_table table; 173 /* The type of the link hash table. * [all...] |
/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...] |