/aosp_15_r20/external/liblc3/test/ |
H A D | ctypes.h | 204 PyDict_GetItemString(obj, "en1"), NPY_INT32, &attdet->en1)); in to_attdet_analysis() 207 PyDict_GetItemString(obj, "an1"), NPY_INT32, &attdet->an1)); in to_attdet_analysis() 210 PyDict_GetItemString(obj, "p_att"), NPY_INT, &attdet->p_att)); in to_attdet_analysis() 244 PyDict_GetItemString(obj, "s1"), NPY_INT64, &hp50->s1)); in to_ltpf_hp50_state() 247 PyDict_GetItemString(obj, "s2"), NPY_INT64, &hp50->s2)); in to_ltpf_hp50_state() 276 PyDict_GetItemString(obj, "active"), NPY_BOOL, <pf->active)); in to_ltpf_analysis() 279 PyDict_GetItemString(obj, "pitch"), NPY_INT, <pf->pitch)); in to_ltpf_analysis() 282 PyDict_GetItemString(obj, "nc"), NPY_FLOAT, ltpf->nc, 2)); in to_ltpf_analysis() 286 PyDict_GetItemString(obj, "hp50"), <pf->hp50)); in to_ltpf_analysis() 289 PyDict_GetItemString(obj, "x_12k8"), NPY_INT16, ltpf->x_12k8, n_12k8)); in to_ltpf_analysis() [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | python_anomaly_mode.cpp | 35 PyObject* trace_stack = PyDict_GetItemString(dict(), ANOMALY_TRACE_KEY); in print_stack() 37 PyObject* pyparent(PyDict_GetItemString(dict(), ANOMALY_PARENT_KEY)); in print_stack() 56 PyDict_GetItemString(parent_metadata.get(), ANOMALY_TRACE_KEY); in print_stack() 60 pyparent = PyDict_GetItemString(parent_metadata.get(), ANOMALY_PARENT_KEY); in print_stack()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | import.c | 445 value = PyDict_GetItemString(modules, "__builtin__"); in PyImport_Cleanup() 454 value = PyDict_GetItemString(modules, "sys"); in PyImport_Cleanup() 469 v = PyDict_GetItemString(dict, *(p+1)); in PyImport_Cleanup() 479 value = PyDict_GetItemString(modules, "__main__"); in PyImport_Cleanup() 554 value = PyDict_GetItemString(modules, "sys"); in PyImport_Cleanup() 563 value = PyDict_GetItemString(modules, "__builtin__"); in PyImport_Cleanup() 610 mod = PyDict_GetItemString(modules, name); in _PyImport_FixupExtension() 633 dict = PyDict_GetItemString(extensions, filename); in _PyImport_FindExtension() 701 if (PyDict_GetItemString(modules, name) == NULL) in remove_module() 733 if (PyDict_GetItemString(d, "__builtins__") == NULL) { in PyImport_ExecCodeModuleEx() [all …]
|
D | _warnings.c | 473 *registry = PyDict_GetItemString(globals, "__warningregistry__"); in setup_context() 489 *module = PyDict_GetItemString(globals, "__name__"); in setup_context() 499 *filename = PyDict_GetItemString(globals, "__file__"); in setup_context() 667 loader = PyDict_GetItemString(module_globals, "__loader__"); in warnings_warn_explicit() 668 module_name = PyDict_GetItemString(module_globals, "__name__"); in warnings_warn_explicit()
|
D | sysmodule.c | 56 return PyDict_GetItemString(sd, name); in PySys_GetObject() 77 if (PyDict_GetItemString(sd, name) == NULL) in PySys_SetObject() 92 PyObject *builtins = PyDict_GetItemString(modules, "__builtin__"); in sys_displayhook() 1414 PyDict_GetItemString(sysdict, "displayhook")); in _PySys_Init() 1416 PyDict_GetItemString(sysdict, "excepthook")); in _PySys_Init()
|
D | importdl.c | 58 m = PyDict_GetItemString(PyImport_GetModuleDict(), name); in _PyImport_LoadDynamicModule()
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | tensor_numpy.cpp | 395 PyObject* py_shape = PyDict_GetItemString(cuda_dict, "shape"); in tensor_from_cuda_array_interface() 408 PyObject* py_typestr = PyDict_GetItemString(cuda_dict, "typestr"); in tensor_from_cuda_array_interface() 429 PyObject* py_data = PyDict_GetItemString(cuda_dict, "data"); in tensor_from_cuda_array_interface() 453 PyObject* py_strides = PyDict_GetItemString(cuda_dict, "strides"); in tensor_from_cuda_array_interface()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | structseq.c | 18 PyDict_GetItemString((tp)->tp_dict, visible_length_key)) 21 PyDict_GetItemString((tp)->tp_dict, real_length_key)) 25 PyDict_GetItemString((tp)->tp_dict, unnamed_fields_key)) 213 if (dict && (ob = PyDict_GetItemString( in structseq_new()
|
D | moduleobject.c | 70 (nameobj = PyDict_GetItemString(d, "__name__")) == NULL || in PyModule_GetName() 90 (fileobj = PyDict_GetItemString(d, "__file__")) == NULL || in PyModule_GetFilename()
|
D | typeobject.c | 295 mod = PyDict_GetItemString(type->tp_dict, "__module__"); in type_module() 338 mod = PyDict_GetItemString(type->tp_dict, "__abstractmethods__"); in type_abstractmethods() 597 result = PyDict_GetItemString(type->tp_dict, "__doc__"); in type_get_doc() 2186 slots = PyDict_GetItemString(dict, "__slots__"); in type_new() 2399 if (PyDict_GetItemString(dict, "__module__") == NULL) { in type_new() 2402 tmp = PyDict_GetItemString(tmp, "__name__"); in type_new() 2418 PyObject *doc = PyDict_GetItemString(dict, "__doc__"); in type_new() 2433 tmp = PyDict_GetItemString(dict, "__new__"); in type_new() 3041 sorted = PyDict_GetItemString(builtins, "sorted"); in object_new() 3285 slotnames = PyDict_GetItemString(clsdict, "__slotnames__"); in slotnames() [all …]
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | zipimport.c | 127 files = PyDict_GetItemString(zip_directory_cache, path); in zipimporter_init() 272 if (PyDict_GetItemString(self->files, path) != NULL) { in get_module_info() 451 toc_entry = PyDict_GetItemString(self->files, path); in zipimporter_get_data() 504 toc_entry = PyDict_GetItemString(self->files, path); in zipimporter_get_source() 1185 toc_entry = PyDict_GetItemString(self->files, path); in get_mtime_of_source() 1253 toc_entry = PyDict_GetItemString(self->files, path); in get_module_code()
|
D | _localemodule.c | 104 string = PyDict_GetItemString(mods, "string"); in fixup_ulcase() 107 strop=PyDict_GetItemString(mods, "strop"); in fixup_ulcase()
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/ |
D | Nav.c | 55 if ( (pyfunc = PyDict_GetItemString(dict, "eventProc")) == NULL ) { in my_eventProc() 82 if ( (pyfunc = PyDict_GetItemString(dict, "previewProc")) == NULL ) { in my_previewProc() 108 if ( (pyfunc = PyDict_GetItemString(dict, "filterProc")) == NULL ) { in my_filterProc()
|
D | autoGIL.c | 62 v = PyDict_GetItemString(tstate_dict, "autoGIL.InstalledAutoGIL"); in autoGIL_installAutoGIL()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | odictobject.h | 36 PyDict_GetItemString(_PyObject_CAST(od), key)
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | odictobject.h | 36 PyDict_GetItemString(_PyObject_CAST(od), key)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | odictobject.h | 36 PyDict_GetItemString(_PyObject_CAST(od), key)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | odictobject.h | 36 PyDict_GetItemString(_PyObject_CAST(od), key)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | odictobject.h | 36 PyDict_GetItemString(_PyObject_CAST(od), key)
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 484 if (PyDict_GetItemString(result->tp_dict, "_abstract_")) in StructUnionType_new() 508 fields = PyDict_GetItemString((PyObject *)dict, "_fields_"); in StructUnionType_new() 1030 proto = PyDict_GetItemString(typedict, "_type_"); /* Borrowed ref */ in PyCPointerType_new() 1473 proto = PyDict_GetItemString(typedict, "_length_"); /* Borrowed ref */ in PyCArrayType_new() 1482 proto = PyDict_GetItemString(typedict, "_type_"); /* Borrowed ref */ in PyCArrayType_new() 2397 ob = PyDict_GetItemString((PyObject *)stgdict, "_flags_"); in make_funcptrtype_dict() 2406 ob = PyDict_GetItemString((PyObject *)stgdict, "_argtypes_"); in make_funcptrtype_dict() 2416 ob = PyDict_GetItemString((PyObject *)stgdict, "_restype_"); in make_funcptrtype_dict() 3710 if (kwds && (v = PyDict_GetItemString(kwds, name))) { in _get_arg() 4257 fields = PyDict_GetItemString((PyObject *)dict, "_fields_"); in _init_pos_args()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | dictobject.h | 57 PyAPI_FUNC(PyObject *) PyDict_GetItemString(PyObject *dp, const char *key);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | dictobject.h | 57 PyAPI_FUNC(PyObject *) PyDict_GetItemString(PyObject *dp, const char *key);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | dictobject.h | 57 PyAPI_FUNC(PyObject *) PyDict_GetItemString(PyObject *dp, const char *key);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | dictobject.h | 57 PyAPI_FUNC(PyObject *) PyDict_GetItemString(PyObject *dp, const char *key);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | dictobject.h | 57 PyAPI_FUNC(PyObject *) PyDict_GetItemString(PyObject *dp, const char *key);
|