/system/core/fs_mgr/libdm/include/libdm/ |
D | dm_target.h | 52 DmTarget(uint64_t start, uint64_t length) : start_(start), length_(length) {} in DmTarget() 60 uint64_t start() const { return start_; } in start() function 86 DmTargetZero(uint64_t start, uint64_t length) : DmTarget(start, length) {} in DmTargetZero() 94 DmTargetLinear(uint64_t start, uint64_t length, const std::string& block_device, in DmTargetLinear() 131 DmTargetAndroidVerity(uint64_t start, uint64_t length, const std::string& block_device, in DmTargetAndroidVerity() 148 DmTargetVerityString(uint64_t start, uint64_t length, const std::string& target_string) in DmTargetVerityString() 163 DmTargetBow(uint64_t start, uint64_t length, const std::string& target_string) in DmTargetBow()
|
/system/tools/hidl/test/hidl_test/ |
D | FooCallback.cpp | 32 nsecs_t start = systemTime(); in heyItsYou() local 46 nsecs_t start = systemTime(); in heyItsYouIsntIt() local 62 nsecs_t start = systemTime(); in heyItsTheMeaningOfLife() local 90 nsecs_t start = systemTime(); in reportResults() local
|
/system/extras/libperfmgr/tests/ |
D | RequestGroupTest.cc | 41 auto start = std::chrono::steady_clock::now(); in TEST() local 73 auto start = std::chrono::steady_clock::now(); in TEST() local 89 auto start = std::chrono::steady_clock::now(); in TEST() local 118 auto start = std::chrono::steady_clock::now(); in TEST() local 133 auto start = std::chrono::steady_clock::now(); in TEST() local 150 auto start = std::chrono::steady_clock::now(); in TEST() local
|
D | FileNodeTest.cc | 112 auto start = std::chrono::steady_clock::now(); in TEST() local 130 auto start = std::chrono::steady_clock::now(); in TEST() local 160 auto start = std::chrono::steady_clock::now(); in TEST() local 192 auto start = std::chrono::steady_clock::now(); in TEST() local
|
D | PropertyNodeTest.cc | 120 auto start = std::chrono::steady_clock::now(); in TEST() local 150 auto start = std::chrono::steady_clock::now(); in TEST() local 180 auto start = std::chrono::steady_clock::now(); in TEST() local
|
/system/extras/simpleperf/scripts/ |
D | app_profiler.py | 191 def start(self): member in ProfilerBase 289 def start(self): member in AppProfiler 317 def start(self): member in NativeProgramProfiler 325 def start(self): member in NativeCommandProfiler 331 def start(self): member in NativeProcessProfiler 337 def start(self): member in NativeThreadProfiler 343 def start(self): member in SystemWideProfiler
|
/system/libhidl/libhidlcache/ |
D | HidlMemoryCache.cpp | 37 Return<void> updateRange(uint64_t start, uint64_t length) override { in updateRange() 40 Return<void> readRange(uint64_t start, uint64_t length) override { in readRange() 66 bool validRange(uint64_t start, uint64_t length) { in validRange() 70 Return<void> readRange(uint64_t start, uint64_t length) override { in readRange() 77 Return<void> updateRange(uint64_t start, uint64_t length) override { in updateRange()
|
/system/update_engine/update_manager/ |
D | weekly_time.h | 70 WeeklyTimeInterval(const WeeklyTime& start, const WeeklyTime& end) in WeeklyTimeInterval() 76 WeeklyTime start() const { return start_; } in start() function
|
/system/core/libunwindstack/ |
D | Maps.cpp | 65 [&](uint64_t start, uint64_t end, uint16_t flags, uint64_t pgoff, ino_t, const char* name) { in Parse() 76 void Maps::Add(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, in Add() 102 [&](uint64_t start, uint64_t end, uint16_t flags, uint64_t pgoff, ino_t, const char* name) { in Parse() 133 uint64_t start = new_map_info->start; in Reparse() local
|
D | JitDebug.cpp | 111 uint64_t JitDebug::ReadEntry32Pack(uint64_t* start, uint64_t* size) { in ReadEntry32Pack() 122 uint64_t JitDebug::ReadEntry32Pad(uint64_t* start, uint64_t* size) { in ReadEntry32Pad() 133 uint64_t JitDebug::ReadEntry64(uint64_t* start, uint64_t* size) { in ReadEntry64() 199 uint64_t start; in GetElf() local
|
/system/core/healthd/ |
D | AnimationParser.cpp | 42 int start; in remove_prefix() local 62 int start = 0, end = 0; in parse_text_field() local 98 int start = 0, end = 0; in parse_animation_desc() local
|
/system/core/libprocinfo/ |
D | process_map_test.cpp | 31 const char* name) { maps.emplace_back(start, end, flags, pgoff, inode, name); })); in TEST() 60 const char* name) { maps.emplace_back(start, end, flags, pgoff, inode, name); })); in TEST()
|
/system/media/audio_utils/tests/ |
D | string_tests.cpp | 25 void fill(char (&s)[size], int start) { in fill() 35 void check(char (&s)[size], int start, size_t actual) { in check()
|
/system/update_engine/payload_consumer/ |
D | mtd_file_descriptor.h | 47 uint64_t start, in BlkIoctl() 83 uint64_t start, in BlkIoctl()
|
/system/core/fs_mgr/libdm/ |
D | dm_target.cpp | 59 DmTargetVerity::DmTargetVerity(uint64_t start, uint64_t length, uint32_t version, in DmTargetVerity() 81 uint32_t start) { in UseFec()
|
/system/extras/zram-perf/ |
D | zram-perf.cpp | 20 uint32_t start = rand(); in fillPageRand() local 84 chrono::time_point<chrono::high_resolution_clock> start, end; in benchSequentialRead() local 105 chrono::time_point<chrono::high_resolution_clock> start, end; in benchSequentialWrite() local
|
/system/core/logd/ |
D | LogTimes.cpp | 32 pid_t pid, log_time start, uint64_t timeout) in LogTimeEntry() 84 log_time start = me->mStart; in threadStart() local
|
/system/vold/ |
D | NetlinkHandler.cpp | 32 int NetlinkHandler::start() { in start() function in NetlinkHandler
|
D | NetlinkManager.cpp | 47 int NetlinkManager::start() { in start() function in NetlinkManager
|
/system/connectivity/wificond/net/ |
D | nl80211_packet.h | 141 uint8_t* start = nullptr; in GetAttribute() local
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | neverallow.c | 27 char *start, *id; in read_typeset() local 187 char *id, *start; in read_classperms() local 382 char *p, *start; in check_neverallows() local
|
/system/netd/libnetdutils/include/netdutils/ |
D | OperationLimiter.h | 62 bool start(KeyType key) EXCLUDES(mMutex) { in start() function
|
/system/libhidl/base/ |
D | TaskRunner.cpp | 31 void TaskRunner::start(size_t limit) { in start() function in android::hardware::details::TaskRunner
|
/system/bt/packet/tests/ |
D | packet_test_helper.h | 50 std::vector<uint8_t> payload, size_t start, size_t end) { in Make()
|
/system/core/libunwindstack/tests/ |
D | ElfCacheTest.cpp | 79 uint64_t start = 0x1000; in VerifySameMap() local 119 uint64_t start = 0x1000; in VerifyWithinSameMap() local 216 uint64_t start = 0x1000; in VerifyWithinSameMapNeverReadAtZero() local
|