/third_party/typescript/tests/baselines/reference/ |
D | privateNameFieldUnaryMutation.js | 46 var _test; variable 50 _test.set(this, 24); 51 __classPrivateFieldSet(this, _test, +__classPrivateFieldGet(this, _test) + 1); 52 __classPrivateFieldSet(this, _test, +__classPrivateFieldGet(this, _test) - 1); 53 __classPrivateFieldSet(this, _test, +__classPrivateFieldGet(this, _test) + 1); 54 __classPrivateFieldSet(this, _test, +__classPrivateFieldGet(this, _test) - 1); 55 …const a = (__classPrivateFieldSet(this, _test, (_a = +__classPrivateFieldGet(this, _test)) + 1), _… 56 …const b = (__classPrivateFieldSet(this, _test, (_b = +__classPrivateFieldGet(this, _test)) - 1), _… 57 const c = __classPrivateFieldSet(this, _test, +__classPrivateFieldGet(this, _test) + 1); 58 const d = __classPrivateFieldSet(this, _test, +__classPrivateFieldGet(this, _test) - 1); [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatRoundTripTest.java | 52 _test(fmt); in TestNumberFormatRoundTrip() 56 _test(fmt); in TestNumberFormatRoundTrip() 60 _test(fmt); in TestNumberFormatRoundTrip() 74 _test(fmt); in TestNumberFormatRoundTrip() 77 _test(fmt); in TestNumberFormatRoundTrip() 80 _test(fmt); in TestNumberFormatRoundTrip() 97 private void _test(NumberFormat fmt) { in _test() method in NumberFormatRoundTripTest 99 _test(fmt, Double.NaN); in _test() 100 _test(fmt, Double.POSITIVE_INFINITY); in _test() 101 _test(fmt, Double.NEGATIVE_INFINITY); in _test() [all …]
|
D | DateFormatRoundTripTest.java | 71 _test(loc); in TestDateFormatRoundTrip() 74 _test(Locale.getDefault()); in TestDateFormatRoundTrip() 76 _test(avail[i]); in TestDateFormatRoundTrip() 96 private void _test(Locale loc) { in _test() method in DateFormatRoundTripTest 124 _test(df, false); in _test() 132 _test(df, true); in _test() 141 _test(df, false); in _test() 147 private void _test(DateFormat fmt, boolean timeOnly) { in _test() method in DateFormatRoundTripTest
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | NumberFormatRoundTripTest.java | 55 _test(fmt); in TestNumberFormatRoundTrip() 59 _test(fmt); in TestNumberFormatRoundTrip() 63 _test(fmt); in TestNumberFormatRoundTrip() 77 _test(fmt); in TestNumberFormatRoundTrip() 80 _test(fmt); in TestNumberFormatRoundTrip() 83 _test(fmt); in TestNumberFormatRoundTrip() 100 private void _test(NumberFormat fmt) { in _test() method in NumberFormatRoundTripTest 102 _test(fmt, Double.NaN); in _test() 103 _test(fmt, Double.POSITIVE_INFINITY); in _test() 104 _test(fmt, Double.NEGATIVE_INFINITY); in _test() [all …]
|
D | DateFormatRoundTripTest.java | 74 _test(loc); in TestDateFormatRoundTrip() 77 _test(Locale.getDefault()); in TestDateFormatRoundTrip() 79 _test(avail[i]); in TestDateFormatRoundTrip() 99 private void _test(Locale loc) { in _test() method in DateFormatRoundTripTest 127 _test(df, false); in _test() 135 _test(df, true); in _test() 144 _test(df, false); in _test() 150 private void _test(DateFormat fmt, boolean timeOnly) { in _test() method in DateFormatRoundTripTest
|
/third_party/python/Lib/test/test_email/ |
D | test__encoded_words.py | 9 def _test(self, source, ex_result, ex_defects=[]): member in TestDecodeQ 15 self._test(b'foobar', b'foobar') 18 self._test(b'foo=20bar=20', b'foo bar ') 19 self._test(b'foo_bar_', b'foo bar ') 22 self._test(b'foo=20=20=21=2Cbar', b'foo !,bar') 27 def _test(self, source, ex_result, ex_defects=[]): member in TestDecodeB 33 self._test(b'Zm9v', b'foo') 37 self._test(b'dmk', b'vi', [errors.InvalidBase64PaddingDefect]) 39 self._test(b'dg', b'v', [errors.InvalidBase64PaddingDefect]) 42 self._test(b'dm\x01k===', b'vi', [errors.InvalidBase64CharactersDefect]) [all …]
|
/third_party/ltp/testcases/kernel/syscalls/membarrier/ |
D | membarrier01.c | 213 #define passed_ok(_test) \ argument 215 tst_res(TPASS, "membarrier(2): %s passed", _test.testname); \ 219 #define passed_unexpec(_test) \ argument 223 _test.testname, _test.exp_ret, _test.exp_errno, \ 224 _test.force); \ 228 #define failed_ok(_test) \ argument 231 _test.testname); \ 235 #define failed_ok_unsupported(_test) \ argument 238 "(unsupported)", _test.testname); \ 242 #define failed_not_ok(_test, _gotret, _goterr) \ argument [all …]
|
/third_party/python/Lib/test/ |
D | test_webbrowser.py | 27 def _test(self, meth, *, args=[URL], kw={}, options, arguments): member in CommandTestMixin 56 self._test('open', 66 self._test('open', 76 self._test('open', 81 self._test('open', kw=dict(autoraise=False), 86 self._test('open_new', 91 self._test('open_new_tab', 101 self._test('open', 106 self._test('open', kw=dict(autoraise=False), 111 self._test('open_new', [all …]
|
D | test_clinic.py | 112 def _test(self, l, m, r, output): member in ClinicGroupPermuterTest 117 self._test([['start']], ['stop'], [['step']], 125 self._test([['x', 'y']], ['ch'], [['attr']], 134 self._test([['a1', 'a2', 'a3'], ['b1', 'b2']], ['c1'], [['d1', 'd2'], ['e1', 'e2', 'e3']], 145 self._test([], [], [['a'],['b'],['c']], 160 def _test(self, input, output, **kwargs): member in ClinicLinearFormatTest 165 self._test('', '') 168 self._test('\n', '\n') 171 self._test(""" 178 self._test(""" [all …]
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | libcgroup_freezer | 93 mkdir -p $TMP/${cgroup_subsys}_test > /dev/null 2>&1 99 if [ ! -d $TMP/${cgroup_subsys}_test ]; then 105 mount -t cgroup -o${cgroup_subsys} test_cgroup_${cgroup_subsys} $TMP/${cgroup_subsys}_test 110 rmdir $TMP/${cgroup_subsys}_test 2> /dev/null 115 cd $TMP/${cgroup_subsys}_test > /dev/null 2>&1 120 …umount $TMP/${cgroup_subsys}_test || umount -l $TMP/${cgroup_subsys}_test || tst_brkm TBROK "Faile… 121 rmdir $TMP/${cgroup_subsys}_test 2> /dev/null 145 umount $TMP/${cgroup_subsys}_test > /dev/null 2>&1 \ 146 || umount -l $TMP/${cgroup_subsys}_test || \ 158 rmdir $TMP/${cgroup_subsys}_test [all …]
|
/third_party/boost/libs/gil/test/extension/toolbox/ |
D | CMakeLists.txt | 28 set(_test t_ext_toolbox_${_name}) variable 39 add_test(NAME ${_test} COMMAND ${_target}) 43 unset(_test) 49 set(_test t_ext_toolbox_${_name}) variable 59 add_test(NAME ${_test} COMMAND ${_target}) 63 unset(_test)
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | build_defs.bzl | 189 if name[-5:] != "_test": 190 name = name + "_test" 206 if name[-5:] != "_test": 207 name = name + "_test" 223 if name[-5:] != "_test": 224 name = name + "_test" 240 if name[-5:] != "_test": 241 name = name + "_test" 257 if name[-5:] != "_test": 258 name = name + "_test" [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | build_defs.bzl | 189 if name[-5:] != "_test": 190 name = name + "_test" 206 if name[-5:] != "_test": 207 name = name + "_test" 223 if name[-5:] != "_test": 224 name = name + "_test" 240 if name[-5:] != "_test": 241 name = name + "_test" 257 if name[-5:] != "_test": 258 name = name + "_test" [all …]
|
/third_party/parse5/packages/parse5/test/ |
D | open-element-stack.test.js | 12 generateTestsForEachTreeAdapter(module.exports, (_test, treeAdapter) => { 13 _test['Push element'] = function() { function 33 _test['Pop element'] = function() { 50 _test['Replace element'] = function() { 63 _test['Insert element after element'] = function() { 81 _test['Pop elements until popped with given tagName'] = function() { 102 _test['Pop elements until given element popped'] = function() { 123 _test['Pop elements until numbered header popped'] = function() { 144 _test['Pop all up to <html> element'] = function() { 156 _test['Clear back to a table context'] = function() { [all …]
|
D | location-info-parser.test.js | 16 generateTestsForEachTreeAdapter(module.exports, (_test, treeAdapter) => { 17 …_test['Regression - Incorrect LocationInfo.endOffset for implicitly closed <p> element (GH-109)'] … function 32 …_test['Regression - Incorrect LocationInfo.endOffset for element with closing tag (GH-159)'] = fun… 47 _test['Regression - Location info not exposed with parseFragment (GH-82)'] = function() { 61 …_test['Regression - location info mixin error when parsing <template> elements (GH-90)'] = functio… 74 _test['Regression - location info not attached for empty attributes (GH-96)'] = function() { 88 …_test['Regression - location line incorrect when a character is unconsumed (GH-151)'] = function()… 112 …_test['Regression - location.startTag should be available if end tag is missing (GH-181)'] = funct…
|
D | formatting-element-list.test.js | 12 generateTestsForEachTreeAdapter(module.exports, (_test, treeAdapter) => { 13 _test['Insert marker'] = function() { function 25 _test['Push element'] = function() { 45 _test['Insert element after bookmark'] = function() { 65 _test['Push element - Noah Ark condition'] = function() { 115 _test['Clear to the last marker'] = function() { 141 _test['Remove entry'] = function() { 168 _test['Get entry in scope with given tag name'] = function() { 186 _test['Get element entry'] = function() {
|
/third_party/boost/libs/gil/test/legacy/ |
D | CMakeLists.txt | 22 set(_test t_legacy_${_name}) variable 33 add_test(NAME ${_test} COMMAND ${_target}) 37 unset(_test) 43 set(_test t_legacy_${_name}) variable 58 add_test(NAME ${_test} COMMAND ${_target} 63 unset(_test)
|
/third_party/spirv-tools/ |
D | build_defs.bzl | 188 if name[-5:] != "_test": 189 name = name + "_test" 205 if name[-5:] != "_test": 206 name = name + "_test" 222 if name[-5:] != "_test": 223 name = name + "_test" 239 if name[-5:] != "_test": 240 name = name + "_test" 257 if name[-5:] != "_test": 258 name = name + "_test" [all …]
|
/third_party/boost/libs/gil/test/core/image_processing/ |
D | CMakeLists.txt | 13 set(_test t_core_image_processing_${_name}) variable 24 add_test(NAME ${_test} COMMAND ${_target}) 38 set(_test t_core_image_processing_${_name}) variable 48 add_test(NAME ${_test} COMMAND ${_target}) 52 unset(_test)
|
/third_party/protobuf/python/ |
D | MANIFEST.in | 3 exclude google/protobuf/internal/*_test.py 10 recursive-exclude google *_test.py 11 recursive-exclude google *_test.proto
|
/third_party/boost/libs/gil/test/core/image/ |
D | CMakeLists.txt | 11 set(_test t_core_image_${_name}) variable 22 add_test(NAME ${_test} COMMAND ${_target}) 26 unset(_test)
|
/third_party/boost/libs/gil/test/core/point/ |
D | CMakeLists.txt | 11 set(_test t_core_point_${_name}) variable 22 add_test(NAME ${_test} COMMAND ${_target}) 26 unset(_test)
|
/third_party/boost/libs/gil/test/core/algorithm/ |
D | CMakeLists.txt | 12 set(_test t_core_algorithm_${_name}) variable 22 add_test(NAME ${_test} COMMAND ${_target}) 26 unset(_test)
|
/third_party/boost/libs/gil/test/core/locator/ |
D | CMakeLists.txt | 11 set(_test t_core_locator_${_name}) variable 22 add_test(NAME ${_test} COMMAND ${_target}) 26 unset(_test)
|
/third_party/boost/libs/gil/test/core/color/ |
D | CMakeLists.txt | 12 set(_test t_core_color_${_name}) variable 23 add_test(NAME ${_test} COMMAND ${_target}) 27 unset(_test)
|