HomeSort by relevance Sort by last modified time
    Searched defs:return_false (Results 1 - 11 of 11) 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/v8/src/interpreter/
interpreter-intrinsics.cc 126 return_false(assembler_), end(assembler_);
128 __ GotoIf(__ WordIsSmi(arg), &return_false); local
131 __ Branch(condition, &return_true, &return_false);
139 __ Bind(&return_false);
153 InterpreterAssembler::Label return_true(assembler_), return_false(assembler_),
157 __ GotoIf(__ WordIsSmi(arg), &return_false); local
162 __ Branch(condition, &return_true, &return_false);
170 __ Bind(&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 1412 NearLabel end, return_true, return_false; local
    [all...]
  /external/v8/src/
code-stub-assembler.cc 2282 GotoIf(WordEqual(object_prototype, NullConstant()), &return_false); local
    [all...]

Completed in 256 milliseconds