Searched refs:return_false (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp327 static bool return_false(const jpeg_decompress_struct& cinfo, function
548 return return_false(cinfo, *bm, "setjmp");
556 return return_false(cinfo, *bm, "read_header");
611 return return_false(cinfo, *bm, "start_decompress");
619 return return_false(cinfo, *bm, "chooseFromOneChoice");
634 return return_false(cinfo, *bm, "allocPixelRef");
660 return return_false(cinfo, *bm, "shouldCancelDecode");
674 return return_false(cinfo, *bm, "jpeg colorspace");
678 return return_false(cinfo, *bm, "sampler.begin");
686 return return_false(cinf
[all...]
H A DSkImageDecoder_libwebp.cpp165 static bool return_false(const SkBitmap& bm, const char msg[]) { function
380 return return_false(*decodedBitmap, "allocPixelRef");
437 return return_false(*decodedBitmap, "allocPixelRef");
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp327 static bool return_false(const jpeg_decompress_struct& cinfo, function
548 return return_false(cinfo, *bm, "setjmp");
556 return return_false(cinfo, *bm, "read_header");
611 return return_false(cinfo, *bm, "start_decompress");
619 return return_false(cinfo, *bm, "chooseFromOneChoice");
634 return return_false(cinfo, *bm, "allocPixelRef");
660 return return_false(cinfo, *bm, "shouldCancelDecode");
674 return return_false(cinfo, *bm, "jpeg colorspace");
678 return return_false(cinfo, *bm, "sampler.begin");
686 return return_false(cinf
[all...]
H A DSkImageDecoder_libwebp.cpp165 static bool return_false(const SkBitmap& bm, const char msg[]) { function
380 return return_false(*decodedBitmap, "allocPixelRef");
437 return return_false(*decodedBitmap, "allocPixelRef");
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc3079 Label map_check, return_false, cache_miss, done; local
3094 __ JumpIfSmi(object, &return_false);
3127 __ JumpIfRoot(object, Heap::kNullValueRootIndex, &return_false);
3135 __ IsObjectJSStringType(object, scratch, NULL, &return_false);
3138 __ Bind(&return_false);

Completed in 232 milliseconds