Home
last modified time | relevance | path

Searched defs:ignore (Results 1 – 6 of 6) sorted by relevance

/test/testfwk/arkxtest/jsunit/
Dindex.js83 const ret = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0}; property
91 const retResult = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0}; property
144 for (const {total, failure, error, pass, ignore, duration, itItemList} of items) { property
/test/xts/hats/hdf/usb/V2_0/mtpTest/common/
Dusbfn_mtp_test.cpp85 bool ignore = false; in PrintVector() local
/test/xts/hats/hdf/usb/mtpTest/common/
Dusbfn_mtp_test.cpp83 bool ignore = false; in PrintVector() local
/test/xts/hats/hdf/usb/V2_0/mtpTest_additional/common/
Dusbfn_mtp_test.cpp77 bool ignore = false; in PrintVector() local
/test/xts/hats/hdf/usb/mtpTest_additional/common/
Dusbfn_mtp_test.cpp75 bool ignore = false; in PrintVector() local
/test/testfwk/arkxtest/jsunit/src/
Dservice.js414 … let obj = { total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0, itItemList: []}; property