Home
last modified time | relevance | path

Searched defs:insert (Results 426 – 450 of 3376) sorted by relevance

1...<<11121314151617181920>>...136

/aosp_15_r20/frameworks/base/core/java/android/content/
H A DIContentProvider.java89 default Uri insert(String callingPkg, Uri url, ContentValues initialValues) in insert() method
94 Uri insert(@NonNull AttributionSource attributionSource, Uri url, in insert() method
H A DContentProviderClient.java334 public @Nullable Uri insert(@NonNull Uri url, @Nullable ContentValues initialValues) in insert() method in ContentProviderClient
341 public @Nullable Uri insert(@NonNull Uri url, @Nullable ContentValues initialValues, in insert() method in ContentProviderClient
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DDenseMap.h220 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() function
227 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert() function
310 void insert(InputIt I, InputIt E) { in insert() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DDenseMap.h220 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() function
227 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert() function
310 void insert(InputIt I, InputIt E) { in insert() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DDenseMap.h220 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() function
227 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert() function
310 void insert(InputIt I, InputIt E) { in insert() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DDenseMap.h207 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() function
214 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert() function
297 void insert(InputIt I, InputIt E) { in insert() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseMap.h196 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() function
203 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert() function
268 void insert(InputIt I, InputIt E) { in insert() function
H A DStringMap.h393 bool insert(MapEntryTy *KeyValue) { in insert() function
413 std::pair<iterator, bool> insert(std::pair<StringRef, ValueTy> KV) { in insert() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DDenseMap.h220 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() function
227 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert() function
310 void insert(InputIt I, InputIt E) { in insert() function
/aosp_15_r20/packages/modules/StatsD/statsd/src/utils/
DDbUtils.cpp283 bool insert(const ConfigKey& key, const int64_t metricId, const vector<LogEvent>& events, in insert() function
297 bool insert(sqlite3* db, const int64_t metricId, const vector<LogEvent>& events, string& error) { in insert() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DImmutableGraph.h118 bool insert(const Node &N) { in insert() function
206 bool insert(const Edge &E) { in insert() function
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DContentProviderTest.java442 public Uri insert(Uri uri, ContentValues values) { in insert() method in ContentProviderTest.MockContentProvider
515 public Uri insert(Uri uri, ContentValues values) { in insert() method in ContentProviderTest.OpenFilePipeContentProvider
/aosp_15_r20/system/libvintf/
H A Dmain.cpp236 void insert(const HalManifest* manifest, Table* table, const RowMutator& mutate) { in insert() function
245 void insert(const CompatibilityMatrix* matrix, Table* table, const RowMutator& mutate) { in insert() function
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
H A DArrayUtils.java2783 … public static boolean[] insert(final int index, final boolean[] array, final boolean... values) { in insert() method in ArrayUtils
2825 public static byte[] insert(final int index, final byte[] array, final byte... values) { in insert() method in ArrayUtils
2867 public static char[] insert(final int index, final char[] array, final char... values) { in insert() method in ArrayUtils
2909 public static double[] insert(final int index, final double[] array, final double... values) { in insert() method in ArrayUtils
2951 public static float[] insert(final int index, final float[] array, final float... values) { in insert() method in ArrayUtils
2993 public static int[] insert(final int index, final int[] array, final int... values) { in insert() method in ArrayUtils
3035 public static long[] insert(final int index, final long[] array, final long... values) { in insert() method in ArrayUtils
3077 public static short[] insert(final int index, final short[] array, final short... values) { in insert() method in ArrayUtils
3121 public static <T> T[] insert(final int index, final T[] array, final T... values) { in insert() method in ArrayUtils
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp2030 WithInsertPoint insert(false_block); in emitIfElseBlocks() local
2055 WithInsertPoint insert(true_block); in emitIfElseBlocks() local
2085 WithInsertPoint insert(true_block); in emitIfElseBlocks() local
2091 WithInsertPoint insert(false_block); in emitIfElseBlocks() local
2369 WithInsertPoint insert(condition_block); in emitLoopCommon() local
2372 WithInsertPoint insert(n); in emitLoopCommon() local
4208 WithInsertPoint insert(fork_node); in emitForkExpr() local
4244 WithInsertPoint insert(await_node); in emitAwaitableExpr() local
4366 WithInsertPoint insert(rpc_node); in emitRpcExpr() local
H A Dexit_transforms.cpp209 WithInsertPoint insert(body); in transformLoop() local
379 WithInsertPoint insert(*block->nodes().begin()); in deleteAfterExitNodes() local
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/analysis/
H A DExecutor.java266 int insert = end - (opcode - DUP_X1) - 1; in execute() local
283 int insert = end - (opcode - DUP2_X1) - 1; in execute() local
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dstore.rs105 pub fn insert(&mut self, id: StreamId, val: Stream) -> Ptr { in insert() method
455 pub fn insert(self, value: Stream) -> Key { in insert() method
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dset_of.rs57 pub fn insert(&mut self, item: T) -> Result<()> { in insert() function
264 pub fn insert(&mut self, item: T) -> Result<()> { in insert() function
/aosp_15_r20/external/rust/android-crates-io/crates/ppv-lite86/src/
Dsoft.rs125 fn insert(mut self, w: W, i: u32) -> Self { in insert() method
332 fn insert(mut self, w: W, i: u32) -> Self { in insert() method
/aosp_15_r20/external/python/google-api-python-client/tests/data/
Dlatitude.json123 "insert": { object
190 "insert": { object
/aosp_15_r20/frameworks/base/test-mock/src/android/test/mock/
H A DMockContentProvider.java99 public Uri insert(@NonNull AttributionSource attributionSource, Uri url, in insert() method in MockContentProvider.InversionIContentProvider
274 public Uri insert(Uri uri, ContentValues values) { in insert() method in MockContentProvider
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/ppv-lite86-0.2.17/src/
H A Dsoft.rs125 fn insert(mut self, w: W, i: u32) -> Self { in insert() method
332 fn insert(mut self, w: W, i: u32) -> Self { in insert() method
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/
Dmap.rs1674 pub fn insert(&mut self, k: K, v: V) -> Option<V> { in insert() function
3306 pub fn insert(self, key: K, value: V) -> RawOccupiedEntryMut<'a, K, V, S, A> in insert() method
3752 pub fn insert(&mut self, value: V) -> V { in insert() method
3904 pub fn insert(self, key: K, value: V) -> (&'a mut K, &'a mut V) in insert() method
4885 pub fn insert(self, value: V) -> OccupiedEntry<'a, K, V, S, A> in insert() method
5304 pub fn insert(&mut self, value: V) -> V { in insert() method
5561 pub fn insert(self, value: V) -> &'a mut V in insert() method
5609 pub fn insert(self, value: V) -> OccupiedEntryRef<'a, 'b, K, Q, V, S, A> in insert() method
6033 pub fn insert(&mut self, value: V) -> V { in insert() method
6299 pub fn insert(self, value: V) -> &'a mut V in insert() method
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dobjset.go21 func (s *objset) insert(obj Object) Object { func

1...<<11121314151617181920>>...136