OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abandon
(Results
26 - 50
of
294
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/src/gpu/gl/
GrGLTexture.h
34
void
abandon
() { fTexID = 0; }
function in class:GrGLTexID
GrGLRenderTarget.cpp
106
fTexIDObj->
abandon
();
GrGLProgram.h
47
* Call to
abandon
GL objects owned by this program.
49
void
abandon
();
GrGpuGL_program.cpp
72
void GrGpuGL::ProgramCache::
abandon
() {
function in class:GrGpuGL::ProgramCache
75
fEntries[i]->fProgram->
abandon
();
198
fProgramCache->
abandon
();
/frameworks/native/libs/gui/
ConsumerBase.cpp
80
// Verify that
abandon
() has been called before we get here. This should
89
abandon
();
133
void ConsumerBase::
abandon
() {
function in class:android::ConsumerBase
134
CB_LOGV("
abandon
");
/external/chromium_org/base/timer/
timer.cc
51
void
Abandon
() {
117
// We can't reuse the scheduled_task_, so
abandon
it and post a new one.
148
scheduled_task_->
Abandon
();
/frameworks/native/include/gui/
ConsumerBase.h
54
//
abandon
frees all the buffers and puts the ConsumerBase into the
63
void
abandon
();
123
//
abandon
method should be overridden by child classes to add
abandon
-
208
// interface. It is initialized to false, and set to true in the
abandon
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
AudioFocusHelper.java
24
* focus: it can request and
abandon
focus, and will intercept focus change events and deliver
/external/chromium/chrome/browser/sync/engine/
http_post_provider_interface.h
59
//
Abandon
any pending POST and unblock caller in MakeSynchronousPost.
/external/chromium_org/sync/internal_api/public/
http_post_provider_interface.h
54
//
Abandon
any pending POST and unblock caller in MakeSynchronousPost.
/external/chromium_org/third_party/WebKit/Source/core/platform/
PrerenderHandle.h
63
void
abandon
();
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
Prerender.h
67
void
abandon
();
/external/chromium_org/third_party/WebKit/public/platform/
WebPrerenderingSupport.h
55
virtual void
abandon
(const WebPrerender&) = 0;
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLRenderTarget.cpp
106
fTexIDObj->
abandon
();
GrGLProgram.h
47
* Call to
abandon
GL objects owned by this program.
49
void
abandon
();
GrGpuGL_program.cpp
72
void GrGpuGL::ProgramCache::
abandon
() {
function in class:GrGpuGL::ProgramCache
75
fEntries[i]->fProgram->
abandon
();
198
fProgramCache->
abandon
();
/external/bzip2/
bzlib.h
185
int
abandon
,
193
int
abandon
,
/external/chromium_org/ui/base/ime/
input_method_ibus.h
81
// Resets context and
abandon
all pending results and key events.
180
// pointers to these object so that we can
abandon
them when necessary.
/external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.h
28
// Stop fetching dictionaries, and
abandon
any current URLFetcheer operations
/external/chromium_org/chrome/browser/net/
sdch_dictionary_fetcher.h
35
// Stop fetching dictionaries, and
abandon
any current URLFetcheer operations
/external/chromium_org/chrome/browser/prerender/
prerender_link_manager.h
65
// an
abandon
of any prerenders launched by that child.
/external/chromium_org/chrome/common/cloud_print/
cloud_print_constants.h
106
// The number of retries before we
abandon
a print job in exponential backoff
/external/chromium_org/chrome/renderer/prerender/
prerender_dispatcher.cc
130
void PrerenderDispatcher::
abandon
(const WebPrerender& prerender) {
function in class:prerender::PrerenderDispatcher
/external/chromium_org/third_party/icu/source/i18n/
inputext.cpp
124
// essentially nothing but markup
abandon
the markup stripping.
/external/chromium_org/third_party/sqlite/src/src/
walker.c
36
** The return value from this routine is WRC_Abort to
abandon
the tree walk
Completed in 1981 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>