Home
last modified time | relevance | path

Searched defs:return_true (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-global-gen.cc16 Label return_true(this), return_false(this); in TF_BUILTIN() local
65 Label return_true(this), return_false(this); in TF_BUILTIN() local
Dbuiltins-conversion-gen.cc72 Label return_true(this), return_false(this); in TF_BUILTIN() local
Dbuiltins-object-gen.cc364 Label call_runtime(this), return_true(this), return_false(this), in TF_BUILTIN() local
1158 Label return_true(this), return_false(this); in TF_BUILTIN() local
/third_party/mesa3d/bin/pick/
Dcore_test.py262 async def return_true(*_, **__) -> bool: member in TestResolveNomination
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpsession.c1356 return_true (gpointer key, gpointer value, gpointer user_data) in return_true() function
Dgstrtpbin.c1009 return_true (gpointer key, gpointer value, gpointer user_data) in return_true() function
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc10235 Label return_false(this), return_true(this), in HasInPrototypeChain() local
11975 Label return_true(this), return_false(this), do_float_comparison(this), in RelationalComparison() local
13444 Label call_runtime(this, Label::kDeferred), return_true(this), in HasProperty() local
13723 if_nohandler(this, Label::kDeferred), return_true(this), in InstanceOf() local
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc880 Label return_true(this), return_false(this), return_lookup(this), in HandleLoadICSmiHandlerHasNamedCase() local
/third_party/python/Lib/test/
Dtest_descr.py2029 def return_true(self, thing=None): function