Home
last modified time | relevance | path

Searched defs:period (Results 1 – 13 of 13) sorted by relevance

/system/extras/simpleperf/scripts/
Dannotate.py94 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/
Dllkd_test.cpp189 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/
Dnfa_sys_ptim.h35 int32_t period; /* Timer period in milliseconds */ member
/system/nfc/src/nfa/sys/
Dnfa_sys_ptim.cc46 void nfa_sys_ptim_init(tPTIM_CB* p_cb, uint16_t period, uint8_t timer_id) { in nfa_sys_ptim_init()
/system/extras/simpleperf/
DSampleDisplayer.h35 uint64_t period = sample->period + sample->accumulated_period; in DisplayAccumulatedOverhead() local
48 uint64_t period = sample->period; in DisplaySelfOverhead() local
Dcallchain.h34 uint64_t period; member
Dsample_tree.h246 uint64_t period = GetPeriodForCallChain(acc_info); in InsertCallChainForSample() local
Dcmd_report.cpp67 uint64_t period; member
127 uint64_t period = 0; member
182 uint64_t period = GetPeriod(r); in CreateSample() local
Dreport_lib_interface.cpp47 uint64_t period; member
Drecord.cpp591 uint32_t tid, uint64_t time, uint32_t cpu, uint64_t period, in SampleRecord()
Drecord.h103 uint64_t period; member
/system/core/init/
Dservice_parser.cpp371 int period; in ParseRestartPeriod() local
417 int period; in ParseTimeoutPeriod() local
/system/core/fastboot/
Dfastboot.cpp1667 bool period = false; in IsNumber() local