OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCallCount
(Results
1 - 25
of
26
) sorted by null
1
2
/external/easymock/src/org/easymock/internal/
Results.java
63
return getMainInterval().contains(
getCallCount
());
86
public int
getCallCount
() {
UnorderedBehavior.java
93
.
getCallCount
());
/external/deqp/modules/glshared/
glsCalibration.hpp
155
int
getCallCount
(void) const { return m_measureState.numDrawCalls; }
glsShaderPerformanceMeasurer.hpp
97
int getFinalCallCount (void) const { DE_ASSERT(m_state == STATE_FINISHED); return m_calibrator.
getCallCount
(); }
glsShaderPerformanceMeasurer.cpp
274
render(m_calibrator.
getCallCount
()); // Always render. This gives more stable performance behavior.
/cts/tests/tests/telecom/src/android/telecom/cts/
BaseTelecomTestWithMockServices.java
273
currentCallCount = mInCallCallbacks.getService().
getCallCount
();
293
mInCallCallbacks.getService().
getCallCount
());
330
currentCallCount = mInCallCallbacks.getService().
getCallCount
();
346
mInCallCallbacks.getService().
getCallCount
());
546
return inCallService.
getCallCount
();
[
all
...]
MockInCallService.java
244
public int
getCallCount
() {
ExtendedInCallServiceTest.java
384
assertEquals("InCallService should have 2 calls", 2, inCallService.
getCallCount
());
/cts/tests/tests/print/src/android/print/cts/
BasePrintTest.java
273
return mWriteCallCounter.
getCallCount
();
359
return sDestroyActivityCallCounter.
getCallCount
();
368
return sCreateActivityCallCounter.
getCallCount
();
743
public int
getCallCount
() {
/external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp
344
int numCalls = m_calibrator.
getCallCount
();
445
int numCalls = m_calibrator.
getCallCount
();
es2pShaderOperatorTests.cpp
680
render(m_calibrator.
getCallCount
());
866
if (m_calibrator.
getCallCount
() == 1)
911
m_calibrator.recordIteration(renderAndMeasure(m_calibrator.
getCallCount
()));
920
m_initialCalibrationStorage->initialNumCalls = m_calibrator.
getCallCount
();
928
records.back().addFrameTime((float)renderAndMeasure(m_calibrator.
getCallCount
()));
[
all
...]
/frameworks/base/core/tests/coretests/src/android/print/
BasePrintTest.java
334
public int
getCallCount
() {
/external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp
680
render(m_calibrator.
getCallCount
());
866
if (m_calibrator.
getCallCount
() == 1)
911
m_calibrator.recordIteration(renderAndMeasure(m_calibrator.
getCallCount
()));
920
m_initialCalibrationStorage->initialNumCalls = m_calibrator.
getCallCount
();
928
records.back().addFrameTime((float)renderAndMeasure(m_calibrator.
getCallCount
()));
[
all
...]
es3pDepthTests.cpp
856
return calibrator.
getCallCount
();
870
render(occludedGeometry, calibrator.
getCallCount
());
935
return calibrator.
getCallCount
();
943
gl.uniform1i(gl.getUniformLocation(program, "u_iterations"), calibrator.
getCallCount
());
[
all
...]
/external/guice/extensions/persist/lib/
easymock.jar
/external/guice/lib/build/
easymock.jar
/prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar
/prebuilts/devtools/tools/lib/
easymock-3.3.jar
/prebuilts/tools/common/easymock-tools/
easymock-3.1.jar
easymock-3.1-tests.jar
/prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar
/prebuilts/tools/common/m2/repository/org/easymock/easymock/3.3/
easymock-3.3.jar
/external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar
/prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar
/prebuilts/sdk/tools/
jack-launcher.jar
Completed in 951 milliseconds
1
2