/frameworks/base/libs/hwui/ |
ResourceCache.h | 92 * thread, but destroying resources may be called from the GC thread, the finalizer thread,
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLES11IdImpl.java | 22 * Open GL ES 1.1 implementation for generating and destroying texture IDs and
|
/external/google-breakpad/src/common/ |
module.h | 201 // destroying the module destroys them as well. 206 // destroying the module destroys them as well. 212 // function: destroying the module destroys them as well. 217 // destroying the module destroys them as well. 223 // functions; destroying the module destroys them as well. 320 // to it; destroying the module frees the Files and Functions these 330 // destroying the module frees the Externs these point to.
|
/external/autotest/frontend/ |
setup_test_environment.py | 48 # naive users from accidentally destroying data. So reach in and close
|
/external/clang/test/CodeGenCXX/ |
sanitize-dtor-derived-class.cpp | 5 // Complete dtor poisons vtable ptr after destroying members and
|
/external/deqp/doc/testspecs/GLES3/ |
functional.buffers.txt | 25 + Creating and destroying buffers
|
functional.pbo.txt | 25 + Creating and destroying pixel pack and unpack buffers
|
/external/libchrome/base/mac/ |
libdispatch_task_runner.h | 52 // been run and the queue has been destroyed. Destroying a queue requires
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
trap.h | 57 // The destructor is unimplemented as destroying this object would
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btUnionFind.cpp | 62 ///this is a special operation, destroying the content of btUnionFind.
|
btUnionFind.h | 46 //this is a special operation, destroying the content of btUnionFind.
|
/external/ltrace/ |
value_dict.h | 43 * dictionary becomes its owner, and is responsible for destroying it
|
/external/skia/debugger/QT/ |
SkGLWidget.cpp | 36 // different, but we do not have a mechanism to catch the destroying of QGLContext, so that
|
/external/webrtc/webrtc/test/channel_transport/ |
udp_socket_wrapper.h | 99 // Destroying the socket is done via CloseBlocking().
|
/toolchain/binutils/binutils-2.25/gas/ |
flonum-copy.c | 45 littlenums we don't need. This is destroying evidence
|
/external/valgrind/drd/tests/ |
tc09_bad_unlock.stderr.exp-glibc2.8 | 27 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. 50 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
|
tc09_bad_unlock.stderr.exp-ppc | 27 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. 50 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
|
tc09_bad_unlock.stderr.exp-solaris | 25 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. 46 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
|
tc09_bad_unlock.stderr.exp-x86 | 27 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. 50 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
|
/external/vulkan-validation-layers/loader/ |
debug_report.h | 53 * DestroyObject works on a device chain. Should not be what's destroying 104 * the ICD's destroying each
|
/frameworks/base/core/java/android/print/ |
PrinterDiscoverySession.java | 176 Log.e(LOG_TAG, "Destroying leaked printer discovery session"); 191 Log.e(LOG_TAG, "Error destroying printer discovery session", re);
|
/cts/tests/tests/graphics/src/android/opengl/cts/ |
EglContextTest.java | 106 throw new RuntimeException("error destroying context: " + error);
|
/external/freetype/src/cache/ |
ftcmanag.h | 42 /* count to avoid destroying it (due to caching). */
|
/external/libchrome/base/debug/ |
leak_tracker.h | 27 // before destroying that thread, one can check that there are no remaining
|
/external/libgdx/extensions/gdx-bullet/src/com/badlogic/gdx/physics/bullet/ |
BulletBase.java | 129 Gdx.app.error("Bullet", "Exception while destroying "+toString(), e);
|