Home
last modified time | relevance | path

Searched refs:cur_state (Results 1 – 25 of 25) sorted by relevance

/third_party/ltp/lib/
Dtst_process_state.c18 char proc_path[128], cur_state; in tst_process_state_wait() local
25 "%*i %*s %c", &cur_state); in tst_process_state_wait()
27 if (state == cur_state) in tst_process_state_wait()
44 char proc_path[128], cur_state; in tst_process_state_wait2() local
57 if (fscanf(f, "%*i %*s %c", &cur_state) != 1) { in tst_process_state_wait2()
65 if (state == cur_state) in tst_process_state_wait2()
/third_party/ltp/testcases/open_posix_testsuite/include/
Dproc.h25 char proc_path[128], cur_state; in tst_process_state_wait3() local
44 if (fscanf(f, "%*i %*s %c", &cur_state) != 1) { in tst_process_state_wait3()
52 if (state == cur_state) in tst_process_state_wait3()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlsftpsink.c196 GstState cur_state; in gst_curl_sftp_sink_set_property() local
201 gst_element_get_state (GST_ELEMENT (sink), &cur_state, NULL, 0); in gst_curl_sftp_sink_set_property()
202 if (cur_state != GST_STATE_PLAYING && cur_state != GST_STATE_PAUSED) { in gst_curl_sftp_sink_set_property()
Dgstcurlfilesink.c141 GstState cur_state; in gst_curl_file_sink_set_property() local
146 gst_element_get_state (GST_ELEMENT (sink), &cur_state, NULL, 0); in gst_curl_file_sink_set_property()
147 if (cur_state != GST_STATE_PLAYING && cur_state != GST_STATE_PAUSED) { in gst_curl_file_sink_set_property()
Dgstcurltlssink.c166 GstState cur_state; in gst_curl_tls_sink_set_property() local
171 gst_element_get_state (GST_ELEMENT (sink), &cur_state, NULL, 0); in gst_curl_tls_sink_set_property()
172 if (cur_state != GST_STATE_PLAYING && cur_state != GST_STATE_PAUSED) { in gst_curl_tls_sink_set_property()
Dgstcurlftpsink.c319 GstState cur_state; in gst_curl_ftp_sink_set_property() local
324 gst_element_get_state (GST_ELEMENT (sink), &cur_state, NULL, 0); in gst_curl_ftp_sink_set_property()
325 if (cur_state != GST_STATE_PLAYING && cur_state != GST_STATE_PAUSED) { in gst_curl_ftp_sink_set_property()
Dgstcurlsshsink.c226 GstState cur_state; in gst_curl_ssh_sink_set_property() local
231 gst_element_get_state (GST_ELEMENT (sink), &cur_state, NULL, 0); in gst_curl_ssh_sink_set_property()
233 if (cur_state == GST_STATE_PLAYING || cur_state == GST_STATE_PAUSED) { in gst_curl_ssh_sink_set_property()
Dgstcurlhttpsink.c217 GstState cur_state; in gst_curl_http_sink_set_property() local
222 gst_element_get_state (GST_ELEMENT (sink), &cur_state, NULL, 0); in gst_curl_http_sink_set_property()
223 if (cur_state != GST_STATE_PLAYING && cur_state != GST_STATE_PAUSED) { in gst_curl_http_sink_set_property()
Dgstcurlsmtpsink.c394 GstState cur_state; in gst_curl_smtp_sink_set_property() local
399 gst_element_get_state (GST_ELEMENT (sink), &cur_state, NULL, 0); in gst_curl_smtp_sink_set_property()
400 if (cur_state != GST_STATE_PLAYING && cur_state != GST_STATE_PAUSED) { in gst_curl_smtp_sink_set_property()
Dgstcurlbasesink.c507 GstState cur_state; in gst_curl_base_sink_set_property() local
512 gst_element_get_state (GST_ELEMENT (sink), &cur_state, NULL, 0); in gst_curl_base_sink_set_property()
513 if (cur_state != GST_STATE_PLAYING && cur_state != GST_STATE_PAUSED) { in gst_curl_base_sink_set_property()
/third_party/mesa3d/src/mesa/main/
Dsamplerobj.h193 update_sampler_gl_clamp(struct gl_context *ctx, struct gl_sampler_object *samp, bool cur_state, boo… in update_sampler_gl_clamp() argument
195 if (cur_state == new_state) in update_sampler_gl_clamp()
/third_party/selinux/libsepol/src/
Dconditional.c159 new_node->cur_state = cond_evaluate_expr(p, new_node->expr); in cond_node_create()
315 if (new_state != node->cur_state) { in evaluate_cond_node()
316 node->cur_state = new_state; in evaluate_cond_node()
757 node->cur_state = le32_to_cpu(buf[0]); in cond_read_node()
Dexpand.c2097 new_cond->cur_state, state)) in cond_node_copy()
2102 !new_cond->cur_state, state)) in cond_node_copy()
2862 int cur_state, preserve_tunables = 0; in discard_tunables() local
2924 cur_state = cond_evaluate_expr(pol, cur_node->expr); in discard_tunables()
2925 if (cur_state == -1) { in discard_tunables()
2932 to_be_appended = (cur_state == 1) ? in discard_tunables()
2942 if (cur_state == 1) in discard_tunables()
Dlink.c1560 new_node->cur_state = cur->cur_state; in copy_cond_list()
Dwrite.c819 buf[0] = cpu_to_le32(node->cur_state); in cond_write_node()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawbaseparse.c220 gboolean new_state, cur_state; in gst_raw_base_parse_set_property() local
227 cur_state = gst_raw_base_parse_is_using_sink_caps (raw_base_parse); in gst_raw_base_parse_set_property()
228 if (new_state == cur_state) { in gst_raw_base_parse_set_property()
/third_party/selinux/libsepol/include/sepol/policydb/
Dconditional.h79 int cur_state; member
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dplaybin.c83 GstState cur_state, pending_state; in GST_START_TEST() local
115 fail_unless_equals_int (gst_element_get_state (fakeaudiosink, &cur_state, in GST_START_TEST()
117 fail_unless_equals_int (cur_state, GST_STATE_NULL); in GST_START_TEST()
/third_party/selinux/checkpolicy/test/
Ddismod.c580 fprintf(fp, "current state: %d\n", cur->cur_state);
627 cond->cur_state); in display_avdecl()
Ddispol.c235 fprintf(fp, "current state: %d\n", cur->cur_state); in display_cond_expressions()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/nas/
DSDL_nasaudio.c285 switch (event->cur_state) { in event_handler()
/third_party/selinux/checkpolicy/
Dcheckpolicy.c350 printf("current state: %d\n", cur->cur_state); in display_cond_expressions()
/third_party/nghttp2/src/
Dnghttp.cc864 auto cur_state = state; in connect_fail() local
866 if (cur_state == ClientState::IDLE) { in connect_fail()
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c4281 cur->cur_state = new_state; in __cil_set_conditional_state_and_flags()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h34784 struct bpf_verifier_state *cur_state; member
54329 int cur_state; member