Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Dtests.py22 test_callable = callable variable
156 'callable': test_callable,
/external/python/jinja/src/jinja2/
Dtests.py11 test_callable = callable variable
192 "callable": test_callable,
/external/tensorflow/tensorflow/python/util/
Ddecorator_utils_test.py107 def test_callable(self): member in ValidateCallableTest
Dfunction_utils_test.py44 def test_callable(self): member in FnArgsTest
157 def test_callable(self): member in HasKwargsTest
/external/python/cpython3/Lib/test/
Dtest_inspect.py2309 def test_callable(o): function
2317 signature = test_callable(_testcapi.docstring_with_signature_with_defaults)
2330 test_callable(object)
2336 test_callable(d.dump)
2339 test_callable(bytes.maketrans)
2340 test_callable(b'abc'.maketrans)
2343 test_callable(dict.fromkeys)
2344 test_callable({}.fromkeys)
2349 test_callable((3).__add__)
2353 test_callable(min.__call__)
[all …]
Dtest_bool.py185 def test_callable(self): member in BoolTest
Dtest_builtin.py266 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/llvm-project/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.py841 def test_callable(self, cycles): member in LoadTest