Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp345 static bool return_false(const jpeg_decompress_struct& cinfo, in return_false() function
352 static bool return_false(const jpeg_decompress_struct& cinfo, in return_false() function
896 return return_false(cinfo, "setjmp YUV8"); in onDecodeYUV8Planes()
904 return return_false(cinfo, "read_header YUV8"); in onDecodeYUV8Planes()
936 return return_false(cinfo, "start_decompress YUV8"); in onDecodeYUV8Planes()
946 return return_false(cinfo, "output_raw_data"); in onDecodeYUV8Planes()
1087 return return_false(*cinfo, bitmap, "allocPixelRef"); in onDecodeSubset()
1091 return return_false(*cinfo, bitmap, "allocPixels"); in onDecodeSubset()
1117 return return_false(*cinfo, bitmap, "read_scanlines"); in onDecodeSubset()
1120 return return_false(*cinfo, bitmap, "shouldCancelDecode"); in onDecodeSubset()
[all …]
DSkImageDecoder_libwebp.cpp163 static bool return_false(const SkBitmap& bm, const char msg[]) { in return_false() function
380 return return_false(*decodedBitmap, "allocPixelRef"); in onDecodeSubset()
/external/valgrind/none/tests/
Dlibvex_test.c10 Bool return_false(void*cb, Addr ad) in return_false() function
235 vta.chase_into_ok = return_false; in main()
/external/llvm/test/CodeGen/X86/
Dselect.ll26 %tmp73 = tail call i1 @return_false() ; <i8> [#uses=1]
45 declare i1 @return_false()
/external/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()