Searched refs:insert (Results 26 - 50 of 156) sorted by relevance

1234567

/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java52 * the sense of <code>insert</code>) into <code>text</code>.
56 boolean insert) {
62 mInsert = insert;
96 mText.insert(selEnd, replace);
54 CharacterPickerDialog(Context context, View view, Editable text, String options, boolean insert) argument
/frameworks/base/core/java/android/database/sqlite/
H A DSqliteWrapper.java98 public static Uri insert(Context context, ContentResolver resolver, method in class:SqliteWrapper
101 return resolver.insert(uri, values);
103 Log.e(TAG, "Catch a SQLiteException when insert: ", e);
/frameworks/base/media/mca/filterfw/native/base/
H A Dutilities.h111 items_.insert(item);
147 // inserted, otherwise nothing happens. True indicates that an insert
153 collection->insert(typename Collection::value_type(key, value));
/frameworks/base/media/mca/filterpacks/native/base/
H A Dutilities.h111 items_.insert(item);
147 // inserted, otherwise nothing happens. True indicates that an insert
153 collection->insert(typename Collection::value_type(key, value));
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerProvider.java99 public Uri insert(Uri uri, ContentValues values) { method in class:TrackerProvider
101 long rowId = db.insert(TABLE_NAME, null, values);
/frameworks/compile/linkloader/include/impl/
H A DELFSectionRelTable.hxx103 sym_index_set.insert(rel->getSymTabIndex());
118 sym_index_set.insert(rel->getSymTabIndex());
/frameworks/compile/mclinker/lib/MC/
H A DInputTree.cpp44 InputTree& InputTree::insert(TreeIteratorBase pRoot, function in class:InputTree
64 InputTree& InputTree::insert(TreeIteratorBase pRoot, function in class:InputTree
/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DSqliteWrapper.java110 public static Uri insert(Context context, ContentResolver resolver, method in class:SqliteWrapper
113 return resolver.insert(uri, values);
115 Log.e(TAG, "Catch a SQLiteException when insert: ", e);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DSingleUserProvider.java46 public Uri insert(Uri uri, ContentValues values) { method in class:SingleUserProvider
/frameworks/compile/linkloader/lib/
H A DStubLayout.cpp52 stub_index.insert(std::make_pair(addr, stub));
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java77 // insert alarms
82 db.insert("data", null, values);
168 public Uri insert(Uri url, ContentValues initialValues) { method in class:MemoryFileProvider
169 throw new UnsupportedOperationException("insert not supported");
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteCursorTest.java78 // insert more than 1MB of data in the table. this should ensure that the entire tabledata
85 mDatabase.insert(testTable, null, values);
118 mDatabase.insert(testTable, null, values);
/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp86 ObjectMemberEntryType* entry = m_ObjectMemberMap.insert(pFileOffset, exist);
113 /// @param pLastPos - this records the point to insert the next node in the
115 /// @param pMove - this records the direction to insert the next node in the
122 ArchiveMemberEntryType* entry = m_ArchiveMemberMap.insert(pName, exist);
H A DNamePool.cpp45 /// insertSymbol - insert a symbol and resolve it immediately
60 // should be reserved. Otherwise, we insert the symbol and set up its
63 ResolveInfo* old_symbol = m_Table.insert(pName, exist);
111 ResolveInfo* resolve_info = m_Table.insert(pString, exist);
/frameworks/ex/common/java/com/android/common/content/
H A DSyncStateContentProviderHelper.java28 * and implements query/insert/update/delete to access that table using the
69 db.insert(SYNC_STATE_META_TABLE, SYNC_STATE_META_VERSION_COLUMN, values);
87 public long insert(SQLiteDatabase db, ContentValues values) { method in class:SyncStateContentProviderHelper
/frameworks/base/core/java/android/provider/
H A DUserDictionary.java155 * @param locale the locale to insert the word for, or null to insert the word
178 Uri result = resolver.insert(CONTENT_URI, values);
179 // It's ok if the insert doesn't succeed because the word
/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java102 public Uri insert(Uri url, ContentValues initialValues) { method in class:SuggestionProvider
103 throw new UnsupportedOperationException("insert not supported");
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSmsProviderTest.java63 urls[i] = contentResolver.insert(Sms.Inbox.CONTENT_URI, map);
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp199 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
212 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
226 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
244 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h74 /// insert - insert a new element to the container. The element is
77 entry_type* insert(const key_type& pKey, bool& pExist);
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp192 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
205 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
219 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
237 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp265 void AString::insert(const AString &from, size_t insertionPos) { function in class:android::AString
266 insert(from.c_str(), from.size(), insertionPos);
269 void AString::insert(const char *from, size_t size, size_t insertionPos) { function in class:android::AString
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentProvider.java78 public Uri insert(Uri url, ContentValues initialValues) throws RemoteException { method in class:MockContentProvider.InversionIContentProvider
79 return MockContentProvider.this.insert(url, initialValues);
182 public Uri insert(Uri uri, ContentValues values) { method in class:MockContentProvider
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h117 w_.insert(vec.w_.begin(), vec.w_.end());
118 wmax_.insert(vec.wmax_.begin(), vec.wmax_.end());
119 wmin_.insert(vec.wmin_.begin(), vec.wmin_.end());
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java246 boolean insert = false;
257 insert = true;
261 insert = true;
265 if (insert) {
276 db.insert(APPID_TABLE_NAME, null, values);

Completed in 788 milliseconds

1234567