HomeSort by relevance Sort by last modified time
    Searched defs:return_false (Results 1 - 9 of 9) 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/valgrind/none/tests/
libvex_test.c 10 Bool return_false(void*cb, Addr ad) function
239 vta.chase_into_ok = return_false;
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 171 static bool return_false(const jpeg_decompress_struct& cinfo, function
691 return return_false(cinfo, "setjmp YUV8");
699 return return_false(cinfo, "read_header YUV8");
703 // It's not an error to not be encoded in YUV, so no need to use return_false()
729 return return_false(cinfo, "start_decompress YUV8");
739 return return_false(cinfo, "output_raw_data");
    [all...]
  /art/compiler/optimizing/
intrinsics_mips64.cc 1397 Mips64Label return_false; local
    [all...]
intrinsics_arm.cc 1048 Label return_false; local
    [all...]
intrinsics_arm64.cc 1232 vixl::Label return_false; local
    [all...]
intrinsics_mips.cc 1987 MipsLabel return_false; local
    [all...]
intrinsics_x86.cc 1305 NearLabel end, return_true, return_false; local
    [all...]
intrinsics_x86_64.cc 1409 NearLabel end, return_true, return_false; local
    [all...]

Completed in 1273 milliseconds