OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destroyed
(Results
476 - 500
of
3486
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/ui/views/controls/native/
native_view_host.cc
202
void NativeViewHost::Detach(bool
destroyed
) {
204
if (!
destroyed
) {
210
native_wrapper_->NativeViewDetaching(
destroyed
);
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr.h
129
* Buffer will be release when the manager is
destroyed
.
160
* This manager keeps a cache of
destroyed
buffers during a time interval.
175
* NOTE: the buffer manager that provides the buffers will be
destroyed
/external/protobuf/src/google/protobuf/
dynamic_message.h
103
// be
destroyed
when the factory is
destroyed
. Also, any objects created
106
// is
destroyed
.
/frameworks/wilhelm/src/objects/
CEngine.c
85
/** \brief Hook called by Object::Destroy when an engine is
destroyed
*/
147
/** \brief Hook called by Object::Destroy before an engine is about to be
destroyed
*/
172
/** \brief Called by IObject::Destroy after engine is
destroyed
. The parameter refers to the
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop-api.h
94
/** Set a function that is called when the IO event source is
destroyed
. Use this to free the userdata argument if required */
103
/** Set a function that is called when the timer event source is
destroyed
. Use this to free the userdata argument if required */
112
/** Set a function that is called when the deferred event source is
destroyed
. Use this to free the userdata argument if required */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-api.h
94
/** Set a function that is called when the IO event source is
destroyed
. Use this to free the userdata argument if required */
103
/** Set a function that is called when the timer event source is
destroyed
. Use this to free the userdata argument if required */
112
/** Set a function that is called when the deferred event source is
destroyed
. Use this to free the userdata argument if required */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-api.h
94
/** Set a function that is called when the IO event source is
destroyed
. Use this to free the userdata argument if required */
103
/** Set a function that is called when the timer event source is
destroyed
. Use this to free the userdata argument if required */
112
/** Set a function that is called when the deferred event source is
destroyed
. Use this to free the userdata argument if required */
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc
197
DCHECK(!content_); // |content_| should have already been
destroyed
.
214
//
destroyed
(via the InfoBubble being
destroyed
), and delete ourself.
215
content_ = NULL; // We are being
destroyed
.
228
// GTK doesn't handle having the combo box
destroyed
from the changed
/external/chromium_org/media/base/
video_frame.h
59
//
destroyed
. Users can query the current sync point associated with this
112
// frame is
destroyed
|no_longer_needed_cb.Run()| will be called.
141
// frame is
destroyed
, |no_longer_needed_cb.Run()| will be called.
155
// is
destroyed
|no_longer_needed_cb.Run()| will be called.
173
// gets
destroyed
.
/external/chromium_org/sync/internal_api/public/util/
weak_handle.h
41
// object hasn't been
destroyed
. */
112
// May be
destroyed
on any thread.
202
// May be
destroyed
on any thread.
263
// Must be dereferenced only on the owner thread. May be
destroyed
272
// May be
destroyed
on any thread.
/external/chromium_org/net/url_request/
url_request_job.cc
244
return; // The request was
destroyed
, so there is no more work to do.
252
return; // The request was
destroyed
, so there is no more work to do.
259
return false; // The request was
destroyed
, so there is no more work to do.
267
return false; // The request was
destroyed
, so there is no more work to do.
274
return false; // The request was
destroyed
, so there is no more work to do.
281
return; // The request was
destroyed
, so there is no more work to do.
297
// immediately if it has been
destroyed
. self_preservation ensures our
327
// Ensure that the request wasn't detached or
destroyed
in
370
return; // The request was
destroyed
, so there is no more work to do.
388
// immediately if it has been
destroyed
. self_preservation ensures ou
[
all
...]
/libcore/libart/src/main/java/java/lang/
ThreadGroup.java
64
// Whether this ThreadGroup has already been
destroyed
or not
90
*
destroyed
already
160
* @throws IllegalThreadStateException if this group has been
destroyed
already
196
* {@code ThreadGroup} is
destroyed
automatically when it becomes empty (no threads
200
* subgroups has been
destroyed
already or if it still contains
208
"Thread group was already
destroyed
: "
228
// Now that the ThreadGroup is really
destroyed
it can be tagged as so
243
// Has to be non-
destroyed
daemon to make sense
438
* Checks whether this thread group has already been
destroyed
.
440
* @return true if this thread group has already been
destroyed
[
all
...]
/libcore/libdvm/src/main/java/java/lang/
ThreadGroup.java
64
// Whether this ThreadGroup has already been
destroyed
or not
90
*
destroyed
already
160
* @throws IllegalThreadStateException if this group has been
destroyed
already
196
* {@code ThreadGroup} is
destroyed
automatically when it becomes empty (no threads
200
* subgroups has been
destroyed
already or if it still contains
208
"Thread group was already
destroyed
: "
228
// Now that the ThreadGroup is really
destroyed
it can be tagged as so
243
// Has to be non-
destroyed
daemon to make sense
438
* Checks whether this thread group has already been
destroyed
.
440
* @return true if this thread group has already been
destroyed
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
87
// channel_ - created in Connect,
destroyed
when session_ or tcp_ goes away.
88
// tcp_ - created in Connect,
destroyed
when channel_ goes away, or connection
91
//
destroyed
.
92
// stream_ - created in GetStream,
destroyed
by owner at arbitrary time.
93
// this - created in constructor,
destroyed
when worker_thread_ and stream_
202
// Even though session_ is being
destroyed
, we mustn't clear the pointer,
206
// a channel-
destroyed
notification?
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
88
// channel_ - created in Connect,
destroyed
when session_ or tcp_ goes away.
89
// tcp_ - created in Connect,
destroyed
when channel_ goes away, or connection
92
//
destroyed
.
93
// stream_ - created in GetStream,
destroyed
by owner at arbitrary time.
94
// this - created in constructor,
destroyed
when worker_thread_ and stream_
205
// Even though session_ is being
destroyed
, we mustn't clear the pointer,
209
// a channel-
destroyed
notification?
/external/smack/src/org/jivesoftware/smackx/packet/
MUCUser.java
124
* Returns the notification that the room has been
destroyed
. After a room has been
destroyed
,
128
* @return a notification that the room has been
destroyed
.
185
* Sets the notification that the room has been
destroyed
. After a room has been
destroyed
,
189
* @param destroy the notification that the room has been
destroyed
.
560
* Represents a notification that the room has been
destroyed
. After a room has been
destroyed
,
572
* Returns the JID of an alternate location since the current room is being
destroyed
.
590
* Sets the JID of an alternate location since the current room is being
destroyed
[
all
...]
/external/chromium/net/url_request/
url_request_job.cc
212
return; // The request was
destroyed
, so there is no more work to do.
228
// immediately if it has been
destroyed
. self_preservation ensures our
251
// Ensure that the request wasn't detached or
destroyed
in ReceivedRedirect
293
return; // The request was
destroyed
, so there is no more work to do.
311
// immediately if it has been
destroyed
. self_preservation ensures our
360
//
destroyed
during a delegate callback.
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc
61
// |window| is the plugin HWND, created and
destroyed
in the plugin process.
62
// |parent| is the parent HWND, created and
destroyed
on the browser UI thread.
230
//
destroyed
asynchronously, it is possible that we have a stale window
233
// race condition where the window is
destroyed
after the check but before
361
// When a tab is closed all its child plugin windows are
destroyed
371
// away. This will prevent the plugin windows from getting
destroyed
/external/llvm/include/llvm/Support/
ValueHandle.h
141
/// across RAUW operations, but will null itself out if the value is
destroyed
.
174
/// if the value is
destroyed
while the handle is still live. This is very
274
///
destroyed
, except to destruct it.
337
///
destroyed
. This class can be used as the key of a map, as long as the user
360
/// Called when this->getValPtr() is
destroyed
, inside ~Value(), so you may
367
/// Value that's being
destroyed
.
/cts/tests/tests/os/src/android/os/cts/
BinderTest.java
263
// Expect to see the service unbind and then
destroyed
.
294
// Expect to see the service unbind but not
destroyed
.
305
// Expect to see the service unbind and then
destroyed
.
/external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.cc
59
// If the profile is
destroyed
(and set to NULL) return CONTENT_SETTING_BLOCK.
71
// If the profile is
destroyed
(and set to NULL) return true.
86
// If the profile is
destroyed
(and set to NULL) return CONTENT_SETTING_BLOCK.
/external/chromium/net/base/
host_resolver.h
122
// if either the HostResolver is
destroyed
while a resolution is in
135
// If any completion callbacks are pending when the resolver is
destroyed
,
205
// If a completion callback is pending when the resolver is
destroyed
, the
/external/chromium_org/content/public/test/
download_test_observer.h
33
// object construction) or the item is
destroyed
. Return value indicates
35
//
destroyed
(false).
191
// IN_PROGRESS state, or when the download manager is
destroyed
.
/external/chromium_org/ui/views/ime/
input_method_bridge.cc
19
// method is
destroyed
, it will null out the |host_| field on the
75
//
destroyed
. This means any calls to |widget_| that go to the NativeWidget,
81
// Host input method might have been
destroyed
at this point.
/external/clang/include/clang/Analysis/Support/
BumpVector.h
36
/// and destroys it when the BumpVectorContext object is
destroyed
.
40
/// BumpPtrAllocator. This BumpPtrAllocator is not
destroyed
when the
41
/// BumpVectorContext object is
destroyed
.
Completed in 774 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>