/external/python/cpython3/Python/ |
D | pystate.c | 216 PyInterpreterState *interp = PyMem_RawCalloc(1, sizeof(PyInterpreterState)); in PyInterpreterState_New() local 288 interpreter_clear(PyInterpreterState *interp, PyThreadState *tstate) in interpreter_clear() 347 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear() 366 zapthreads(PyInterpreterState *interp, int check_current) in zapthreads() 378 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete() 436 PyInterpreterState *interp = interpreters->head; in _PyInterpreterState_DeleteExceptMain() local 471 PyInterpreterState *interp = tstate->interp; in PyInterpreterState_Get() local 480 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID() 493 PyInterpreterState *interp = runtime->interpreters.head; in interp_look_up_id() local 510 PyInterpreterState *interp = NULL; in _PyInterpreterState_LookUpID() local [all …]
|
D | pylifecycle.c | 160 PyInterpreterState *interp = tstate->interp; in init_importlib() local 530 PyInterpreterState *interp = tstate->interp; in pyinit_core_reconfigure() local 629 PyInterpreterState *interp = PyInterpreterState_New(); in pycore_create_interpreter() local 657 pycore_init_singletons(PyInterpreterState *interp) in pycore_init_singletons() 689 pycore_init_types(PyInterpreterState *interp) in pycore_init_types() 743 PyInterpreterState *interp = tstate->interp; in pycore_init_builtins() local 792 PyInterpreterState *interp = tstate->interp; in pycore_interp_init() local 1066 PyInterpreterState *interp = tstate->interp; in init_interp_main() local 1186 PyInterpreterState *interp = tstate->interp; in pyinit_main() local 1302 PyInterpreterState *interp = tstate->interp; in finalize_modules_delete_special() local [all …]
|
D | ceval_gil.h | 232 PyInterpreterState *interp = tstate->interp; in take_gil() local 332 PyInterpreterState *interp = PyInterpreterState_Get(); in _PyEval_SetSwitchInterval() local 343 PyInterpreterState *interp = PyInterpreterState_Get(); in _PyEval_GetSwitchInterval() local
|
D | sysmodule.c | 90 _PySys_GetObject(PyInterpreterState *interp, const char *name) in _PySys_GetObject() 114 sys_set_object(PyInterpreterState *interp, PyObject *key, PyObject *v) in sys_set_object() 134 sys_set_object_id(PyInterpreterState *interp, _Py_Identifier *key, PyObject *v) in sys_set_object_id() 142 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PySys_SetObjectId() local 147 sys_set_object_str(PyInterpreterState *interp, const char *name, PyObject *v) in sys_set_object_str() 159 PyInterpreterState *interp = _PyInterpreterState_GET(); in PySys_SetObject() local 165 should_audit(PyInterpreterState *interp) in should_audit() 458 PyInterpreterState *interp = tstate->interp; in sys_addaudithook_impl() local 870 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getfilesystemencoding_impl() local 885 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getfilesystemencodeerrors_impl() local [all …]
|
/external/python/cpython2/Python/ |
D | pystate.c | 60 PyInterpreterState *interp = (PyInterpreterState *) in PyInterpreterState_New() local 99 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear() 117 zapthreads(PyInterpreterState *interp) in zapthreads() 129 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete() 157 new_threadstate(PyInterpreterState *interp, int init) in new_threadstate() 211 PyThreadState_New(PyInterpreterState *interp) in PyThreadState_New() 217 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc() 261 PyInterpreterState *interp; in tstate_delete_common() local 394 PyInterpreterState *interp = tstate->interp; in PyThreadState_SetAsyncExc() local 436 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next() [all …]
|
D | codecs.c | 31 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyCodec_Register() local 96 PyInterpreterState *interp; in _PyCodec_Lookup() local 565 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyCodec_RegisterError() local 583 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyCodec_LookupError() local 1001 PyInterpreterState *interp = PyThreadState_GET()->interp; in _PyCodecRegistry_Init() local
|
/external/python/cpython3/Modules/ |
D | atexitmodule.c | 20 PyInterpreterState *interp = _PyInterpreterState_GET(); in get_atexit_state() local 55 _PyAtExit_Init(PyInterpreterState *interp) in _PyAtExit_Init() 72 _PyAtExit_Fini(PyInterpreterState *interp) in _PyAtExit_Fini() 115 _PyAtExit_Call(PyInterpreterState *interp) in _PyAtExit_Call()
|
D | _xxsubinterpretersmodule.c | 487 int64_t interp; member 492 _channelend_new(int64_t interp) in _channelend_new() 522 _channelend_find(_channelend *first, int64_t interp, _channelend **pprev) in _channelend_find() 584 _channelends_add(_channelends *ends, _channelend *prev, int64_t interp, in _channelends_add() 613 _channelends_associate(_channelends *ends, int64_t interp, int send) in _channelends_associate() 657 _channelends_close_interpreter(_channelends *ends, int64_t interp, int which) in _channelends_close_interpreter() 763 _channel_add(_PyChannelState *chan, int64_t interp, in _channel_add() 788 _channel_next(_PyChannelState *chan, int64_t interp) in _channel_next() 815 _channel_close_interpreter(_PyChannelState *chan, int64_t interp, int end) in _channel_close_interpreter() 1285 PyInterpreterState *interp = _get_current(); in _channel_send() local [all …]
|
D | tkappinit.c | 27 Tcl_AppInit(Tcl_Interp *interp) in Tcl_AppInit()
|
/external/python/cpython3/Include/internal/ |
D | pycore_pystate.h | 25 _Py_IsMainInterpreter(PyInterpreterState *interp) in _Py_IsMainInterpreter() 35 _Py_ThreadCanHandleSignals(PyInterpreterState *interp) in _Py_ThreadCanHandleSignals()
|
D | pycore_long.h | 17 PyInterpreterState *interp = _PyInterpreterState_GET(); in __PyLong_GetSmallInt_internal() local
|
/external/python/cpython3/Objects/ |
D | interpreteridobject.c | 17 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in newinterpid() local 92 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in interpid_dealloc() local 274 _PyInterpreterState_GetIDObject(PyInterpreterState *interp) in _PyInterpreterState_GetIDObject()
|
D | sliceobject.c | 100 void _PySlice_Fini(PyInterpreterState *interp) in _PySlice_Fini() 126 PyInterpreterState *interp = _PyInterpreterState_GET(); in PySlice_New() local 333 PyInterpreterState *interp = _PyInterpreterState_GET(); in slice_dealloc() local
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 89 unsigned name, unsigned index, unsigned interp, in emit_output() 109 unsigned name, unsigned index, unsigned interp) in insert_output_before() 128 unsigned name, unsigned index, unsigned interp) in insert_output_after()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_flatshade.c | 170 int interp; in find_interp() local 236 int interp = find_interp(fs, indexed_interp, in flatshade_init_state() local 250 int interp = find_interp(fs, indexed_interp, in flatshade_init_state() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_io_to_temporaries.c | 145 nir_intrinsic_instr *interp) in emit_interp() 221 nir_intrinsic_instr *interp, nir_builder *b) in fixup_interpolation_instr() 264 nir_intrinsic_instr *interp = nir_instr_as_intrinsic(instr); in fixup_interpolation() local
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_cliptmp.h | 122 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG() local 190 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG() local 269 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG() local
|
/external/libxkbcommon/src/xkbcomp/ |
D | keymap.c | 90 const struct xkb_sym_interpret *interp = &keymap->sym_interprets[i]; in FindInterpForKey() local 142 const struct xkb_sym_interpret *interp; in ApplyInterpsToKey() local
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 337 enum glsl_interp_mode interp) in add_field() 402 enum glsl_interp_mode interp = INTERP_MODE_NONE) in add_input() 408 enum glsl_interp_mode interp = INTERP_MODE_NONE) in add_input() 464 enum glsl_interp_mode interp = INTERP_MODE_NONE) in add_varying() 562 enum glsl_interp_mode interp) in add_variable() 1432 enum glsl_interp_mode interp) in add_varying()
|
/external/python/cffi/c/ |
D | call_python.c | 8 PyInterpreterState *interp = PyThreadState_GET()->interp; in _current_interp_key() local 27 PyInterpreterState *interp; in _get_interpstate_dict() local
|
/external/skia/docs/examples/ |
D | Path_interpolate.cpp | 18 SkPath interp; in draw() local
|
/external/python/cpython3/Lib/test/ |
D | test__xxsubinterpreters.py | 35 def _run_output(interp, request, shared=None): argument 42 def _wait_for_interp_to_run(interp, timeout=None): argument 57 def _running(interp): argument 153 def __new__(cls, action, end=None, interp=None): argument 181 def resolve_interp(self, interp, other, extra): argument 1901 def __new__(cls, end, interp, other, extra, creator): argument 1935 def get_interpreter(self, interp): argument 1947 def prep_interpreter(self, interp): argument 1975 def _get_interpreter(self, interp): argument 1990 def _prep_interpreter(self, interp): argument [all …]
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | wasm32-wasi-vfs.c | 648 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in register_demovfs() 657 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in unregister_demovfs() 668 int Sqlitetest_demovfs_Init(Tcl_Interp *interp){ in Sqlitetest_demovfs_Init() 675 int Sqlitetest_demovfs_Init(Tcl_Interp *interp){ return TCL_OK; } in Sqlitetest_demovfs_Init()
|
/external/python/cpython2/Modules/ |
D | tkappinit.c | 27 Tcl_AppInit(Tcl_Interp *interp) in Tcl_AppInit()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_flog.c | 67 EAS_U32 interp; in EAS_flog2() local
|