| /third_party/python/Python/ |
| D | pystate.c | 206 PyInterpreterState *interp = PyMem_RawCalloc(1, sizeof(PyInterpreterState)); in PyInterpreterState_New() local 277 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear() 323 zapthreads(PyInterpreterState *interp, int check_current) in zapthreads() 335 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete() 392 PyInterpreterState *interp = interpreters->head; in _PyInterpreterState_DeleteExceptMain() local 425 PyInterpreterState *interp = tstate->interp; in PyInterpreterState_Get() local 434 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID() 447 PyInterpreterState *interp = runtime->interpreters.head; in interp_look_up_id() local 464 PyInterpreterState *interp = NULL; in _PyInterpreterState_LookUpID() local 480 _PyInterpreterState_IDInitref(PyInterpreterState *interp) in _PyInterpreterState_IDInitref() [all …]
|
| D | pylifecycle.c | 147 PyInterpreterState *interp = tstate->interp; in init_importlib() local 457 PyInterpreterState *interp = tstate->interp; in pyinit_core_reconfigure() local 550 PyInterpreterState *interp = PyInterpreterState_New(); in pycore_create_interpreter() local 646 PyInterpreterState *interp = tstate->interp; in pycore_init_builtins() local 971 PyInterpreterState *interp = tstate->interp; in init_interp_main() local 1088 PyInterpreterState *interp = tstate->interp; in pyinit_main() local 1551 PyInterpreterState *interp = PyInterpreterState_New(); in new_interpreter() local 1648 PyInterpreterState *interp = tstate->interp; in Py_EndInterpreter() local 1675 add_main_module(PyInterpreterState *interp) in add_main_module() 2061 _Py_FatalError_DumpTracebacks(int fd, PyInterpreterState *interp, in _Py_FatalError_DumpTracebacks() [all …]
|
| D | codecs.c | 36 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyCodec_Register() local 108 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyCodec_Lookup() local 191 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyCodec_Forget() local 624 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyCodec_RegisterError() local 642 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyCodec_LookupError() local 1494 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyCodecRegistry_Init() local
|
| D | import.c | 311 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyImport_GetModuleDict() local 323 _PyImport_IsInitialized(PyInterpreterState *interp) in _PyImport_IsInitialized() 386 PyInterpreterState *interp = tstate->interp; in import_ensure_initialized() local 433 PyInterpreterState *interp = tstate->interp; in _PyImport_Cleanup() local 645 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyImport_GetMagicNumber() local 984 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyImport_ExecCodeModuleWithPathnames() local 1732 PyInterpreterState *interp = tstate->interp; in import_find_and_load() local 1822 PyInterpreterState *interp = tstate->interp; in PyImport_ImportModuleLevelObject() local
|
| /third_party/libexif/contrib/aolserver/ |
| D | nsexif.c | 75 Tcl_Interp *interp, in Tcl_ReadExifDataCmd() 109 Tcl_InitExif (interp) in Tcl_InitExif() argument 117 nsexif_interp_init (Tcl_Interp *interp, void *dummy) in nsexif_interp_init()
|
| /third_party/python/Parser/ |
| D | listnode.c | 23 PyInterpreterState *interp = _PyInterpreterState_GET(); in listnode() local 33 PyInterpreterState *interp; in list1node() local
|
| /third_party/python/Modules/ |
| 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()
|
| /third_party/python/Objects/ |
| D | interpreteridobject.c | 17 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in newinterpid() local 86 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in interpid_dealloc() local 268 _PyInterpreterState_GetIDObject(PyInterpreterState *interp) in _PyInterpreterState_GetIDObject()
|
| /third_party/flutter/skia/docs/examples/ |
| D | Path_interpolate.cpp | 18 SkPath interp; in draw() local
|
| /third_party/skia/docs/examples/ |
| D | Path_interpolate.cpp | 18 SkPath interp; in draw() local
|
| /third_party/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
|
| /third_party/skia/experimental/docs/ |
| D | interpolatorFunctions.js | 1 function interp(A, B, t) { function
|
| /third_party/flutter/skia/experimental/docs/ |
| D | interpolatorFunctions.js | 1 function interp(A, B, t) { function
|
| /third_party/flutter/skia/src/gpu/text/ |
| D | GrDistanceFieldAdjustTable.cpp | 81 float interp = (127.5f - rowPtr[col]) / (rowPtr[col + 1] - rowPtr[col]); local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-cff2-table.cc | 115 cff2_cs_interpreter_t<cff2_cs_opset_extents_t, cff2_extents_param_t> interp; in get_extents() local 206 cff2_cs_interpreter_t<cff2_cs_opset_path_t, cff2_path_param_t> interp; in get_path() local
|
| /third_party/harfbuzz/src/ |
| D | hb-ot-cff2-table.cc | 115 cff2_cs_interpreter_t<cff2_cs_opset_extents_t, cff2_extents_param_t> interp; in get_extents() local 206 cff2_cs_interpreter_t<cff2_cs_opset_path_t, cff2_path_param_t> interp; in get_path() local
|
| /third_party/skia/src/gpu/text/ |
| D | GrDistanceFieldAdjustTable.cpp | 81 float interp = (127.5f - rowPtr[col]) / (rowPtr[col + 1] - rowPtr[col]); local
|
| /third_party/python/Lib/test/ |
| D | test__xxsubinterpreters.py | 34 def _run_output(interp, request, shared=None): argument 42 def _running(interp): argument 137 def __new__(cls, action, end=None, interp=None): argument 165 def resolve_interp(self, interp, other, extra): argument 1896 def __new__(cls, end, interp, other, extra, creator): argument 1930 def get_interpreter(self, interp): argument 1942 def prep_interpreter(self, interp): argument 1970 def _get_interpreter(self, interp): argument 1985 def _prep_interpreter(self, interp): argument 2225 def _assert_closed_in_interp(self, fix, interp=None): argument
|
| /third_party/python/Include/internal/ |
| D | pycore_pystate.h | 35 _Py_ThreadCanHandleSignals(PyInterpreterState *interp) in _Py_ThreadCanHandleSignals()
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| D | parser_impl_variable_decoration_test.cc | 187 auto* interp = var_deco->As<ast::InterpolateDecoration>(); in TEST_F() local 203 auto* interp = var_deco->As<ast::InterpolateDecoration>(); in TEST_F() local 219 auto* interp = var_deco->As<ast::InterpolateDecoration>(); in TEST_F() local 235 auto* interp = var_deco->As<ast::InterpolateDecoration>(); in TEST_F() local
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_gain_map.cpp | 282 dng_gain_map_interpolator interp (*this, in Interpolate() local 572 dng_gain_map_interpolator interp (*fGainMap, in ProcessArea() local
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-cff1-table.cc | 297 cff1_cs_interpreter_t<cff1_cs_opset_extents_t, extents_param_t> interp; in _get_bounds() local 378 cff1_cs_interpreter_t<cff1_cs_opset_seac_t, get_seac_param_t> interp; in get_seac_components() local
|
| D | hb-ot-cff2-table.cc | 114 cff2_cs_interpreter_t<cff2_cs_opset_extents_t, extents_param_t> interp; in get_extents() local
|
| /third_party/python/Include/cpython/ |
| D | pystate.h | 56 PyInterpreterState *interp; member 230 int64_t interp; member
|