Searched defs:abandon (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/gpu/
H A DGrResource.cpp28 void GrResource::abandon() { function in class:GrResource
/external/skia/src/gpu/gl/
H A DGrGLTexture.h34 void abandon() { fTexID = 0; } function in class:GrGLTexID
H A DGrGpuGLShaders.cpp74 void abandon() { function in class:GrGpuGLShaders::ProgramCache
127 fProgramCache->abandon();
/external/bzip2/
H A Dbzlib.c1012 int abandon,
1016 BZ2_bzWriteClose64 ( bzerror, b, abandon,
1024 int abandon,
1045 if ((!abandon) && bzf->lastErr == BZ_OK) {
1065 if ( !abandon && !ferror ( bzf->handle ) ) {
1009 BZ2_bzWriteClose( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in, unsigned int* nbytes_out ) argument
1021 BZ2_bzWriteClose64( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in_lo32, unsigned int* nbytes_in_hi32, unsigned int* nbytes_out_lo32, unsigned int* nbytes_out_hi32 ) argument
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp177 void abandon();
496 m_listBox->abandon();
621 abandon();
671 abandon();
719 abandon(); // may delete this
775 // Call abandon() so we honor m_acceptedIndexOnAbandon if set.
776 abandon();
1016 void PopupListBox::abandon() function in class:WebCore::PopupListBox
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c300 int abandon,
308 int abandon,
5347 int abandon,
5351 BZ2_bzWriteClose64 ( bzerror, b, abandon,
5359 int abandon,
5380 if ((!abandon) && bzf->lastErr == BZ_OK) {
5400 if ( !abandon && !ferror ( bzf->handle ) ) {
5344 BZ2_bzWriteClose( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in, unsigned int* nbytes_out ) argument
5356 BZ2_bzWriteClose64( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in_lo32, unsigned int* nbytes_in_hi32, unsigned int* nbytes_out_lo32, unsigned int* nbytes_out_hi32 ) argument
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c323 int abandon,
331 int abandon,
5371 int abandon,
5375 BZ2_bzWriteClose64 ( bzerror, b, abandon,
5383 int abandon,
5404 if ((!abandon) && bzf->lastErr == BZ_OK) {
5424 if ( !abandon && !ferror ( bzf->handle ) ) {
5368 BZ2_bzWriteClose( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in, unsigned int* nbytes_out ) argument
5380 BZ2_bzWriteClose64( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in_lo32, unsigned int* nbytes_in_hi32, unsigned int* nbytes_out_lo32, unsigned int* nbytes_out_hi32 ) argument
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c316 int abandon,
324 int abandon,
5362 int abandon,
5366 BZ2_bzWriteClose64 ( bzerror, b, abandon,
5374 int abandon,
5395 if ((!abandon) && bzf->lastErr == BZ_OK) {
5415 if ( !abandon && !ferror ( bzf->handle ) ) {
5359 BZ2_bzWriteClose( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in, unsigned int* nbytes_out ) argument
5371 BZ2_bzWriteClose64( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in_lo32, unsigned int* nbytes_in_hi32, unsigned int* nbytes_out_lo32, unsigned int* nbytes_out_hi32 ) argument
H A Dvarinfo6.c354 int abandon,
362 int abandon,
5400 int abandon,
5404 BZ2_bzWriteClose64 ( bzerror, b, abandon,
5412 int abandon,
5433 if ((!abandon) && bzf->lastErr == BZ_OK) {
5453 if ( !abandon && !ferror ( bzf->handle ) ) {
5397 BZ2_bzWriteClose( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in, unsigned int* nbytes_out ) argument
5409 BZ2_bzWriteClose64( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in_lo32, unsigned int* nbytes_in_hi32, unsigned int* nbytes_out_lo32, unsigned int* nbytes_out_hi32 ) argument
/external/valgrind/main/perf/
H A Dbz2.c316 int abandon,
324 int abandon,
5362 int abandon,
5366 BZ2_bzWriteClose64 ( bzerror, b, abandon,
5374 int abandon,
5395 if ((!abandon) && bzf->lastErr == BZ_OK) {
5415 if ( !abandon && !ferror ( bzf->handle ) ) {
5359 BZ2_bzWriteClose( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in, unsigned int* nbytes_out ) argument
5371 BZ2_bzWriteClose64( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in_lo32, unsigned int* nbytes_in_hi32, unsigned int* nbytes_out_lo32, unsigned int* nbytes_out_hi32 ) argument

Completed in 448 milliseconds