Searched refs:insert (Results 101 - 125 of 156) sorted by relevance

1234567

/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp710 pLDInfo.scripts().renameMap().insert(*wname, exist);
721 pLDInfo.scripts().renameMap().insert(from_real_str, exist);
735 pLDInfo.scripts().renameMap().insert(*pname, exist);
746 pLDInfo.scripts().renameMap().insert(from_real_str, exist);
/frameworks/compile/slang/
H A Dslang_rs.cpp177 if (!ReflectedDefinitions.insert(ME))
H A Dslang_rs_reflection.h217 mFieldIndexMap.insert(std::make_pair(F, mFieldIndex));
H A Dllvm-rs-cc.cpp67 return SavedStrings.insert(S).first->c_str();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java108 public Uri insert(Uri url, ContentValues initialValues) { method in class:IccProvider
113 if (DBG) log("insert");
128 "Cannot insert into URL: " + url);
194 "Cannot insert into URL: " + url);
268 "Cannot insert into URL: " + url);
/frameworks/base/core/java/android/provider/
H A DContacts.java543 return resolver.insert(GroupMembership.CONTENT_URI, values);
562 Uri contactUri = resolver.insert(People.CONTENT_URI, values);
1458 Uri loc = resolver.insert(CONTENT_URI, values);
2209 * If present, forces a bypass of quick insert mode.
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 DMediaStore.java802 * @param imagePath The path to the image to insert
850 Uri url = cr.insert(Images.Thumbnails.EXTERNAL_CONTENT_URI, values);
888 url = cr.insert(EXTERNAL_CONTENT_URI, values);
911 Log.e(TAG, "Failed to insert image", e);
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp62 str.insert(0, "On");
71 str.insert(0, "on");
80 str.insert(0, "push");
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py136 largs.insert(0, self.current_device)
137 largs.insert(0, "-s")
139 largs.insert(0, self.adb_path)
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1066 mEST.getText().insert(curpos++, "\n");
1071 mEST.getText().insert(curpos++, "\n");
1367 mEST.getText().insert(end, "\n");
1403 mEST.getText().insert(end, "\n");
1685 mEST.getText().insert(end, "\n");
1733 mEST.getText().insert(curpos, "" + IMAGECHAR);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java737 if (db.insert(args.table, null, values[i]) < 0) return 0;
824 public Uri insert(Uri url, ContentValues initialValues) { method in class:SettingsProvider
838 if (LOCAL_LOGV) Slog.v(TAG, "insert(" + url + ") for user " + desiredUserHandle
853 // If this is an insert() of a key that has been migrated to the global store,
858 if (LOCAL_LOGV) Slog.i(TAG, "Rewrite of insert() of now-global key " + name);
864 // Check write permissions only after determining which table the insert will touch
882 final long rowId = db.insert(args.table, null, initialValues);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_lib.h33 int quant_scale, Int insert);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp466 key.insert(AString("cipher-"), 0);
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java33 * can insert, update, and remove records in a content provider. For example,
40 * adb shell content insert --uri content://settings/secure --bind name:s:new_setting
67 + "usage: adb shell content insert --uri <URI> [--user <USER_ID>]"
77 + " adb shell content insert --uri content://settings/secure --bind name:s:new_setting"
108 private static final String ARGUMENT_INSERT = "insert";
361 provider.insert(mUri, mContentValues);
/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java137 * 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");
445 * This can only be used with builders of type insert, update, or assert.
461 * This can only be used with builders of type insert, update, or assert.
498 * This can only be used with builders of type insert, update, or assert.
514 * A value to insert o
[all...]
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.
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClient.java446 builder.insert(0, "echo '" + base64 + "' | base64 -d > /tmp/$$.bin; ");
/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsService.java323 db.insert(TABLE, null, cv);
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java80 Uri uri = r.insert(table, v);
/frameworks/base/media/java/android/media/
H A DMediaScanner.java932 // Setting a flag in order not to use bulk insert for the file related with
954 // New file, insert it.
960 result = mMediaProvider.insert(tableUri, values);
964 inserter.insert(tableUri, values);
1612 mMediaProvider.insert(playlistUri, values);
1777 uri = mMediaProvider.insert(mPlaylistsUri, values);
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp145 // insert a node into the subtree of current archive.
150 pArchive.inputs().insert(parent->lastPos, *(parent->move), *member);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp807 entry = m_pSymIndexMap->insert(NULL, sym_exist);
864 entry = m_pSymIndexMap->insert(NULL, sym_exist);
958 entry = m_pSymIndexMap->insert(NULL, sym_exist);
972 entry = m_pSymIndexMap->insert(*symbol, sym_exist);
/frameworks/base/core/java/android/app/
H A DDownloadManager.java670 * @return ContentValues to be passed to DownloadProvider.insert()
911 Uri downloadUri = mResolver.insert(Downloads.Impl.CONTENT_URI, values);
1188 Uri downloadUri = mResolver.insert(Downloads.Impl.CONTENT_URI, values);
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java611 public void insert(int position, RemoteViews v, long itemId, method in class:RemoteViewsAdapter.FixedSizeRemoteViewsCache
1057 mCache.insert(position, remoteViews, itemId, visibleWindow);

Completed in 689 milliseconds

1234567