Home
last modified time | relevance | path

Searched defs:state (Results 2226 - 2250 of 4319) sorted by relevance

1...<<81828384858687888990>>...173

/third_party/python/Modules/
H A D_queuemodule.c18 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...]
H A Dtermios.c56 void *state = PyModule_GetState(module); in get_termios_state() local
83 termiosmodulestate *state = PyModule_GetState(module); in termios_tcgetattr_impl() local
175 termiosmodulestate *state = PyModule_GetState(module); in termios_tcsetattr_impl() local
252 termiosmodulestate *state = PyModule_GetState(module); termios_tcsendbreak_impl() local
279 termiosmodulestate *state = PyModule_GetState(module); termios_tcdrain_impl() local
311 termiosmodulestate *state = PyModule_GetState(module); termios_tcflush_impl() local
343 termiosmodulestate *state = PyModule_GetState(module); termios_tcflow_impl() local
373 termiosmodulestate *state = PyModule_GetState(module); termios_tcgetwinsize_impl() local
468 termiosmodulestate *state = PyModule_GetState(module); termios_tcsetwinsize_impl() local
1233 termiosmodulestate *state = get_termios_state(mod); termios_exec() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_type.h603 std::unique_ptr<State> state; member in tint::reader::spirv::TypeManager
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinflate.c109 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 Dinfcover.cc473 struct inflate_state *state; in pull() local
/third_party/skia/third_party/externals/zlib/
H A Dinflate.c108 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 DMSKPPlayer.cpp431 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 DWindow.h110 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 Dsurface_glue_android.cpp284 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 DWindow_win.cpp313 skui::InputState state; in WndProc() local
/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp106 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 DParticlesSlide.cpp407 bool ParticlesSlide::onMouse(SkScalar x, SkScalar y, skui::InputState state, skui::ModifierKey modifiers) { in onMouse() argument
H A DSkottieSlide.cpp294 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 Ducnv_u16.cpp1347 int32_t state, offsetDelta; in _UTF16ToUnicodeWithOffsets() local
[all...]
H A Ducnv_u32.cpp1056 int32_t state, offsetDelta; in _UTF32ToUnicodeWithOffsets() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestrie.h129 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 DNioByteString.java183 protected int partialIsValidUtf8(int state, int offset, int length) { in partialIsValidUtf8() argument
/third_party/python/Modules/_sqlite/
H A Drow.c222 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 Dmodule.h79 pysqlite_state *state = (pysqlite_state *)PyModule_GetState(module); in pysqlite_get_state() local
H A Dmodule.c64 pysqlite_state *state = pysqlite_get_state(module); in module_connect() local
126 pysqlite_state *state = pysqlite_get_state(module); in pysqlite_enable_shared_cache_impl() local
155 pysqlite_state *state = pysqlite_get_state(module); in pysqlite_register_adapter_impl() local
159 pysqlite_state *state = pysqlite_get_state(module); in pysqlite_register_adapter_impl() local
188 pysqlite_state *state in pysqlite_register_converter_impl() local
217 pysqlite_state *state = pysqlite_get_state(module); pysqlite_enable_callback_trace_impl() local
239 pysqlite_state *state = pysqlite_get_state(module); pysqlite_adapt_impl() local
245 pysqlite_state *state = pysqlite_get_state(module); converters_init() local
262 pysqlite_state *state = pysqlite_get_state(module); load_functools_lru_cache() local
546 get_threadsafety(pysqlite_state *state) get_threadsafety() argument
567 pysqlite_state *state = pysqlite_get_state(module); module_traverse() local
600 pysqlite_state *state = pysqlite_get_state(module); module_clear() local
695 pysqlite_state *state = pysqlite_get_state(module); module_exec() local
[all...]
/third_party/python/Modules/_sre/
H A Dsre.h91 SRE_STATE state; member
/third_party/python/Objects/
H A Diterobject.c121 iter_setstate(seqiterobject *it, PyObject *state) in iter_setstate() argument
H A Denumobject.c475 reversed_setstate(reversedobject *ro, PyObject *state) in reversed_setstate() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-source.c116 static int sink_set_state_in_main_thread_cb(pa_sink *s, pa_sink_state_t state, pa_suspend_cause_t suspend_cause) { in sink_set_state_in_main_thread_cb() argument
190 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
406 source_output_state_change_cb(pa_source_output *o, pa_source_output_state_t state) source_output_state_change_cb() argument
[all...]
H A Dmodule-virtual-sink.c118 static int sink_set_state_in_main_thread_cb(pa_sink *s, pa_sink_state_t state, pa_suspend_cause_t suspend_cause) { in sink_set_state_in_main_thread_cb() argument
[all...]

Completed in 18 milliseconds

1...<<81828384858687888990>>...173