HomeSort by relevance Sort by last modified time
    Searched defs:return_true (Results 1 - 15 of 15) sorted by null

  /bionic/tests/libs/
dlopen_testlib_ifunc.c 38 const char* return_true() { function
55 return g_flag == 0 ? return_false : return_true;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bytesio.c 161 return_true(bytesio *self) function
819 {"readable", (PyCFunction)return_true, METH_NOARGS, NULL},
820 {"seekable", (PyCFunction)return_true, METH_NOARGS, NULL},
821 {"writable", (PyCFunction)return_true, METH_NOARGS, NULL},
  /art/compiler/optimizing/
intrinsics_arm.cc 1370 Label return_true; local
    [all...]
intrinsics_mips.cc 2095 MipsLabel return_true; local
    [all...]
intrinsics_mips64.cc 1715 Mips64Label return_true; local
    [all...]
intrinsics_arm64.cc 1518 vixl::aarch64::Label return_true; local
    [all...]
intrinsics_arm_vixl.cc 1750 vixl32::Label return_true; local
    [all...]
intrinsics_x86.cc 1391 NearLabel end, return_true, return_false; local
    [all...]
intrinsics_x86_64.cc 1562 NearLabel end, return_true, return_false; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 1685 def return_true(self, thing=None): function in function:.test_special_method_lookup
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 1702 def return_true(self, thing=None): function in function:.test_special_method_lookup
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 1702 def return_true(self, thing=None): function in function:.test_special_method_lookup
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 1702 def return_true(self, thing=None): function in function:.test_special_method_lookup
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 1702 def return_true(self, thing=None): function in function:.test_special_method_lookup
    [all...]
  /external/v8/src/
code-stub-assembler.cc 4943 GotoIf(WordEqual(object_prototype, callable_prototype), &return_true); local
7849 Branch(Float64LessThan(lhs, rhs), &return_true, &return_false); local
7852 Branch(Float64LessThanOrEqual(lhs, rhs), &return_true, &return_false); local
7855 Branch(Float64GreaterThan(lhs, rhs), &return_true, &return_false); local
7858 Branch(Float64GreaterThanOrEqual(lhs, rhs), &return_true, local
    [all...]

Completed in 673 milliseconds