/third_party/typescript/tests/baselines/reference/ |
D | typeFromJSConstructor.types | 21 // twice: string | undefined 22 this.twice = undefined 23 >this.twice = undefined : undefined 24 >this.twice : any 26 >twice : any 29 this.twice = 'hi' 30 >this.twice = 'hi' : "hi" 31 >this.twice : any 33 >twice : any 52 …k this.newProperty = 1 // ok: number | boolean this.twice = undefined // ok this.twice = … [all …]
|
D | typeFromJSConstructor.symbols | 17 // twice: string | undefined 18 this.twice = undefined 19 >this.twice : Symbol(Installer.twice, Decl(a.js, 4, 23), Decl(a.js, 6, 26), Decl(a.js, 15, 24), Dec… 21 >twice : Symbol(Installer.twice, Decl(a.js, 4, 23), Decl(a.js, 6, 26), Decl(a.js, 15, 24), Decl(a.j… 24 this.twice = 'hi' 25 >this.twice : Symbol(Installer.twice, Decl(a.js, 4, 23), Decl(a.js, 6, 26), Decl(a.js, 15, 24), Dec… 27 >twice : Symbol(Installer.twice, Decl(a.js, 4, 23), Decl(a.js, 6, 26), Decl(a.js, 15, 24), Decl(a.j… 61 this.twice = undefined // ok 62 >this.twice : Symbol(Installer.twice, Decl(a.js, 4, 23), Decl(a.js, 6, 26), Decl(a.js, 15, 24), Dec… 64 >twice : Symbol(Installer.twice, Decl(a.js, 4, 23), Decl(a.js, 6, 26), Decl(a.js, 15, 24), Decl(a.j… [all …]
|
D | typeFromJSConstructor.errors.txt | 16 // twice: string | undefined 17 this.twice = undefined 18 this.twice = 'hi' 31 this.twice = undefined // ok 34 this.twice = 'hi' // ok 42 this.twice = null // error 45 this.twice = false // error
|
D | checkJsxChildrenProperty13.errors.txt | 1 tests/cases/conformance/jsx/file.tsx(12,30): error TS2710: 'children' are specified twice. The attr… 15 // Error children are specified twice 18 !!! error TS2710: 'children' are specified twice. The attribute named 'children' will be overwritte…
|
/third_party/boost/libs/iterator/test/ |
D | advance_test.cpp | 14 int twice(int x) { return x + x; } in twice() function 34 boost::make_transform_iterator(ptr1, twice) in main() 35 , boost::make_transform_iterator(ptr2, twice) in main() 39 boost::make_transform_iterator(ptr2, twice) in main() 40 , boost::make_transform_iterator(ptr1, twice) in main() 51 boost::make_transform_iterator(ints.begin(), twice) in main() 52 , boost::make_transform_iterator(ints.end(), twice) in main() 56 boost::make_transform_iterator(ints.end(), twice) in main() 57 , boost::make_transform_iterator(ints.begin(), twice) in main() 68 boost::make_transform_iterator(ints.begin(), twice) in main() [all …]
|
D | distance_test.cpp | 14 int twice(int x) { return x + x; } in twice() function 33 boost::make_transform_iterator(ptr1, twice) in main() 34 , boost::make_transform_iterator(ptr2, twice) in main() 38 boost::make_transform_iterator(ptr2, twice) in main() 39 , boost::make_transform_iterator(ptr1, twice) in main() 50 boost::make_transform_iterator(ints.begin(), twice) in main() 51 , boost::make_transform_iterator(ints.end(), twice) in main() 55 boost::make_transform_iterator(ints.end(), twice) in main() 56 , boost::make_transform_iterator(ints.begin(), twice) in main() 66 boost::make_transform_iterator(ints.begin(), twice) in main() [all …]
|
/third_party/mindspore/tests/ut/python/pynative_mode/nn/ |
D | test_checkparameter.py | 21 twice = _expand_tuple(2) variable 24 kernel_size1 = twice(kernel_size) 85 assert twice(3) == (3, 3) 89 assert twice((3, 3)) == (3, 3) 94 twice(0.5) 99 twice("str") 104 twice((1, 2, 3)) 109 twice((3.3, 4))
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | typeFromJSConstructor.ts | 13 this.twice = undefined 14 this.twice = 'hi' 23 this.twice = undefined // ok 24 this.twice = 'hi' // ok 30 this.twice = null // error 31 this.twice = false // error
|
/third_party/mindspore/tests/ut/python/nn/ |
D | test_checkparameter.py | 18 from mindspore._checkparam import Validator, twice 21 kernel_size1 = twice(kernel_size) 121 assert twice(3) == (3, 3) 125 assert twice((3, 3)) == (3, 3) 130 twice(0.5) 135 twice("str") 140 twice((1, 2, 3)) 145 twice((3.3, 4))
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_random.data | 1 Generate random twice with CTR_DRBG 4 Generate random twice with HMAC_DRBG(SHA-1) 8 Generate random twice with HMAC_DRBG(SHA-256) 12 Generate random twice with HMAC_DRBG(SHA-512) 16 Generate random twice with PSA classic wrapper 19 Generate random twice with PSA API
|
/third_party/boost/libs/algorithm/test/ |
D | transform_reduce_test.cpp | 27 struct twice struct 56 test_init_bop_uop(Iter(ia), Iter(ia), 0, std::plus<int>(), twice<int>(), 0); in test_init_bop_uop() 57 test_init_bop_uop(Iter(ia), Iter(ia), 1, std::multiplies<int>(), twice<int>(), 1); in test_init_bop_uop() 58 test_init_bop_uop(Iter(ia), Iter(ia+1), 0, std::multiplies<int>(), twice<int>(), 0); in test_init_bop_uop() 59 test_init_bop_uop(Iter(ia), Iter(ia+1), 2, std::plus<int>(), twice<int>(), 4); in test_init_bop_uop() 60 test_init_bop_uop(Iter(ia), Iter(ia+2), 0, std::plus<int>(), twice<int>(), 6); in test_init_bop_uop() 61 test_init_bop_uop(Iter(ia), Iter(ia+2), 3, std::multiplies<int>(), twice<int>(), 24); in test_init_bop_uop() 62 …test_init_bop_uop(Iter(ia), Iter(ia+sa), 4, std::multiplies<int>(), twice<int>(), 184320); // 64 … in test_init_bop_uop() 63 test_init_bop_uop(Iter(ia), Iter(ia+sa), 4, std::plus<int>(), twice<int>(), 46); in test_init_bop_uop()
|
/third_party/boost/libs/hana/example/functional/ |
D | placeholder.cpp | 15 constexpr auto twice = 2 * hana::_; variable 16 static_assert(twice(1) == 2, ""); 19 static_assert(twice(1, "ignored") == 2, "");
|
/third_party/python/Modules/clinic/ |
D | _testmultiphase.c.h | 54 int n, int twice); 63 int twice = 0; in _testmultiphase_StateAccessType_increment_count_clinic() local 66 &n, &twice)) { in _testmultiphase_StateAccessType_increment_count_clinic() 69 return_value = _testmultiphase_StateAccessType_increment_count_clinic_impl(self, cls, n, twice); in _testmultiphase_StateAccessType_increment_count_clinic()
|
/third_party/node/deps/npm/test/tap/ |
D | audit.js | 104 srv.get('/baddep').twice().reply(200, { 181 srv.get('/baddep').twice().reply(200, { 237 srv.get('/baddep').twice().reply(200, { 312 srv.get('/baddep').twice().reply(200, { 390 srv.get('/gooddep').twice().reply(200, { 416 srv.get('/baddep').twice().reply(200, { 488 srv.get('/baddep').twice().reply(200, { 514 srv.get('/gooddep').twice().reply(200, {
|
D | audit-fix.js | 56 srv.get('/baddep').twice().reply(200, { 315 srv.get('/baddep').twice().reply(200, { 410 srv.get('/baddep').twice().reply(200, { 504 srv.get('/baddep').twice().reply(200, { 596 srv.get('/gooddep').twice().reply(200, {
|
/third_party/skia/samplecode/ |
D | SampleXfermodesBlur.cpp | 110 for (int twice = 0; twice < 2; twice++) { in onDrawContent() local 122 draw_mode(canvas, gModes[i], twice ? 0x88 : 0xFF, r.fLeft, r.fTop); in onDrawContent()
|
/third_party/flutter/skia/samplecode/ |
D | SampleXfermodesBlur.cpp | 110 for (int twice = 0; twice < 2; twice++) { in onDrawContent() local 122 draw_mode(canvas, gModes[i], twice ? 0x88 : 0xFF, r.fLeft, r.fTop); in onDrawContent()
|
/third_party/mindspore/mindspore/nn/probability/bnn_layers/ |
D | conv_variational.py | 17 from mindspore._checkparam import twice 44 kernel_size = twice(kernel_size) 45 stride = twice(stride) 46 dilation = twice(dilation)
|
/third_party/boost/libs/callable_traits/example/ |
D | add_varargs.cpp | 40 using twice = ct::add_varargs_t<test>; in main() typedef 41 static_assert(std::is_same<test, twice>::value, ""); in main()
|
/third_party/node/deps/npm/node_modules/once/ |
D | README.md | 32 Ironically, the prototype feature makes this module twice as 55 Throw an error if the function is called twice. 65 // when no name is passed, the callback is called twice
|
/third_party/mindspore/mindspore/nn/layer/ |
D | quant.py | 26 from mindspore._checkparam import Validator, twice 690 self.kernel_size = twice(kernel_size) 691 self.stride = twice(stride) 692 self.dilation = twice(dilation) 931 self.kernel_size = twice(kernel_size) 932 self.stride = twice(stride) 933 self.dilation = twice(dilation) 1143 self.kernel_size = twice(kernel_size) 1144 self.stride = twice(stride) 1145 self.dilation = twice(dilation) [all …]
|
D | conv.py | 24 from mindspore._checkparam import Validator, Rel, twice, _check_3d_int_or_tuple 237 kernel_size = twice(kernel_size) 238 stride = twice(stride) 240 dilation = twice(dilation) 1017 kernel_size = twice(kernel_size) 1018 stride = twice(stride) 1019 dilation = twice(dilation)
|
/third_party/boost/libs/fusion/test/algorithm/ |
D | transform.cpp | 74 int twice(int v) in twice() function 151 BOOST_TEST(boost::fusion::transform(tup1, twice) == make_vector(2,4,6)); in main()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/ |
D | README.examples | 17 - is approximately twice as fast as gzip -d 18 - also provides Unix uncompress functionality, again twice as fast
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/ |
D | README.examples | 17 - is approximately twice as fast as gzip -d 18 - also provides Unix uncompress functionality, again twice as fast
|