Home
last modified time | relevance | path

Searched +defs:val +defs:callable (Results 1 – 25 of 826) sorted by relevance

12345678910>>...34

/aosp_15_r20/external/python/cpython3/Python/
Dceval.c751 PyObject *exc, *val, *tb; in _Py_FinishPendingCalls() local
2681 PyObject *val = POP(); local
2694 PyObject *val = _PyExc_PrepReraiseStar(orig, excs); local
2707 PyObject *val = POP(); local
4446 PyObject *exc, *val, *tb, *res; local
4803 PyObject *callable = PEEK(nargs + 1); local
4825 PyObject *callable = PEEK(nargs + 1); local
4847 PyObject *callable = PEEK(argcount + 1); local
4881 PyObject *callable = PEEK(argcount + 1); local
4923 PyObject *callable = SECOND(); local
[all …]
Dspecialize.c157 uint64_t val = stats[i].specialization.failure_kinds[j]; in print_spec_stats() local
1369 specialize_class_call(PyObject *callable, _Py_CODEUNIT *instr, int nargs, in specialize_class_call()
1533 specialize_c_call(PyObject *callable, _Py_CODEUNIT *instr, int nargs, in specialize_c_call()
1590 call_fail_kind(PyObject *callable) in call_fail_kind()
1631 _Py_Specialize_Precall(PyObject *callable, _Py_CODEUNIT *instr, int nargs, in _Py_Specialize_Precall()
1677 _Py_Specialize_Call(PyObject *callable, _Py_CODEUNIT *instr, int nargs, in _Py_Specialize_Call()
Dbltinmodule.c1363 PyObject *val = Py_TYPE(it)->tp_iternext(it); in map_next() local
1732 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local
2375 PyObject *newlist, *v, *seq, *callable; in builtin_sorted() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_abc.py206 def foo(self, val): pass argument
214 def foo(self, val): pass argument
235 def getter(self, callable): argument
237 def setter(self, callable): argument
249 def foo(self, val): pass argument
257 def foo(self, val): pass argument
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dconnection.c942 create_callback_context(PyTypeObject *cls, PyObject *callable) in create_callback_context()
1252 PyObject *callable = ((callback_context *)ctx)->callable; in authorizer_callback() local
1287 PyObject *callable = ((callback_context *)ctx)->callable; in progress_callback() local
1362 PyObject *callable = ((callback_context *)ctx)->callable; in trace_callback() local
1391 PyObject *callable) in pysqlite_connection_set_authorizer_impl()
1434 PyObject *callable, int n) in pysqlite_connection_set_progress_handler_impl()
1470 PyObject *callable) in pysqlite_connection_set_trace_callback_impl()
2032 PyObject *callable) in pysqlite_connection_create_collation_impl()
2245 PyObject *exc, *val, *tb; in pysqlite_connection_exit_impl() local
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/
H A DInvokeGenericTest.java172 long val = nextArgVal++; in nextArg() local
305 MethodHandle callable(List<Class<?>> params) { in callable() method in InvokeGenericTest
313 MethodHandle callable(Class<?>... params) { in callable() method in InvokeGenericTest
/aosp_15_r20/external/armnn/src/armnnOnnxParser/
H A DOnnxParser.cpp137 Callable callable) in ReadMandatoryNodeAttributeImpl()
174 Callable callable) in ReadOptionalNodeAttributeImpl()
411 int val = CHECKED_INT32(targetShapeTensor[i]); in ComputeReshapeInfo() local
2230 … int val = CHECKED_INT32(m_TensorsInfo[node.input(1)].m_tensor->int64_data(static_cast<int>(i))); in ParseReshape() local
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c367 PyObject *callable = _PyObject_GetAttrId(loop, &PyId_call_soon); in call_soon() local
1182 FutureObj_set_blocking(FutureObj *fut, PyObject *val, void *Py_UNUSED(ignored)) in FutureObj_set_blocking()
1213 FutureObj_set_log_traceback(FutureObj *fut, PyObject *val, void *Py_UNUSED(ignored)) in FutureObj_set_log_traceback()
1655 PyObject *type, *val = NULL, *tb = NULL; in FutureIter_throw() local
2094 TaskObj_set_log_destroy_pending(TaskObj *task, PyObject *val, void *Py_UNUSED(ignored)) in TaskObj_set_log_destroy_pending()
D_testcapimodule.c3031 _make_call(void *callable) in _make_call()
3047 _make_call_from_thread(void *callable) in _make_call_from_thread()
3106 PyObject *callable = (PyObject *)arg; in _pending_callback() local
3119 PyObject *callable; in pending_threadfunc() local
5395 PyObject *val = PyLong_FromLong(1); in test_mapping_has_key_string() local
5601 PyObject *seq, *val; in sequence_setitem() local
7297 MethodDescriptor_vectorcall(PyObject *callable, PyObject *const *args, in MethodDescriptor_vectorcall()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.cpp39 const auto callable = moduleSelf_ ? py::getattr(self, "original_fn") : self; in getSchema() local
537 auto val = tryGetAttr(loc, m, name); in getSugaredNamedParameterDict() local
/aosp_15_r20/external/python/cpython2/Modules/
DcPickle.c2400 PyObject *callable; in save_reduce() local
4682 PyObject *callable = 0, *arg_tup = 0, *ob = 0; in load_reduce() local
4727 PyObject *err = 0, *val = 0; in load() local
5144 PyObject *err = 0, *val = 0; in noload() local
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Djsr166-tests.jar ... synthetic java.util.concurrent.atomic.AtomicBoolean val$done final synthetic jsr166.AbstractExecutorServiceTest this$0
Dcore-compat-test-rules.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/compat/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Djsr166-tests.jar ... synthetic java.util.concurrent.atomic.AtomicBoolean val$done final synthetic jsr166.AbstractExecutorServiceTest this$0
Dcore-compat-test-rules.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/compat/ android/ ...
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/
HDguava-31.0.1-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/
HDguava-30.1-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dmisc.py385 def create(callable, **kwargs): argument
1623 def is_supported_random_obj(val): argument
/aosp_15_r20/external/python/cpython2/Python/
Dbltinmodule.c1360 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local
2231 PyObject *callable; in builtin_sorted() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/guava/guava/32.1.1-jre/
HDguava-32.1.1-jre.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/google/guava/guava/32.0.1-jre/
HDguava-32.0.1-jre.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-jre/linux_glibc_common/javac/
Dguava-jre.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-jre/linux_glibc_common/local-javac-header/
Dguava-jre.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava/linux_glibc_common/javac-header/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava/linux_glibc_common/combined/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12345678910>>...34