/aosp_15_r20/frameworks/base/core/java/android/content/ |
H A D | IContentProvider.java | 89 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 D | ContentProviderClient.java | 334 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/ |
D | DenseMap.h | 220 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/ |
D | DenseMap.h | 220 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/ |
D | DenseMap.h | 220 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 D | DenseMap.h | 207 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 D | DenseMap.h | 196 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 D | StringMap.h | 393 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/ |
D | DenseMap.h | 220 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/ |
D | DbUtils.cpp | 283 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 D | ImmutableGraph.h | 118 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 D | ContentProviderTest.java | 442 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 D | main.cpp | 236 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 D | ArrayUtils.java | 2783 … 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 D | ir_emitter.cpp | 2030 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 D | exit_transforms.cpp | 209 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 D | Executor.java | 266 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/ |
D | store.rs | 105 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/ |
D | set_of.rs | 57 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/ |
D | soft.rs | 125 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/ |
D | latitude.json | 123 "insert": { object 190 "insert": { object
|
/aosp_15_r20/frameworks/base/test-mock/src/android/test/mock/ |
H A D | MockContentProvider.java | 99 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 D | soft.rs | 125 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/ |
D | map.rs | 1674 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/ |
D | objset.go | 21 func (s *objset) insert(obj Object) Object { func
|