| /system/extras/simpleperf/scripts/ |
| D | report_html.py | 76 def hex_address_for_json(addr: int) -> str: 90 def get_process(self, pid: int) -> ProcessScope: 121 def __init__(self, pid: int): 127 def get_thread(self, tid: int, thread_name: str) -> ThreadScope: 164 def __init__(self, tid: int): 174 self, event_count: int, callstack: List[Tuple[int, int, int]], argument 212 hit_func_ids: Set[int]): 252 def __init__(self, lib_id: int): 257 def get_function(self, func_id: int) -> FunctionScope: 283 def __init__(self, func_id: int): [all …]
|
| D | gecko_profile_generator.py | 171 def _intern_stack(self, frame_id: int, prefix_id: Optional[int]) -> int: 261 def remove_stack_gaps(self, max_remove_gap_length: int, gap_distr: Dict[int, int]) -> None: argument 352 def remove_stack_gaps(max_remove_gap_length: int, thread_map: Dict[int, Thread]) -> None: 382 max_remove_gap_length: int) -> GeckoProfile:
|
| /system/extras/perf2cfg/perf2cfg/ |
| D | analyze.py | 47 def __init__(self, relative_addr: int) -> None: 57 def record_sample(self, event_name: str, event_count: int) -> None: 89 def record_sample(self, relative_addr: int, event_name: str, 90 event_count: int) -> None: 194 def record_sample(self, method_name: str, relative_addr: int, 195 event_name: str, event_count: int) -> None:
|
| D | edit.py | 445 event_count: int) -> str: 468 event_count: int) -> str: 488 event_count: int) -> str: 508 event_count: int) -> str: 528 def generate_annotation(self, event_name: str, event_count: int, 529 total_event_count: int, include_count: bool) -> str:
|
| /system/core/libcutils/ |
| D | ashmem-host.cpp | 76 int ashmem_set_prot_region(int /*fd*/, int /*prot*/) { in ashmem_set_prot_region() argument 80 int ashmem_pin_region(int /*fd*/, size_t /*offset*/, size_t /*len*/) { in ashmem_pin_region() argument 84 int ashmem_unpin_region(int /*fd*/, size_t /*offset*/, size_t /*len*/) { in ashmem_unpin_region() argument
|
| D | qtaguid.cpp | 34 static int stubTagSocket(int, uint32_t, uid_t) { in stubTagSocket() argument 38 static int stubUntagSocket(int) { in stubUntagSocket() argument
|
| D | native_handle.cpp | 36 uint64_t android_fdsan_create_owner_tag(int /*type*/, uint64_t /*tag*/) { in android_fdsan_create_owner_tag() argument 39 uint64_t android_fdsan_get_owner_tag(int /*fd*/) { in android_fdsan_get_owner_tag() argument 45 void android_fdsan_exchange_owner_tag(int /*fd*/, uint64_t /*expected_tag*/, uint64_t /*tag*/) {} in android_fdsan_exchange_owner_tag() argument
|
| /system/core/fs_mgr/libsnapshot/ |
| D | snapshotctl.cpp | 66 bool DumpCmdHandler(int /*argc*/, char** argv) { in DumpCmdHandler() argument 71 bool MapCmdHandler(int, char** argv) { in MapCmdHandler() argument 77 bool UnmapCmdHandler(int, char** argv) { in UnmapCmdHandler() argument 82 bool MergeCmdHandler(int /*argc*/, char** argv) { in MergeCmdHandler() argument 194 bool TestOtaHandler(int /* argc */, char** /* argv */) { in TestOtaHandler() argument
|
| /system/core/init/ |
| D | host_import_parser.cpp | 27 int) { in ParseSection() argument 35 Result<void> HostImportParser::ParseLineSection(std::vector<std::string>&&, int) { in ParseLineSection() argument
|
| /system/update_engine/scripts/ |
| D | ota_stress_test.py | 58 def PerformTest(otafile: Path, resumes: int, timeout: int):
|
| /system/memory/libdmabufheap/ |
| D | BufferAllocatorWrapper.cpp | 55 int DmabufHeapCpuSyncStart(BufferAllocator* buffer_allocator, unsigned int dmabuf_fd, in DmabufHeapCpuSyncStart() argument 56 SyncType sync_type, int (*legacy_ion_cpu_sync)(int, int, void *), in DmabufHeapCpuSyncStart() argument 64 int DmabufHeapCpuSyncEnd(BufferAllocator* buffer_allocator, unsigned int dmabuf_fd, in DmabufHeapCpuSyncEnd() argument 65 SyncType sync_type, int (*legacy_ion_cpu_sync)(int, int, void*), in DmabufHeapCpuSyncEnd() argument
|
| /system/core/libstats/push_compat/ |
| D | StatsEventCompat.cpp | 180 void StatsEventCompat::writeKeyValuePairs(const map<int, int32_t>& int32Map, in writeKeyValuePairs() 196 void StatsEventCompat::writeKeyValuePairMap(const map<int, T>& keyValuePairMap) { in writeKeyValuePairMap()
|
| /system/logging/liblog/tests/ |
| D | liblog_default_tag.cpp | 40 SetLogger([&](LogId, LogSeverity, const char* tag, const char*, unsigned int, const char*) { in TEST() 58 SetLogger([&](LogId, LogSeverity, const char* tag, const char*, unsigned int, const char*) { in TEST() 76 SetLogger([&](LogId, LogSeverity, const char* tag, const char*, unsigned int, const char*) { in TEST() 94 SetLogger([&](LogId, LogSeverity, const char* tag, const char*, unsigned int, const char*) { in TEST() 113 SetLogger([&](LogId, LogSeverity, const char* tag, const char*, unsigned int, const char*) { in TEST() 139 SetLogger([&](LogId, LogSeverity, const char* tag, const char*, unsigned int, const char*) { in TEST()
|
| /system/core/debuggerd/libdebuggerd/test/ |
| D | log_fake.cpp | 76 extern "C" struct logger_list* android_logger_list_open(log_id_t, int, unsigned int, pid_t) { in android_logger_list_open() argument 89 extern "C" int android_log_processBinaryLogBuffer( in android_log_processBinaryLogBuffer() argument
|
| /system/apex/apexd/ |
| D | apexd_main.cpp | 92 action.sa_handler = [](int /*signal*/) { in InstallSigtermSignalHandler() 106 int main(int /*argc*/, char** argv) { in main() argument
|
| D | apexd_microdroid.cpp | 27 int main(int /*argc*/, char** argv) { in main() argument
|
| /system/unwinding/libunwindstack/tests/ |
| D | LogFake.cpp | 85 extern "C" struct logger_list* android_logger_list_open(log_id_t, int, unsigned int, pid_t) { in android_logger_list_open() argument 98 extern "C" int android_log_processBinaryLogBuffer( in android_log_processBinaryLogBuffer() argument
|
| /system/libfmq/tests/aidl/android/fmq/test/ |
| D | ITestAidlMsgQ.aidl | 36 boolean configureFmqSyncReadWrite(in MQDescriptor<int, SynchronizedReadWrite> mqDesc); in configureFmqSyncReadWrite() 55 out MQDescriptor<int, UnsynchronizedWrite> mqDesc); in getFmqUnsyncWrite()
|
| /system/core/libutils/ |
| D | Looper_fuzz.cpp | 36 static int noopCallback(int, int, void*) { in noopCallback() argument
|
| /system/core/debuggerd/test_permissive_mte/ |
| D | mte_crash.cpp | 20 int main(int, char**) { in main() argument
|
| /system/core/healthd/ |
| D | healthd_mode_charger_nops.cpp | 26 int healthd_charger_nops(int /* argc */, char** /* argv */) { in healthd_charger_nops() argument
|
| /system/core/llkd/ |
| D | llkd.cpp | 29 int main(int, char**) { in main() argument
|
| /system/nfc/src/fuzzers/integration/fakes/ |
| D | gki_ulinux_fakes.cc | 32 void GKI_shiftup(unsigned char*, unsigned char*, unsigned int) { CHECK(false); } in GKI_shiftup() 34 uint16_t GKI_wait(unsigned short, unsigned int) { abort(); } in GKI_wait()
|
| /system/update_engine/common/ |
| D | cow_operation_convert_unittest.cc | 95 std::initializer_list<std::array<int, 2>> src_extents, in AddOperation() 109 std::array<int, 2> src_extent, in AddMergeOperation()
|
| /system/netd/server/aidl-fuzzers/ |
| D | MDnsServiceFuzzer.cpp | 27 extern "C" int LLVMFuzzerInitialize(int /**argc*/, char /****argv*/) { in LLVMFuzzerInitialize() argument
|