Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 5 of 5) sorted by relevance

/test/testfwk/developer_test/local_coverage/code_coverage/coverage_rc/
Dlcovrc_cov_template42 # difference in lines between the position a user selected from the overview
/test/xts/acts/commonlibrary/ets_utils/codeparsingtest/baselibtest/entry/src/ohosTest/ets/test/lightweightmap/
DLightWeightMap.test.ets757 * @tc.desc : Testing LightWeightMap set difference value by same key
798 * @tc.desc : Testing LightWeightMap set difference length string key and get index by key
920 … * @tc.desc : Testing LightWeightMap set difference length string key and get index by value
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
Dparser.py868 un_suite_set = all_suite_set.difference(self.marked_suite_set)
1327 un_suite_set = all_suite_set.difference(suite_name_set)
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dunistdndk.cpp844 long int difference = new_time.tv_sec - old_time.tv_sec - TIMEDIFF; in Usleep() local
847 if (usleepResult == PARAM_0 && difference <= TWO) { in Usleep()
/test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensiontest/entry/src/main/ets/test/
DAbility.test.ets457 …* @tc.desc : UIExtension connect serviceAbility and disconnect serviceAbility in difference app…