/system/unwinding/libunwindstack/tests/ |
D | MapsTest.cpp | 35 MapInfo* element = maps.Get(0).get(); in VerifyLine() 54 auto info1 = maps.Get(0); in TEST() 55 auto info2 = maps.Get(1); in TEST() 56 auto info3 = maps.Get(2); in TEST() 92 auto info = maps2.Get(0); in TEST() 203 auto info = maps.Get(0); in TEST() 211 info = maps.Get(1); in TEST() 219 info = maps.Get(2); in TEST() 227 info = maps.Get(3); in TEST() 235 info = maps.Get(4); in TEST() [all …]
|
D | LocalUpdatableMapsTest.cpp | 57 auto map_info = maps_.Get(0); in SetUp() 65 map_info = maps_.Get(1); in SetUp() 85 auto map_info = maps_.Get(0); in TEST_F() 93 EXPECT_EQ(maps_.Get(1), map_info->next_map()); in TEST_F() 95 map_info = maps_.Get(1); in TEST_F() 102 EXPECT_EQ(maps_.Get(0), map_info->prev_map()); in TEST_F() 117 auto map_info = maps_.Get(0); in TEST_F() 125 EXPECT_EQ(maps_.Get(1), map_info->next_map()); in TEST_F() 127 map_info = maps_.Get(1); in TEST_F() 134 EXPECT_EQ(maps_.Get(0), map_info->prev_map()); in TEST_F() [all …]
|
D | RegsInfoTest.cpp | 35 ASSERT_EQ(0x100U, info.Get(1)); in TEST() 42 ASSERT_EQ(0x100U, info.Get(1)); in TEST() 52 ASSERT_EQ(0x300U, info.Get(3)); in TEST() 59 ASSERT_EQ(0x300U, info.Get(3)); in TEST() 69 ASSERT_EQ(i * 0x100, info.Get(i)) << "Reg " + std::to_string(i) + " failed."; in TEST() 82 ASSERT_EQ(i * 0x100, info.Get(i)) << "Reg " + std::to_string(i) + " failed."; in TEST()
|
D | DexFilesTest.cpp | 75 MapInfo* map_info = maps_->Get(kMapGlobalNonReadable).get(); in Init() 80 map_info = maps_->Get(kMapGlobalSetToZero).get(); in Init() 85 map_info = maps_->Get(kMapGlobal).get(); in Init() 90 map_info = maps_->Get(kMapGlobalAfterEmpty).get(); in Init() 281 auto map_info = maps_->Get(kMapGlobal); in TEST_F() 285 map_info = maps_->Get(kMapGlobalRw); in TEST_F()
|
D | JitDebugTest.cpp | 68 MapInfo* map_info = maps_->Get(3).get(); in Init() 72 map_info = maps_->Get(5).get(); in Init() 76 map_info = maps_->Get(7).get(); in Init() 417 auto map_info = maps_->Get(5); in TEST_F() 419 map_info = maps_->Get(6); in TEST_F()
|
/system/update_engine/payload_consumer/ |
D | extent_map_unittest.cc | 34 auto ret = map_.Get(ExtentForRange(0, 5)); in TEST_F() 42 auto ret = map_.Get(ExtentForRange(1, 2)); in TEST_F() 49 auto ret = map_.Get(ExtentForRange(1, 2)); in TEST_F() 51 ret = map_.Get(ExtentForRange(0, 10)); in TEST_F() 53 ret = map_.Get(ExtentForRange(4, 3)); in TEST_F() 60 auto ret = map_.Get(ExtentForRange(3, 2)); in TEST_F() 62 ret = map_.Get(ExtentForRange(4, 1)); in TEST_F() 64 ret = map_.Get(ExtentForRange(5, 5)); in TEST_F() 66 ret = map_.Get(ExtentForRange(5, 6)); in TEST_F() 137 const auto ret = map_.Get(ExtentForRange(0, 10)); in TEST_F() [all …]
|
/system/nvram/messages/include/nvram/messages/ |
D | struct.h | 131 const MemberType& Get(const Struct& object) const { in Get() function 135 MemberType& Get(Struct& object) const { in Get() function 209 static constexpr Type Get(FieldSpecList<FieldSpec, Tail...> self) { 210 return Prev::Get(self.kTail); 219 static constexpr Type Get(FieldSpecList<FieldSpec, Tail...> self) { 256 constexpr typename FieldSpecLookup<index, FieldSpec, Tail...>::Type Get() 258 return FieldSpecLookup<index, FieldSpec, Tail...>::Get(*this);
|
/system/memory/libmemunreachable/tests/ |
D | MemUnreachable_test.cpp | 39 void* Get() { return reinterpret_cast<void*>(~ptr_); } in Get() function in android::HiddenPointer 41 free(Get()); in Free() 99 void* ptr = hidden_ptr.Get(); in TEST_F() 132 g_ptr = hidden_ptr.Get(); in TEST_F() 165 pthread_setspecific(key, hidden_ptr.Get()); in TEST_F() 199 void* ptr = hidden_ptr.Get(); in TEST_F()
|
/system/update_engine/common/ |
D | subprocess_unittest.cc | 136 EXPECT_EQ(&subprocess_, &Subprocess::Get()); in TEST_F() 141 EXPECT_EQ(&subprocess_, &Subprocess::Get()); in TEST_F() 143 EXPECT_EQ(&subprocess_, &Subprocess::Get()); in TEST_F() 265 uint32_t tag = Subprocess::Get().Exec(cmd, base::Bind(&CallbackBad)); in TEST_F() 282 Subprocess::Get().KillExec(tag); in TEST_F() 284 ASSERT_TRUE(Subprocess::Get().subprocess_records_.empty()); in TEST_F() 297 return Subprocess::Get().subprocess_records_.empty(); in TEST_F() 299 EXPECT_TRUE(Subprocess::Get().subprocess_records_.empty()); in TEST_F()
|
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
D | test_v2.cpp | 88 auto op = iter->Get(); in TEST_F() 133 auto op = iter->Get(); in TEST_F() 144 op = iter->Get(); in TEST_F() 154 op = iter->Get(); in TEST_F() 164 op = iter->Get(); in TEST_F() 208 auto op = iter->Get(); in TEST_F() 219 op = iter->Get(); in TEST_F() 230 op = iter->Get(); in TEST_F() 240 op = iter->Get(); in TEST_F() 273 auto op = iter->Get(); in TEST_F() [all …]
|
D | test_v3.cpp | 161 auto op = iter->Get(); in TEST_F() 169 op = iter->Get(); in TEST_F() 202 auto op = iter->Get(); in TEST_F() 240 auto op = iter->Get(); in TEST_F() 285 auto op = iter->Get(); in TEST_F() 325 auto op = iter->Get(); in TEST_F() 359 auto op = iter->Get(); in TEST_F() 401 auto op = iter->Get(); in TEST_F() 452 auto op = iter->Get(); in TEST_F() 458 auto op = iter->Get(); in TEST_F() [all …]
|
D | cow_reader.cpp | 433 const auto& op = itr->Get(); in VerifyMergeOps() 503 const CowOperation* Get() override; 537 const CowOperation* CowOpIter::Get() { in Get() function in android::snapshot::CowOpIter 548 const CowOperation* Get() override; 567 const CowOperation* Get() override; 606 const CowOperation* CowMergeOpIter::Get() { in Get() function in android::snapshot::CowMergeOpIter 638 const CowOperation* CowRevMergeOpIter::Get() { in Get() function in android::snapshot::CowRevMergeOpIter
|
/system/libbase/include/android-base/ |
D | properties.h | 91 const char* Get(bool* changed = nullptr); 124 value_type Get(bool* changed = nullptr) { 127 const char* value = cached_property_.Get(&local_changed); 153 bool Get(bool default_value);
|
/system/libvintf/ |
D | VintfObjectRecovery.cpp | 28 using details::Get; 44 return Get(__func__, &mRecoveryManifest, in getRecoveryHalManifest()
|
/system/libbase/ |
D | properties_test.cpp | 267 cached_property.Get(&changed); in TEST() 270 ASSERT_STREQ("foo", cached_property.Get(&changed)); in TEST() 273 ASSERT_STREQ("foo", cached_property.Get(&changed)); in TEST() 277 ASSERT_STREQ("bar", cached_property.Get(&changed)); in TEST() 280 ASSERT_STREQ("bar", cached_property.Get(&changed)); in TEST() 303 EXPECT_STREQ("", cached_property.Get()); in TEST()
|
D | properties.cpp | 237 const char* CachedProperty::Get(bool* changed) { in Get() function in android::base::CachedProperty 299 return Get(nullptr); in WaitForChange() 316 return cached_parsed_property_.Get(); in GetOptional() 319 bool CachedBoolProperty::Get(bool default_value) { in Get() function in android::base::CachedBoolProperty
|
/system/update_engine/aosp/ |
D | binder_service_stable_android.cc | 82 auto binder_wrapper = android::BinderWrapper::Get(); in bind() 96 auto binder_wrapper = android::BinderWrapper::Get(); in unbind()
|
D | binder_service_android.cc | 77 auto binder_wrapper = android::BinderWrapper::Get(); in bind() 90 auto binder_wrapper = android::BinderWrapper::Get(); in unbind() 239 auto binder_wrapper = android::BinderWrapper::Get(); in RegisterForDeathNotifications()
|
/system/logging/logcat/ |
D | process_names.h | 34 std::string Get(uint64_t pid);
|
/system/update_engine/libbinderwrapper/ |
D | binder_wrapper.cc | 48 BinderWrapper* BinderWrapper::Get() { in Get() function in android::BinderWrapper
|
/system/libvintf/include/vintf/ |
D | Regex.h | 45 static const Regex* Get(const std::string& pattern);
|
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
D | merge_worker.cpp | 45 const CowOperation* cow_op = cowop_iter_->Get(); in PrepareMerge() 64 const CowOperation* op = cowop_iter_->Get(); in PrepareMerge() 215 const CowOperation* cow_op = cowop_iter_->Get(); in MergeOrderedOpsAsync() 397 const CowOperation* cow_op = cowop_iter_->Get(); in MergeOrderedOps()
|
/system/unwinding/libunwindstack/ |
D | RegsInfo.h | 35 inline AddressType Get(uint32_t reg) { in Get() function
|
D | ThreadEntry.h | 37 static ThreadEntry* Get(pid_t tid, bool create = true);
|
/system/update_engine/libbinderwrapper/include/binderwrapper/ |
D | binder_wrapper.h | 52 static BinderWrapper* Get();
|