HomeSort by relevance Sort by last modified time
    Searched refs:Insert (Results 1 - 25 of 655) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/room/compiler/src/test/data/daoWriter/input/
WriterDao.java 23 @Insert
25 @Insert
27 @Insert(onConflict=OnConflictStrategy.REPLACE)
29 @Insert
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-rel14.s 5 # Insert an instruction that doesn't use $5 to avoid a spurious
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/
PKeyTestDatabase.java 21 import androidx.room.Insert;
42 @Insert
44 @Insert
47 @Insert
59 @Insert
65 @Insert
68 @Insert
77 @Insert
83 @Insert
  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator_unittest.cc 46 ASSERT_EQ(1, dedup->Insert(type_name));
71 ASSERT_EQ(1, dedup->Insert(kInt));
72 ASSERT_EQ(2, dedup->Insert(kBool));
73 ASSERT_EQ(3, dedup->Insert(kString));
76 ASSERT_EQ(2, dedup->Insert(kBool));
77 ASSERT_EQ(1, dedup->Insert(kInt));
78 ASSERT_EQ(3, dedup->Insert(kString));
81 ASSERT_EQ(0, dedup->Insert(nullptr));
  /frameworks/support/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/dao/
BaseDao.kt 20 import androidx.room.Insert
26 @Insert(onConflict = OnConflictStrategy.REPLACE)
27 fun insert(t: T)
29 @Insert
32 @Insert
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/dao/
ProductDao.java 21 import androidx.room.Insert;
27 @Insert
28 long insert(@NonNull Product product); method in interface:ProductDao
ToyDao.java 20 import androidx.room.Insert;
25 @Insert
26 void insert(Toy... toys); method in interface:ToyDao
BlobEntityDao.java 20 import androidx.room.Insert;
29 @Insert
30 void insert(BlobEntity item); method in interface:BlobEntityDao
PetCoupleDao.java 20 import androidx.room.Insert;
28 @Insert
29 void insert(PetCouple couple); method in interface:PetCoupleDao
PetDao.java 21 import androidx.room.Insert;
32 @Insert(onConflict = OnConflictStrategy.REPLACE)
35 @Insert
  /prebuilts/go/darwin-x86/src/cmd/internal/edit/
edit_test.go 11 b.Insert(8, ",7½,")
13 b.Insert(10, "!")
14 b.Insert(4, "3.14,")
15 b.Insert(4, "?,")
16 b.Insert(4, "3.15,")
  /prebuilts/go/linux-x86/src/cmd/internal/edit/
edit_test.go 11 b.Insert(8, ",7½,")
13 b.Insert(10, "!")
14 b.Insert(4, "3.14,")
15 b.Insert(4, "?,")
16 b.Insert(4, "3.15,")
  /frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/db/
WordCountDao.java 20 import android.arch.persistence.room.Insert;
34 * @param wordCount The {@link WordCount} to insert
36 @Insert
ImageDao.java 20 import android.arch.persistence.room.Insert;
34 * @param image The {@link Image} to insert
36 @Insert
37 void insert(Image image); method in interface:ImageDao
  /external/perfetto/src/traced/probes/filesystem/
range_tree_unittest.cc 60 t.Insert(1, a);
61 t.Insert(2, a);
62 t.Insert(20, b);
63 t.Insert(24, a);
64 t.Insert(25, c);
65 t.Insert(27, d);
lru_inode_cache_unittest.cc 54 cache.Insert(key1, val1());
56 cache.Insert(key2, val2());
59 cache.Insert(key1, val2());
65 cache.Insert(key1, val1());
66 cache.Insert(key2, val2());
69 cache.Insert(key3, val3());
  /external/v8/src/
compilation-dependencies.h 26 void Insert(DependentCode::DependencyGroup group, Handle<HeapObject> handle);
29 Insert(DependentCode::kInitialMapChangedGroup, map);
32 Insert(DependentCode::kFieldOwnerGroup, map);
40 Insert(DependentCode::kPropertyCellChangedGroup, cell);
43 Insert(DependentCode::kAllocationSiteTenuringChangedGroup, site);
  /external/webrtc/webrtc/common_audio/
swap_queue_unittest.cc 48 EXPECT_TRUE(queue.Insert(&i));
50 EXPECT_TRUE(queue.Insert(&i));
63 EXPECT_TRUE(queue.Insert(&i));
65 EXPECT_TRUE(queue.Insert(&i));
67 // Ensure that the value is not swapped when doing an Insert
70 EXPECT_FALSE(queue.Insert(&i));
73 // Ensure that the Insert didn't overwrite anything in the queue.
84 EXPECT_TRUE(queue.Insert(&i));
94 EXPECT_TRUE(queue.Insert(&i));
95 EXPECT_TRUE(queue.Insert(&i))
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_circular_buffer_unittest.cc 29 circular_buffer->Insert(n);
35 static void Insert(double value,
39 circular_buffer->Insert(value);
43 Insert(0.0, num_zeros, circular_buffer);
60 circular_buffer->Insert(n);
83 Insert(push_val, k, circular_buffer.get());
84 circular_buffer->Insert(0);
103 Insert(push_val, num_non_zero_elements, circular_buffer.get());
107 circular_buffer->Insert(0);
116 Insert(push_val, num_insertion, circular_buffer.get())
    [all...]
  /frameworks/support/room/integration-tests/testapp/src/main/java/androidx/room/integration/testapp/database/
CustomerDao.java 21 import androidx.room.Insert;
33 * Insert a customer
36 @Insert
37 void insert(Customer customer); method in interface:CustomerDao
40 * Insert multiple customers.
43 @Insert
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug027.go 30 func (v *Vector) Insert(e Element) {
49 v.Insert(i4)
50 v.Insert(i3)
51 v.Insert(i2)
52 v.Insert(i1)
53 v.Insert(i0)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug027.go 30 func (v *Vector) Insert(e Element) {
49 v.Insert(i4)
50 v.Insert(i3)
51 v.Insert(i2)
52 v.Insert(i1)
53 v.Insert(i0)
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 37 if (BB) BB->getInstList().insert(InsertPt, I);
140 /// isSet - Returns true if this insert point is set.
147 /// saveIP - Returns the current insert point.
152 /// saveAndClearIP - Returns the current insert point, clearing it
160 /// restoreIP - Sets the current insert point to a previously-saved
272 /// CreateMemSet - Create and insert a memset to the specified pointer and the
283 /// CreateMemCpy - Create and insert a memcpy between the specified pointers.
294 /// CreateMemMove - Create and insert a memmove between the specified
381 /// Insert - Insert and return the specified instruction
    [all...]
  /external/dng_sdk/source/
dng_string_list.h 60 void Insert (uint32 index,
65 Insert (Count (), s);
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/
SystemIdInfoDao.java 22 import android.arch.persistence.room.Insert;
37 @Insert(onConflict = REPLACE)

Completed in 1870 milliseconds

1 2 3 4 5 6 7 8 91011>>