HomeSort by relevance Sort by last modified time
    Searched defs:callable (Results 76 - 100 of 508) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/
bolts-tasks-1.4.0.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/
rxjava-async-util-0.21.0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
utils-3.5.1.jar 
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ManagedProfileTest.java 26 import java.util.concurrent.Callable;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 210 Call a callable object with positional arguments taken from the tuple args,\n\
212 Note that classes are callable, as are instances with a __call__() method.\n\
237 "callable(object) -> bool\n\
239 Return whether the object is callable (i.e., some kind of function).\n\
240 Note that classes are callable, as are instances with a __call__() method.");
2219 PyObject *callable; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_testcapimodule.c 1355 PyObject *callable = (PyObject *)arg; local
1367 PyObject *callable; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 204 Call a callable object with positional arguments taken from the tuple args,\n\
206 Note that classes are callable, as are instances with a __call__() method.\n\
227 if (PyErr_WarnPy3k("callable() not supported in 3.x; "
228 "use isinstance(x, collections.Callable)", 1) < 0)
234 "callable(object) -> bool\n\
236 Return whether the object is callable (i.e., some kind of function).\n\
237 Note that classes are callable, as are instances with a __call__() method.");
2208 PyObject *callable; local
    [all...]
  /external/python/cpython2/Modules/
_testcapimodule.c 1942 PyObject *callable = (PyObject *)arg; local
1954 PyObject *callable; local
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 210 Call a callable object with positional arguments taken from the tuple args,\n\
212 Note that classes are callable, as are instances with a __call__() method.\n\
237 "callable(object) -> bool\n\
239 Return whether the object is callable (i.e., some kind of function).\n\
240 Note that classes are callable, as are instances with a __call__() method.");
2230 PyObject *callable; local
    [all...]
  /external/python/cpython3/Python/
bltinmodule.c 74 func = PyTuple_GET_ITEM(args, 0); /* Better be callable */
410 callable as builtin_callable
415 Return whether the object is callable (i.e., some kind of function).
417 Note that classes are callable, as are instances of classes with a
2125 PyObject *callable; local
    [all...]
  /external/v8/src/builtins/
