Searched defs:ignore (Results 1 – 6 of 6) sorted by relevance
| /test/testfwk/arkxtest/jsunit/ |
| D | index.js | 83 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/ |
| D | usbfn_mtp_test.cpp | 85 bool ignore = false; in PrintVector() local
|
| /test/xts/hats/hdf/usb/mtpTest/common/ |
| D | usbfn_mtp_test.cpp | 83 bool ignore = false; in PrintVector() local
|
| /test/xts/hats/hdf/usb/V2_0/mtpTest_additional/common/ |
| D | usbfn_mtp_test.cpp | 77 bool ignore = false; in PrintVector() local
|
| /test/xts/hats/hdf/usb/mtpTest_additional/common/ |
| D | usbfn_mtp_test.cpp | 75 bool ignore = false; in PrintVector() local
|
| /test/testfwk/arkxtest/jsunit/src/ |
| D | service.js | 414 … let obj = { total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0, itItemList: []}; property
|