Home
last modified time | relevance | path

Searched refs:getCallCount (Results 1 – 12 of 12) sorted by relevance

/external/easymock/src/org/easymock/internal/
DResults.java63 return getMainInterval().contains(getCallCount()); in hasValidCallCount()
86 public int getCallCount() { in getCallCount() method in Results
DUnorderedBehavior.java93 .getCallCount()); in getMessages()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp2360 assertEquals("Initial call count", 1, l1.getCallCount()); in copyMove()
2366 assertEquals("Initial call count", 1, l1.getCallCount()); in copyMove()
2369 assertEquals("Still not compiled", 2, l1.getCallCount()); in copyMove()
2373 assertEquals("Compiled", INT32_MIN, l1.getCallCount()); in copyMove()
2379 assertEquals("[constructor] Copy should not have compiled state", 1, l2.getCallCount()); in copyMove()
2385 assertEquals("[constructor] Move *should* have compiled state", INT32_MIN, l3.getCallCount()); in copyMove()
2387 assertEquals("[constructor] Source should be reset after move", 0, l1.getCallCount()); in copyMove()
2404 assertEquals("[assignment] Copy should not have compiled state", 1, l1.getCallCount()); in copyMove()
2410 assertEquals("[assignment] Move *should* have compiled state", INT32_MIN, l2.getCallCount()); in copyMove()
2412 assertEquals("[assignment] Source should be reset after move", 0, l3.getCallCount()); in copyMove()
/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.hpp97 …lCount (void) const { DE_ASSERT(m_state == STATE_FINISHED); return m_calibrator.getCallCount(); } in getFinalCallCount()
DglsCalibration.hpp155 int getCallCount (void) const { return m_measureState.numDrawCalls; } in getCallCount() function in deqp::gls::TheilSenCalibrator
DglsShaderPerformanceMeasurer.cpp274 render(m_calibrator.getCallCount()); // Always render. This gives more stable performance behavior. in iterate()
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp344 int numCalls = m_calibrator.getCallCount(); in iterate()
445 int numCalls = m_calibrator.getCallCount(); in iterate()
Des2pShaderOperatorTests.cpp680 render(m_calibrator.getCallCount()); in prepareWorkload()
866 if (m_calibrator.getCallCount() == 1) in adjustAndLogGridAndViewport()
911 m_calibrator.recordIteration(renderAndMeasure(m_calibrator.getCallCount())); in iterate()
920 m_initialCalibrationStorage->initialNumCalls = m_calibrator.getCallCount(); in iterate()
928 records.back().addFrameTime((float)renderAndMeasure(m_calibrator.getCallCount())); in iterate()
939 const int drawCallCount = m_calibrator.getCallCount(); in iterate()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp680 render(m_calibrator.getCallCount()); in prepareWorkload()
866 if (m_calibrator.getCallCount() == 1) in adjustAndLogGridAndViewport()
911 m_calibrator.recordIteration(renderAndMeasure(m_calibrator.getCallCount())); in iterate()
920 m_initialCalibrationStorage->initialNumCalls = m_calibrator.getCallCount(); in iterate()
928 records.back().addFrameTime((float)renderAndMeasure(m_calibrator.getCallCount())); in iterate()
939 const int drawCallCount = m_calibrator.getCallCount(); in iterate()
Des3pDepthTests.cpp856 return calibrator.getCallCount(); in calibrate()
870 render(occludedGeometry, calibrator.getCallCount()); in calibrate()
935 return calibrator.getCallCount(); in calibrate()
943 gl.uniform1i(gl.getUniformLocation(program, "u_iterations"), calibrator.getCallCount()); in calibrate()
/external/icu/icu4c/source/i18n/
Dnumber_fluent.cpp741 int32_t LocalizedNumberFormatter::getCallCount() const { in getCallCount() function in LocalizedNumberFormatter
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h2325 int32_t getCallCount() const;