HomeSort by relevance Sort by last modified time
    Searched full:return_false (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 327 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(cinfo, *bm, "skip rows")
    [all...]
SkImageDecoder_libwebp.cpp 165 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/
SkImageDecoder_libjpeg.cpp 327 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(cinfo, *bm, "skip rows")
    [all...]
SkImageDecoder_libwebp.cpp 165 static bool return_false(const SkBitmap& bm, const char msg[]) { function
380 return return_false(*decodedBitmap, "allocPixelRef");
437 return return_false(*decodedBitmap, "allocPixelRef");
  /external/llvm/test/CodeGen/X86/
select.ll 26 %tmp73 = tail call i1 @return_false() ; <i8> [#uses=1]
45 declare i1 @return_false()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow-inline.h 321 return_false:
337 goto return_false;
342 goto return_false;
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.cc 3079 Label map_check, return_false, cache_miss, done; local
    [all...]

Completed in 2671 milliseconds