/external/chromium_org/v8/src/ |
global-handles.h | 47 // Destroyed handles stay in the list but is added to the free list. 48 // At GC the destroyed global handles are removed from the free list 236 // All groups are destroyed after a garbage collection. 243 // All groups are destroyed after a garbage collection. 253 // All groups are destroyed after a mark-compact collection. 260 // destroyed after a mark-compact collection. 265 // references are destroyed after a mark-compact collection.
|
/external/skia/src/gpu/ |
GrBufferAllocPool.h | 28 * be allocated at the min size and kept around until the pool is destroyed. 88 * is destroyed. 114 * *this object is destroyed. 200 * destroyed. 214 * *this object is destroyed. 288 * destroyed. 302 * *this object is destroyed.
|
/external/clang/test/CodeGenCXX/ |
cxx0x-initializer-stdinitializerlist.cpp | 121 // objects should be destroyed before dm2, after call returns 131 // objects should be destroyed after dm2 141 // objects should be destroyed before dm2, after call returns 153 // temps should be destroyed before dm2 154 // objects should be destroyed after dm2 166 // objects should be destroyed before dm2, after call returns 178 // temps should be destroyed before dm2 179 // object should be destroyed after dm2 191 // objects should be destroyed before dm2, after call returns 204 // objects should be destroyed after dm [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/ |
KerberosKeyTest.java | 68 assertFalse("is destroyed", key.isDestroyed()); 112 assertFalse("is destroyed", key.isDestroyed()); 169 assertFalse("not destroyed", key.isDestroyed()); 172 assertTrue("destroyed", key.isDestroyed()); 247 assertFalse("Destroyed kerberosKey sholudn't be equivalent ",
|
/external/chromium_org/base/ |
cancelable_callback.h | 7 // wrapped callback until this object is destroyed or Reset()/Cancel() are 19 // destroyed on the same thread. 116 // Used to ensure Forward() is not run when this object is destroyed. 186 // Used to ensure Forward() is not run when this object is destroyed. 256 // Used to ensure Forward() is not run when this object is destroyed.
|
/external/chromium_org/base/memory/ |
scoped_vector_unittest.cc | 52 // destroyed, and further wish to test expectations against the state of that 58 // LifeCycleWatcher is destroyed. To keep this simple, the only expected state 60 // INITIAL -> CONSTRUCTED -> DESTROYED. 76 // Assert CONSTRUCTED -> DESTROYED and the |object| being destroyed is the
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_popup_view_cocoa.mm | 111 // If the view is in the process of being destroyed, don't bother drawing. 153 // If the view is in the process of being destroyed, abort. 167 // If the view is in the process of being destroyed, abort. 183 // If the view is in the process of being destroyed, abort. 194 // Since the |controller_| either already has been destroyed or is about to
|
/external/chromium_org/ui/views/widget/ |
widget_unittest.cc | 208 // |child| should be automatically destroyed with |toplevel|. 259 // |child| should be automatically destroyed with |toplevel|. 284 // |child_popup| should be automatically destroyed with |toplevel|. 325 // destroyed. 344 // destroyed. 362 // A Widget subclass that updates a bag of state when it is destroyed. 495 // widget, destroyed out from under it by the OS. 518 // destroyed by the view hierarchy that contains it. 595 // NativeView is destroyed. 1841 bool destroyed = false; local 1999 std::vector<std::string> destroyed; local [all...] |
/external/chromium_org/ash/wm/ |
system_modal_container_layout_manager_unittest.cc | 126 bool destroyed() const { return destroyed_; } function in class:ash::test::__anon3354::TransientWindowObserver 167 // The transient should be destroyed with its parent. 169 EXPECT_TRUE(destruction_observer.destroyed()); 207 // Both transients should be destroyed with parent. 209 EXPECT_TRUE(do1.destroyed()); 210 EXPECT_TRUE(do2.destroyed()); 247 // Both transients should be destroyed with parent. 249 EXPECT_TRUE(do1.destroyed()); 250 EXPECT_TRUE(do2.destroyed());
|
/external/chromium_org/ui/events/ |
event_dispatcher_unittest.cc | 346 // Tests that if the dispatcher is destroyed in the middle of pre or post-target 363 // destroyed the dispatcher. 390 // destroyed the dispatcher. 415 // destroyed the dispatcher. 442 // destroyed the dispatcher. 491 // Tests that if an event-handler gets destroyed during event-dispatch, it does 508 // destroyed it. 560 // |h3| should not receive events since |destroyer| will have destroyed 587 // |h3| should not receive events since |destroyer| will have destroyed
|
/external/chromium_org/ppapi/shared_impl/ |
proxy_lock.h | 199 // Check that the Callback is destroyed on the same thread as where 203 // destroyed on the same thread where it runs. There are 2 cases where 345 // destroyed with or without the proxy lock acquired, while the newly assigned 348 // and run there). The callback must be destroyed on the same thread where it 349 // was run (but can be destroyed with or without the proxy lock acquired). Or 350 // (3) destroyed without the proxy lock acquired.
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
RendererES2.cpp | 103 * destroyed, in which case our objects have already been destroyed.
|
RendererES3.cpp | 127 * destroyed, in which case our objects have already been destroyed.
|
/external/chromium/base/memory/ |
scoped_callback_factory.h | 7 // executing when your object gets destroyed. 32 // callback. If in the meantime, the MyClass instance is destroyed, when the
|
scoped_temp_dir_unittest.cc | 15 // Against an existing dir, it should get destroyed when leaving scope. 29 // When we call Release(), it shouldn't get destroyed when leaving scope.
|
/external/chromium/chrome/browser/tab_contents/ |
web_drag_dest_gtk.h | 81 // destroyed, but we have to cancel the handler if we are destroyed before
|
/external/chromium/chrome/browser/ui/gtk/ |
tab_contents_container_gtk.h | 58 // Called when a TabContents is destroyed. This gives us a chance to clean 59 // up our internal state if the TabContents is somehow destroyed before we
|
/external/chromium/net/proxy/ |
polling_proxy_config_service.cc | 32 // Called when the parent PollingProxyConfigService is destroyed 116 return; // Was orphaned (parent has already been destroyed).
|
/external/chromium_org/base/files/ |
scoped_temp_dir_unittest.cc | 19 // Against an existing dir, it should get destroyed when leaving scope. 33 // When we call Release(), it shouldn't get destroyed when leaving scope.
|
/external/chromium_org/base/message_loop/ |
message_pump_glib.h | 79 // The work source. It is shared by all calls to Run and destroyed when 80 // the message pump is destroyed.
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/ |
MostVisitedSites.java | 83 // Don't notify observer if we've already been destroyed. 102 // Don't notify callback if we've already been destroyed.
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
attestation_policy_observer.h | 101 // Note: This should remain the last member so it'll be destroyed and 102 // invalidate the weak pointers before any other members are destroyed.
|
/external/chromium_org/chrome/browser/chromeos/contacts/ |
contact_database.h | 130 // Note: This should remain the last member so it'll be destroyed and 131 // invalidate its weak pointers before any other members are destroyed.
|
contact_manager.h | 126 // Note: This should remain the last member so it'll be destroyed and 127 // invalidate its weak pointers before any other members are destroyed.
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
download_handler.h | 100 // Note: This should remain the last member so it'll be destroyed and 101 // invalidate its weak pointers before any other members are destroyed.
|