Searched defs:Callable (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DCallable.java20 * Emulation of Callable.
24 public interface Callable<V> { interface
/external/chromium_org/v8/src/
H A Dcode-factory.h18 class Callable FINAL BASE_EMBEDDED {
20 Callable(Handle<Code> code, CallInterfaceDescriptor descriptor) function in class:v8::internal::BASE_EMBEDDED
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 ToNumbe
[all...]
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp163 struct Callable { struct
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/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 123 milliseconds