builtins-array.cc 2211 Callable callable = CodeFactory::StringEqual(assembler.isolate()); local
2340 Callable callable = CodeFactory::ToObject(assembler.isolate()); local
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 204 Callable callable = CodeFactory::FastNewFunctionContext( local
208 __ Call(callable.code(), RelocInfo::CODE_TARGET);
274 Callable callable = CodeFactory::FastNewStrictArguments(isolate()); local
275 __ Call(callable.code(), RelocInfo::CODE_TARGET);
281 Callable callable = CodeFactory::FastNewSloppyArguments(isolate()); local
282 __ Call(callable.code(), RelocInfo::CODE_TARGET);
1227 Callable callable = CodeFactory::FastCloneShallowObject( local
1359 Callable callable = local
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 207 Callable callable = CodeFactory::FastNewFunctionContext( local
210 __ Call(callable.code(), RelocInfo::CODE_TARGET);
276 Callable callable = CodeFactory::FastNewStrictArguments(isolate()); local
277 __ Call(callable.code(), RelocInfo::CODE_TARGET);
283 Callable callable = CodeFactory::FastNewSloppyArguments(isolate()); local
284 __ Call(callable.code(), RelocInfo::CODE_TARGET);
1214 Callable callable = CodeFactory::FastCloneShallowObject( local
1344 Callable callable = local
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 574 const Callable& callable) {
576 int param_count = callable.descriptor().GetRegisterParameterCount();
589 __ Move(callable.descriptor().GetRegisterParameter(last),
592 PopOperand(callable.descriptor().GetRegisterParameter(i));
595 __ Call(callable.code(), RelocInfo::CODE_TARGET);
629 Callable callable = CodeFactory::HasProperty(isolate()); local
630 PopOperand(callable.descriptor().GetRegisterParameter(1));
631 PopOperand(callable.descriptor().GetRegisterParameter(0))
1027 Callable callable = CodeFactory::FastNewClosure(isolate()); local
1295 Callable callable = CodeFactory::FastCloneRegExp(isolate()); local
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 193 Callable callable = CodeFactory::FastNewFunctionContext( local
197 __ Call(callable.code(), RelocInfo::CODE_TARGET);
1158 Callable callable = CodeFactory::FastCloneShallowObject( local
1285 Callable callable = local
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 214 Callable callable = CodeFactory::FastNewFunctionContext( local
218 __ Call(callable.code(), RelocInfo::CODE_TARGET);
284 Callable callable = CodeFactory::FastNewStrictArguments(isolate()); local
285 __ Call(callable.code(), RelocInfo::CODE_TARGET);
291 Callable callable = CodeFactory::FastNewSloppyArguments(isolate()); local
292 __ Call(callable.code(), RelocInfo::CODE_TARGET);
1226 Callable callable = CodeFactory::FastCloneShallowObject( local
1359 Callable callable = local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 213 Callable callable = CodeFactory::FastNewFunctionContext( local
217 __ Call(callable.code(), RelocInfo::CODE_TARGET);
283 Callable callable = CodeFactory::FastNewStrictArguments(isolate()); local
284 __ Call(callable.code(), RelocInfo::CODE_TARGET);
290 Callable callable = CodeFactory::FastNewSloppyArguments(isolate()); local
291 __ Call(callable.code(), RelocInfo::CODE_TARGET);
1228 Callable callable = CodeFactory::FastCloneShallowObject( local
1361 Callable callable = local
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 211 Callable callable = CodeFactory::FastNewFunctionContext( local
215 __ Call(callable.code(), RelocInfo::CODE_TARGET);
281 Callable callable = CodeFactory::FastNewStrictArguments(isolate()); local
282 __ Call(callable.code(), RelocInfo::CODE_TARGET);
288 Callable callable = CodeFactory::FastNewSloppyArguments(isolate()); local
289 __ Call(callable.code(), RelocInfo::CODE_TARGET);
1197 Callable callable = CodeFactory::FastCloneShallowObject( local
1327 Callable callable = local
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 215 Callable callable = CodeFactory::FastNewFunctionContext( local
219 __ Call(callable.code(), RelocInfo::CODE_TARGET);
285 Callable callable = CodeFactory::FastNewStrictArguments(isolate()); local
286 __ Call(callable.code(), RelocInfo::CODE_TARGET);
292 Callable callable = CodeFactory::FastNewSloppyArguments(isolate()); local
293 __ Call(callable.code(), RelocInfo::CODE_TARGET);
1162 Callable callable = CodeFactory::FastCloneShallowObject( local
1291 Callable callable = local
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 195 Callable callable = CodeFactory::FastNewFunctionContext( local
198 __ Call(callable.code(), RelocInfo::CODE_TARGET);
1189 Callable callable = CodeFactory::FastCloneShallowObject( local
1315 Callable callable = local
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 193 Callable callable = CodeFactory::FastNewFunctionContext( local
197 __ Call(callable.code(), RelocInfo::CODE_TARGET);
1148 Callable callable = CodeFactory::FastCloneShallowObject( local
1275 Callable callable = local
    [all...]
  /external/v8/src/ic/
accessor-assembler.cc 299 Callable callable = CodeFactory::ApiGetter(isolate()); local
300 exit_point->ReturnCallStub(callable, p->context, p->receiver, holder,
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc 598 Callable callable = CodeFactory::InterpreterPushArgsAndCall( local
600 Node* code_target = HeapConstant(callable.code());
601 Node* ret_value = CallStub(callable.descriptor(), code_target, context,
633 Callable callable_call =
713 Callable callable_call = CodeFactory::InterpreterPushArgsAndCall(
731 Callable callable = CodeFactory::InterpreterPushArgsAndCall( local
733 Node* code_target = HeapConstant(callable.code());
735 return CallStub(callable.descriptor(), code_target, context, arg_count
742 Callable callable = CodeFactory::InterpreterPushArgsAndCall( local
890 Callable callable = CodeFactory::InterpreterPushArgsAndConstruct( local
910 Callable callable = CodeFactory::InterpreterPushArgsAndConstruct( local
925 Callable callable = CodeFactory::InterpreterCEntry(isolate(), result_size); local
1225 Callable callable = CodeFactory::NonNumberToNumber(isolate()); local
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ScheduledExecutorSubclassTest.java 17 import java.util.concurrent.Callable;
88 protected <V> RunnableScheduledFuture<V> decorateTask(Callable<V> c, RunnableScheduledFuture<V> task) {
121 * delayed schedule of callable successfully executes after delay
128 Callable task = new CheckedCallable<Boolean>() {
304 TrackedCallable callable = null; local
305 Future f = p.schedule(callable, SHORT_DELAY_MS, MILLISECONDS);
344 * schedule callable throws RejectedExecutionException if shutdown
    [all...]
ScheduledExecutorTest.java 19 import java.util.concurrent.Callable;
64 * delayed schedule of callable successfully executes after delay
71 Callable task = new CheckedCallable<Boolean>() {
248 TrackedCallable callable = null; local
249 Future f = p.schedule(callable, SHORT_DELAY_MS, MILLISECONDS);
288 * schedule callable throws RejectedExecutionException if shutdown
    [all...]

Completed in 505 milliseconds

1 2 34 5 6 7 8 91011>>