Home
last modified time | relevance | path

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

12

/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
140 Range range = ranges_[current_index_]; in TransferEnded() local
198 for (const Range& range : ranges_) { in SetOffset() local
Dutils_unittest.cc139 for (uint32_t range : kRanges) { in TEST() local
/system/unwinding/libunwindstack/tests/
DMemoryRangeTest.cpp44 MemoryRange range(process_memory_, 9001, 1024, 0); in TEST_F() local
56 MemoryRange range(process_memory_, 1000, 1024, 0); in TEST_F() local
84 MemoryRange range(process_memory_, 1000, 1024, 0); in TEST_F() local
96 MemoryRange range(process_memory_, 1000, 1024, 400); in TEST_F() local
/system/libvintf/
DMatrixInstance.cpp37 MatrixInstance::MatrixInstance(HalFormat format, FqInstance&& fqInstance, VersionRange&& range, in MatrixInstance()
46 const VersionRange& range, bool optional, bool isRegex) in MatrixInstance()
DKernelConfigTypedValue.cpp79 KernelConfigRangeValue range; in matchValue() local
Dparse_string.cpp173 bool parseRange(const std::string &s, KernelConfigRangeValue *range) { in parseRange()
504 std::string toFQNameString(const std::string& package, const VersionRange& range, in toFQNameString()
509 std::string toFQNameString(const VersionRange& range, const std::string& interface, in toFQNameString()
DHalManifest.cpp303 auto range = in checkUnusedHals() local
416 for (const auto &range : mat.framework.mSepolicy.sepolicyVersions()) { in checkCompatibility() local
517 auto range = getXmlFiles(xmlFileName); in getXmlFilePath() local
DCompatibilityMatrix.cpp129 auto range = getXmlFiles(xmlFileName); in getXmlSchemaPath() local
/system/memory/libmemunreachable/
DHeapWalker.cpp51 Range range{begin, end}; in Allocation() local
86 bool HeapWalker::WordContainsAllocationPtr(uintptr_t word_ptr, Range* range, AllocationInfo** info)… in WordContainsAllocationPtr()
108 Range range = to_do.back(); in RecurseRoot() local
DLeakFolding.h36 const Range range; member
79 const Range range; member
DHeapWalker.h123 inline void HeapWalker::ForEachPtrInRange(const Range& range, F&& f) { in ForEachPtrInRange()
140 const Range& range = it.first; in ForEachAllocation() local
DLeakFolding.cpp75 heap_walker_.ForEachAllocation([&](const Range& range, HeapWalker::AllocationInfo& allocation) { in FoldLeaks()
/system/extras/ext4_utils/
Dwipe.cpp41 u64 range[2]; in wipe_block_device() local
/system/libvintf/include/vintf/
DHalGroup.h47 auto range = mHals.equal_range(name); in getHals() local
59 auto range = mHals.equal_range(name); in getHals() local
/system/extras/tests/storage/
Dwipe_blkdev.c53 u64 range[2]; in wipe_block_device() local
/system/media/audio_utils/benchmarks/
Dstatistics_benchmark.cpp41 constexpr T range = 1.; in BM_MeanVariance() local
/system/media/audio_utils/include/audio_utils/
DLogPlot.h63 const T range = maxVal - minVal; in audio_utils_log_plot() local
/system/netd/server/
DUidRanges.cpp159 for (const auto &range : mRanges) { in toString() local
DRouteController.cpp803 for (const UidRangeParcel& range : uidRanges.getRanges()) { in modifyPhysicalNetwork() local
916 for (const UidRangeParcel& range : uidRanges.getRanges()) { in modifyUnreachableNetwork() local
941 for (const UidRangeParcel& range : uidRanges.getRanges()) { in modifyRejectNonSecureNetworkRule() local
961 for (const UidRangeParcel& range : uidRanges.getRanges()) { in modifyVirtualNetwork() local
DNFLogListener.cpp82 Status cfgMode(const SendFn& send, uint16_t nfLogGroup, uint32_t range, uint8_t mode) { in cfgMode()
/system/teeui/libteeui/include/teeui/
Dfont_rendering.h86 explicit UTF8WordRange(const UTF8Range<CharIterator>& range) : range_(range) {} in UTF8WordRange()
/system/vold/
Dsecdiscard.cpp183 uint64_t range[2]; in secdiscard_path() local
DIdleMaint.cpp182 struct fstrim_range range; in Trim() local
/system/extras/simpleperf/
Dcmd_inject.cpp252 [this](const ETMInstrRange& range) { ProcessInstrRange(range); }); in ProcessRecord()
335 auto callback = [this](const ETMInstrRange& range) { ProcessInstrRange(range); }; in ProcessBranchListFile()
/system/update_engine/
Dtest_http_server.cc124 string& range = terms[1]; in ParseRequest() local

12