/system/core/init/test_kill_services/ |
D | Android.bp | 16 // TODO(b/153565474): switch back to auto-generation 17 // and add back:
|
/system/media/audio_utils/include/audio_utils/ |
D | LinearMap.h | 276 size_t previousPosition(ssize_t back = 1) const { 277 LOG_ALWAYS_FATAL_IF(back < 0 || (size_t)back > mSamples, "Invalid back(%zd)", back); 278 ssize_t position = mPos - back;
|
/system/chre/util/tests/ |
D | debug_dump_test.cc | 64 EXPECT_TRUE(strcmp(buffers.back().get(), "") == 0); in TEST() 69 EXPECT_TRUE(strcmp(buffers.back().get(), "") == 0); in TEST() 93 EXPECT_TRUE(strcmp(buffers.back().get(), str2) == 0); in TEST() 126 EXPECT_TRUE(strcmp(buffers.back().get(), str2) == 0); in TEST()
|
D | fixed_size_vector_test.cc | 110 ASSERT_EQ(vector.back(), 0xface); in TEST() 113 ASSERT_EQ(vector.back(), 0xbeef); in TEST() 116 ASSERT_EQ(vector.back(), 0xcafe); in TEST() 119 ASSERT_EQ(vector.back(), 0x1337); in TEST()
|
/system/tools/hidl/host_utils/ |
D | Formatter.cpp | 304 Block& last = blockVec.back(); in operator <<() 319 blockVec.back().populated = true; in printUnlessWrapped() 323 blockVec.back().populated = true; in printUnlessWrapped() 324 blockVec.back().printUnlessWrapped = true; in printUnlessWrapped() 332 blockVec.back().populated = true; in group() 336 mCurrentBlock = &blockVec.back(); in group()
|
/system/chre/util/include/chre/util/ |
D | fixed_size_vector.h | 38 ElementType &back(); 39 const ElementType &back() const;
|
D | dynamic_vector.h | 271 ElementType &back(); 279 const ElementType &back() const;
|
D | array_queue.h | 76 ElementType &back(); 77 const ElementType &back() const;
|
/system/chre/platform/linux/ |
D | init.cc | 116 dynamicNanoapps.back()->loadFromFile(nanoapp); in main() 118 dynamicNanoapps.back()); in main()
|
/system/tools/aidl/ |
D | comments.cpp | 100 while (!lines.empty() && Trim(lines.back()).empty()) { in TrimmedLines() 190 if (!comments.empty() && comments.back().type == Comment::Type::BLOCK) { in GetValidComment() 191 return comments.back(); in GetValidComment() 208 for (const auto& [name, description] : BlockTags(comments.back())) { in FindDeprecated()
|
/system/update_engine/update_manager/ |
D | staging_utils.cc | 47 if (staging_schedule.back().percentage != 100) { in GetStagingSchedule() 49 << staging_schedule.back().percentage; in GetStagingSchedule()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | stats.te | 20 # back the stats report data from a ParcelFileDescriptor. 33 # Allow statsd to call back to stats with status updates.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | stats.te | 20 # back the stats report data from a ParcelFileDescriptor. 33 # Allow statsd to call back to stats with status updates.
|
/system/sepolicy/private/ |
D | stats.te | 20 # back the stats report data from a ParcelFileDescriptor. 33 # Allow statsd to call back to stats with status updates.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | stats.te | 20 # back the stats report data from a ParcelFileDescriptor. 33 # Allow statsd to call back to stats with status updates.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | flags_health_check.te | 25 # cause bad server configurable flags synced back to device. 30 # cause bad server configurable flags synced back to device.
|
/system/extras/verity/ |
D | hash_tree_builder.cpp | 240 AppendPaddings(&verity_tree_.back()); in BuildHashTree() 245 while (verity_tree_.back().size() > block_size_) { in BuildHashTree() 246 const auto& current_level = verity_tree_.back(); in BuildHashTree() 262 CHECK_EQ(block_size_, verity_tree_.back().size()); in BuildHashTree() 263 return CalculateRootDigest(verity_tree_.back(), &root_hash_); in BuildHashTree()
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | flags_health_check.te | 29 # cause bad server configurable flags synced back to device. 34 # cause bad server configurable flags synced back to device.
|
/system/core/fastboot/fuzzy_fastboot/ |
D | fixtures.cpp | 245 ASSERT_EQ(resp.back(), '1') in SetLockState() 250 ASSERT_FALSE(info.back().empty()) << "Expected non-empty info response"; in SetLockState() 251 ASSERT_EQ(info.back().back(), '1') in SetLockState()
|
/system/core/bootstat/ |
D | boot_event_record_store.cpp | 143 DCHECK_EQ('/', path.back()); in SetStorePath() 148 DCHECK_EQ('/', store_path_.back()); in GetBootEventPath()
|
/system/connectivity/wificond/ |
D | logging_utils.cpp | 35 if (&b != &mac_address.back()) { in GetMacString()
|
/system/security/ondevice-signing/ |
D | odsign.rc | 9 # those crashes and roll back the update.
|
/system/bt/common/ |
D | lru.h | 138 lru_map_.erase(node_list_.back().first); in Put() 139 ret = std::move(node_list_.back()); in Put()
|
/system/bt/gd/packet/ |
D | byte_inserter.cc | 35 ByteObserver observer = registered_observers_.back(); in UnregisterObserver()
|
/system/sepolicy/public/ |
D | flags_health_check.te | 10 # cause bad server configurable flags synced back to device.
|