Home
last modified time | relevance | path

Searched refs:return_false (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp327 static bool return_false(const jpeg_decompress_struct& cinfo, in return_false() function
548 return return_false(cinfo, *bm, "setjmp"); in onDecode()
556 return return_false(cinfo, *bm, "read_header"); in onDecode()
611 return return_false(cinfo, *bm, "start_decompress"); in onDecode()
619 return return_false(cinfo, *bm, "chooseFromOneChoice"); in onDecode()
634 return return_false(cinfo, *bm, "allocPixelRef"); in onDecode()
660 return return_false(cinfo, *bm, "shouldCancelDecode"); in onDecode()
674 return return_false(cinfo, *bm, "jpeg colorspace"); in onDecode()
678 return return_false(cinfo, *bm, "sampler.begin"); in onDecode()
686 return return_false(cinfo, *bm, "skip rows"); in onDecode()
[all …]
DSkImageDecoder_libwebp.cpp165 static bool return_false(const SkBitmap& bm, const char msg[]) { in return_false() function
380 return return_false(*decodedBitmap, "allocPixelRef"); in onDecodeSubset()
437 return return_false(*decodedBitmap, "allocPixelRef"); in onDecode()
/external/chromium_org/third_party/skia/src/images/
DSkImageDecoder_libjpeg.cpp327 static bool return_false(const jpeg_decompress_struct& cinfo, in return_false() function
548 return return_false(cinfo, *bm, "setjmp"); in onDecode()
556 return return_false(cinfo, *bm, "read_header"); in onDecode()
611 return return_false(cinfo, *bm, "start_decompress"); in onDecode()
619 return return_false(cinfo, *bm, "chooseFromOneChoice"); in onDecode()
634 return return_false(cinfo, *bm, "allocPixelRef"); in onDecode()
660 return return_false(cinfo, *bm, "shouldCancelDecode"); in onDecode()
674 return return_false(cinfo, *bm, "jpeg colorspace"); in onDecode()
678 return return_false(cinfo, *bm, "sampler.begin"); in onDecode()
686 return return_false(cinfo, *bm, "skip rows"); in onDecode()
[all …]
DSkImageDecoder_libwebp.cpp165 static bool return_false(const SkBitmap& bm, const char msg[]) { in return_false() function
380 return return_false(*decodedBitmap, "allocPixelRef"); in onDecodeSubset()
437 return return_false(*decodedBitmap, "allocPixelRef"); in onDecode()
/external/llvm/test/CodeGen/X86/
Dselect.ll26 %tmp73 = tail call i1 @return_false() ; <i8> [#uses=1]
45 declare i1 @return_false()
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.cc3079 Label map_check, return_false, cache_miss, done; in DoInstanceOfKnownGlobal() local
3094 __ JumpIfSmi(object, &return_false); in DoInstanceOfKnownGlobal()
3127 __ JumpIfRoot(object, Heap::kNullValueRootIndex, &return_false); in DoInstanceOfKnownGlobal()
3135 __ IsObjectJSStringType(object, scratch, NULL, &return_false); in DoInstanceOfKnownGlobal()
3138 __ Bind(&return_false); in DoInstanceOfKnownGlobal()