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

/external/webrtc/webrtc/base/
H A Dwin32window_unittest.cc22 bool destroyed() const { return destroyed_; } function in class:TestWindow
44 EXPECT_FALSE(wnd.destroyed());
53 EXPECT_TRUE(wnd.destroyed());
/external/vogar/src/vogar/commands/
H A DCommand.java57 private volatile boolean destroyed; field in class:Command
132 destroyed = true;
153 * complete normally before the timeout has elapsed, it will be destroyed.
175 if (destroyed) {
179 destroyed = true;
184 log.verbose("received exit value " + exitValue + " from destroyed command " + this);
331 // don't destroy commands that have already been destroyed
333 if (destroyed) {
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h99 bool destroyed; member in struct:__tsan::ReportMutex
/external/skia/platform_tools/android/third_party/native_app_glue/
H A Dandroid_native_app_glue.h161 // destroyed and waiting for the app thread to complete.
180 int destroyed; member in struct:android_app
308 * Command from main thread: the app's activity is being destroyed,
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.c372 boolean destroyed; local
374 destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf);
378 assert(!destroyed);
848 boolean destroyed; local
849 destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf);
850 assert(!destroyed);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1236 bool destroyed = false; local
1237 channel->destroyed_ = &destroyed;
1242 EXPECT_FALSE(destroyed);
1245 EXPECT_TRUE(destroyed);
/external/webrtc/webrtc/p2p/base/
H A Dport_unittest.cc313 // When the connection is destroyed, also clear these fields so future
692 // destroyed after the timeout.
748 bool destroyed() const { return destroyed_; } function in class:PortTest
2441 // Simulate a connection that succeeds, and then is destroyed.
2444 // After the connection is destroyed, the port should not be destroyed.
2446 EXPECT_FALSE(destroyed());
2462 // The connection must not be destroyed before a connection is attempted.
2463 EXPECT_FALSE(destroyed());
2472 // Simulate a connection that succeeds, and then is destroyed
[all...]
/external/v8/test/cctest/
H A Dtest-api.cc13327 // the handle returned from the TryCatch is destroyed
13328 // when the TryCatch is destroyed.
17535 int destroyed = 0; local
17543 new TestOneByteResource(i::StrDup(s), &destroyed);
17547 CHECK_EQ(0, destroyed);
17552 // Ring has been destroyed. Free Peoples of Middle-earth Rejoice.
17553 CHECK_EQ(1, destroyed);
17558 int destroyed = 0; local
17568 new TestOneByteResource(i::StrDup(s), &destroyed);
17574 CHECK_EQ(0, destroyed);
17585 int destroyed = 0; local
[all...]
/external/caliper/lib/
H A Djersey-client-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 846 milliseconds