Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Dtests.py22 test_callable = callable variable
156 'callable': test_callable,
/external/tensorflow/tensorflow/python/util/
Dfunction_utils_test.py44 def test_callable(self): member in FnArgsTest
148 def test_callable(self): member in HasKwargsTest
Ddecorator_utils_test.py107 def test_callable(self): member in ValidateCallableTest
/external/python/cpython3/Lib/test/
Dtest_inspect.py2120 def test_callable(o): function
2128 signature = test_callable(_testcapi.docstring_with_signature_with_defaults)
2141 test_callable(object)
2147 test_callable(d.dump)
2150 test_callable(str.maketrans)
2151 test_callable('abc'.maketrans)
2154 test_callable(dict.fromkeys)
2155 test_callable({}.fromkeys)
2160 test_callable((3).__add__)
2164 test_callable(min.__call__)
[all …]
Dtest_bool.py187 def test_callable(self): member in BoolTest
Dtest_builtin.py253 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/six/
Dtest_six.py458 def test_callable(): function
466 assert six.callable(test_callable)
/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
/external/tensorflow/tensorflow/python/saved_model/
Dload_test.py585 def test_callable(self, cycles): member in LoadTest