HomeSort by relevance Sort by last modified time
    Searched full:teardown (Results 151 - 175 of 3808) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/google-breakpad/src/testing/gtest/test/
gtest-listener_test.cc 137 virtual void TearDown() {
138 g_events->push_back(String("Environment::TearDown"));
156 virtual void TearDown() {
157 g_events->push_back(String("ListenerTest::TearDown"));
240 "ListenerTest::TearDown",
249 "ListenerTest::TearDown",
257 "Environment::TearDown",
278 "ListenerTest::TearDown",
287 "ListenerTest::TearDown",
295 "Environment::TearDown",
    [all...]
  /external/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");
237 "ListenerTest::TearDown",
246 "ListenerTest::TearDown",
254 "Environment::TearDown",
275 "ListenerTest::TearDown",
284 "ListenerTest::TearDown",
292 "Environment::TearDown",
    [all...]
  /external/protobuf/gtest/test/
gtest-listener_test.cc 137 virtual void TearDown() {
138 g_events->push_back(String("Environment::TearDown"));
156 virtual void TearDown() {
157 g_events->push_back(String("ListenerTest::TearDown"));
240 "ListenerTest::TearDown",
249 "ListenerTest::TearDown",
257 "Environment::TearDown",
278 "ListenerTest::TearDown",
287 "ListenerTest::TearDown",
295 "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...]
  /ndk/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...]
  /external/dbus/test/
loopback.c 162 teardown (Fixture *f, function
194 test_connect, teardown);
196 test_message, teardown);
199 test_connect, teardown);
201 test_message, teardown);
205 test_connect, teardown);
207 test_message, teardown);
  /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/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
SSLServerSocketFactoryTest.java 62 * @see TestCase#tearDown()
65 protected void tearDown() throws Exception {
66 super.tearDown();
SSLSocketFactoryTest.java 62 * @see TestCase#tearDown()
65 protected void tearDown() throws Exception {
66 super.tearDown();
  /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/v8/src/
v8.cc 45 void V8::TearDown() {
47 ElementsAccessor::TearDown();
52 Sampler::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/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 35 virtual void TearDown() {
88 virtual void TearDown() {
90 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();

Completed in 583 milliseconds

1 2 3 4 5 67 8 91011>>