Home
last modified time | relevance | path

Searched defs:Callable (Results 1 – 25 of 28) 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() argument
160 bool operator()(int N) { in TEST()
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
DCallable.java24 public interface Callable<V> { interface
/external/v8/src/
Dcallable.h19 Callable(Handle<Code> code, CallInterfaceDescriptor descriptor) in Callable() function
/external/v8/src/compiler/
Djs-intrinsic-lowering.h17 class Callable; variable
Deffect-control-linearizer.h18 class Callable; variable
Dcode-assembler.h30 class Callable; variable
/external/python/cpython3/Doc/library/
Dtyping.rst151 Callable chapter
/external/v8/src/interpreter/
Dinterpreter.h23 class Callable; variable
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h349 struct Callable { struct
352 ~Callable(); argument
/external/v8/src/builtins/
Dbuiltins.h15 class Callable; variable
/external/tensorflow/tensorflow/cc/client/
Dclient_session_test.cc98 TEST(ClientSessionTest, Callable) { in TEST() argument
/external/tensorflow/tensorflow/contrib/specs/python/
Dspecs_lib.py113 class Callable(Composable): class
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DFunctionExtras.h234 template <typename CallableT> unique_function(CallableT Callable) { in unique_function()
/external/tensorflow/tensorflow/python/util/
Dtf_decorator_test.py249 class Callable(object): class
Dtf_inspect_test.py264 class Callable(object): class
442 class Callable(object): class
/external/v8/src/torque/
Ddeclarable.h230 Callable(Declarable::Kind kind, const std::string& name, in Callable() function
/external/python/mock/mock/tests/
Dtesthelpers.py786 class Callable(object): class
/external/python/cpython2/Lib/
D_abcoll.py121 class Callable: class
/external/clang/test/SemaCXX/
Doverloaded-operator.cpp163 struct Callable { struct
/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py758 class Callable(object): class
/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.py1204 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()

12