OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destroyed
(Results
151 - 175
of
3486
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/renderer/
mouse_lock_dispatcher.h
41
//
destroyed
. Unlocks if locked. The pointer will not be accessed.
79
// when it is
destroyed
.
/external/chromium_org/device/bluetooth/
bluetooth_adapter_win.h
117
// NOTE: This should remain the last member so it'll be
destroyed
and
118
// invalidate its weak pointers before any other members are
destroyed
.
/external/chromium_org/google_apis/drive/
auth_service.h
75
// Note: This should remain the last member so it'll be
destroyed
and
76
// invalidate its weak pointers before any other members are
destroyed
.
/external/chromium_org/jingle/glue/
channel_socket_adapter.h
36
//
destroyed
. The callback is not allowed to touch the adapter, but
42
// Must be called before the session and the channel are
destroyed
.
/external/chromium_org/jingle/notifier/communicator/
single_login_attempt.h
25
// made, this class can be
destroyed
to immediately stop the previous
32
//
destroyed
, at which point it will disconnect if necessary.
/external/chromium_org/media/base/
media_log_event.h
30
// A WebMediaPlayer is being created or
destroyed
.
35
// A Pipeline is being created or
destroyed
.
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_cond_check_need_init.c
57
* If a static cv has been
destroyed
, the application can
68
* The cv has been
destroyed
while we were waiting to
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_resource_manager.h
95
// Called when the resource is
destroyed
. For debugging purposes, this does
96
// not happen until the resource manager is
destroyed
.
/external/chromium_org/net/socket/
tcp_server_socket.cc
64
// and the callback won't be run after |socket_| is
destroyed
.
85
// Make sure the TCPSocket object is
destroyed
in any case.
/external/chromium_org/ppapi/api/private/
ppb_flash_message_loop.idl
55
* resource is
destroyed
; <code>PP_OK</code> if the message loop quits because
68
* implicitly when the resource is
destroyed
.
/external/chromium_org/ppapi/host/
resource_message_handler.cc
27
// object will be
destroyed
, PP_OK_COMPLETIONPENDING is returned as the
29
// send a reply message on a
destroyed
object.
/external/chromium_org/ppapi/tests/
test_instance_deprecated.cc
36
// already
destroyed
, so we can't rely on test_instance_->testing_interface()
47
// instance is
destroyed
. If the renderer is being shut down, too much happens
70
// would already be
destroyed
at this point.
76
// has already been
destroyed
:-(. So we can't really do anything here.
129
// Save the fact that we were
destroyed
in sessionStorage. This tests that
132
// cases. In particular, when the instance is
destroyed
by normal DOM
135
// ExecuteScript will *not* have an effect when the instance is
destroyed
272
// session, but in such a way that the instance is
destroyed
. See
/external/chromium_org/remoting/client/jni/
jni_frame_consumer.h
78
//
destroyed
(released) after |bitmap_| is
destroyed
.
/external/chromium_org/sync/internal_api/
js_mutation_event_observer_unittest.cc
30
// This must be
destroyed
after the member variables below in order
31
// for WeakHandles to be
destroyed
properly.
js_sync_manager_observer_unittest.cc
34
// This must be
destroyed
after the member variables below in order
35
// for WeakHandles to be
destroyed
properly.
/external/chromium_org/third_party/WebKit/public/web/
WebFileChooserCompletion.h
54
// is
destroyed
when this method is called.
59
// choosing failed. The callback instance is
destroyed
when this method
/external/chromium_org/ui/events/
event_dispatcher.h
34
// event dispatch, one of the handlers may have
destroyed
the target, in which
92
// event-handling result if the dispatcher itself has been
destroyed
during
/external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist-startend.cpp
71
// objects should be
destroyed
before dm2, after call returns
80
// objects should be
destroyed
after dm2
/external/clang/test/SemaCXX/
pseudo-destructors.cpp
28
a->~Bar(); // expected-error{{destructor type 'Bar' (aka 'Foo') in object destruction expression does not match the type 'A' of the object being
destroyed
}}
47
i->Integer::~Double(); // expected-error{{the type of object expression ('int') does not match the type being
destroyed
('Double' (aka 'double')) in pseudo-destructor expression}}
/external/llvm/include/llvm/
Linker.h
29
DestroySource = 0, // Allow source module to be
destroyed
.
37
/// \brief Link \p Src into the composite. The source is
destroyed
if
/frameworks/base/libs/hwui/
ResourceCache.cpp
36
ALOGD(" ResourceCache: mCache(%d): refCount, recycled,
destroyed
, type = %d, %d, %d, %d",
37
i, ref->refCount, ref->recycled, ref->
destroyed
, ref->resourceType);
220
ref->
destroyed
= true;
242
ref->
destroyed
= true;
261
ref->
destroyed
= true;
280
ref->
destroyed
= true;
304
ref->
destroyed
= true;
352
if (ref->
destroyed
|| ref->resourceType == kLayer) {
/frameworks/wilhelm/src/android/
CallbackProtector.h
35
* if the associated object (AudioTrack, AudioPlayer, MediaPlayer) is about to be
destroyed
.
46
* Called to signal the associated object is about to be
destroyed
, so whenever a callback is
/frameworks/wilhelm/src/objects/
CAudioPlayer.c
53
/** \brief Hook called by Object::Destroy when an audio player is
destroyed
*/
69
/** \brief Hook called by Object::Destroy before an audio player is about to be
destroyed
*/
COutputMix.c
45
/** \brief Hook called by Object::Destroy when an output mix is
destroyed
*/
56
/** \brief Hook called by Object::Destroy before an output mix is about to be
destroyed
*/
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapElement.java
93
* Throws {@link RuntimeException} if it's already
destroyed
.
97
throw new RuntimeException("Already
destroyed
");
Completed in 1127 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>