/third_party/typescript/tests/baselines/reference/ |
D | badArraySyntax.errors.txt | 1 …mpiler/badArraySyntax.ts(6,16): error TS1011: An element access expression should take an argument. 2 …mpiler/badArraySyntax.ts(7,16): error TS1011: An element access expression should take an argument. 3 …mpiler/badArraySyntax.ts(8,21): error TS1011: An element access expression should take an argument. 4 …mpiler/badArraySyntax.ts(9,21): error TS1011: An element access expression should take an argument. 5 …piler/badArraySyntax.ts(10,30): error TS1011: An element access expression should take an argument. 6 …piler/badArraySyntax.ts(10,41): error TS1011: An element access expression should take an argument. 17 !!! error TS1011: An element access expression should take an argument. 20 !!! error TS1011: An element access expression should take an argument. 23 !!! error TS1011: An element access expression should take an argument. 26 !!! error TS1011: An element access expression should take an argument. [all …]
|
D | createArray.errors.txt | 2 tests/cases/compiler/createArray.ts(1,19): error TS1011: An element access expression should take a… 3 tests/cases/compiler/createArray.ts(6,7): error TS1011: An element access expression should take an… 5 tests/cases/compiler/createArray.ts(7,20): error TS1011: An element access expression should take a… 7 tests/cases/compiler/createArray.ts(8,19): error TS1011: An element access expression should take a… 15 !!! error TS1011: An element access expression should take an argument. 22 !!! error TS1011: An element access expression should take an argument. 27 !!! error TS1011: An element access expression should take an argument. 32 !!! error TS1011: An element access expression should take an argument.
|
D | customAsyncIterator.types | 18 throw new Error("ConstantIterator.prototype.next may not take any values"); 19 >new Error("ConstantIterator.prototype.next may not take any values") : Error 21 >"ConstantIterator.prototype.next may not take any values" : "ConstantIterator.prototype.next may n…
|
D | parserObjectCreationArrayLiteral1.errors.txt | 2 …tCreationArrayLiteral1.ts(1,9): error TS1011: An element access expression should take an argument. 10 !!! error TS1011: An element access expression should take an argument.
|
D | parserObjectCreationArrayLiteral3.errors.txt | 2 …tCreationArrayLiteral3.ts(1,9): error TS1011: An element access expression should take an argument. 10 !!! error TS1011: An element access expression should take an argument.
|
D | newOperator.errors.txt | 8 tests/cases/compiler/newOperator.ts(18,21): error TS1011: An element access expression should take … 10 tests/cases/compiler/newOperator.ts(22,2): error TS1011: An element access expression should take a… 21 tests/cases/compiler/newOperator.ts(56,24): error TS1011: An element access expression should take … 56 !!! error TS1011: An element access expression should take an argument. 64 !!! error TS1011: An element access expression should take an argument. 115 !!! error TS1011: An element access expression should take an argument.
|
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_take.py | 46 data1 = data1.take(1) 63 data1 = data1.take(2) 80 data1 = data1.take(3) 97 data1 = data1.take(4) 114 data1 = data1.take(2) 131 data1 = data1.take(4) 147 data1 = data1.take(2) 160 data1 = data1.take(2) 172 data1 = data1.take(-1) 188 data1 = data1.take(-1) [all …]
|
D | test_generator_reset_pass.py | 62 branch2 = branch2.take(10) # Meaningless operation, just want to insert an op in between 89 branch2 = branch2.take(10) # Meaningless operation, just want to insert an op in between 94 concat2 = concat1.repeat(2).take(11) + branch3 113 branch1 = branch1.take(2) 118 branch3 = data3.take(2) 122 concat2 = branch1 + concat1.repeat(3).skip(5).take(15) 163 branch1 = data1.repeat(3).take(3).repeat(2) 186 branch1 = data1.repeat(2).take(5).repeat(2).skip(2)
|
/third_party/boost/libs/phoenix/test/function/ |
D | lazy_list3_tests.cpp | 31 list<int> ll = take(4,l); in main() 32 list<int> lll = take(12,l); in main() 34 list<int> ll2 = take(4,l2); in main() 35 list<int> lll2 = take(12,l2); in main() 38 list<int> even4 = take(4,evens)(); in main() 39 list<int> odd4 = take(4,odds)(); in main() 40 list<int> itersome = take(4,iterate(dec,1))(); in main() 41 list<int> repeatsome = take(4,repeat(1))(); in main()
|
D | lazy_list_tests.cpp | 34 using phx::take; in main() 43 list<int> l6 = take(2,l4)(); in main() 44 list<int> l7 = cons(7,take(2,l4)); in main() 45 list<int> l8 = take(1,take(3,l4))(); in main() 66 list<int> l9 = cat(l8,take(2,l4)); in main()
|
/third_party/boost/libs/hana/test/detail/variadic/ |
D | take.cpp | 21 vd::take<0>()(f), in main() 26 vd::take<0>(ct_eq<1>{})(f), in main() 31 vd::take<0>(ct_eq<1>{}, ct_eq<2>{})(f), in main() 37 vd::take<1>(ct_eq<1>{})(f), in main() 42 vd::take<1>(ct_eq<1>{}, ct_eq<2>{})(f), in main() 47 vd::take<1>(ct_eq<1>{}, ct_eq<2>{}, ct_eq<3>{})(f), in main() 53 …vd::take<8>(ct_eq<1>{}, ct_eq<2>{}, ct_eq<3>{}, ct_eq<4>{}, ct_eq<5>{}, ct_eq<6>{}, ct_eq<7>{}, ct… in main() 58 …vd::take<8>(ct_eq<1>{}, ct_eq<2>{}, ct_eq<3>{}, ct_eq<4>{}, ct_eq<5>{}, ct_eq<6>{}, ct_eq<7>{}, ct… in main()
|
/third_party/boost/libs/geometry/doc/ |
D | copyright_note_policy.txt | 28 2) Exclusive work of one author including design -> might take sole copyright 33 3) Examples -> might take sole copyright 34 4) Tests -> might take sole copyright 35 5) Docs -> might take sole copyright 36 6) Utilities e.g. converters -> might take sole copyright
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/flatecut/ |
D | flatecut.go | 110 func (b *bitstream) take(nBits uint32) int32 { func 452 finalBlock := c.bits.take(1) 464 blockType := c.bits.take(2) 611 numLCodes := 257 + c.bits.take(5) 616 numDCodes := 1 + c.bits.take(5) 621 numCodeLengths := 4 + c.bits.take(4) 633 x := c.bits.take(3) 662 count = 3 + c.bits.take(2) 665 count = 3 + c.bits.take(3) 668 count = 11 + c.bits.take(7) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | ticket.h | 71 MARL_NO_EXPORT inline Ticket take(); 77 MARL_NO_EXPORT inline void take(size_t count, const F& f); 173 Ticket Ticket::Queue::take() { in take() function 175 take(1, [&](Ticket&& ticket) { out = std::move(ticket); }); in take() 180 void Ticket::Queue::take(size_t n, const F& f) { in take() function
|
/third_party/e2fsprogs/tests/t_dangerous/ |
D | expect | 39 Enabling checksums could take some time. 43 Resizing inodes could take some time. 56 Enabling checksums could take some time. 74 Resizing inodes could take some time. 78 Setting the UUID on this filesystem could take some time. 118 Setting the UUID on this filesystem could take some time.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_swap_barrier.txt | 32 take place concurrently. 35 a buffer swap can take place. 70 Before a buffer swap can take place, a set of conditions must be 89 can take place: 98 Buffer swaps for all windows in a swap group will take place concurrently 101 Buffer swaps for all groups using a barrier will take place concurrently
|
D | GLX_SGIX_swap_group.txt | 26 group will then take place concurrently. 29 a buffer swap can take place. 61 Before a buffer swap can take place, a set of conditions must be 80 can take place: 86 Buffer swaps for all windows in a swap group will take place concurrently
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_swap_barrier.txt | 32 take place concurrently. 35 a buffer swap can take place. 70 Before a buffer swap can take place, a set of conditions must be 89 can take place: 98 Buffer swaps for all windows in a swap group will take place concurrently 101 Buffer swaps for all groups using a barrier will take place concurrently
|
D | GLX_SGIX_swap_group.txt | 26 group will then take place concurrently. 29 a buffer swap can take place. 61 Before a buffer swap can take place, a set of conditions must be 80 can take place: 86 Buffer swaps for all windows in a swap group will take place concurrently
|
/third_party/python/Lib/test/ |
D | test_itertools.py | 58 def take(n, seq): function 84 def pickletest(self, protocol, it, stop=4, take=1, compare=None): argument 112 for i in range(take): 172 self.assertEqual(take(4, c('abc', 'def')), list('abcd')) 179 self.assertEqual(take(4, chain.from_iterable(['abc', 'def'])), list('abcd')) 190 self.assertEqual(take(4, oper(chain('abc', 'def'))), list('abcd')) 530 self.assertEqual(take(2, lzip('abc',count(3))), [('a', 3), ('b', 4)]) 531 self.assertEqual(take(2, zip('abc',count(-1))), [('a', -1), ('b', 0)]) 532 self.assertEqual(take(2, zip('abc',count(-3))), [('a', -3), ('b', -2)]) 535 self.assertEqual(take(10, count(maxsize-5)), [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | ticket_bench.cpp | 29 auto ticket = queue.take(); in BENCHMARK_DEFINE_F() 35 queue.take().wait(); in BENCHMARK_DEFINE_F()
|
D | ticket_test.cpp | 27 auto ticket = queue.take(); in TEST_P() 35 queue.take().wait(); in TEST_P()
|
/third_party/boost/libs/python/test/ |
D | enable_shared_from_this.cpp | 33 void take(TestPtr t) { in take() function in Test 42 .def("take", &Test::take) in BOOST_PYTHON_MODULE()
|
/third_party/grpc/doc/core/ |
D | grpc-error.md | 37 may explicitly take ownership of it by manually calling GRPC_ERROR_REF. 64 errors, or pass them along to a function that would take over the ownership. 87 not callbacks, so they will take ownership of the error passed to them. 96 you must explicitly take a reference. 108 would take ownership of the error, without explicitly taking ownership yourself. 117 // this callback function must take ownership, so it can give that 141 if would have to take on a reference to it. This is a common pattern seen.
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/ |
D | primes.cpp | 59 auto ticket = queue.take(); in main() 89 queue.take().wait(); in main()
|