Searched defs:insert (Results 1 - 25 of 50) sorted by path

12

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dlagconceal.cpp102 void insert(int16 array[], int16 num, int16 x);
339 insert(array, i, array[i]);
347 void insert(int16 array[], int16 n, int16 x) function
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvop.cpp505 int quant_scale, Int insert)
514 if (insert) /* insert packet header to the beginning of bs1 */
572 if (insert)
504 EncodeVideoPacketHeader(VideoEncData *video, int MB_number, int quant_scale, Int insert) argument
/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/core/java/android/content/
H A DContentInsertHandler.java27 * Interface to insert data to ContentResolver
32 * insert data from InputStream to ContentResolver
38 public void insert(ContentResolver contentResolver, InputStream in) method in interface:ContentInsertHandler
42 * insert data from String to ContentResolver
47 public void insert(ContentResolver contentResolver, String in) method in interface:ContentInsertHandler
H A DContentProvider.java67 * <li>{@link #insert} which inserts new data into the content provider</li>
73 * <p class="caution">Data access methods (such as {@link #insert} and
199 public Uri insert(Uri uri, ContentValues initialValues) { method in class:ContentProvider.Transport
201 return ContentProvider.this.insert(uri, initialValues);
482 * (via {@link #query}, {@link #insert}, etc). Deferred initialization
676 * Implement this to handle requests to insert a new row.
686 public abstract Uri insert(Uri uri, ContentValues values); method in class:ContentProvider
689 * Override this to handle requests to insert a set of new rows, or the
691 * {@link #insert} on each of them.
705 insert(ur
[all...]
H A DContentProviderClient.java118 /** See {@link ContentProvider#insert ContentProvider.insert} */
119 public Uri insert(Uri url, ContentValues initialValues) method in class:ContentProviderClient
122 return mContentProvider.insert(url, initialValues);
H A DContentProviderNative.java148 Uri out = insert(url, values);
408 public Uri insert(Uri url, ContentValues values) throws RemoteException method in class:ContentProviderProxy
H A DContentResolver.java853 * @param url The URL of the table to insert into.
858 public final Uri insert(Uri url, ContentValues values) method in class:ContentResolver
866 Uri createdRow = provider.insert(url, values);
868 maybeLogUpdateToEventLog(durationMillis, url, "insert", null /* where */);
914 * @param url The URL of the table to insert into.
H A DDefaultDataHandler.java47 * Use first row's uri to insert into another table,
87 public void insert(ContentResolver contentResolver, InputStream in) method in class:DefaultDataHandler
93 public void insert(ContentResolver contentResolver, String in) method in class:DefaultDataHandler
128 Uri u = mContentResolver.insert(mUris.lastElement(), mValues);
137 // case 2, <Col> before <Row> insert last uri
143 throw new SAXException("insert to uri " +
H A DIContentProvider.java41 public Uri insert(Uri url, ContentValues initialValues) method in interface:IContentProvider
H A DSearchRecentSuggestionsProvider.java272 public Uri insert(Uri uri, ContentValues values) { method in class:SearchRecentSuggestionsProvider
279 // Note: This table has on-conflict-replace semantics, so insert() may actually replace()
285 rowID = db.insert(sSuggestions, NULL_COLUMN, values);
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java998 * @param db the SQLiteDatabase to insert into
999 * @param tableName the name of the table to insert into
1048 if (DEBUG) Log.v(TAG, "insert statement is " + mInsertSQL);
1070 * Performs an insert, adding a new row with the given values.
1216 * Performs an insert, adding a new row with the given values.
1226 public long insert(ContentValues values) { method in class:DatabaseUtils.InsertHelper
1231 * Execute the previously prepared insert or replace using the bound values
1235 * way to use this class is to call insert() or replace().
1246 if (DEBUG) Log.v(TAG, "--- doing insert or replace in table " + mTableName);
1258 * 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.
1324 * @param table the table to insert the row into
1330 * provides the name of nullable column name to explicitly insert a NULL into
1337 public long insert(String table, String nullColumnHack, ContentValues values) { method in class:SQLiteDatabase
1349 * @param table the table to insert the row into
1355 * provides the name of nullable column name to explicitly insert a NULL into
1377 * provides the name of nullable column name to explicitly insert a NULL into
1402 * provides the name of nullable column name to explicitly insert a NULL into
1418 * @param table the table to insert the row into
1424 * provides the name of nullable column name to explicitly insert
[all...]
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/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java103 insert(keyBytes, valBytes, currentLoc);
168 private void insert(byte[] keyBytes, byte[] value, int index) { method in class:DnsSdTxtRecord
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java169 * An optional insert, update or delete URI parameter that allows the caller
2249 public static final Uri insert(ContentResolver cr, long eventId, method in class:CalendarContract.CalendarAlerts
2262 return cr.insert(CONTENT_URI, values);
2470 * adapter. Only {@link #COLOR} may be updated after the initial insert. In
H A DSyncStateContract.java109 provider.insert(uri, values);
112 public static Uri insert(ContentProviderClient provider, Uri uri, method in class:SyncStateContract.Helpers
118 return provider.insert(uri, values);
/frameworks/base/core/java/android/text/
H A DEditable.java60 public Editable insert(int where, CharSequence text, int start, int end); method in interface:Editable
66 public Editable insert(int where, CharSequence text); method in interface:Editable
H A DSpannableStringBuilder.java201 public SpannableStringBuilder insert(int where, CharSequence tb, int start, int end) { method in class:SpannableStringBuilder
206 public SpannableStringBuilder insert(int where, CharSequence tb) { method in class:SpannableStringBuilder
/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
H A DQwertyKeyListener.java496 boolean insert, int count) {
504 view, content, set, insert).show();
495 showCharacterPicker(View view, Editable content, char c, boolean insert, int count) argument
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java220 * @param object The object to insert into the array.
223 public void insert(T object, int index) { method in class:ArrayAdapter
292 * {@link #insert}, {@link #remove}, {@link #clear}) automatically call
H A DRemoteViewsAdapter.java571 public void insert(int position, RemoteViews v, long itemId, method in class:RemoteViewsAdapter.FixedSizeRemoteViewsCache
984 mCache.insert(position, remoteViews, itemId, visibleWindow);
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledProvider.java43 public Uri insert(Uri uri, ContentValues values) { method in class:DisabledProvider
H A DEnabledProvider.java43 public Uri insert(Uri uri, ContentValues values) { method in class:EnabledProvider

Completed in 2983 milliseconds

12