/prebuilts/tools/common/m2/repository/com/github/frankiesardo/auto-parcel-processor/0.3.1/ |
auto-parcel-processor-0.3.1.jar | |
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-htmlunit-driver/2.42.2/ |
selenium-htmlunit-driver-2.42.2.jar | |
/external/conscrypt/src/test/java/org/conscrypt/ |
TrustedCertificateStoreTest.java | 40 import java.util.concurrent.Callable; 744 .submit(new Callable<List<X509Certificate>>() { [all...] |
/external/robolectric/v3/ |
shadows-support-v4-3.1-SNAPSHOT.jar | |
/external/selinux/sepolgen/src/sepolgen/ |
lex.py | 291 # if func not callable, it means it's an ignored token 292 if not isinstance(func, collections.Callable): 634 if isinstance(t, collections.Callable): [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothLeScanFacade.java | 23 import java.util.concurrent.Callable; 74 new Callable<BluetoothAdapter>() { [all...] |
GattClientFacade.java | 23 import java.util.concurrent.Callable; 75 new Callable<BluetoothAdapter>() { [all...] |
/external/v8/src/compiler/ |
change-lowering.cc | 78 Callable callable = CodeFactory::AllocateHeapNumber(isolate()); local 79 Node* target = jsgraph()->HeapConstant(callable.code()); 84 isolate(), jsgraph()->zone(), callable.descriptor(), 0, 557 Callable callable = CodeFactory::AllocateInNewSpace(isolate()); local 558 Node* target = jsgraph()->HeapConstant(callable.code()); 560 isolate(), jsgraph()->zone(), callable.descriptor(), 0,
|
/external/v8/test/unittests/compiler/ |
instruction-selector-unittest.cc | 422 Callable callable = CodeFactory::ToObject(isolate()); local 424 isolate(), zone(), callable.descriptor(), 1, 443 Node* stub_code = m.HeapConstant(callable.code()); 524 Callable callable = CodeFactory::ToObject(isolate()); local 526 isolate(), zone(), callable.descriptor(), 1, 556 Node* stub_code = m.HeapConstant(callable.code());
|
interpreter-assembler-unittest.cc | 600 Callable builtin = CodeFactory::InterpreterCEntry(isolate(), result_size); 648 Callable builtin = CodeFactory::InterpreterPushArgsAndCall(isolate());
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
JarFileTest.java | 42 import java.util.concurrent.Callable; 657 Future<Boolean> future = executor.submit(new Callable<Boolean>() { [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
WidgetPreviewLoader.java | 44 import java.util.concurrent.Callable; 479 return mMainThreadExecutor.submit(new Callable<Drawable>() {
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
lex.py | 291 # if func not callable, it means it's an ignored token 292 if not isinstance(func, collections.Callable): 634 if isinstance(t, collections.Callable): [all...] |
/prebuilts/misc/common/droiddriver/ |
droiddriver-1.0.0-BETA1.jar | |
/external/dexmaker/src/test/java/com/google/dexmaker/ |
DexMakerTest.java | 36 import java.util.concurrent.Callable; 55 private static TypeId<Callable> CALLABLE = TypeId.get(Callable.class); 56 private static MethodId<Callable, Object> CALL = CALLABLE.getMethod(TypeId.OBJECT, "call"); 271 * public static Object call(Callable c) { 276 MethodId<?, Object> methodId = GENERATED.getMethod(TypeId.OBJECT, "call", CALLABLE); 278 Local<Callable> localC = code.getParameter(0, CALLABLE); 283 Callable<Object> callable = new Callable<Object>() { local [all...] |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.3.0-alpha4/ |
gradle-core-1.3.0-alpha4.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.3.0-alpha5/ |
gradle-core-1.3.0-alpha5.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.3.0-beta1/ |
gradle-core-1.3.0-beta1.jar | |
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 49 import java.util.concurrent.Callable; 1130 Callable<Object> callable = new Callable<Object>() { local [all...] |
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.0.0-alpha1/ |
builder-2.0.0-alpha1.jar | |
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | 70 * Runnable}- or {@code Callable}- based activities as well. However, [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
shutil.py | 156 The optional ignore argument is a callable. If given, it 161 callable(src, names) -> ignored_names 163 Since copytree() is called recursively, the callable will be 483 name is the name of the format. function is the callable that will be 485 (name, value) tuples that will be passed as arguments to the callable. 491 if not isinstance(function, collections.Callable): 492 raise TypeError('The %s object is not callable' % function)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
shutil.py | 156 The optional ignore argument is a callable. If given, it 161 callable(src, names) -> ignored_names 163 Since copytree() is called recursively, the callable will be 483 name is the name of the format. function is the callable that will be 485 (name, value) tuples that will be passed as arguments to the callable. 491 if not isinstance(function, collections.Callable): 492 raise TypeError('The %s object is not callable' % function)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shutil.py | 156 The optional ignore argument is a callable. If given, it 161 callable(src, names) -> ignored_names 163 Since copytree() is called recursively, the callable will be 483 name is the name of the format. function is the callable that will be 485 (name, value) tuples that will be passed as arguments to the callable. 491 if not isinstance(function, collections.Callable): 492 raise TypeError('The %s object is not callable' % function)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shutil.py | 156 The optional ignore argument is a callable. If given, it 161 callable(src, names) -> ignored_names 163 Since copytree() is called recursively, the callable will be 483 name is the name of the format. function is the callable that will be 485 (name, value) tuples that will be passed as arguments to the callable. 491 if not isinstance(function, collections.Callable): 492 raise TypeError('The %s object is not callable' % function)
|