| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
| D | ScopeExitTest.cpp | 18 struct Callable { in TEST() struct 19 bool &Called; in TEST() 20 Callable(bool &Called) : Called(Called) {} in TEST() function 21 Callable(Callable &&RHS) : Called(RHS.Called) {} in TEST() argument 22 void operator()() { Called = true; } in TEST()
|
| D | IteratorTest.cpp | 155 struct Callable { in TEST() struct 156 int &Counter; in TEST() 158 Callable(int &Counter) : Counter(Counter) {} in TEST() function 160 bool operator()(int N) { in TEST()
|
| /external/v8/src/codegen/ |
| D | callable.h | 19 Callable(Handle<Code> code, CallInterfaceDescriptor descriptor) in Callable() function
|
| /external/python/cpython3/Lib/asyncio/ |
| D | staggered.py | 15 coro_fns: typing.Iterable[typing.Callable[[], typing.Awaitable]],
|
| /external/python/cpython3/Doc/library/ |
| D | typing.rst | 151 Callable chapter
|
| /external/v8/src/compiler/ |
| D | js-intrinsic-lowering.h | 17 class Callable; variable
|
| D | code-assembler.h | 49 class Callable; variable
|
| /external/v8/src/interpreter/ |
| D | interpreter.h | 22 class Callable; variable
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | direct_session.h | 371 struct Callable { struct 374 ~Callable(); argument
|
| /external/python/cpython3/Lib/test/ |
| D | inspect_fodder.py | 84 class Callable: class
|
| D | test_weakref.py | 28 class Callable: class
|
| /external/v8/src/builtins/ |
| D | builtins.h | 17 class Callable; variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
| D | FunctionExtras.h | 234 template <typename CallableT> unique_function(CallableT Callable) { in unique_function()
|
| /external/v8/src/torque/ |
| D | declarable.h | 301 DECLARE_DECLARABLE_BOILERPLATE(Callable, callable) in DECLARE_DECLARABLE_BOILERPLATE() argument 338 Callable(Declarable::Kind kind, std::string external_name, in Callable() function
|
| /external/tensorflow/tensorflow/python/util/ |
| D | tf_inspect_test.py | 264 class Callable(object): class 442 class Callable(object): class
|
| D | tf_decorator_test.py | 259 class Callable(object): class
|
| /external/python/cpython3/Lib/unittest/test/testmock/ |
| D | testhelpers.py | 795 class Callable(object): class 1077 class Callable: class
|
| /external/python/mock/mock/tests/ |
| D | testhelpers.py | 833 class Callable(object): class 1158 class Callable: class
|
| /external/python/cpython2/Lib/ |
| D | _abcoll.py | 121 class Callable: class
|
| /external/clang/test/SemaCXX/ |
| D | overloaded-operator.cpp | 163 struct Callable { struct
|
| /external/python/cpython2/Lib/test/ |
| D | test_weakref.py | 21 class Callable: class
|
| /external/python/cpython3/Lib/ |
| D | _collections_abc.py | 398 class Callable(metaclass=ABCMeta): class
|
| D | typing.py | 1446 Callable = _VariadicGenericAlias(collections.abc.Callable, (), special=True) variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
| D | Object.cpp | 271 void SymbolTableSection::updateSymbols(function_ref<void(Symbol &)> Callable) { in updateSymbols()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
| D | SimpleLoopUnswitch.cpp | 1762 void visitDomSubTree(DominatorTree &DT, BasicBlock *BB, CallableT Callable) { in visitDomSubTree()
|