Searched refs:insert (Results 176 - 200 of 216) sorted by relevance

123456789

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp106 LoadedLibraries.insert(origName);
137 LoadedLibraries.insert(newName.c_str());
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java794 long accountId = db.insert(TABLE_ACCOUNTS, ACCOUNTS_NAME, values);
797 + ", skipping the DB insert failed");
851 return db.insert(TABLE_EXTRAS, EXTRAS_KEY, values);
1311 if (db.insert(TABLE_AUTHTOKENS, AUTHTOKENS_AUTHTOKEN, values) >= 0) {
2243 long accountId = db.insert(TABLE_SHARED_ACCOUNTS, ACCOUNTS_NAME, values);
2246 + ", skipping the DB insert failed");
3209 db.insert(TABLE_GRANTS, GRANTS_ACCOUNTS_ID, values);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp47 if (!Visited.insert(BB)) return;
231 DeadInsts.insert(Exn);
232 DeadInsts.insert(Sel);
1461 if (!MDKindMap.insert(std::make_pair(Kind, NewKind)).second)
1537 AliasInit.insert(std::make_pair(AliasInitWorklist.back().first, C));
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2324 editable.insert(0, chipText);
2535 editable.insert(start, pastedItem);
3087 editable.insert(chipInsertionPoint, chip);
/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp2096 mTypesToCheck.insert(TypeName);
2105 mFieldPackerTypes.insert(TypeName);
H A Dslang_rs_reflection_cpp.cpp856 mTypesToCheck.insert(TypeName);
/frameworks/rs/api/
H A Dgen_runtime.cpp456 set->insert(flag);
494 s.insert(p, rep);
/frameworks/av/media/libmedia/
H A DSoundPool.cpp303 mChannels.insert(iter, channel);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp840 key.insert(AString("cipher-"), 0);
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java1010 * @param db the SQLiteDatabase to insert into
1011 * @param tableName the name of the table to insert into
1060 if (DEBUG) Log.v(TAG, "insert statement is " + mInsertSQL);
1082 * Performs an insert, adding a new row with the given values.
1228 * Performs an insert, adding a new row with the given values.
1238 public long insert(ContentValues values) { method in class:DatabaseUtils.InsertHelper
1243 * Execute the previously prepared insert or replace using the bound values
1247 * way to use this class is to call insert() or replace().
1258 if (DEBUG) Log.v(TAG, "--- doing insert or replace in table " + mTableName);
1270 * Prepare the InsertHelper for an insert
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java166 * or updating the current row. Thus the insert or update always occurs.
1326 * @param table the table to insert the row into
1332 * provides the name of nullable column name to explicitly insert a NULL into
1339 public long insert(String table, String nullColumnHack, ContentValues values) { method in class:SQLiteDatabase
1351 * @param table the table to insert the row into
1357 * provides the name of nullable column name to explicitly insert a NULL into
1379 * provides the name of nullable column name to explicitly insert a NULL into
1404 * provides the name of nullable column name to explicitly insert a NULL into
1420 * @param table the table to insert the row into
1426 * provides the name of nullable column name to explicitly insert
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp381 next = tToPoint.insert(iter, PointMap::value_type(midT, midPoint));
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java430 sb.insert(0, scheme + ":");
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java75 // Slots in the checksum array. Never insert new items in the middle
712 getContentResolver().insert(destination, contentValues);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java236 Uri uri = resolver.insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values);
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java574 db.insert(TABLE, null, cv);
/frameworks/base/tools/aidl/
H A Daidl.cpp903 usedIds.insert(method_item->assigned_id);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp492 reached_sects->insert(target_sect);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp85 m_HasNonPICBranchSyms.insert(rsym);
H A DMipsRelocator.cpp565 m_PostponedRelocs[rsym].insert(&pReloc);
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java424 return resolver.insert(uri, values);
/frameworks/base/core/java/android/provider/
H A DSettings.java1034 resolver.insert(uri, values);
7086 return cr.insert(CONTENT_URI, values);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java2174 mContentResolver.insert(TvContract.WatchedPrograms.CONTENT_URI, values);
2189 mContentResolver.insert(TvContract.WatchedPrograms.CONTENT_URI, values);
/frameworks/base/core/java/android/text/
H A DTextUtils.java1252 // XXX should not insert spaces, should be part of string
1273 out.insert(0, text, 0, ok);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java380 resolver.insert(stateUri, values);

Completed in 2150 milliseconds

123456789