HomeSort by relevance Sort by last modified time
    Searched refs:insert (Results 326 - 350 of 562) sorted by null

<<11121314151617181920>>

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 235 // do not add NULL to the map so that insert() will set the default value
298 db.insert(CARRIERS_TABLE, null, row);
381 public Uri insert(Uri url, ContentValues initialValues) method in class:TelephonyProvider
435 long rowID = db.insert(CARRIERS_TABLE, null, values);
  /external/v8/tools/
splaytree.js 70 * @param {number} key Key to insert into the tree.
71 * @param {*} value Value to insert into the tree.
73 goog.structs.SplayTree.prototype.insert = function(key, value) {
122 // Insert the original right child as the right child of the new
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 163 private static final String UPDATED_MESSAGE_INSERT = "insert or ignore into " +
170 private static final String DELETED_MESSAGE_INSERT = "insert or replace into " +
202 // insert into this URI causes a mailbox to be added to the account
210 // insert into this URI causes a message to be added to the mailbox
219 // insert into this URI causes an attachment to be added to the message
229 // The attachments of a specific message (query only) (insert & delete TBD)
353 // Insert a message; if flagRead is zero, add to the unread count of the message's mailbox
354 db.execSQL("create trigger unread_message_insert before insert on " + Message.TABLE_NAME +
938 public Uri insert(Uri uri, ContentValues values) { method in class:EmailProvider
    [all...]
  /packages/apps/IM/src/com/android/im/service/
ContactListManagerAdapter.java 707 mResolver.insert(uri, values);
749 * Insert or update subscription request from user into the database.
783 uri = mResolver.insert(mContactUrl, values);
    [all...]
ImConnectionAdapter.java 320 cr.insert(uri, values);
460 Uri uri = resolver.insert(Imps.Invitation.CONTENT_URI, values);
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtils_InsertHelperTest.java 150 method = "insert",
198 mInsertHelper.bind(mInsertHelper.getColumnIndex("string_value"), "test insert");
214 assertEquals("test insert", cursor.getString(stringValueIndex));
225 // subsequent insert() should ignore existing bindings
232 values.put("string_value", "insert another row");
235 id = mInsertHelper.insert(values);
246 assertEquals("insert another row", cursor.getString(stringValueIndex));
254 assertEquals(-1, mInsertHelper.insert(values));
345 // without specifying a key, this becomes an insert
352 mInsertHelper.bind(mInsertHelper.getColumnIndex("string_value"), "test insert");
    [all...]
  /external/clearsilver/scripts/
document.py 226 sys.path.insert (0, "../python")
227 sys.path.insert (0, "python")
  /external/freetype/src/pshinter/
pshalgo.c 1921 PSH_Point* insert; local
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 78 test1.insert(24, "good ");
81 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
83 c->insert(24, "good ");
85 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\"");
136 test3.insert(0, (UChar32)0x20100).length() != 4 ||
140 errln((UnicodeString)"simple UChar32 overloads for replace, insert, setTo or = failed");
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
synchronize.h 186 string_set_.insert(s);
200 element_map_.insert(pair<const Element, StateId>(e, s));
  /external/stlport/test/unit/
list_test.cpp 390 lintref.insert(lintref.begin(), 10, 1);
391 lintref.insert(lintref.begin(), 10, 0);
  /external/v8/benchmarks/
splay.js 72 // Insert new node with a unique key.
77 splayTree.insert(key, GeneratePayloadTree(kSplayTreePayloadDepth, key));
156 * @param {number} key Key to insert into the tree.
157 * @param {*} value Value to insert into the tree.
159 SplayTree.prototype.insert = function(key, value) {
208 // Insert the original right child as the right child of the new
  /external/webkit/SunSpider/tests/v8-v4/
v8-splay.js 67 // Insert new node with a unique key.
72 splayTree.insert(key, GeneratePayloadTree(kSplayTreePayloadDepth, key));
151 * @param {number} key Key to insert into the tree.
152 * @param {*} value Value to insert into the tree.
154 SplayTree.prototype.insert = function(key, value) {
203 // Insert the original right child as the right child of the new
  /external/webkit/WebCore/platform/text/
PlatformString.h 128 void insert(const String&, unsigned pos);
129 void insert(const UChar*, unsigned length, unsigned pos);
  /frameworks/base/core/java/android/provider/
Browser.java 305 cr.insert(BOOKMARKS_URI, map);
553 cr.insert(SEARCHES_URI, map);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 230 public Uri insert(Uri uri, ContentValues values) { method in class:BluetoothOppProvider
234 if (D) Log.d(TAG, "calling insert on an unknown/invalid URI: " + uri);
278 long rowID = db.insert(DB_TABLE, null, filteredValues);
287 if (D) Log.d(TAG, "couldn't insert into btopp database");
  /packages/apps/Email/tests/src/com/android/email/mail/store/
LocalStoreUnitTests.java     [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 130 Uri url = mResolver.insert(mEventsUri, m);
191 mResolver.insert(Calendar.Calendars.CONTENT_URI, values);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SocialProvider.java 152 public Uri insert(Uri uri, ContentValues values) { method in class:SocialProvider
185 // requested by this insert.
208 // Insert the data row itself
209 id = db.insert(Tables.ACTIVITIES, Activities.RAW_ID, values);
ContactsProvider2.java 144 // TODO: check for restricted flag during insert(), update(), and delete() calls
990 public long insert(SQLiteDatabase db, long rawContactId, ContentValues values) { method in class:ContactsProvider2.DataRowHandler
1148 public long insert(SQLiteDatabase db, long rawContactId, ContentValues values) { method in class:ContactsProvider2.StructuredNameRowHandler
1275 public long insert(SQLiteDatabase db, long rawContactId, ContentValues values) { method in class:ContactsProvider2.StructuredPostalRowHandler
1342 public long insert(SQLiteDatabase db, long rawContactId, ContentValues values) { method in class:ContactsProvider2.CommonDataRowHandler
1383 public long insert(SQLiteDatabase db, long rawContactId, ContentValues values) { method in class:ContactsProvider2.OrganizationDataRowHandler
1467 public long insert(SQLiteDatabase db, long rawContactId, ContentValues values) { method in class:ContactsProvider2.EmailDataRowHandler
1533 public long insert(SQLiteDatabase db, long rawContactId, ContentValues values) { method in class:ContactsProvider2.NicknameDataRowHandler
1588 public long insert(SQLiteDatabase db, long rawContactId, ContentValues values) { method in class:ContactsProvider2.PhoneDataRowHandler
1696 public long insert(SQLiteDatabase db, long rawContactId, ContentValues values) { method in class:ContactsProvider2.GroupMembershipRowHandler
1767 public long insert(SQLiteDatabase db, long rawContactId, ContentValues values) { method in class:ContactsProvider2.PhotoDataRowHandler
2236 public Uri insert(Uri uri, ContentValues values) { method in class:ContactsProvider2
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
TimeZone.java 475 buf.insert(4, '0');
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
Duration.java     [all...]
  /dalvik/libcore/xml/src/main/java/org/kxml2/kdom/
Node.java 67 types.insert(index, (char) type);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader5.java 194 Uri uri = getContentResolver().insert(
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 122 // Requested to insert: set that state, and create a new entry
125 mUri = getContentResolver().insert(intent.getData(), null);
131 Log.e(TAG, "Failed to insert new note into " + getIntent().getData());

Completed in 1268 milliseconds

<<11121314151617181920>>