/external/v8/testing/gtest/test/ |
gtest-listener_test.cc | 134 virtual void TearDown() { 135 g_events->push_back("Environment::TearDown"); 153 virtual void TearDown() { 154 g_events->push_back("ListenerTest::TearDown"); 238 "ListenerTest::TearDown", 247 "ListenerTest::TearDown", 255 "Environment::TearDown", 276 "ListenerTest::TearDown", 285 "ListenerTest::TearDown", 293 "Environment::TearDown", [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-listener_test.cc | 134 virtual void TearDown() { 135 g_events->push_back("Environment::TearDown"); 153 virtual void TearDown() { 154 g_events->push_back("ListenerTest::TearDown"); 237 "ListenerTest::TearDown", 246 "ListenerTest::TearDown", 254 "Environment::TearDown", 275 "ListenerTest::TearDown", 284 "ListenerTest::TearDown", 292 "Environment::TearDown", [all...] |
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/ |
gtest-listener_test.cc | 134 virtual void TearDown() { 135 g_events->push_back("Environment::TearDown"); 153 virtual void TearDown() { 154 g_events->push_back("ListenerTest::TearDown"); 237 "ListenerTest::TearDown", 246 "ListenerTest::TearDown", 254 "Environment::TearDown", 275 "ListenerTest::TearDown", 284 "ListenerTest::TearDown", 292 "Environment::TearDown", [all...] |
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
RunCommandTargetPreparerTest.java | 108 * RunCommandTargetPreparer#tearDown(ITestDevice, IBuildInfo, Throwable)} are properly skipped 119 mPreparer.tearDown(mMockDevice, mMockBuildInfo, null); 124 * Test that {@link RunCommandTargetPreparer#tearDown(ITestDevice, IBuildInfo, Throwable)} is 131 setter.setOptionValue("teardown-command", command); 135 mPreparer.tearDown(mMockDevice, mMockBuildInfo, null); 141 * {@link RunCommandTargetPreparer#tearDown(ITestDevice, IBuildInfo, Throwable)} is properly 164 mPreparer.tearDown(mMockDevice, mMockBuildInfo, null);
|
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/ |
ClearDeviceOwnerTest.java | 54 protected void tearDown() throws Exception { 59 super.tearDown(); 62 // This test clears the device owner and active admin on tearDown(). To be called from the host
|
/cts/tests/openglperf2/jni/reference/ |
ReferenceRenderer.cpp | 66 bool ReferenceRenderer::tearDown() { 69 mScenes[i]->tearDown(); 73 if (!Renderer::tearDown()) {
|
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/ |
JmhClientSocketBenchmark.java | 28 import org.openjdk.jmh.annotations.TearDown; 78 @TearDown(Level.Iteration) 79 public void teardown() throws Exception { method in class:JmhClientSocketBenchmark
|
JmhServerSocketBenchmark.java | 28 import org.openjdk.jmh.annotations.TearDown; 77 @TearDown(Level.Iteration) 78 public void teardown() throws Exception { method in class:JmhServerSocketBenchmark
|
/external/curl/tests/data/ |
test569 | 82 TEARDOWN rtsp://%HOSTIP:%RTSPPORT/5690002 RTSP/1.0
90 TEARDOWN rtsp://%HOSTIP:%RTSPPORT/5690004 RTSP/1.0
98 TEARDOWN rtsp://%HOSTIP:%RTSPPORT/5690006 RTSP/1.0
|
/external/guava/guava-gwt/test/com/google/common/testing/ |
TearDownStackTest_gwt.java | 30 testCase.tearDown(); 56 testCase.tearDown(); 82 testCase.tearDown();
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/ |
RemoteFileTest.java | 97 * @see org.mockftpserver.test.AbstractTestCase#tearDown()
99 protected void tearDown() throws Exception {
100 super.tearDown();
|
SpringConfigurationTest.java | 82 * @see org.mockftpserver.test.AbstractTestCase#tearDown()
84 protected void tearDown() throws Exception {
85 super.tearDown();
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/ |
RemoteFileTest.java | 97 * @see org.mockftpserver.test.AbstractTest#tearDown()
99 protected void tearDown() throws Exception {
100 super.tearDown();
|
SpringConfigurationTest.java | 81 * @see org.mockftpserver.test.AbstractTest#tearDown()
83 protected void tearDown() throws Exception {
84 super.tearDown();
|
/external/valgrind/drd/tests/ |
std_list.cpp | 46 void tearDown() { 64 casted->tearDown(); 73 casted->tearDown();
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
isac_speed_test.cc | 27 void TearDown() override; 57 void IsacSpeedTest::TearDown() { 58 AudioCodecSpeedTest::TearDown();
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
neteq_isac_quality_test.cc | 45 void TearDown() override; 73 void NetEqIsacQualityTest::TearDown() { 76 NetEqQualityTest::TearDown();
|
/frameworks/base/core/tests/overlaytests/device/ |
AndroidTest.xml | 37 <option name="teardown-command" 39 <option name="teardown-command" 41 <option name="teardown-command"
|
/frameworks/base/test-runner/src/android/test/ |
ActivityInstrumentationTestCase.java | 25 * automatically here by {@link #setUp} and {@link #tearDown}. 80 protected void tearDown() throws Exception { 89 super.tearDown();
|
/frameworks/native/opengl/tests/EGLTest/ |
egl_cache_test.cpp | 39 virtual void TearDown() { 89 virtual void TearDown() { 91 EGLCacheTest::TearDown();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
ISOCharsetEncoderTest.java | 44 * @see CharsetEncoderTest#tearDown() 46 protected void tearDown() throws Exception { 47 super.tearDown();
|
UTF16BECharsetEncoderTest.java | 47 * @see CharsetEncoderTest#tearDown() 49 protected void tearDown() throws Exception { 50 super.tearDown();
|
UTF16LECharsetEncoderTest.java | 48 * @see CharsetEncoderTest#tearDown() 50 protected void tearDown() throws Exception { 51 super.tearDown();
|
UTFCharsetDecoderTest.java | 34 * @see CharsetDecoderTest#tearDown() 36 protected void tearDown() throws Exception { 37 super.tearDown();
|
UTFCharsetEncoderTest.java | 41 * @see CharsetEncoderTest#tearDown() 43 protected void tearDown() throws Exception { 44 super.tearDown();
|