Home
last modified time | relevance | path

Searched defs:line (Results 1 – 17 of 17) 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.py113 def parse(self, line): argument
139 def process_test(self, line): argument
378 def parse(self, line): argument
458 def parse(self, line): argument
480 def parse_key(self, line, key_start_pos): argument
486 def parse_time(self, line): argument
496 def parse_status_code(self, line): argument
668 def parse(self, line): argument
915 def parse(self, line): argument
932 def handle_suites_started_tag(self, line): argument
[all …]
/test/ostest/wukong/common/include/
Dcommon.h27 char line[NUMBER]; in runProcess() local
/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.cpp381 std::string line; variable
416 std::string line; variable
/test/xts/device_attest/services/core/utils/
Dattest_utils_memleak.c152 int32_t AddMemInfo(void* addr, const char* file, uint32_t line, const char* func) in AddMemInfo()
Dattest_utils.c216 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.c152 int32_t AddMemInfo(void* addr, const char* file, uint32_t line, const char* func) in AddMemInfo()
Dattest_utils.c218 void *AttestMemAlloc(uint32_t size, const char* file, uint32_t line, const char* func) in AttestMemAlloc()
/test/testfwk/developer_test/localCoverage/keyword_registration/
Dkeyword_filter.py122 def get_tag(content, line): argument
215 def code_body_judge(self, line, content): argument
/test/testfwk/arkxtest/uitest/record/
Dui_record.cpp106 std::string line; in ReadEventLine() local
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers.py726 def _init_suites_start(cls, line, pattern, pid): argument