Home
last modified time | relevance | path

Searched defs:Callable (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DScopeExitTest.cpp18 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()
DIteratorTest.cpp155 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/
Dcallable.h19 Callable(Handle<Code> code, CallInterfaceDescriptor descriptor) in Callable() function
/external/python/cpython3/Lib/asyncio/
Dstaggered.py15 coro_fns: typing.Iterable[typing.Callable[[], typing.Awaitable]],
/external/python/cpython3/Doc/library/
Dtyping.rst151 Callable chapter
/external/v8/src/compiler/
Djs-intrinsic-lowering.h17 class Callable; variable
Dcode-assembler.h49 class Callable; variable
/external/v8/src/interpreter/
Dinterpreter.h22 class Callable; variable
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h371 struct Callable { struct
374 ~Callable(); argument
/external/python/cpython3/Lib/test/
Dinspect_fodder.py84 class Callable: class
Dtest_weakref.py28 class Callable: class
/external/v8/src/builtins/
Dbuiltins.h17 class Callable; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DFunctionExtras.h234 template <typename CallableT> unique_function(CallableT Callable) { in unique_function()
/external/v8/src/torque/
Ddeclarable.h301 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/
Dtf_inspect_test.py264 class Callable(object): class
442 class Callable(object): class
Dtf_decorator_test.py259 class Callable(object): class
/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py795 class Callable(object): class
1077 class Callable: class
/external/python/mock/mock/tests/
Dtesthelpers.py833 class Callable(object): class
1158 class Callable: class
/external/python/cpython2/Lib/
D_abcoll.py121 class Callable: class
/external/clang/test/SemaCXX/
Doverloaded-operator.cpp163 struct Callable { struct
/external/python/cpython2/Lib/test/
Dtest_weakref.py21 class Callable: class
/external/python/cpython3/Lib/
D_collections_abc.py398 class Callable(metaclass=ABCMeta): class
Dtyping.py1446 Callable = _VariadicGenericAlias(collections.abc.Callable, (), special=True) variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp271 void SymbolTableSection::updateSymbols(function_ref<void(Symbol &)> Callable) { in updateSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1762 void visitDomSubTree(DominatorTree &DT, BasicBlock *BB, CallableT Callable) { in visitDomSubTree()

12