Home
last modified time | relevance | path

Searched refs:back (Results 1 – 25 of 271) sorted by relevance

1234567891011

/system/core/init/test_kill_services/
DAndroid.bp16 // TODO(b/153565474): switch back to auto-generation
17 // and add back:
/system/media/audio_utils/include/audio_utils/
DLinearMap.h276 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/
Ddebug_dump_test.cc64 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()
Dfixed_size_vector_test.cc110 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/
DFormatter.cpp304 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/
Dfixed_size_vector.h38 ElementType &back();
39 const ElementType &back() const;
Ddynamic_vector.h271 ElementType &back();
279 const ElementType &back() const;
Darray_queue.h76 ElementType &back();
77 const ElementType &back() const;
/system/chre/platform/linux/
Dinit.cc116 dynamicNanoapps.back()->loadFromFile(nanoapp); in main()
118 dynamicNanoapps.back()); in main()
/system/tools/aidl/
Dcomments.cpp100 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/
Dstaging_utils.cc47 if (staging_schedule.back().percentage != 100) { in GetStagingSchedule()
49 << staging_schedule.back().percentage; in GetStagingSchedule()
/system/sepolicy/prebuilts/api/29.0/private/
Dstats.te20 # 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/
Dstats.te20 # back the stats report data from a ParcelFileDescriptor.
33 # Allow statsd to call back to stats with status updates.
/system/sepolicy/private/
Dstats.te20 # 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/
Dstats.te20 # 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/
Dflags_health_check.te25 # cause bad server configurable flags synced back to device.
30 # cause bad server configurable flags synced back to device.
/system/extras/verity/
Dhash_tree_builder.cpp240 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/
Dflags_health_check.te29 # cause bad server configurable flags synced back to device.
34 # cause bad server configurable flags synced back to device.
/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp245 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/
Dboot_event_record_store.cpp143 DCHECK_EQ('/', path.back()); in SetStorePath()
148 DCHECK_EQ('/', store_path_.back()); in GetBootEventPath()
/system/connectivity/wificond/
Dlogging_utils.cpp35 if (&b != &mac_address.back()) { in GetMacString()
/system/security/ondevice-signing/
Dodsign.rc9 # those crashes and roll back the update.
/system/bt/common/
Dlru.h138 lru_map_.erase(node_list_.back().first); in Put()
139 ret = std::move(node_list_.back()); in Put()
/system/bt/gd/packet/
Dbyte_inserter.cc35 ByteObserver observer = registered_observers_.back(); in UnregisterObserver()
/system/sepolicy/public/
Dflags_health_check.te10 # cause bad server configurable flags synced back to device.

1234567891011