HomeSort by relevance Sort by last modified time
    Searched refs:Callable (Results 426 - 450 of 1346) sorted by null

<<11121314151617181920>>

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattServerFacade.java 45 import java.util.concurrent.Callable;
70 mBluetoothAdapter = MainThread.run(mService, new Callable<BluetoothAdapter>() {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarFileTest.java 43 import java.util.concurrent.Callable;
658 Future<Boolean> future = executor.submit(new Callable<Boolean>() {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 53 import java.util.concurrent.Callable;
497 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/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java 32 import java.util.concurrent.Callable;
65 private static TypeId<Callable> CALLABLE = TypeId.get(Callable.class);
66 private static MethodId<Callable, Object> CALL = CALLABLE.getMethod(TypeId.OBJECT, "call");
289 * public static Object call(Callable c) {
294 MethodId<?, Object> methodId = GENERATED.getMethod(TypeId.OBJECT, "call", CALLABLE);
296 Local<Callable> localC = code.getParameter(0, CALLABLE);
301 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 
  /external/v8/src/compiler/
js-create-lowering.cc 303 Callable callable = CodeFactory::FastNewSloppyArguments(isolate()); local
306 isolate(), graph()->zone(), callable.descriptor(), 0,
309 Node* stub_code = jsgraph()->HeapConstant(callable.code());
316 Callable callable = CodeFactory::FastNewStrictArguments(isolate()); local
319 isolate(), graph()->zone(), callable.descriptor(), 0,
322 Node* stub_code = jsgraph()->HeapConstant(callable.code());
328 Callable callable = CodeFactory::FastNewRestParameter(isolate()) local
    [all...]
  /frameworks/base/core/java/android/accounts/
AccountManager.java 66 import java.util.concurrent.Callable;
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 49 import java.util.concurrent.Callable;
1135 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 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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
482 name is the name of the format. function is the callable that will be
484 (name, value) tuples that will be passed as arguments to the callable.
490 if not isinstance(function, collections.Callable):
491 raise TypeError('The %s object is not callable' % function)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shutil.py 153 The optional ignore argument is a callable. If given, it
158 callable(src, names) -> ignored_names
160 Since copytree() is called recursively, the callable will be
479 name is the name of the format. function is the callable that will be
481 (name, value) tuples that will be passed as arguments to the callable.
487 if not isinstance(function, collections.Callable):
488 raise TypeError('The %s object is not callable' % function)
  /external/v8/src/full-codegen/
full-codegen.cc 596 const Callable& callable) {
598 int param_count = callable.descriptor().GetRegisterParameterCount();
611 __ Move(callable.descriptor().GetRegisterParameter(last),
614 PopOperand(callable.descriptor().GetRegisterParameter(i));
617 __ Call(callable.code(), RelocInfo::CODE_TARGET);
659 Callable callable = CodeFactory::HasProperty(isolate()); local
660 PopOperand(callable.descriptor().GetRegisterParameter(1));
661 PopOperand(callable.descriptor().GetRegisterParameter(0))
1172 Callable callable = CodeFactory::ToObject(isolate()); local
1593 Callable callable = CodeFactory::FastCloneRegExp(isolate()); local
    [all...]
  /external/v8/src/interpreter/
interpreter-intrinsics.cc 223 Callable const& callable) {
224 int param_count = callable.descriptor().GetParameterCount();
232 return __ CallStubN(callable, args);
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java 99 * 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)
  /developers/build/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/androidtv/leanback/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/gradle/wrapper/
gradle-wrapper.jar 

Completed in 828 milliseconds

<<11121314151617181920>>