Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_process_state.c35 char proc_path[128], cur_state; in tst_process_state_wait() local
41 "%*i %*s %c", &cur_state); in tst_process_state_wait()
43 if (state == cur_state) in tst_process_state_wait()
52 char proc_path[128], cur_state; in tst_process_state_wait2() local
64 if (fscanf(f, "%*i %*s %c", &cur_state) != 1) { in tst_process_state_wait2()
72 if (state == cur_state) in tst_process_state_wait2()
/external/rust/crates/tokio/src/time/driver/
Dentry.rs126 let cur_state = self.state.load(Ordering::Relaxed); in when() localVariable
128 if cur_state == u64::max_value() { in when()
131 Some(cur_state) in when()
147 let cur_state = self.state.load(Ordering::Acquire); in read_state() localVariable
149 if cur_state == STATE_DEREGISTERED { in read_state()
171 let mut cur_state = self.state.load(Ordering::Relaxed); in mark_pending() localVariable
174 debug_assert!(cur_state < STATE_MIN_VALUE); in mark_pending()
176 if cur_state > not_after { in mark_pending()
177 break Err(cur_state); in mark_pending()
181 cur_state, in mark_pending()
[all …]
/external/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()
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DJcopOsDownload.cpp228 update_info.cur_state = 0x00; in JcopOs_update_seq_handler()
550 Os_info->cur_state++; in load_JcopOS_image()
551 SetJcopOsState(Os_info, Os_info->cur_state); in load_JcopOS_image()
610 Os_info->cur_state = JCOP_UPDATE_STATE0; in GetJcopOsState()
616 Os_info->cur_state = JCOP_UPDATE_STATE1; in GetJcopOsState()
622 Os_info->cur_state = JCOP_UPDATE_STATE2; in GetJcopOsState()
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
DJcopOsDownload.h44 UINT8 cur_state; member
/external/selinux/libsepol/src/
Dconditional.c158 new_node->cur_state = cond_evaluate_expr(p, new_node->expr); in cond_node_create()
314 if (new_state != node->cur_state) { in evaluate_cond_node()
315 node->cur_state = new_state; in evaluate_cond_node()
770 node->cur_state = le32_to_cpu(buf[0]); in cond_read_node()
Dexpand.c2068 new_cond->cur_state, state)) in cond_node_copy()
2073 !new_cond->cur_state, state)) in cond_node_copy()
2833 int cur_state, preserve_tunables = 0; in discard_tunables() local
2895 cur_state = cond_evaluate_expr(pol, cur_node->expr); in discard_tunables()
2896 if (cur_state == -1) { in discard_tunables()
2903 to_be_appended = (cur_state == 1) ? in discard_tunables()
2913 if (cur_state == 1) in discard_tunables()
Dlink.c1557 new_node->cur_state = cur->cur_state; in copy_cond_list()
Dwrite.c759 buf[0] = cpu_to_le32(node->cur_state); in cond_write_node()
/external/selinux/libsepol/include/sepol/policydb/
Dconditional.h79 int cur_state; member
/external/drm_hwcomposer/
DDrmHwcTwo.cpp1125 drmModeConnection cur_state = conn->UpdateModes() in HandleEvent() local
1129 if (cur_state == old_state) in HandleEvent()
1133 cur_state == DRM_MODE_CONNECTED ? "Plug" : "Unplug", timestamp_us, in HandleEvent()
1137 if (cur_state == DRM_MODE_CONNECTED) { in HandleEvent()
1145 hwc2_->HandleDisplayHotplug(display_id, cur_state); in HandleEvent()
/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/
Drnn_cell_impl.py1332 cur_state = state[i]
1334 cur_state = array_ops.slice(state, [0, cur_state_pos],
1337 cur_inp, new_state = cell(cur_inp, cur_state)
/external/selinux/checkpolicy/test/
Ddismod.c581 fprintf(fp, "current state: %d\n", cur->cur_state);
628 cond->cur_state); in display_avdecl()
Ddispol.c235 fprintf(fp, "current state: %d\n", cur->cur_state); in display_cond_expressions()
/external/webrtc/p2p/client/
Dbasic_port_allocator.cc315 PortData::State cur_state = port_data.state(); in SetCandidateFilter() local
350 port_data.set_state(cur_state); in SetCandidateFilter()
/external/selinux/checkpolicy/
Dcheckpolicy.c352 printf("current state: %d\n", cur->cur_state); in display_cond_expressions()
/external/selinux/libsepol/cil/src/
Dcil_binary.c4062 cur->cur_state = new_state; in __cil_set_conditional_state_and_flags()