/system/core/logd/ |
D | LogBuffer.h | 35 FlushToState(uint64_t start, LogMask log_mask) : start_(start), log_mask_(log_mask) {} in FlushToState() 38 uint64_t start() const { return start_; } in start() function 39 void set_start(uint64_t start) { start_ = start; } in set_start()
|
/system/core/toolbox/ |
D | start.cpp | 30 static void ControlService(bool start, const std::string& service) { in ControlService() 38 static void ControlDefaultServices(bool start) { in ControlDefaultServices() 63 static int StartStop(int argc, char** argv, bool start) { in StartStop()
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm_target.h | 64 DmTarget(uint64_t start, uint64_t length) : start_(start), length_(length) {} in DmTarget() 72 uint64_t start() const { return start_; } in start() function 98 DmTargetZero(uint64_t start, uint64_t length) : DmTarget(start, length) {} in DmTargetZero() 106 DmTargetLinear(uint64_t start, uint64_t length, const std::string& block_device, in DmTargetLinear() 143 DmTargetAndroidVerity(uint64_t start, uint64_t length, const std::string& block_device, in DmTargetAndroidVerity() 160 DmTargetVerityString(uint64_t start, uint64_t length, const std::string& target_string) in DmTargetVerityString() 175 DmTargetBow(uint64_t start, uint64_t length, const std::string& target_string) in DmTargetBow() 203 DmTargetSnapshot(uint64_t start, uint64_t length, const std::string& base_device, in DmTargetSnapshot() 239 DmTargetSnapshotOrigin(uint64_t start, uint64_t length, const std::string& device) in DmTargetSnapshotOrigin() 252 DmTargetCrypt(uint64_t start, uint64_t length, const std::string& cipher, in DmTargetCrypt() [all …]
|
/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 | 226 def start(self): member in ProfilerBase 325 def start(self): member in AppProfiler 353 def start(self): member in NativeProgramProfiler 361 def start(self): member in NativeCommandProfiler 367 def start(self): member in NativeProcessProfiler 373 def start(self): member in NativeThreadProfiler 379 def start(self): member in SystemWideProfiler
|
/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 | 67 [&](uint64_t start, uint64_t end, uint16_t flags, uint64_t pgoff, ino_t, const char* name) { in Parse() 80 void Maps::Add(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, in Add() 118 [&](uint64_t start, uint64_t end, uint16_t flags, uint64_t pgoff, ino_t, const char* name) { in Parse() 151 uint64_t start = new_map_info->start; in Reparse() local
|
D | JitDebug.cpp | 112 uint64_t JitDebug::ReadEntry32Pack(uint64_t* start, uint64_t* size) { in ReadEntry32Pack() 123 uint64_t JitDebug::ReadEntry32Pad(uint64_t* start, uint64_t* size) { in ReadEntry32Pad() 134 uint64_t JitDebug::ReadEntry64(uint64_t* start, uint64_t* size) { in ReadEntry64() 200 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 97 int start = 0, end = 0; in parse_animation_desc() local
|
/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/connectivity/wificond/ |
D | wifi_keystore_hal_connector.cpp | 37 void WifiKeystoreHalConnector::start() { in start() function in android::wificond::WifiKeystoreHalConnector
|
/system/core/liblog/ |
D | logger_read.cpp | 41 log_time start, pid_t pid) { in android_logger_list_alloc_internal() 59 struct logger_list* android_logger_list_alloc_time(int mode, log_time start, pid_t pid) { in android_logger_list_alloc_time()
|
/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/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/libziparchive/ |
D | zip_cd_entry_map.cc | 61 ZipError CdEntryMapZip32::AddToMap(std::string_view name, const uint8_t* start) { in AddToMap() 125 ZipError CdEntryMapZip64::AddToMap(std::string_view name, const uint8_t* start) { in AddToMap()
|
/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/libprocinfo/ |
D | process_map_test.cpp | 36 const char* name) { maps.emplace_back(start, end, flags, pgoff, inode, name); })); in TEST() 77 TestMapInfo(uint64_t start, uint64_t end, uint16_t flags, uint64_t pgoff, ino_t inode, in TestMapInfo() 82 uint64_t start = 0; member 99 const char* name) { in VerifyReadMapFileAsyncSafe() 190 uint64_t start = 0xa0000; in TEST() local
|