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

  /bionic/tests/libs/
dlopen_testlib_ifunc.cpp 40 extern "C" const char* return_true() { function
59 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},
  /external/v8/src/builtins/
builtins-number.cc 60 Label return_true(this), return_false(this);
63 GotoIf(TaggedIsSmi(number), &return_true); local
71 &return_true); local
73 Bind(&return_true);
84 Label return_true(this), return_false(this);
87 GotoIf(TaggedIsSmi(number), &return_true); local
100 &return_true, &return_false);
102 Bind(&return_true);
113 Label return_true(this), return_false(this);
123 BranchIfFloat64IsNaN(number_value, &return_true, &return_false)
139 GotoIf(TaggedIsSmi(number), &return_true); local
    [all...]
builtins-array.cc 1777 GotoIf(WordEqual(element_k, search_element), &return_true); local
1788 GotoIf(WordEqual(element_k, UndefinedConstant()), &return_true); local
1789 GotoIf(WordEqual(element_k, TheHoleConstant()), &return_true); local
1808 &return_true, &continue_loop); local
1813 &return_true, &continue_loop); local
1828 BranchIfFloat64IsNaN(LoadHeapNumberValue(element_k), &return_true, local
1884 Branch(Float64Equal(element_k, search_num.value()), &return_true, local
1936 Branch(Float64Equal(element_k, search_num.value()), &return_true, local
    [all...]
  /art/compiler/optimizing/
intrinsics_mips.cc 2099 MipsLabel return_true; local
    [all...]
intrinsics_mips64.cc 1676 Mips64Label return_true; local
    [all...]
intrinsics_arm64.cc 1515 vixl::aarch64::Label return_true; local
    [all...]
intrinsics_arm_vixl.cc 1746 vixl32::Label return_true; local
    [all...]
intrinsics_x86.cc 1389 NearLabel end, return_true, return_false; local
    [all...]
intrinsics_x86_64.cc 1560 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...]
  /external/python/cpython2/Lib/test/
test_descr.py 1711 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...]

Completed in 638 milliseconds