/aosp_15_r20/external/python/cpython3/Python/ |
D | pystate.c | 258 free_interpreter(PyInterpreterState *interp) in free_interpreter() 274 init_interpreter(PyInterpreterState *interp, in init_interpreter() 304 PyInterpreterState *interp; in PyInterpreterState_New() local 391 interpreter_clear(PyInterpreterState *interp, PyThreadState *tstate) in interpreter_clear() 458 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear() 477 zapthreads(PyInterpreterState *interp, int check_current) in zapthreads() 489 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete() 547 PyInterpreterState *interp = interpreters->head; in _PyInterpreterState_DeleteExceptMain() local 582 PyInterpreterState *interp = tstate->interp; in PyInterpreterState_Get() local 591 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID() [all …]
|
D | _warnings.c | 22 check_interp(PyInterpreterState *interp) in check_interp() 36 PyInterpreterState *interp = _PyInterpreterState_GET(); in get_current_interp() local 53 warnings_get_state(PyInterpreterState *interp) in warnings_get_state() 92 init_filters(PyInterpreterState *interp) in init_filters() 127 _PyWarnings_InitState(PyInterpreterState *interp) in _PyWarnings_InitState() 160 check_matched(PyInterpreterState *interp, PyObject *obj, PyObject *arg) in check_matched() 188 #define GET_WARNINGS_ATTR(interp, ATTR, try_import) \ argument 196 get_warnings_attr(PyInterpreterState *interp, PyObject *attr, int try_import) in get_warnings_attr() 232 get_once_registry(PyInterpreterState *interp) in get_once_registry() 262 get_default_action(PyInterpreterState *interp) in get_default_action() [all …]
|
D | pylifecycle.c | 180 PyInterpreterState *interp = tstate->interp; in init_importlib() local 550 PyInterpreterState *interp = tstate->interp; in pyinit_core_reconfigure() local 649 PyInterpreterState *interp = PyInterpreterState_New(); in pycore_create_interpreter() local 677 pycore_init_global_objects(PyInterpreterState *interp) in pycore_init_global_objects() 695 pycore_init_types(PyInterpreterState *interp) in pycore_init_types() 764 PyInterpreterState *interp = tstate->interp; in pycore_init_builtins() local 822 PyInterpreterState *interp = tstate->interp; in pycore_interp_init() local 1101 PyInterpreterState *interp = tstate->interp; in init_interp_main() local 1221 PyInterpreterState *interp = tstate->interp; in pyinit_main() local 1338 PyInterpreterState *interp = tstate->interp; in finalize_modules_delete_special() local [all …]
|
D | sysmodule.c | 80 _PySys_GetObject(PyInterpreterState *interp, const char *name) in _PySys_GetObject() 104 sys_set_object(PyInterpreterState *interp, PyObject *key, PyObject *v) in sys_set_object() 126 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PySys_SetAttr() local 131 sys_set_object_str(PyInterpreterState *interp, const char *name, PyObject *v) in sys_set_object_str() 143 PyInterpreterState *interp = _PyInterpreterState_GET(); in PySys_SetObject() local 149 should_audit(PyInterpreterState *interp) in should_audit() 437 PyInterpreterState *interp = tstate->interp; in sys_addaudithook_impl() local 866 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getfilesystemencoding_impl() local 881 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getfilesystemencodeerrors_impl() local 1577 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_setdlopenflags_impl() local [all …]
|
D | import.c | 266 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyImport_GetModuleDict() local 278 _PyImport_IsInitialized(PyInterpreterState *interp) in _PyImport_IsInitialized() 298 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyImport_SetModule() local 306 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyImport_SetModuleString() local 339 import_ensure_initialized(PyInterpreterState *interp, PyObject *mod, PyObject *name) in import_ensure_initialized() 370 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyImport_GetMagicNumber() local 705 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyImport_ExecCodeModuleWithPathnames() local 1069 PyInterpreterState *interp = _PyInterpreterState_GET(); in use_frozen() local 1697 PyInterpreterState *interp = tstate->interp; in import_find_and_load() local 1785 PyInterpreterState *interp = tstate->interp; in PyImport_ImportModuleLevelObject() local [all …]
|
D | codecs.c | 37 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyCodec_Register() local 57 PyInterpreterState *interp = PyInterpreterState_Get(); in PyCodec_Unregister() local 134 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyCodec_Lookup() local 624 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyCodec_RegisterError() local 642 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyCodec_LookupError() local 1495 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyCodecRegistry_Init() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | TextInterpolatorTest.kt | 93 val interp = TextInterpolator(layout, typefaceCache) in testStartState() constant 112 val interp = TextInterpolator(layout, typefaceCache) in testEndState() constant 130 val interp = TextInterpolator(layout, typefaceCache) in testMiddleState() constant 152 val interp = TextInterpolator(layout, typefaceCache) in testRebase() constant 174 val interp = TextInterpolator(layout, typefaceCache) in testBidi_LTR() constant 195 val interp = TextInterpolator(layout, typefaceCache) in testBidi_RTL() constant 216 val interp = in testGlyphCallback_Empty() constant 237 val interp = in testGlyphCallback_Xcoordinate() constant 262 val interp = in testGlyphCallback_Ycoordinate() constant 287 val interp = in testGlyphCallback_TextSize() constant [all …]
|
H A D | FontInterpolatorTest.kt | 60 val interp = FontInterpolator() in <lambda>() constant 71 val interp = FontInterpolator() in <lambda>() constant 80 val interp = FontInterpolator() in <lambda>() constant 91 val interp = FontInterpolator() in <lambda>() constant 99 val interp = FontInterpolator() in <lambda>() constant
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _xxsubinterpretersmodule.c | 491 int64_t interp; member 496 _channelend_new(int64_t interp) in _channelend_new() 526 _channelend_find(_channelend *first, int64_t interp, _channelend **pprev) in _channelend_find() 588 _channelends_add(_channelends *ends, _channelend *prev, int64_t interp, in _channelends_add() 617 _channelends_associate(_channelends *ends, int64_t interp, int send) in _channelends_associate() 661 _channelends_close_interpreter(_channelends *ends, int64_t interp, int which) in _channelends_close_interpreter() 767 _channel_add(_PyChannelState *chan, int64_t interp, in _channel_add() 792 _channel_next(_PyChannelState *chan, int64_t interp) in _channel_next() 819 _channel_close_interpreter(_PyChannelState *chan, int64_t interp, int end) in _channel_close_interpreter() 1289 PyInterpreterState *interp = _get_current(); in _channel_send() local [all …]
|
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()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_interp.c | 72 struct lp_linear_interp *interp = (struct lp_linear_interp *)elem; in interp_0_8() local 98 struct lp_linear_interp *interp = (struct lp_linear_interp *)elem; in interp_noop() local 106 struct lp_linear_interp *interp = (struct lp_linear_interp *)elem; in interp_check() local 116 lp_linear_init_noop_interp(struct lp_linear_interp *interp) in lp_linear_init_noop_interp() 124 lp_linear_init_interp(struct lp_linear_interp *interp, in lp_linear_init_interp() 234 lp_linear_init_interp(struct lp_linear_interp *interp, in lp_linear_init_interp()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/xpu/ |
H A D | XPUEvent.h | 27 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in ~XPUEvent() local 90 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in record() local 107 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in record() local 121 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in block() local 149 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in synchronize() local
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | Interpolator.cpp | 11 SkiaInterpolator* interp = reinterpret_cast<SkiaInterpolator*>(interpHandle); in Interpolator_destructor() local 17 SkiaInterpolator* interp = reinterpret_cast<SkiaInterpolator*>(interpHandle); in Interpolator_reset() local 23 SkiaInterpolator* interp = reinterpret_cast<SkiaInterpolator*>(interpHandle); in Interpolator_setKeyFrame() local 35 SkiaInterpolator* interp = reinterpret_cast<SkiaInterpolator*>(interpHandle); in Interpolator_setRepeatMirror() local 45 SkiaInterpolator* interp = reinterpret_cast<SkiaInterpolator*>(interpHandle); in Interpolator_timeToValues() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/ |
H A D | CUDAEvent.h | 48 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in ~CUDAEvent() local 122 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in record() local 138 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in block() local 165 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in synchronize() local 195 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in createEvent() local
|
/aosp_15_r20/external/pytorch/c10/cuda/impl/ |
H A D | CUDAGuardImpl.h | 99 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in createEvent() local 114 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in destroyEvent() local 149 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in record() local 172 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in block() local 213 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in synchronizeEvent() local
|
/aosp_15_r20/external/pytorch/c10/xpu/impl/ |
H A D | XPUGuardImpl.h | 78 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in destroyEvent() local 109 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in record() local 125 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in block() local 158 const c10::impl::PyInterpreter* interp = c10::impl::GPUTrace::get_trace(); in synchronizeEvent() local
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | tupleobject.c | 983 _PyTuple_InitTypes(PyInterpreterState *interp) in _PyTuple_InitTypes() 1003 _PyTuple_Fini(PyInterpreterState *interp) in _PyTuple_Fini() 1009 _PyTuple_ClearFreeList(PyInterpreterState *interp) in _PyTuple_ClearFreeList() 1177 PyInterpreterState *interp = _PyInterpreterState_GET(); in maybe_freelist_pop() local 1215 PyInterpreterState *interp = _PyInterpreterState_GET(); in maybe_freelist_push() local 1241 maybe_freelist_clear(PyInterpreterState *interp, int fini) in maybe_freelist_clear() 1262 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyTuple_DebugMallocStats() local
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | builtin_variables.cpp | 383 enum glsl_interp_mode interp) in add_field() 448 enum glsl_interp_mode interp = INTERP_MODE_NONE) in add_input() 454 enum glsl_interp_mode interp = INTERP_MODE_NONE) in add_input() 510 enum glsl_interp_mode interp = INTERP_MODE_NONE) in add_varying() 609 enum glsl_interp_mode interp) in add_variable() 1517 enum glsl_interp_mode interp) in add_varying()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_pystate.h | 31 _Py_IsMainInterpreter(PyInterpreterState *interp) in _Py_IsMainInterpreter() 40 PyInterpreterState *interp = _PyInterpreterState_Main(); in _Py_GetMainConfig() local 50 _Py_ThreadCanHandleSignals(PyInterpreterState *interp) in _Py_ThreadCanHandleSignals()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_pystate.h | 31 _Py_IsMainInterpreter(PyInterpreterState *interp) in _Py_IsMainInterpreter() 40 PyInterpreterState *interp = _PyInterpreterState_Main(); in _Py_GetMainConfig() local 50 _Py_ThreadCanHandleSignals(PyInterpreterState *interp) in _Py_ThreadCanHandleSignals()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_pystate.h | 31 _Py_IsMainInterpreter(PyInterpreterState *interp) in _Py_IsMainInterpreter() 40 PyInterpreterState *interp = _PyInterpreterState_Main(); in _Py_GetMainConfig() local 50 _Py_ThreadCanHandleSignals(PyInterpreterState *interp) in _Py_ThreadCanHandleSignals()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_pystate.h | 31 _Py_IsMainInterpreter(PyInterpreterState *interp) in _Py_IsMainInterpreter() 40 PyInterpreterState *interp = _PyInterpreterState_Main(); in _Py_GetMainConfig() local 50 _Py_ThreadCanHandleSignals(PyInterpreterState *interp) in _Py_ThreadCanHandleSignals()
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_pystate.h | 31 _Py_IsMainInterpreter(PyInterpreterState *interp) in _Py_IsMainInterpreter() 40 PyInterpreterState *interp = _PyInterpreterState_Main(); in _Py_GetMainConfig() local 50 _Py_ThreadCanHandleSignals(PyInterpreterState *interp) in _Py_ThreadCanHandleSignals()
|