Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 2650) sorted by relevance

12345678910>>...106

/third_party/flutter/flutter/dev/bots/test/
Dfake_process_manager_test.dart28 final Map<String, List<ProcessResult>> calls = <String, List<ProcessResult>>{
36 processManager.fakeResults = calls;
37 for (String key in calls.keys) {
44 expect(output, equals(calls[key][0].stdout));
46 processManager.verifyCalls(calls.keys.toList());
50 final Map<String, List<ProcessResult>> calls = <String, List<ProcessResult>>{
58 processManager.fakeResults = calls;
59 for (String key in calls.keys) {
61 expect(result.stdout, equals(calls[key][0].stdout));
63 processManager.verifyCalls(calls.keys.toList());
[all …]
/third_party/node/test/parallel/
Dtest-stream-readable-hwm-0-no-flow-data.js17 const calls = []; variable
20 calls.push('_read:' + streamData[0]);
22 calls.push('push:' + streamData[0]);
35 calls.push('readable');
39 calls.push('data:' + data);
42 calls.push('end');
56 assert.deepStrictEqual(calls, ['_read:a', 'push:a', 'readable']);
61 calls,
83 calls,
94 calls,
[all …]
Dtest-assert-calltracker-calls.js17 const callsbar = tracker.calls(bar, '1');
23 const callsbar = tracker.calls(bar, 0.1);
29 const callsbar = tracker.calls(bar, true);
35 const callsbar = tracker.calls(bar, () => {});
41 const callsbar = tracker.calls(bar, null);
49 assert.throws(() => tracker.calls(bar, 1), {
60 const callsfunc = tracker.calls(func, 1);
70 const callsNoop = tracker.calls(1);
77 const callsNoop = tracker.calls(undefined, 1);
Dtest-dns-default-verbatim-false.js12 const calls = []; variable
14 calls.push(args);
34 assert.strictEqual(calls.length, callsLength + 1);
35 verbatim = calls[callsLength][4];
Dtest-dns-default-verbatim-true.js12 const calls = []; variable
14 calls.push(args);
34 assert.strictEqual(calls.length, callsLength + 1);
35 verbatim = calls[callsLength][4];
/third_party/typescript/tests/baselines/reference/
DfunctionCalls.errors.txt1 …sions/functionCalls/functionCalls.ts(8,1): error TS2347: Untyped function calls may not accept typ…
2 …sions/functionCalls/functionCalls.ts(9,1): error TS2347: Untyped function calls may not accept typ…
3 …ions/functionCalls/functionCalls.ts(10,1): error TS2347: Untyped function calls may not accept typ…
4 …ions/functionCalls/functionCalls.ts(25,1): error TS2347: Untyped function calls may not accept typ…
5 …ions/functionCalls/functionCalls.ts(26,1): error TS2347: Untyped function calls may not accept typ…
6 …ions/functionCalls/functionCalls.ts(27,1): error TS2347: Untyped function calls may not accept typ…
7 …ions/functionCalls/functionCalls.ts(32,1): error TS2347: Untyped function calls may not accept typ…
8 …ions/functionCalls/functionCalls.ts(33,1): error TS2347: Untyped function calls may not accept typ…
9 …ions/functionCalls/functionCalls.ts(34,1): error TS2347: Untyped function calls may not accept typ…
22 !!! error TS2347: Untyped function calls may not accept type arguments.
[all …]
DerrorSuperCalls.errors.txt2 tests/cases/conformance/expressions/superCalls/errorSuperCalls.ts(9,9): error TS2337: Super calls a…
3 tests/cases/conformance/expressions/superCalls/errorSuperCalls.ts(14,9): error TS2337: Super calls
4 tests/cases/conformance/expressions/superCalls/errorSuperCalls.ts(18,9): error TS2337: Super calls
5 tests/cases/conformance/expressions/superCalls/errorSuperCalls.ts(22,9): error TS2337: Super calls
6 tests/cases/conformance/expressions/superCalls/errorSuperCalls.ts(26,9): error TS2337: Super calls
7 tests/cases/conformance/expressions/superCalls/errorSuperCalls.ts(30,16): error TS2337: Super calls
8 tests/cases/conformance/expressions/superCalls/errorSuperCalls.ts(34,9): error TS2337: Super calls
9 tests/cases/conformance/expressions/superCalls/errorSuperCalls.ts(38,9): error TS2337: Super calls
11 tests/cases/conformance/expressions/superCalls/errorSuperCalls.ts(58,9): error TS2337: Super calls
12 tests/cases/conformance/expressions/superCalls/errorSuperCalls.ts(62,9): error TS2337: Super calls
[all …]
DanyAsGenericFunctionCall.errors.txt1 …ypes/any/anyAsGenericFunctionCall.ts(5,9): error TS2347: Untyped function calls may not accept typ…
2 …ypes/any/anyAsGenericFunctionCall.ts(6,9): error TS2347: Untyped function calls may not accept typ…
3 …ypes/any/anyAsGenericFunctionCall.ts(9,9): error TS2347: Untyped function calls may not accept typ…
4 …pes/any/anyAsGenericFunctionCall.ts(10,9): error TS2347: Untyped function calls may not accept typ…
14 !!! error TS2347: Untyped function calls may not accept type arguments.
17 !!! error TS2347: Untyped function calls may not accept type arguments.
22 !!! error TS2347: Untyped function calls may not accept type arguments.
25 !!! error TS2347: Untyped function calls may not accept type arguments.
DillegalSuperCallsInConstructor.errors.txt2 tests/cases/compiler/illegalSuperCallsInConstructor.ts(7,24): error TS2337: Super calls are not per…
3 tests/cases/compiler/illegalSuperCallsInConstructor.ts(8,26): error TS2337: Super calls are not per…
4 tests/cases/compiler/illegalSuperCallsInConstructor.ts(9,32): error TS2337: Super calls are not per…
6 tests/cases/compiler/illegalSuperCallsInConstructor.ts(12,17): error TS2337: Super calls are not pe…
8 tests/cases/compiler/illegalSuperCallsInConstructor.ts(16,17): error TS2337: Super calls are not pe…
22 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
26 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
30 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
40 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
52 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
DsuperCallOutsideConstructor.errors.txt1 tests/cases/compiler/superCallOutsideConstructor.ts(6,9): error TS2337: Super calls are not permitt…
2 tests/cases/compiler/superCallOutsideConstructor.ts(12,13): error TS2337: Super calls are not permi…
3 tests/cases/compiler/superCallOutsideConstructor.ts(16,13): error TS2337: Super calls are not permi…
14 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
22 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
28 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
DderivedClassSuperCallsInNonConstructorMembers.errors.txt6 …rivedClassSuperCallsInNonConstructorMembers.ts(10,9): error TS2337: Super calls are not permitted …
11 …rivedClassSuperCallsInNonConstructorMembers.ts(13,9): error TS2337: Super calls are not permitted …
17 …rivedClassSuperCallsInNonConstructorMembers.ts(17,9): error TS2337: Super calls are not permitted …
19 …ivedClassSuperCallsInNonConstructorMembers.ts(20,15): error TS2337: Super calls are not permitted …
23 …rivedClassSuperCallsInNonConstructorMembers.ts(22,9): error TS2337: Super calls are not permitted …
29 …rivedClassSuperCallsInNonConstructorMembers.ts(25,9): error TS2337: Super calls are not permitted …
36 …rivedClassSuperCallsInNonConstructorMembers.ts(29,9): error TS2337: Super calls are not permitted …
41 // error to use super calls outside a constructor
62 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
75 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
[all …]
DuntypedFunctionCallsWithTypeParameters1.errors.txt2 …FunctionCallsWithTypeParameters1.ts(5,10): error TS2347: Untyped function calls may not accept typ…
3 …FunctionCallsWithTypeParameters1.ts(8,10): error TS2347: Untyped function calls may not accept typ…
8 …unctionCallsWithTypeParameters1.ts(22,10): error TS2347: Untyped function calls may not accept typ…
15 // none of these function calls should be allowed
23 !!! error TS2347: Untyped function calls may not accept type arguments.
28 !!! error TS2347: Untyped function calls may not accept type arguments.
50 !!! error TS2347: Untyped function calls may not accept type arguments.
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/spec/
Dindex.spec.js7 var calls;
10 calls = [];
18 assert.deepStrictEqual(calls, expectedCalls);
27 assert.deepStrictEqual(calls, expectedCalls);
36 assert.deepStrictEqual(calls, expectedCalls);
57 assert.deepStrictEqual(calls, expectedCalls);
68 assert.deepStrictEqual(calls, expectedCalls);
79 assert.deepStrictEqual(calls, expectedCalls);
113 assert.deepStrictEqual(calls, expectedCalls);
133 assert.deepStrictEqual(calls, expectedCalls);
[all …]
/third_party/python/Lib/test/
Dtest_compare.py51 calls = []
55 calls.append('Left.__eq__')
59 calls.append('Right.__eq__')
62 calls.append('Right.__ne__')
65 self.assertSequenceEqual(calls, ['Left.__eq__', 'Right.__ne__'])
69 calls = []
73 calls.append('Base.__eq__')
77 calls.append('Derived.__eq__')
80 calls.append('Derived.__ne__')
83 self.assertSequenceEqual(calls, ['Derived.__ne__', 'Base.__eq__'])
/third_party/grpc/src/python/grpcio_tests/tests/unit/framework/foundation/
Dstream_testing.py28 self.calls = []
32 self.calls.append((value, False))
36 self.calls.append((None, True))
40 self.calls.append((value, True))
45 for value, terminal in self.calls:
57 return [value for value, _ in self.calls if value]
/third_party/ltp/testcases/network/nfs/nfsstat01/
Dnfsstat0116 local calls=
21 calls="$(grep $name /proc/net/rpc/$nfs_f | cut -d' ' -f$field)"
22 ROD nfsstat -c$opt | grep -q "$calls"
23 echo "$calls"
27 calls=$(tst_rhost_run -c "grep $name /proc/net/rpc/$nfs_f" | \
29 tst_rhost_run -s -c "nfsstat -s$opt" | grep -q "$calls"
30 echo "$calls"
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dclose_channel_test.py72 calls = [stub.UnaryCall(messages_pb2.SimpleRequest()) for _ in range(2)]
76 for call in calls:
84 calls = [stub.StreamingOutputCall(request) for _ in range(2)]
88 for call in calls:
95 calls = [stub.StreamingInputCall() for _ in range(2)]
99 for call in calls:
106 calls = [stub.FullDuplexCall() for _ in range(2)]
110 for call in calls:
116 calls = [
120 for call in calls:
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dfast_uniform_bits_test.cc62 return ((++calls % 2) == 1 && reject) ? Hi : Val; in operator ()()
66 size_t calls = 0; member
254 EXPECT_EQ(64, urng0.calls); in TEST()
256 EXPECT_EQ(64, urng1.calls); in TEST()
260 EXPECT_EQ(16, urng4.calls); in TEST()
262 EXPECT_EQ(3, urng22.calls); in TEST()
264 EXPECT_EQ(3, urng31.calls); in TEST()
266 EXPECT_EQ(2, urng32.calls); in TEST()
268 EXPECT_EQ(3, urng33.calls); in TEST()
270 EXPECT_EQ(2, urng63.calls); in TEST()
[all …]
/third_party/abseil-cpp/absl/random/internal/
Dfast_uniform_bits_test.cc62 return ((++calls % 2) == 1 && reject) ? Hi : Val; in operator ()()
66 size_t calls = 0; member
254 EXPECT_EQ(64, urng0.calls); in TEST()
256 EXPECT_EQ(64, urng1.calls); in TEST()
260 EXPECT_EQ(16, urng4.calls); in TEST()
262 EXPECT_EQ(3, urng22.calls); in TEST()
264 EXPECT_EQ(3, urng31.calls); in TEST()
266 EXPECT_EQ(2, urng32.calls); in TEST()
268 EXPECT_EQ(3, urng33.calls); in TEST()
270 EXPECT_EQ(2, urng63.calls); in TEST()
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dbaseline_test.dart46 int calls = 0;
55 calls += 1;
62 expect(calls, 1);
64 expect(calls, 1);
67 expect(calls, 2);
71 int calls = 0;
80 calls += 1;
87 expect(calls, 1);
89 expect(calls, 1);
92 expect(calls, 2);
/third_party/ltp/tools/sparse/sparse-src/gvpr/
Dsubg-rev19 graph_t calls[]; // Crude hash table for tracking who calls what
48 calls[sprintf("%s%d", g2.name, ++i)] = g;
59 while(calls[sprintf("%s%d", g.name, ++i)]) {
61 calls[sprintf("%s%d", g.name, i)] = find_owner(tail, $G);
82 while(calls[sprintf("%s%d", g.name, ++i)]) {
83 if (isIn(calls[sprintf("%s%d", g.name, i)],e.head))
/third_party/mbedtls/tests/suites/
Dtest_suite_entropy.data55 Entropy calls: no strong
58 Entropy calls: 1 strong, 1*BLOCK_SIZE
61 Entropy calls: 1 strong, 2*(BLOCK_SIZE/2)
64 Entropy calls: 1 strong, BLOCK_SIZE*1
67 Entropy calls: 1 strong, 2*BLOCK_SIZE to reach threshold
70 Entropy calls: 2 strong, BLOCK_SIZE/2 each
/third_party/node/deps/npm/node_modules/worker-farm/lib/
Dfarm.js82 this.children[childId].calls.forEach(function (call, i) {
112 , calls : [] property
167 call = child.calls[idx]
202 ;delete child.calls[idx]
206 if (child.calls.length >= this.options.maxCallsPerWorker
207 && !Object.keys(child.calls).length) {
224 for (i in child.calls) {
238 , idx = child.calls.length
240 child.calls.push(call)
293 && this.children[childId].calls.length < this.options.maxCallsPerWorker) {
/third_party/node/test/cctest/
Dtest_linked_binding.cc67 int calls = 0; in TEST_F() local
68 AddLinkedBinding(*test_env, "local_linked", InitializeLocalBinding, &calls); in TEST_F()
84 CHECK_EQ(calls, 1); in TEST_F()
199 int calls = 0; in TEST_F() local
200 AddLinkedBinding(*test_env, "local_linked1", InitializeLocalBinding, &calls); in TEST_F()
201 AddLinkedBinding(*test_env, "local_linked2", InitializeLocalBinding, &calls); in TEST_F()
202 AddLinkedBinding(*test_env, "local_linked3", InitializeLocalBinding, &calls); in TEST_F()
204 AddLinkedBinding(*test_env, "local_linked4", InitializeLocalBinding, &calls); in TEST_F()
205 AddLinkedBinding(*test_env, "local_linked5", InitializeLocalBinding, &calls); in TEST_F()
222 CHECK_EQ(calls, 5); in TEST_F()
/third_party/icu/docs/userguide/strings/
Dcharacteriterator.md103 nextPostInc() or next32PostInc() calls with hasNext() to perform Forward
104 Iteration. These calls are the only character access methods provided by the
106 setToStart(), firstPostInc() or first32PostInc()calls . (The setToStart() call
114 skip it the next time ICU calls the method. The methods used for Forward
115 Iteration are the next() or next32() calls. An iteration loop must start with
116 first() or first32() calls to get the first character.
124 previous() or previous32() calls with the hasPrevious() call . An iteration loop
125 can be started with setToEnd(), last(), or last32() calls.
134 The setIndex() and setIndex32() calls set the index to a new position and return
139 Similarly, the current() and current32() calls return the character at the
[all …]

12345678910>>...106