Home
last modified time | relevance | path

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

/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/skia/src/images/
DSkImageDecoder_libjpeg.cpp339 static bool return_false(const jpeg_decompress_struct& cinfo, in return_false() function
870 return return_false(*cinfo, bitmap, "allocPixelRef"); in onDecodeSubset()
874 return return_false(*cinfo, bitmap, "allocPixels"); in onDecodeSubset()
900 return return_false(*cinfo, bitmap, "read_scanlines"); in onDecodeSubset()
903 return return_false(*cinfo, bitmap, "shouldCancelDecode"); in onDecodeSubset()
924 return return_false(*cinfo, *bm, "jpeg colorspace"); in onDecodeSubset()
928 return return_false(*cinfo, bitmap, "sampler.begin"); in onDecodeSubset()
936 return return_false(*cinfo, bitmap, "skip rows"); in onDecodeSubset()
947 return return_false(*cinfo, bitmap, "read_scanlines"); in onDecodeSubset()
950 return return_false(*cinfo, bitmap, "shouldCancelDecode"); in onDecodeSubset()
[all …]
DSkImageDecoder_libwebp.cpp169 static bool return_false(const SkBitmap& bm, const char msg[]) { in return_false() function
391 return return_false(*decodedBitmap, "allocPixelRef"); in onDecodeSubset()
/external/chromium_org/cc/test/
Dordered_simple_task_runner_unittest.cc365 base::Callback<bool(void)> return_false = base::Bind(&ReturnFalse); in TEST_F() local
369 RUN_AND_CHECK_RESULT(EXPECT_TRUE, RunTasksWhile(return_false), ""); in TEST_F()
/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.cc3067 Label map_check, return_false, cache_miss, done; in DoInstanceOfKnownGlobal() local
3082 __ JumpIfSmi(object, &return_false); in DoInstanceOfKnownGlobal()
3115 __ JumpIfRoot(object, Heap::kNullValueRootIndex, &return_false); in DoInstanceOfKnownGlobal()
3123 __ IsObjectJSStringType(object, scratch, NULL, &return_false); in DoInstanceOfKnownGlobal()
3126 __ Bind(&return_false); in DoInstanceOfKnownGlobal()