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

1 2

  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
Callable.java 20 * Emulation of Callable.
24 public interface Callable<V> {
  /libcore/luni/src/main/java/java/util/concurrent/
Callable.java 14 * <p>The {@code Callable} interface is similar to {@link
21 * convert from other common forms to {@code Callable} classes.
28 public interface Callable<V> {
  /external/chromium_org/v8/src/
code-factory.h 18 class Callable FINAL BASE_EMBEDDED {
20 Callable(Handle<Code> code, CallInterfaceDescriptor descriptor)
35 static Callable LoadIC(Isolate* isolate, ContextualMode mode);
36 static Callable KeyedLoadIC(Isolate* isolate);
37 static Callable StoreIC(Isolate* isolate, StrictMode mode);
38 static Callable KeyedStoreIC(Isolate* isolate, StrictMode mode);
40 static Callable CompareIC(Isolate* isolate, Token::Value op);
42 static Callable BinaryOpIC(Isolate* isolate, Token::Value op,
47 static Callable ToBoolean(
51 static Callable ToNumber(Isolate* isolate)
    [all...]
  /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/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'}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 13 from collections import Sized, Container, Callable
415 self.assertNotIsInstance(x, Callable)
416 self.assertFalse(issubclass(type(x), Callable), repr(type(x)))
423 self.assertIsInstance(x, Callable)
424 self.assertTrue(issubclass(type(x), Callable), repr(type(x)))
425 self.validate_abstract_methods(Callable, '__call__')
426 self.validate_isinstance(Callable, '__call__')
429 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
436 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
    [all...]
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_collections.py 13 from collections import Sized, Container, Callable
415 self.assertNotIsInstance(x, Callable)
416 self.assertFalse(issubclass(type(x), Callable), repr(type(x)))
423 self.assertIsInstance(x, Callable)
424 self.assertTrue(issubclass(type(x), Callable), repr(type(x)))
425 self.validate_abstract_methods(Callable, '__call__')
426 self.validate_isinstance(Callable, '__call__')
429 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
436 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
    [all...]
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 
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 589 milliseconds

1 2