HomeSort by relevance Sort by last modified time
    Searched defs:Callable (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
Callable.java 20 * Emulation of Callable.
24 public interface Callable<V> {
  /libcore/ojluni/src/main/java/java/util/concurrent/
Callable.java 43 * <p>The {@code Callable} interface is similar to {@link
50 * convert from other common forms to {@code Callable} classes.
58 public interface Callable<V> {
  /external/v8/src/
code-factory.h 18 class Callable final BASE_EMBEDDED {
20 Callable(Handle<Code> code, CallInterfaceDescriptor descriptor)
40 static Callable LoadIC(Isolate* isolate);
41 static Callable LoadICInOptimizedCode(Isolate* isolate);
42 static Callable LoadICProtoArray(Isolate* isolate, bool throw_if_nonexistent);
43 static Callable LoadGlobalIC(Isolate* isolate, TypeofMode typeof_mode);
44 static Callable LoadGlobalICInOptimizedCode(Isolate* isolate,
46 static Callable KeyedLoadIC(Isolate* isolate);
47 static Callable KeyedLoadICInOptimizedCode(Isolate* isolate);
48 static Callable KeyedLoadIC_Megamorphic(Isolate* isolate)
    [all...]
  /external/tensorflow/tensorflow/contrib/specs/python/
specs_lib.py 113 class Callable(Composable):
114 """A composable function that simply defers to a callable function.
152 if not callable(f):
153 raise ValueError("%s: is not callable" % f)
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
Callable.java 20 public class Callable {
45 public Callable(Type type, String name, String setterName, ModelClass resolvedType,
82 return "Callable{" +
  /external/tensorflow/tensorflow/python/util/
tf_decorator_test.py 202 class Callable(object):
207 callable_object = Callable()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
_abcoll.py 15 "Sized", "Container", "Callable",
121 class Callable:
130 if cls is Callable:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_abcoll.py 15 "Sized", "Container", "Callable",
120 class Callable:
129 if cls is Callable:
  /external/python/cpython2/Lib/
_abcoll.py 15 "Sized", "Container", "Callable",
121 class Callable:
130 if cls is Callable:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_abcoll.py 15 "Sized", "Container", "Callable",
121 class Callable:
130 if cls is Callable:
  /prebuilts/gdb/linux-x86/lib/python2.7/
_abcoll.py 15 "Sized", "Container", "Callable",
121 class Callable:
130 if cls is Callable:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_abcoll.py 15 "Sized", "Container", "Callable",
121 class Callable:
130 if cls is Callable:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 15 "Sized", "Container", "Callable",
121 class Callable:
130 if cls is Callable:
  /external/python/cpython3/Lib/
_collections_abc.py 15 "Sized", "Container", "Callable", "Collection",
398 class Callable(metaclass=ABCMeta):
408 if cls is Callable:
typing.py 25 'Callable',
367 not isinstance(arg, (type, _TypingBase)) and not callable(arg)
540 # Special typing constructs Union, Optional, Generic, Callable and Tuple
860 """Construct a __subclasshook__ callable that incorporates
    [all...]
  /external/python/cpython3/Lib/unittest/test/testmock/
testhelpers.py 609 # The return value isn't isn't callable
738 class Callable(object):
744 mock = create_autospec(Callable)
759 mock = create_autospec(Callable(1, 2))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_weakref.py 18 class Callable:
256 o = Callable()
262 "proxy is not of callable type")
    [all...]
  /external/clang/test/SemaCXX/
overloaded-operator.cpp 163 struct Callable {
175 struct DerivesCallable : public Callable {
178 void test_callable(Callable c, Callable2 c2, const Callable2& c2c,
183 c(); // expected-error{{no matching function for call to object of type 'Callable'}}
  /external/python/cpython2/Lib/test/
test_weakref.py 20 class Callable:
281 o = Callable()
287 "proxy is not of callable type")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_weakref.py 18 class Callable:
277 o = Callable()
283 "proxy is not of callable type")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_weakref.py 18 class Callable:
277 o = Callable()
283 "proxy is not of callable type")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 18 class Callable:
277 o = Callable()
283 "proxy is not of callable type")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 18 class Callable:
277 o = Callable()
283 "proxy is not of callable type")
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/
gmaven-runtime-api-1.5.jar 
  /external/python/cpython3/Lib/test/
test_weakref.py 26 class Callable:
320 o = Callable()
326 "proxy is not of callable type")
    [all...]

Completed in 588 milliseconds

1 2 3 4 5 6