Home
last modified time | relevance | path

Searched defs:range (Results 1 – 24 of 24) sorted by relevance

/system/core/libunwindstack/tests/
DMemoryRangeTest.cpp42 MemoryRange range(memory_, 9001, 9001 + src.size()); in TEST_F() local
56 MemoryRange range(memory_, 1000, 2024); in TEST_F() local
75 MemoryRange range(memory_, 0, 5); in TEST_F() local
85 MemoryRange range(memory_, 30, 30 + name.size() + 1); in TEST_F() local
96 MemoryRange range(memory_, 10, 10 + name.size()); in TEST_F() local
/system/update_engine/common/
Dmulti_range_http_fetcher.cc73 Range range = ranges_[current_index_]; in StartTransfer() local
96 Range range = ranges_[current_index_]; in ReceivedBytes() local
135 Range range = ranges_[current_index_]; in TransferEnded() local
Dutils_unittest.cc193 for (uint32_t range : kRanges) { in TEST() local
Dutils.cc815 int FuzzInt(int value, unsigned int range) { in FuzzInt()
/system/extras/perfprofd/quipper/
Daddress_mapper.cc26 MappedRange range; in MapWithID() local
67 const MappedRange& range = mappings_to_delete.front(); in MapWithID() local
195 bool AddressMapper::Unmap(const MappedRange& range) { in Unmap()
/system/core/libmemunreachable/
DHeapWalker.cpp35 Range range{begin, end}; in Allocation() local
55 bool HeapWalker::WordContainsAllocationPtr(uintptr_t word_ptr, Range* range, AllocationInfo** info)… in WordContainsAllocationPtr()
76 Range range = to_do.back(); in RecurseRoot() local
DHeapWalker.h107 inline void HeapWalker::ForEachPtrInRange(const Range& range, F&& f) { in ForEachPtrInRange()
124 const Range& range = it.first; in ForEachAllocation() local
DLeakFolding.h31 const Range range; member
69 const Range range; member
DLeakFolding.cpp77 [&](const Range& range, HeapWalker::AllocationInfo& allocation) { in FoldLeaks()
/system/extras/ext4_utils/
Dwipe.c38 u64 range[2]; in wipe_block_device() local
Dmake_ext4fs.c643 char *range, *end_token = NULL; in extract_base_fs_allocations() local
/system/libvintf/
DKernelConfigTypedValue.cpp79 KernelConfigRangeValue range; in matchValue() local
DHalManifest.cpp104 auto range = mHals.equal_range(name); in getHals() local
112 auto range = mHals.equal_range(name); in getHals() local
313 for (const auto &range : mat.framework.mSepolicy.sepolicyVersions()) { in checkCompatibility() local
Dparse_string.cpp142 bool parseRange(const std::string &s, KernelConfigRangeValue *range) { in parseRange()
/system/netd/server/
DUidRanges.cpp108 for (const auto &range : mRanges) { in toString() local
DRouteController.cpp772 for (const UidRange& range : uidRanges.getRanges()) { in modifyRejectNonSecureNetworkRule() local
792 for (const UidRange& range : uidRanges.getRanges()) { in modifyVirtualNetwork() local
/system/extras/tests/storage/
Dwipe_blkdev.c53 u64 range[2]; in wipe_block_device() local
/system/netd/tests/
Dbinder_test.cpp263 static bool ipRuleExistsForRange(const uint32_t priority, const UidRange& range, in ipRuleExistsForRange()
281 static bool ipRuleExistsForRange(const uint32_t priority, const UidRange& range, in ipRuleExistsForRange()
305 for (auto const& range : uidRanges) { in TEST_F() local
313 for (auto const& range : uidRanges) { in TEST_F() local
/system/vold/
DTrimTask.cpp125 struct fstrim_range range; in run() local
Dsecdiscard.cpp116 uint64_t range[2]; in secdiscard_path() local
DUtils.cpp521 unsigned long long range[2]; in WipeBlockDevice() local
/system/extras/libpagemap/
Dpm_process.c112 uint64_t *range; in pm_process_pagemap_range() local
/system/update_engine/
Dtest_http_server.cc122 string &range = terms[1]; in ParseRequest() local
/system/media/camera/docs/
Dmetadata_model.py1219 def range(self): member in Entry