Home
last modified time | relevance | path

Searched defs:line (Results 1 – 14 of 14) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
Dparser_lite.py119 def _is_test_run(line): argument
123 def _is_test_start_run(line): argument
127 def _is_informational_start(line): argument
131 def _is_test_start(line): argument
134 def _process_informational_line(self, line): argument
142 def _process_test_run_line(self, line): argument
148 def parse(self, line): argument
170 def process_test(self, line): argument
402 def _is_class(self, line): argument
406 def _is_method(self, line): argument
[all …]
Dparser.py114 def parse(self, line): argument
140 def process_test(self, line): argument
374 def parse(self, line): argument
454 def parse(self, line): argument
476 def parse_key(self, line, key_start_pos): argument
482 def parse_time(self, line): argument
492 def parse_status_code(self, line): argument
664 def parse(self, line): argument
911 def parse(self, line): argument
928 def handle_suites_started_tag(self, line): argument
[all …]
/test/ostest/wukong/report/src/
Dstatistics_event.cpp38 std::vector<std::string> line; in StatisticsDetail() local
116 uint32_t eventTypeTotal, std::vector<std::string> &line) in UpdateLine()
135 std::vector<std::string> line; in GlobalElementTypesStatistics() local
Dstatistics_componment.cpp40 std::vector<std::string> line; in StatisticsDetail() local
125 … unsigned int componmentTypeTotal, std::vector<std::string> &line) in UpdateLine()
157 std::vector<std::string> line; in GlobalComponmentTypeStatistics() local
Dstatistics_ability.cpp40 std::vector<std::string> line; in StatisticsDetail() local
95 std::vector<std::string> &line) in UpdateLine()
Dstatistics_exception.cpp54 std::vector<std::string> line; in StatisticsDetail() local
/test/xts/device_attest/services/core/include/utils/
Dattest_utils_memleak.h38 uint32_t line; member
/test/xts/device_attest_lite/services/core/include/utils/
Dattest_utils_memleak.h38 uint32_t line; member
/test/xts/hats/powermgr/battery/hdi_battery/common/
Dhdi_battery_test.cpp353 std::string line; variable
388 std::string line; variable
/test/xts/device_attest/services/core/utils/
Dattest_utils_memleak.c151 int32_t AddMemInfo(void* addr, const char* file, uint32_t line, const char* func) in AddMemInfo()
Dattest_utils.c211 void *AttestMemAlloc(uint32_t size, const char* file, uint32_t line, const char* func) in AttestMemAlloc()
/test/xts/device_attest_lite/services/core/utils/
Dattest_utils_memleak.c151 int32_t AddMemInfo(void* addr, const char* file, uint32_t line, const char* func) in AddMemInfo()
Dattest_utils.c202 void *AttestMemAlloc(uint32_t size, const char* file, uint32_t line, const char* func) in AttestMemAlloc()
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers.py726 def _init_suites_start(cls, line, pattern, pid): argument