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

<<11121314151617181920>>

  /external/icu4c/layout/
LEGlyphStorage.cpp 555 return fInsertionList->insert(atIndex, insertCount, success);
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
mp4enc_lib.h 33 int quant_scale, Int insert);
  /external/skia/src/ports/
SkFontHost_android.cpp 209 list = gNameList.insert(~index);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
factor-weight.h 247 element_map_.insert(pair<const Element, StateId>(e, s));
shortest-path.h 263 distance->insert(distance->begin(), Weight::One());
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py 142 oldParent.insert(myIndex, replaceWith)
180 def insert(self, position, newChild): member in class:PageElement
238 self.contents.insert(position, newChild)
242 self.insert(len(self.contents), tag)
    [all...]
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java 426 long accountId = db.insert(TABLE_ACCOUNTS, ACCOUNTS_NAME, values);
453 return db.insert(TABLE_EXTRAS, EXTRAS_KEY, values);
641 if (db.insert(TABLE_AUTHTOKENS, AUTHTOKENS_AUTHTOKEN, values) >= 0) {
    [all...]
  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 137 * Create a {@link Builder} suitable for building an insert {@link ContentProviderOperation}.
138 * @param uri The {@link Uri} that is the target of the insert.
203 * row if this was an insert otherwise the number of rows affected.
204 * @throws OperationApplicationException thrown if either the insert fails or
214 Uri newUri = provider.insert(mUri, values);
216 throw new OperationApplicationException("insert failed");
443 * This can only be used with builders of type insert, update, or assert.
459 * This can only be used with builders of type insert, update, or assert.
496 * This can only be used with builders of type insert, update, or assert.
512 * A value to insert or update. This value may be overwritten b
    [all...]
  /frameworks/base/core/java/android/net/
Downloads.java 541 Uri downloadUri = cr.insert(android.provider.Downloads.Impl.CONTENT_URI, values);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 268 getContentResolver().insert(contentUri, cv);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 281 mResolver.insert(mRawUri, values);
  /frameworks/base/tools/localize/
merge_res_and_xliff.cpp 242 files.insert(mf);
  /packages/apps/AlarmClock/src/com/android/alarmclock/
Alarms.java 90 return contentResolver.insert(Alarm.Columns.CONTENT_URI, values);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 287 * Retry the failed transfer: Will insert a new transfer session to db
295 final Uri contentUri = context.getContentResolver().insert(BluetoothShare.CONTENT_URI,
297 if (V) Log.v(TAG, "Insert contentUri: " + contentUri + " to device: " +
  /packages/apps/Camera/src/com/android/camera/
ImageManager.java 192 // We should store image data earlier than insert it to ContentProvider,
239 return cr.insert(STORAGE_URI, values);
  /packages/apps/Email/src/com/android/email/mail/store/
LocalStore.java 501 mDb.insert("pending_commands", "command", cv);
588 mDb.insert("remote_store_data", null, cv);
673 mDb.execSQL("INSERT INTO folders (name, visible_limit) VALUES (?, ?)", new Object[] {
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 287 public Uri insert(Uri uri, ContentValues values) { method in class:AttachmentProvider
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 206 // We should store image data earlier than insert it to ContentProvider, otherwise
249 return cr.insert(STORAGE_URI, values);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 478 sb.insert(0, ANDROID_MANIFEST_STYLEABLE);
  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 737 // Remember the old values, and insert the new ones
    [all...]
  /external/gtest/src/
gtest-death-test.cc 275 // Do not expand insert sequences in the message definition.
    [all...]
  /external/icu4c/i18n/
translit.cpp 242 * insert new text into the buffer. As a result, it only performs
753 variant.insert(0, VARIANT_SEP);
    [all...]
  /external/icu4c/test/intltest/
tstnorm.cpp 486 inline static void insert(UnicodeString& dest, int pos, UChar32 ch) function
505 insert(reverse, 0, ch);
    [all...]
  /external/stlport/stlport/stl/
_string.c 280 void basic_string<_CharT,_Traits,_Alloc>::insert(iterator __pos, function in class:_Alloc
382 insert(__last, __n - __len, __c);
406 // We have to deal with possible reallocation because we do insert first.
  /external/webkit/JavaScriptCore/yarr/
RegexCompiler.cpp 162 // binary chop, find position to insert char.
180 matches.insert(pos, ch);
197 ranges.insert(i, CharacterRange(lo, hi));

Completed in 1009 milliseconds

<<11121314151617181920>>