| /third_party/pulseaudio/src/pulsecore/ |
| H A D | sink.c | 69 pa_sink_state_t state; member 410 static int sink_set_state(pa_sink *s, pa_sink_state_t state, pa_suspend_cause_t suspend_cause) { in sink_set_state() argument 1006 void *state = NULL; pa_sink_process_input_underruns() local 1065 void *state = NULL; pa_sink_process_rewind() local 1105 void *state = NULL; fill_mix_info() local 1144 void *state; inputs_drop() local 1677 void *state = NULL; pa_sink_has_filter_attached() local 2564 pa_sink_state_to_string(pa_sink_state_t state) pa_sink_state_to_string() argument 2580 void *state = NULL; sync_input_volumes_within_thread() local 2598 void *state = NULL; set_shared_volume_within_thread() local 2617 void *state = NULL; get_max_rewind_limit() local 2955 void *state = NULL; pa_sink_process_msg() local 3078 void *state = NULL; pa_sink_detach_within_thread() local 3094 void *state = NULL; pa_sink_attach_within_thread() local 3133 void *state = NULL; pa_sink_get_requested_latency_within_thread() local 3187 void *state = NULL; pa_sink_set_max_rewind_within_thread() local 3220 void *state = NULL; pa_sink_set_max_request_within_thread() local 3252 void *state = NULL; pa_sink_invalidate_requested_latency() local 3351 void *state = NULL; pa_sink_set_latency_range_within_thread() local 3430 void *state = NULL; pa_sink_set_fixed_latency_within_thread() local [all...] |
| H A D | protocol-native.c | 3070 void *state; sink_fill_tagstruct() local 3145 void *state; source_fill_tagstruct() local 3194 void *state = NULL; card_fill_tagstruct() local 5168 void *state = NULL; pa_native_protocol_disconnect() local [all...] |
| H A D | core-util.c | 984 pa_split_spaces(const char *c, const char **state) pa_split_spaces() argument 1002 pa_split_spaces_in_place(const char *c, size_t *n, const char **state) pa_split_spaces_in_place() argument 3096 const char *state = NULL; pa_str_in_list() local 3117 const char *state = NULL; pa_str_in_list_spaces() local 3512 const char *state = NULL; pa_split_spaces_strv() local [all...] |
| /third_party/pulseaudio/src/modules/dbus/ |
| H A D | iface-core.c | 606 void *state = NULL; in get_cards() local 645 void *state = NULL; in get_sinks() local 733 void *state = NULL; in get_sources() local 821 void *state = NULL; in get_playback_streams() local 860 void *state = NULL; in get_record_streams() local 899 void *state = NULL; get_samples() local 938 void *state = NULL; get_modules() local 977 void *state = NULL; get_clients() local [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-equalizer-sink.c | 279 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 948 float *H_n, *state; save_state() local 1040 float *state = (float *) value.data; load_state() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | FramebufferVk.cpp | 325 FramebufferVk *FramebufferVk::CreateUserFBO(RendererVk *renderer, const gl::FramebufferState &state) in CreateUserFBO() argument 331 CreateDefaultFBO(RendererVk *renderer, const gl::FramebufferState &state, WindowSurfaceVk *backbuffer) CreateDefaultFBO() argument 338 FramebufferVk(RendererVk *renderer, const gl::FramebufferState &state, WindowSurfaceVk *backbuffer) FramebufferVk() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationESEXT.cpp | 479 const State &state = context->getState(); in ValidateMultiDrawElementsIndirectEXT() local
|
| /third_party/skia/third_party/externals/libpng/contrib/tools/ |
| H A D | pngfix.c | 884 int state; /* As defined here: */ member 2033 int state; member 2282 int state = zlib->state; zlib_advance() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | vtzone.cpp | 1407 int32_t state = INI; in parse() local
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | encode.c | 146 BrotliEncoderSetParameter( BrotliEncoderState* state, BrotliEncoderParameter p, uint32_t value) BrotliEncoderSetParameter() argument 799 BrotliEncoderState* state = 0; BrotliEncoderCreateInstance() local 831 BrotliEncoderDestroyInstance(BrotliEncoderState* state) BrotliEncoderDestroyInstance() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/raster/ |
| H A D | ftraster.c | 497 TStates state; /* rendering state */ member [all...] |
| /third_party/python/Modules/ |
| H A D | _elementtree.c | 97 void *state = PyModule_GetState(module); in get_elementtree_state() local 1064 element_setstate_from_Python(ElementObject *self, PyObject *state) in element_setstate_from_Python() argument 1097 _elementtree_Element___setstate__(ElementObject *self, PyObject *state) _elementtree_Element___setstate__() argument [all...] |
| H A D | itertoolsmodule.c | 342 groupby_setstate(groupbyobject *lz, PyObject *state) in groupby_setstate() argument 932 tee_setstate(teeobject *to, PyObject *state) in tee_setstate() argument 1195 cycle_setstate(cycleobject *lz, PyObject *state) cycle_setstate() argument 1370 dropwhile_setstate(dropwhileobject *lz, PyObject *state) dropwhile_setstate() argument 1529 takewhile_reduce_setstate(takewhileobject *lz, PyObject *state) takewhile_reduce_setstate() argument 1778 islice_setstate(isliceobject *lz, PyObject *state) islice_setstate() argument 2129 chain_setstate(chainobject *lz, PyObject *state) chain_setstate() argument 2459 product_setstate(productobject *lz, PyObject *state) product_setstate() argument 2789 combinations_setstate(combinationsobject *lz, PyObject *state) combinations_setstate() argument 3119 cwr_setstate(cwrobject *lz, PyObject *state) cwr_setstate() argument 3491 permutations_setstate(permutationsobject *po, PyObject *state) permutations_setstate() argument 3749 accumulate_setstate(accumulateobject *lz, PyObject *state) accumulate_setstate() argument 4736 zip_longest_setstate(ziplongestobject *lz, PyObject *state) zip_longest_setstate() argument [all...] |
| H A D | arraymodule.c | 627 array_state *state = find_array_state_by_type(Py_TYPE(op)); in getarrayitem() local 692 array_state *state = find_array_state_by_type(Py_TYPE(v)); in array_richcompare() local 821 array_state *state = find_array_state_by_type(Py_TYPE(a)); in array_slice() local 877 array_state *state in array_concat() local 913 array_state *state = find_array_state_by_type(Py_TYPE(a)); array_repeat() local 987 array_state *state = find_array_state_by_type(Py_TYPE(a)); setarrayitem() local 1017 array_do_extend(array_state *state, arrayobject *self, PyObject *bb) array_do_extend() argument 1052 array_state *state = find_array_state_by_type(Py_TYPE(self)); array_inplace_concat() local 1286 array_state *state = get_array_state_by_class(cls); array_array_extend_impl() local 1486 array_state *state = get_array_state_by_class(cls); array_array_fromfile_impl() local 1984 array_state *state = get_array_state(module); array__array_reconstructor_impl() local 2198 array_state *state = get_array_state_by_class(cls); array_array___reduce_ex___impl() local 2345 array_state *state = find_array_state_by_type(Py_TYPE(self)); array_subscr() local 2409 array_state* state = find_array_state_by_type(Py_TYPE(self)); array_ass_subscr() local 2616 array_state *state = find_array_state_by_type(type); array_new() local 2877 array_state *state = find_array_state_by_type(Py_TYPE(ao)); array_iter() local 2904 array_state *state = find_array_state_by_type(Py_TYPE(it)); arrayiter_next() local 2955 array_state *state = get_array_state_by_class(cls); array_arrayiterator___reduce___impl() local 2974 array_arrayiterator___setstate__(arrayiterobject *self, PyObject *state) array_arrayiterator___setstate__() argument 3018 array_state *state = get_array_state(module); array_traverse() local 3027 array_state *state = get_array_state(module); array_clear() local 3070 array_state *state = get_array_state(m); array_modexec() local [all...] |
| /third_party/skia/tools/viewer/ |
| H A D | Viewer.cpp | 1663 bool Viewer::onTouch(intptr_t owner, skui::InputState state, float x, float y) { in onTouch() argument 1716 bool Viewer::onMouse(int x, int y, skui::InputState state, skui::ModifierKey modifiers) { in onMouse() argument 1753 bool Viewer::onFling(skui::InputState state) { in onFling() argument 3048 onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) onKey() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ubidi.cpp | 453 State state; in getDirProps() local 1780 int32_t state; /* current state */ global() member [all...] |
| H A D | uresbund.cpp | 504 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) { in ures_setIsStackObject() argument
|
| /third_party/toybox/toys/pending/ |
| H A D | ip.c | 64 char qdiscpline[IFNAMSIZ+1], state[IFNAMSIZ+1], type[IFNAMSIZ+1], member
|
| H A D | xzcat.c | 1039 lzma_state_literal(enum lzma_state *state) lzma_state_literal() argument 1050 lzma_state_match(enum lzma_state *state) lzma_state_match() argument 1056 lzma_state_long_rep(enum lzma_state *state) lzma_state_long_rep() argument 1062 lzma_state_short_rep(enum lzma_state *state) lzma_state_short_rep() argument 1068 lzma_state_is_literal(enum lzma_state state) lzma_state_is_literal() argument 1296 enum lzma_state state; global() member [all...] |
| /third_party/tzdata/ |
| H A D | localtime.c | 120 struct state { struct [all...] |
| /third_party/python/Objects/ |
| H A D | bytesobject.c | 3206 striter_setstate(striterobject *it, PyObject *state) in striter_setstate() argument
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fGeometryShaderTests.cpp | 2856 gls::StateQueryUtil::StateQueryMemoryWriteGuard<glw::GLint> state; in iterate() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
| H A D | p2p_i.h | 241 } state; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
| H A D | radius_server.c | 1519 unsigned int state; in radius_server_request() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
| H A D | dbus_new_handlers.c | 2125 enum wpa_states state = wpa_s->wpa_state; in wpas_dbus_handler_autoscan() local [all...] |