Home
last modified time | relevance | path

Searched defs:callCount (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/flowgraph/
DFlowGraphNode.cpp25 int32_t FlowGraphNode::pullData(int32_t numFrames, int64_t callCount) { in pullData()
76 int32_t FlowGraphPortFloatOutput::pullData(int64_t callCount, int32_t numFrames) { in pullData()
95 int32_t FlowGraphPortFloatInput::pullData(int64_t callCount, int32_t numFrames) { in pullData()
/third_party/node/test/parallel/
Dtest-worker-terminate-source-map.js16 const callCount = new Int32Array(new SharedArrayBuffer(4)); constant
17 const w = new Worker(__filename, { workerData: { callCount } }); field
Dtest-whatwg-events-eventtarget-this-of-listener.js27 let callCount = 0; variable
Dtest-net-persistent-nodelay.js14 let callCount = 0; variable
Dtest-fs-rmdir-recursive.js232 let callCount = 0; variable
Dtest-readline-promises-interface.js247 let callCount = 0; variable
Dtest-readline-interface.js270 let callCount = 0; variable
/third_party/node/test/fixtures/wpt/dom/events/
DEventTarget-constructible.any.js6 let callCount = 0; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_fluent.cpp459 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in resetCompiled() local
470 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in lnfMoveHelper() local
655 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in computeCompiled() local
694 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in getCallCount() local
/third_party/icu/icu4c/source/i18n/
Dnumber_fluent.cpp487 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in resetCompiled() local
498 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in lnfMoveHelper() local
683 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in computeCompiled() local
722 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in getCallCount() local
/third_party/node/deps/icu-small/source/i18n/
Dnumber_fluent.cpp487 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in resetCompiled() local
498 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in lnfMoveHelper() local
683 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in computeCompiled() local
722 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in getCallCount() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberFormatter.java33 static final AtomicLongFieldUpdater<LocalizedNumberFormatter> callCount = AtomicLongFieldUpdater field in LocalizedNumberFormatter
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DLocalizedNumberFormatter.java32 static final AtomicLongFieldUpdater<LocalizedNumberFormatter> callCount = AtomicLongFieldUpdater field in LocalizedNumberFormatter
/third_party/node/test/node-api/test_buffer/
Dtest_buffer.c53 napi_value callCount; in getDeleterCallCount() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fAtomicCounterTests.cpp102 int callCount; member
1347 const int callCount = callCounts[callCountNdx]; in AtomicCounterTests() local
1431 const int callCount = callCounts[callCountNdx]; in AtomicCounterTests() local
/third_party/node/deps/v8/src/inspector/
Dv8-profiler-agent-impl.cc264 bool callCount = m_state->booleanProperty( in restore() local
305 Maybe<bool> callCount, Maybe<bool> detailed, in startPreciseCoverage()
/third_party/node/test/node-api/test_threadsafe_function/
Dtest.js19 let callCount = 0; variable
/third_party/node/lib/internal/test_runner/
Dmock.js51 callCount() { method in MockFunctionContext
/third_party/node/lib/internal/test_runner/mock/
Dmock.js60 callCount() { method in MockFunctionContext
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderQueryTestsEXT.cpp242 const uint32_t callCount = std::accumulate(drawBlocks.begin(), drawBlocks.end(), 0u); in getTotalDrawCount() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderQueryTestsEXT.cpp242 const uint32_t callCount = std::accumulate(drawBlocks.begin(), drawBlocks.end(), 0u); in getTotalDrawCount() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp1158 int callCount = 0; in WriteCppReplayFunctionWithParts() local