OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abandon
(Results
1 - 25
of
393
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/javasqlite/src/main/java/SQLite/
ProgressHandler.java
13
* to
abandon
the action.<BR><BR>
BusyHandler.java
13
* to
abandon
the action.<BR><BR>
/external/valgrind/helgrind/tests/
tc04_free_lock.c
39
/* now just
abandon
mx */
48
/* now just
abandon
mx */
/external/skia/src/gpu/gl/
GrGLBufferImpl.h
40
// either release or
abandon
should have been called by the owner of this object.
44
void
abandon
();
GrGLTransferBuffer.cpp
27
fImpl.
abandon
();
GrGLIndexBuffer.cpp
28
fImpl.
abandon
();
GrGLVertexBuffer.cpp
28
fImpl.
abandon
();
GrGLProgram.h
44
* Call to
abandon
GL objects owned by this program.
46
void
abandon
();
GrGLBufferImpl.cpp
53
void GrGLBufferImpl::
abandon
() {
function in class:GrGLBufferImpl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/about_files/
LICENSE.sax.txt
13
I hereby
abandon
any property rights to SAX 2.0 (the Simple API for
/external/skia/src/gpu/vk/
GrVkUniformBuffer.h
33
void
abandon
() {
function in class:GrVkUniformBuffer
GrVkBuffer.h
23
// either release or
abandon
should have been called by the owner of this object.
GrVkResourceProvider.h
61
//
Abandon
any cached resources. To be used when the context/VkDevice is lost.
/external/skia/src/gpu/
GrDrawingManager.h
62
void
abandon
();
67
friend class GrContext; // for access to: ctor,
abandon
, reset & flush
GrGpuResourceCacheAccess.h
63
void
abandon
() {
function in class:GrGpuResource::CacheAccess
64
fResource->
abandon
();
/external/mockito/src/org/mockito/internal/configuration/injection/
ConstructorInjection.java
29
* TODO on missing mock type, shall it
abandon
or create "noname" mocks.
35
* If not possible the algorithm
abandon
resolution.
/frameworks/base/core/java/android/content/pm/
IPackageInstallerSession.aidl
36
void
abandon
();
/external/skia/include/core/
SkMultiPictureDraw.h
54
*
Abandon
all buffered draws and reset to the initial state.
/external/skia/tests/
GrContextFactoryTest.cpp
63
// Test that we get different context after
abandon
.
/external/libchrome/base/timer/
timer.cc
54
void
Abandon
() {
137
// We can't reuse the scheduled_task_, so
abandon
it and post a new one.
180
scheduled_task_->
Abandon
();
/frameworks/native/include/gui/
ConsumerBase.h
48
//
abandon
frees all the buffers and puts the ConsumerBase into the
57
void
abandon
();
144
//
abandon
method should be overridden by child classes to add
abandon
-
229
// 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/skia/include/gpu/
GrGpuResource.h
185
* this to return NULL. When objects have been release()ed or
abandon
()ed
254
void
abandon
();
275
/** Overridden to
abandon
any internal handles, ptrs, etc to backend API resources.
339
// This is not ref'ed but
abandon
() or release() will be called before the GrGpu object
/external/skia/src/gpu/gl/debug/
GrDebugGL.h
117
static void
abandon
() {
function in class:GrDebugGL
/frameworks/native/libs/gui/
ConsumerBase.cpp
83
// Verify that
abandon
() has been called before we get here. This should
92
abandon
();
154
void ConsumerBase::
abandon
() {
function in class:android::ConsumerBase
155
CB_LOGV("
abandon
");
Completed in 908 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>