Home
last modified time | relevance | path

Searched refs:test_callable (Results 1 – 9 of 9) sorted by relevance

/external/libmojo/third_party/jinja2/
Dtests.py20 test_callable = callable variable
146 'callable': test_callable,
/external/tensorflow/tensorflow/python/util/
Ddecorator_utils_test.py106 def test_callable(self): member in ValidateCallableTest
/external/tensorflow/tensorflow/python/estimator/
Dutil_test.py34 def test_callable(self): member in FnArgsTest
/external/python/cpython3/Lib/test/
Dtest_inspect.py1976 def test_callable(o): function
1984 signature = test_callable(_testcapi.docstring_with_signature_with_defaults)
1997 test_callable(object)
2003 test_callable(d.dump)
2006 test_callable(str.maketrans)
2007 test_callable('abc'.maketrans)
2010 test_callable(dict.fromkeys)
2011 test_callable({}.fromkeys)
2016 test_callable((3).__add__)
2020 test_callable(min.__call__)
[all …]
Dtest_bool.py183 def test_callable(self): member in BoolTest
Dtest_builtin.py248 def test_callable(self): member in BuiltinTest
/external/clang/test/SemaCXX/
Doverloaded-operator.cpp178 void test_callable(Callable c, Callable2 c2, const Callable2& c2c, in test_callable() function
/external/python/cpython2/Lib/test/
Dtest_bool.py182 def test_callable(self): member in BoolTest
Dtest_builtin.py165 def test_callable(self): member in BuiltinTest