/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Canvas.py | 75 def insert(self, beforethis, string): member in class:CanvasItem 76 self.canvas.insert(self.id, beforethis, string) 174 def insert(self, beforeThis, string): member in class:Group 175 self._do('insert', beforeThis, string)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sre_parse.py | 137 def insert(self, index, code): member in class:SubPattern 138 self.data.insert(index, code)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bisect.py | 44 def insert(self, idx, item): member in class:Range 253 def insert(self, index, item): member in class:TestInsort.test_listDerived.List 254 self.data.insert(index, item)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
UndoDelegator.py | 80 def insert(self, index, chars, tags=None): member in class:UndoDelegator 197 if name != "insert" and name != "current": 208 # Undoable insert command 217 # Insert before the final newline 219 text.insert(self.index1, self.chars, self.tags) 225 text.mark_set('insert', self.index1) 226 text.insert(self.index1, self.chars, self.tags) 228 text.see('insert') 232 text.mark_set('insert', self.index1) 235 text.see('insert') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Canvas.py | 75 def insert(self, beforethis, string): member in class:CanvasItem 76 self.canvas.insert(self.id, beforethis, string) 174 def insert(self, beforeThis, string): member in class:Group 175 self._do('insert', beforeThis, string)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre_parse.py | 137 def insert(self, index, code): member in class:SubPattern 138 self.data.insert(index, code)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bisect.py | 44 def insert(self, idx, item): member in class:Range 253 def insert(self, index, item): member in class:TestInsort.test_listDerived.List 254 self.data.insert(index, item)
|
/system/core/include/sysutils/ |
List.h | 169 insert(begin(), src.begin(), src.end()); 208 void push_front(const T& val) { insert(begin(), val); } 209 void push_back(const T& val) { insert(end(), val); } 211 /* insert before the current node; returns iterator at new node */ 212 iterator insert(iterator posn, const T& val) function in class:android::sysutils::List 222 /* insert a range of elements before the current node */ 223 void insert(iterator posn, const_iterator first, const_iterator last) { function in class:android::sysutils::List 225 insert(posn, *first); 327 insert(lastDst, firstSrc, lastSrc); // copy remaining over
|
/system/core/include/utils/ |
List.h | 168 insert(begin(), src.begin(), src.end()); 207 void push_front(const T& val) { insert(begin(), val); } 208 void push_back(const T& val) { insert(end(), val); } 210 /* insert before the current node; returns iterator at new node */ 211 iterator insert(iterator posn, const T& val) function in class:android::List 221 /* insert a range of elements before the current node */ 222 void insert(iterator posn, const_iterator first, const_iterator last) { function in class:android::List 224 insert(posn, *first); 326 insert(lastDst, firstSrc, lastSrc); // copy remaining over
|
/system/netd/ |
List.h | 169 insert(begin(), src.begin(), src.end()); 208 void push_front(const T& val) { insert(begin(), val); } 209 void push_back(const T& val) { insert(end(), val); } 211 /* insert before the current node; returns iterator at new node */ 212 iterator insert(iterator posn, const T& val) function in class:android::netd::List 222 /* insert a range of elements before the current node */ 223 void insert(iterator posn, const_iterator first, const_iterator last) { function in class:android::netd::List 225 insert(posn, *first); 327 insert(lastDst, firstSrc, lastSrc); // copy remaining over
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsProvider.java | 270 public Uri insert(Uri uri, ContentValues values) { method in class:MmsProvider 271 // Don't let anyone insert anything with the _data column 280 Log.v(TAG, "Insert uri=" + uri + ", match=" + match); 324 Log.e(TAG, "insert: invalid request: " + uri); 367 if ((rowId = db.insert(table, null, finalValues)) <= 0) { 368 Log.e(TAG, "MmsProvider.insert: failed! " + finalValues); 378 if ((rowId = db.insert(table, null, finalValues)) <= 0) { 379 Log.e(TAG, "Failed to insert address: " + finalValues); 437 Log.d(TAG, "MmsProvider.insert setPermissions result: " + result); 447 if ((rowId = db.insert(table, null, finalValues)) <= 0) [all...] |
SmsProvider.java | 349 public Uri insert(Uri url, ContentValues initialValues) { method in class:SmsProvider 465 // the insert below, but we'd have to query to find the old _id 490 Log.e(TAG, "insert: query contact uri " + uri + " caught ", ex); 509 rowID = db.insert(table, "body", values); 523 db.insert(TABLE_WORDS, Telephony.MmsSms.WordsTable.INDEXED_TEXT, cv); 529 Log.d(TAG, "insert " + uri + " succeeded"); 534 Log.e(TAG,"insert: failed! " + values.toString());
|
/cts/tests/tests/content/src/android/content/cts/ |
ContentProviderTest.java | 253 public Uri insert(Uri uri, ContentValues values) { method in class:ContentProviderTest.MockContentProvider 310 mDb.execSQL("INSERT INTO files VALUES ( \"" + fileName + "\");"); 324 public Uri insert(Uri uri, ContentValues values) { method in class:ContentProviderTest.OpenFileContentProvider
|
ContentQueryMapTest.java | 64 mResolver.insert(DummyProvider.CONTENT_URI, values0); 69 mResolver.insert(DummyProvider.CONTENT_URI, values1); 222 // insert NAME3 and VALUE3 226 mResolver.insert(DummyProvider.CONTENT_URI, values); 311 // insert NAME3 and VALUE3 315 mResolver.insert(DummyProvider.CONTENT_URI, values);
|
/cts/tests/tests/provider/src/android/provider/cts/ |
Contacts_PeopleTest.java | 76 // insert some lines in people table and groups table to be used in test case. 82 mPeopleRowsAdded.add(mProvider.insert(People.CONTENT_URI, value)); 87 mGroupRowsAdded.add(mProvider.insert(Groups.CONTENT_URI, value)); 89 mGroupRowsAdded.add(mProvider.insert(Groups.CONTENT_URI, value)); 119 mProvider.insert(Groups.CONTENT_URI, testValues);
|
MediaStore_FilesTest.java | 59 mResolver.insert(allFilesUri, values); 69 Uri fileUri = mResolver.insert(allFilesUri, values); 91 Uri foo = mResolver.insert(allFilesUri, values); 106 // insert file and check its parent 111 fileUri = mResolver.insert(allFilesUri, values); 145 Uri fileUri = mResolver.insert(allFilesUri, values); 161 // insert some dummy starter data into the provider 166 Uri uri = mResolver.insert(MediaStore.Images.Media.INTERNAL_CONTENT_URI, values); 213 // Insert a private file into the database. Since it's private, the media provider won't
|
MediaStore_Images_ThumbnailsTest.java | 91 Uri uri = mContentResolver.insert(Thumbnails.INTERNAL_CONTENT_URI, values); 119 // insert the image by bitmap 182 // insert image, then delete it via the files table 196 // insert image, then delete its thumbnail 247 // insert 248 Uri uri = mContentResolver.insert(Thumbnails.EXTERNAL_CONTENT_URI, values); 278 // can not insert any data, so other operations can not be tested 280 mContentResolver.insert(Thumbnails.INTERNAL_CONTENT_URI, new ContentValues());
|
SearchRecentSuggestionsTest.java | 66 // insert three rows 131 // Test: insert 138 mTestSRSProvider.insert(mTestUri, value);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ArrayAdapterTest.java | 202 * insert the item to the specific position, notify data changed 210 mArrayAdapter.insert(STR1, 0); 215 mArrayAdapter.insert(STR2, 0); 220 mArrayAdapter.insert(STR3, mArrayAdapter.getCount()); 223 mArrayAdapter.insert(null, 0); 227 mArrayAdapter.insert(STR1, -1); 234 mArrayAdapter.insert(STR1, mArrayAdapter.getCount() + 1); 393 * insert multiple items via add, notify data changed 412 * insert multiple items via addAll, notify data changed 439 * insert multiple items via addAll, notify data change [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
OutputFinisher.java | 221 * @param at {@code >= 0;} what index to insert at 222 * @param insn {@code non-null;} the instruction to insert 224 public void insert(int at, DalvInsn insn) { method in class:OutputFinisher 230 * Helper for {@link #add} and {@link #insert},
|
/dalvik/dx/src/com/android/dx/dex/code/ |
OutputFinisher.java | 230 * @param at {@code >= 0;} what index to insert at 231 * @param insn {@code non-null;} the instruction to insert 233 public void insert(int at, DalvInsn insn) { method in class:OutputFinisher 239 * Helper for {@link #add} and {@link #insert},
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LoaderThrottle.java | 269 public Uri insert(Uri uri, ContentValues initialValues) { method in class:LoaderThrottle.SimpleProvider 271 // Can only insert into to main URI. 289 long rowId = db.insert(MainTable.TABLE_NAME, null, values); 291 // If the insert succeeded, the row ID exists. 298 throw new SQLException("Failed to insert row into " + uri); 445 cr.insert(MainTable.CONTENT_URI, values); 446 // Wait a bit between each insert. 479 // Insert desired behavior here.
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotePadProvider.java | 491 * {@link android.content.ContentResolver#insert(Uri, ContentValues)}. 499 public Uri insert(Uri uri, ContentValues initialValues) { method in class:NotePadProvider 546 // Performs the insert and returns the ID of the new note. 547 long rowId = db.insert( 548 NotePad.Notes.TABLE_NAME, // The table to insert into. 551 values // A map of column names, and the values to insert 555 // If the insert succeeded, the row ID exists. 565 // If the insert didn't succeed, then the rowID is <= 0. Throws an exception. 566 throw new SQLException("Failed to insert row into " + uri); 743 * so it can insert test data into the database. The test case class is responsible fo [all...] |
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
LoaderThrottleSupport.java | 270 public Uri insert(Uri uri, ContentValues initialValues) { method in class:LoaderThrottleSupport.SimpleProvider 272 // Can only insert into to main URI. 290 long rowId = db.insert(MainTable.TABLE_NAME, null, values); 292 // If the insert succeeded, the row ID exists. 299 throw new SQLException("Failed to insert row into " + uri); 446 cr.insert(MainTable.CONTENT_URI, values); 447 // Wait a bit between each insert. 479 // Insert desired behavior here.
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
XmlDocumentProvider.java | 312 public Uri insert(Uri uri, ContentValues values) { method in class:XmlDocumentProvider
|