Searched defs:testStart (Results 1 - 11 of 11) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCountDownTimerTest.java61 public void testStart() { method in class:CountDownTimerTest
H A DMediaRecorderTest.java190 public void testStart() throws Exception { method in class:MediaRecorderTest
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowCountDownTimerTest.java55 public void testStart() { method in class:ShadowCountDownTimerTest
H A DShadowMediaRecorderTest.java189 public void testStart() throws Exception { method in class:ShadowMediaRecorderTest
/external/guava/guava-gwt/test/com/google/common/base/
H A DStopwatchTest_gwt.java91 public void testStart() throws Exception { method in class:StopwatchTest_gwt
93 testCase.testStart();
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DStopwatchTest.java55 public void testStart() { method in class:StopwatchTest
/external/guava/guava-tests/test/com/google/common/base/
H A DStopwatchTest.java56 public void testStart() { method in class:StopwatchTest
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractIdleServiceTest.java91 public void testStart() { method in class:AbstractIdleServiceTest
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessXFBTests.cpp587 is_ok &= testStart(0, 0, "glTransformFeedbackBufferBase");
588 is_ok &= testStart(1, 0, "glTransformFeedbackBufferRange");
589 is_ok &= testStart(2, s_bo_size / 2, "glTransformFeedbackBufferRange");
820 bool BuffersTest::testStart(glw::GLuint const index, glw::GLint const expected_value, function in class:gl4cts::DirectStateAccess::TransformFeedback::BuffersTest
/external/skia/tools/bookmaker/
H A DincludeParser.cpp1230 const char* testStart = iter->fStart; local
1231 size_t testLen = (size_t) (iter->fContentEnd - testStart);
1234 if (publicLen == testLen && !strncmp(testStart, publicName, testLen)) {
1238 if (protectedLen == testLen && !strncmp(testStart, protectedName, testLen)) {
1242 if (privateLen == testLen && !strncmp(testStart, privateName, testLen)) {
/external/skqp/tools/bookmaker/
H A DincludeParser.cpp1222 const char* testStart = iter->fStart; local
1223 size_t testLen = (size_t) (iter->fContentEnd - testStart);
1226 if (publicLen == testLen && !strncmp(testStart, publicName, testLen)) {
1230 if (protectedLen == testLen && !strncmp(testStart, protectedName, testLen)) {
1234 if (privateLen == testLen && !strncmp(testStart, privateName, testLen)) {

Completed in 349 milliseconds