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

  /bionic/tests/libs/
dlopen_testlib_ifunc.c 42 const char* return_false() { function
55 return g_flag == 0 ? return_false : return_true;
  /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 339 static bool return_false(const jpeg_decompress_struct& cinfo, function
870 return return_false(*cinfo, bitmap, "allocPixelRef");
874 return return_false(*cinfo, bitmap, "allocPixels");
900 return return_false(*cinfo, bitmap, "read_scanlines");
903 return return_false(*cinfo, bitmap, "shouldCancelDecode");
    [all...]
SkImageDecoder_libwebp.cpp 169 static bool return_false(const SkBitmap& bm, const char msg[]) { function
391 return return_false(*decodedBitmap, "allocPixelRef");
  /external/chromium_org/cc/test/
ordered_simple_task_runner_unittest.cc 365 base::Callback<bool(void)> return_false = base::Bind(&ReturnFalse); local
369 RUN_AND_CHECK_RESULT(EXPECT_TRUE, RunTasksWhile(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 3067 Label map_check, return_false, cache_miss, done; local
    [all...]

Completed in 445 milliseconds