/third_party/python/Modules/_io/ |
H A D | _iomodule.c | 567 void *state = PyModule_GetState(module); get_io_state() local 576 _PyIO_State *state; _PyIO_get_module_state() local 588 _PyIO_State *state = get_io_state(mod); iomodule_traverse() local 599 _PyIO_State *state = get_io_state(mod); iomodule_clear() local 684 _PyIO_State *state = NULL; PyInit__io() local [all...] |
/third_party/python/Modules/_blake2/ |
H A D | blake2b_impl.c | 44 blake2b_state state; member [all...] |
/third_party/python/Modules/ |
H A D | _dbmmodule.c | 45 void *state = PyModule_GetState(module); in get_dbm_state() local 72 newdbmobject(_dbm_state *state, const char *file, int flags, int mode) in newdbmobject() argument 114 _dbm_state *state = PyType_GetModuleState(Py_TYPE(dp)); in dbm_length() local 138 _dbm_state *state in dbm_subscript() local 170 _dbm_state *state = PyType_GetModuleState(Py_TYPE(dp)); dbm_ass_sub() local 246 _dbm_state *state = PyType_GetModuleState(cls); _dbm_dbm_keys_impl() local 277 _dbm_state *state = PyType_GetModuleState(Py_TYPE(dp)); dbm_contains() local 320 _dbm_state *state = PyType_GetModuleState(cls); _dbm_dbm_get_impl() local 353 _dbm_state *state = PyType_GetModuleState(cls); _dbm_dbm_setdefault_impl() local 463 _dbm_state *state = get_dbm_state(module); dbmopen_impl() local 511 _dbm_state *state = get_dbm_state(module); _dbm_exec() local 533 _dbm_state *state = get_dbm_state(module); _dbm_module_traverse() local 542 _dbm_state *state = get_dbm_state(module); _dbm_module_clear() local [all...] |
H A D | _randommodule.c | 94 void *state = _PyModule_GetState(module); in get_random_state() local 107 uint32_t state[N]; member 303 _randomstate *state = _randomstate_type(Py_TYPE(self)); in random_seed() local 393 PyObject *state; _random_Random_getstate_impl() local 429 _random_Random_setstate(RandomObject *self, PyObject *state) _random_Random_setstate() argument 532 _randomstate *state = _randomstate_type(Py_TYPE(self)); random_init() local 587 _randomstate *state = get_random_state(module); _random_exec() local [all...] |
H A D | _queuemodule.c | 18 simplequeue_state *state = _PyModule_GetState(module); in simplequeue_get_state() local 261 simplequeue_state *state = simplequeue_get_state(module); in _queue_SimpleQueue_get_impl() local 337 simplequeue_state *state = simplequeue_get_state(m); in queue_traverse() local 346 simplequeue_state *state = simplequeue_get_state(m); in queue_clear() local 407 simplequeue_state *state = simplequeue_get_state(module); queuemodule_exec() local [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-remap-sink.c | 106 static int sink_set_state_in_main_thread(pa_sink *s, pa_sink_state_t state, pa_suspend_cause_t suspend_cause) { in sink_set_state_in_main_thread() argument [all...] |
H A D | module-remap-source.c | 114 static int source_set_state_in_main_thread_cb(pa_source *s, pa_source_state_t state, pa_suspend_cause_t suspend_cause) { in source_set_state_in_main_thread_cb() argument 246 source_output_state_change_cb(pa_source_output *o, pa_source_output_state_t state) source_output_state_change_cb() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | idxset.c | 337 void *pa_idxset_iterate(pa_idxset *s, void **state, uint32_t *idx) { in pa_idxset_iterate() argument
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_type.h | 603 std::unique_ptr<State> state; member in tint::reader::spirv::TypeManager
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 109 struct inflate_state FAR *state; local 123 struct inflate_state FAR *state; global() local 148 struct inflate_state FAR *state; global() local 163 struct inflate_state FAR *state; global() local 203 struct inflate_state FAR *state; global() local 254 struct inflate_state FAR *state; global() local 347 struct inflate_state state; makefixed() local 403 struct inflate_state FAR *state; global() local 638 struct inflate_state FAR *state; global() local [all...] |
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 473 struct inflate_state *state; in pull() local
|
/third_party/skia/third_party/externals/zlib/ |
H A D | inflate.c | 108 struct inflate_state FAR *state; local 122 struct inflate_state FAR *state; global() local 147 struct inflate_state FAR *state; global() local 162 struct inflate_state FAR *state; global() local 202 struct inflate_state FAR *state; global() local 253 struct inflate_state FAR *state; global() local 346 struct inflate_state state; makefixed() local 402 struct inflate_state FAR *state; global() local 627 struct inflate_state FAR *state; global() local [all...] |
/third_party/skia/tools/ |
H A D | MSKPPlayer.cpp | 431 const LayerState& state = ols.second; in playFrame() local 469 LayerState& state = fOffscreenLayerStates[id]; in allocateLayers() local [all...] |
/third_party/skia/tools/sk_app/ |
H A D | Window.h | 110 virtual bool onFling(skui::InputState state) { return false; } in onFling() argument 111 virtual bool onPinch(skui::InputState state, float scale, float x, float y) { return false; } in onPinch() argument
|
/third_party/skia/tools/sk_app/android/ |
H A D | surface_glue_android.cpp | 284 Java_org_skia_viewer_ViewerActivity_onTouched( JNIEnv* env, jobject activity, jlong handle, jint owner, jint state, jfloat x, jfloat y) Java_org_skia_viewer_ViewerActivity_onTouched() argument
|
/third_party/skia/tools/sk_app/win/ |
H A D | Window_win.cpp | 313 skui::InputState state; in WndProc() local
|
/third_party/skia/tools/viewer/ |
H A D | ImGuiLayer.cpp | 106 bool ImGuiLayer::onMouse(int x, int y, skui::InputState state, skui::ModifierKey modifiers) { in onMouse() argument 221 bool ImGuiLayer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() argument
|
H A D | ParticlesSlide.cpp | 407 bool ParticlesSlide::onMouse(SkScalar x, SkScalar y, skui::InputState state, skui::ModifierKey modifiers) { in onMouse() argument
|
H A D | SkottieSlide.cpp | 294 bool SkottieSlide::onMouse(SkScalar x, SkScalar y, skui::InputState state, skui::ModifierKey) { in onMouse() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_u16.cpp | 1347 int32_t state, offsetDelta; in _UTF16ToUnicodeWithOffsets() local [all...] |
H A D | ucnv_u32.cpp | 1056 int32_t state, offsetDelta; in _UTF32ToUnicodeWithOffsets() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | bytestrie.h | 129 resetToState64(uint64_t state) resetToState64() argument 179 resetToState(const State &state) resetToState() argument [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | NioByteString.java | 183 protected int partialIsValidUtf8(int state, int offset, int length) { in partialIsValidUtf8() argument
|
/third_party/python/Modules/_sqlite/ |
H A D | row.c | 222 pysqlite_state *state = pysqlite_get_state_by_type(Py_TYPE(self)); in pysqlite_row_richcompare() local 273 pysqlite_state *state = pysqlite_get_state(module); in pysqlite_row_setup_types() local
|
H A D | module.h | 79 pysqlite_state *state = (pysqlite_state *)PyModule_GetState(module); in pysqlite_get_state() local
|