Searched defs:period (Results 1 – 13 of 13) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | annotate.py | 94 def __init__(self, period=0, acc_period=0): argument 111 def add_period(self, period): argument 126 def add_period(self, period): argument 129 def add_line_period(self, line, period): argument 135 def add_function_period(self, function_name, function_start_line, period): argument 293 def _add_file_period(self, source, period, used_file_dict): argument 301 def _add_line_period(self, source, period, used_line_dict): argument 307 def _add_function_period(self, source, period, used_function_dict): argument
|
/system/core/llkd/tests/ |
D | llkd_test.cpp | 189 const auto period = llkdSleepPeriod('D'); in llkd_driver_ABA() local 253 const auto period = llkdSleepPeriod('Z'); in TEST() local 277 const auto period = llkdSleepPeriod('D'); in TEST() local 301 const auto period = llkdSleepPeriod('S'); in TEST() local 336 const auto period = llkdSleepPeriod('S'); in TEST() local
|
/system/nfc/src/nfa/include/ |
D | nfa_sys_ptim.h | 35 int32_t period; /* Timer period in milliseconds */ member
|
/system/nfc/src/nfa/sys/ |
D | nfa_sys_ptim.cc | 46 void nfa_sys_ptim_init(tPTIM_CB* p_cb, uint16_t period, uint8_t timer_id) { in nfa_sys_ptim_init()
|
/system/extras/simpleperf/ |
D | SampleDisplayer.h | 35 uint64_t period = sample->period + sample->accumulated_period; in DisplayAccumulatedOverhead() local 48 uint64_t period = sample->period; in DisplaySelfOverhead() local
|
D | callchain.h | 34 uint64_t period; member
|
D | sample_tree.h | 246 uint64_t period = GetPeriodForCallChain(acc_info); in InsertCallChainForSample() local
|
D | cmd_report.cpp | 67 uint64_t period; member 127 uint64_t period = 0; member 182 uint64_t period = GetPeriod(r); in CreateSample() local
|
D | report_lib_interface.cpp | 47 uint64_t period; member
|
D | record.cpp | 591 uint32_t tid, uint64_t time, uint32_t cpu, uint64_t period, in SampleRecord()
|
D | record.h | 103 uint64_t period; member
|
/system/core/init/ |
D | service_parser.cpp | 371 int period; in ParseRestartPeriod() local 417 int period; in ParseTimeoutPeriod() local
|
/system/core/fastboot/ |
D | fastboot.cpp | 1667 bool period = false; in IsNumber() local
|