Home
last modified time | relevance | path

Searched refs:callCount (Results 1 – 25 of 28) sorted by relevance

12

/third_party/flutter/engine/flutter/lib/web_ui/test/
Dalarm_clock_test.dart18 int callCount = 0;
21 callCount += 1;
25 callCount = 0;
43 expect(callCount, 0);
47 expect(callCount, 0);
51 expect(callCount, 1);
61 expect(callCount, 2);
72 expect(callCount, 0);
76 expect(callCount, 0);
82 expect(callCount, 0);
[all …]
/third_party/skia/third_party/externals/oboe/src/flowgraph/
DFlowGraphNode.cpp25 int32_t FlowGraphNode::pullData(int32_t numFrames, int64_t callCount) { in pullData() argument
28 if (callCount > mLastCallCount) { in pullData()
29 mLastCallCount = callCount; in pullData()
34 frameCount = port.get().pullData(callCount, frameCount); in pullData()
76 int32_t FlowGraphPortFloatOutput::pullData(int64_t callCount, int32_t numFrames) { in pullData() argument
78 return mContainingNode.pullData(numFrames, callCount); in pullData()
95 int32_t FlowGraphPortFloatInput::pullData(int64_t callCount, int32_t numFrames) { in pullData() argument
98 : mConnected->pullData(callCount, numFrames); in pullData()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fAtomicCounterTests.cpp92 , callCount (0) in TestSpec()
102 int callCount; member
122 deUint32 getInitialValue (void) const { return m_spec.callCount * m_spec.threadCount + 1; } in getInitialValue()
242 src << " uint preGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
245 …src << " uint increment[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
248 …src << " uint decrement[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
251 src << " uint postGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
254 src << " uint get[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
415 if (spec.callCount > 1) in generateShaderSource()
416 src << "\tfor (uint i = 0u; i < " << spec.callCount << "u; i++)\n"; in generateShaderSource()
[all …]
/third_party/node/test/parallel/
Dtest-readline-interface.js279 let callCount = 0; variable
281 assert.strictEqual(line, expectedLines[callCount]);
282 callCount++;
285 assert.strictEqual(callCount, expectedLines.length);
287 assert.strictEqual(rli.line, expectedLines[--callCount]);
289 assert.notStrictEqual(rli.line, expectedLines[--callCount]);
290 assert.strictEqual(rli.line, expectedLines[--callCount]);
292 assert.strictEqual(rli.line, expectedLines[--callCount]);
294 assert.notStrictEqual(rli.line, expectedLines[--callCount]);
295 assert.strictEqual(rli.line, expectedLines[--callCount]);
[all …]
Dtest-worker-terminate-source-map.js16 const callCount = new Int32Array(new SharedArrayBuffer(4)); constant
17 const w = new Worker(__filename, { workerData: { callCount } }); field
20 assert.strictEqual(callCount[0], 0);
25 const { callCount } = workerData;
27 function increaseCallCount() { callCount[0]++; }
Dtest-net-persistent-nodelay.js14 let callCount = 0; variable
21 callCount++;
33 assert.strictEqual(callCount, 1);
Dtest-fs-rmdir-recursive.js222 let callCount = 0; variable
225 if (callCount > 0) {
228 callCount++;
/third_party/boost/libs/thread/test/
Dtest_9711.cpp22 int callCount = 0; in main() local
26 callCount++; in main()
34 assert(0 == callCount); in main()
37 assert(0 == callCount); in main()
40 assert(1 == callCount); in main()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pStateChangeCallTests.cpp58 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
61 for (int callNdx = 0; callNdx < callCount; callNdx++)\
63 const int baseNdx = iterNdx*callCount + callNdx;\
81 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
85 for (int callNdx = 0; callNdx < callCount; callNdx++)\
87 const int baseNdx = iterNdx*callCount + callNdx;\
106 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
111 for (int callNdx = 0; callNdx < callCount; callNdx++)\
113 const int baseNdx = iterNdx*callCount + callNdx;\
133 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
[all …]
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pStateChangeCallTests.cpp58 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
61 for (int callNdx = 0; callNdx < callCount; callNdx++)\
63 const int baseNdx = iterNdx*callCount + callNdx;\
81 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
85 for (int callNdx = 0; callNdx < callCount; callNdx++)\
87 const int baseNdx = iterNdx*callCount + callNdx;\
106 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
111 for (int callNdx = 0; callNdx < callCount; callNdx++)\
113 const int baseNdx = iterNdx*callCount + callNdx;\
133 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount)\
[all …]
/third_party/node/test/node-api/test_threadsafe_function/
Dtest.js19 let callCount = 0; variable
21 callCount++;
23 if (callCount === 2) {
81 let callCount = 0;
83 callCount++;
87 if (callCount === binding.ARRAY_LENGTH) {
/third_party/weex-loader/test/
Dtest.js132 expect(requireStub.callCount).eql(0);
147 expect(requireStub.callCount).eql(1);
153 expect(requireStub.callCount).eql(1);
159 expect(requireStub.callCount).eql(1);
165 expect(requireStub.callCount).eql(1);
/third_party/node/deps/npm/node_modules/json-stringify-safe/test/
Dstringify_test.js106 var decycle = Sinon.spy(function() { return decycle.callCount })
110 decycle.callCount.must.equal(2)
126 replacer.callCount.must.equal(4)
148 replacer.callCount.must.equal(3)
165 var decycle = Sinon.spy(function() { return decycle.callCount })
169 decycle.callCount.must.equal(2)
/third_party/node/deps/icu-small/source/i18n/
Dnumber_fluent.cpp459 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in resetCompiled() local
460 umtx_storeRelease(*callCount, 0); in resetCompiled()
470 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in lnfMoveHelper() local
471 umtx_storeRelease(*callCount, INT32_MIN); in lnfMoveHelper()
655 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in computeCompiled() local
663 int32_t currentCount = umtx_loadAcquire(*callCount); in computeCompiled()
665 currentCount = umtx_atomic_inc(callCount); in computeCompiled()
677 umtx_storeRelease(*callCount, INT32_MIN); in computeCompiled()
694 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in getCallCount() local
696 return umtx_loadAcquire(*callCount); in getCallCount()
/third_party/icu/icu4c/source/i18n/
Dnumber_fluent.cpp459 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in resetCompiled() local
460 umtx_storeRelease(*callCount, 0); in resetCompiled()
470 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in lnfMoveHelper() local
471 umtx_storeRelease(*callCount, INT32_MIN); in lnfMoveHelper()
655 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in computeCompiled() local
663 int32_t currentCount = umtx_loadAcquire(*callCount); in computeCompiled()
665 currentCount = umtx_atomic_inc(callCount); in computeCompiled()
677 umtx_storeRelease(*callCount, INT32_MIN); in computeCompiled()
694 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in getCallCount() local
696 return umtx_loadAcquire(*callCount); in getCallCount()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_fluent.cpp459 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in resetCompiled() local
460 umtx_storeRelease(*callCount, 0); in resetCompiled()
470 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in lnfMoveHelper() local
471 umtx_storeRelease(*callCount, INT32_MIN); in lnfMoveHelper()
655 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in computeCompiled() local
663 int32_t currentCount = umtx_loadAcquire(*callCount); in computeCompiled()
665 currentCount = umtx_atomic_inc(callCount); in computeCompiled()
677 umtx_storeRelease(*callCount, INT32_MIN); in computeCompiled()
694 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in getCallCount() local
696 return umtx_loadAcquire(*callCount); in getCallCount()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_fluent.cpp430 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in clear() local
431 umtx_storeRelease(*callCount, 0); in clear()
440 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in lnfMoveHelper() local
441 umtx_storeRelease(*callCount, INT32_MIN); in lnfMoveHelper()
703 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in computeCompiled() local
711 int32_t currentCount = umtx_loadAcquire(*callCount); in computeCompiled()
713 currentCount = umtx_atomic_inc(callCount); in computeCompiled()
725 umtx_storeRelease(*callCount, INT32_MIN); in computeCompiled()
742 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in getCallCount() local
744 return umtx_loadAcquire(*callCount); in getCallCount()
/third_party/node/test/node-api/test_buffer/
Dtest_buffer.c57 napi_value callCount; in getDeleterCallCount() local
58 NAPI_CALL(env, napi_create_int32(env, deleterCallCount, &callCount)); in getDeleterCallCount()
59 return callCount; in getDeleterCallCount()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/base/
Dbuild_test.dart41 int get callCount => _callCount;
199 expect(genSnapshot.callCount, 1);
253 expect(genSnapshot.callCount, 1);
300 expect(genSnapshot.callCount, 1);
336 expect(genSnapshot.callCount, 1);
374 expect(genSnapshot.callCount, 1);
401 expect(genSnapshot.callCount, 1);
431 expect(genSnapshot.callCount, 1);
467 expect(genSnapshot.callCount, 1);
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dgesture_detector_semantics_test.dart16 int callCount = 0;
24 callCount += 1;
38 expect(callCount, 0);
40 expect(callCount, 1);
42 expect(callCount, 2);
50 int callCount = 0;
58 callCount += 1;
72 expect(callCount, 0);
74 expect(callCount, 1);
76 expect(callCount, 2);
Dfocus_manager_test.dart489 int callCount = 0;
493 callCount++;
499 expect(callCount, equals(0));
510 expect(callCount, equals(1));
514 expect(callCount, equals(2));
520 expect(callCount, equals(3));
524 expect(callCount, equals(4));
528 expect(callCount, equals(5));
532 expect(callCount, equals(6));
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DLocalizedNumberFormatter.java32 static final AtomicLongFieldUpdater<LocalizedNumberFormatter> callCount = AtomicLongFieldUpdater field in LocalizedNumberFormatter
202 long currentCount = callCount.incrementAndGet(this); in computeCompiled()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberFormatter.java33 static final AtomicLongFieldUpdater<LocalizedNumberFormatter> callCount = AtomicLongFieldUpdater field in LocalizedNumberFormatter
209 long currentCount = callCount.incrementAndGet(this); in computeCompiled()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dutils_test.dart146 int callCount = 0;
148 callCount++;
150 expect(callCount, 0);
152 expect(callCount, greaterThanOrEqualTo(2));
/third_party/vk-gl-cts/modules/glshared/
DglsStateChangePerfTestCases.hpp117 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount) = 0;

12