HomeSort by relevance Sort by last modified time
    Searched defs:cur_state (Results 1 - 14 of 14) sorted by null

  /external/ltp/lib/
tst_process_state.c 35 char proc_path[128], cur_state; local
41 "%*i %*s %c", &cur_state);
43 if (state == cur_state)
52 char proc_path[128], cur_state; local
64 if (fscanf(f, "%*i %*s %c", &cur_state) != 1) {
72 if (state == cur_state)
  /external/ltp/testcases/open_posix_testsuite/include/
proc.h 20 char proc_path[128], cur_state; local
35 if (fscanf(f, "%*i %*s %c", &cur_state) != 1) {
43 if (state == cur_state)
  /art/runtime/base/
mutex-inl.h 134 int32_t cur_state = state_.LoadRelaxed(); local
135 if (LIKELY(cur_state >= 0)) {
137 done = state_.CompareExchangeWeakAcquire(cur_state, cur_state + 1);
139 HandleSharedLockContention(self, cur_state);
158 int32_t cur_state = state_.LoadRelaxed(); local
159 if (LIKELY(cur_state > 0)) {
164 done = state_.CompareExchangeWeakSequentiallyConsistent(cur_state, cur_state - 1);
165 if (done && (cur_state - 1) == 0) { // Weak CAS may fail spuriously
    [all...]
mutex.cc 417 int32_t cur_state = state_.LoadRelaxed(); local
418 if (LIKELY(cur_state == 0)) {
420 done = state_.CompareExchangeWeakAcquire(0 /* cur_state */, 1 /* new state */);
463 int32_t cur_state = state_.LoadRelaxed(); local
464 if (cur_state == 0) {
466 done = state_.CompareExchangeWeakAcquire(0 /* cur_state */, 1 /* new state */);
520 int32_t cur_state = state_.LoadRelaxed(); local
521 if (LIKELY(cur_state == 1)) {
528 done = state_.CompareExchangeWeakSequentiallyConsistent(cur_state, 0 /* new state */);
538 LOG(FATAL) << "Unexpected state_ in unlock " << cur_state << " for " << name_
618 int32_t cur_state = state_.LoadRelaxed(); local
657 int32_t cur_state = state_.LoadRelaxed(); local
691 int32_t cur_state = state_.LoadRelaxed(); local
763 int32_t cur_state = state_.LoadRelaxed(); local
    [all...]
  /system/bt/service/test/
adapter_unittest.cc 74 bluetooth::AdapterState cur_state() const { return cur_state_; } function in class:bluetooth::__anon113526::final
136 EXPECT_EQ(bluetooth::ADAPTER_STATE_TURNING_ON, observer.cur_state());
148 EXPECT_EQ(bluetooth::ADAPTER_STATE_ON, observer.cur_state());
170 EXPECT_EQ(bluetooth::ADAPTER_STATE_ON, observer.cur_state());
176 EXPECT_EQ(bluetooth::ADAPTER_STATE_TURNING_OFF, observer.cur_state());
187 EXPECT_EQ(bluetooth::ADAPTER_STATE_ON, observer.cur_state());
197 EXPECT_EQ(bluetooth::ADAPTER_STATE_ON, observer.cur_state());
202 EXPECT_EQ(bluetooth::ADAPTER_STATE_OFF, observer.cur_state());
  /external/selinux/libsepol/include/sepol/policydb/
conditional.h 79 int cur_state; member in struct:cond_node
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
JcopOsDownload.h 44 UINT8 cur_state; member in struct:JcopOs_ImageInfo
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 133 State cur_state = Q0; local
134 while (Reject != cur_state && Accept != cur_state) {
139 if (!transition[cur_state][token.kind](pEhFrame, entry, token)) {
149 cur_state = Accept;
151 cur_state = Reject;
153 cur_state = autometa[cur_state][token.kind];
157 if (Reject == cur_state) {
  /system/bt/bta/dm/
bta_dm_pm.cc 1178 tBTA_DM_CONTRL_STATE cur_state = BTA_DM_CONTRL_UNKNOWN; local
    [all...]
  /external/drm_hwcomposer/
hwcomposer.cpp 141 drmModeConnection cur_state = conn->state(); local
143 if (cur_state == old_state)
147 cur_state == DRM_MODE_CONNECTED ? "Plug" : "Unplug", timestamp_us,
150 if (cur_state == DRM_MODE_CONNECTED) {
175 cur_state == DRM_MODE_CONNECTED ? 1 : 0);
  /external/selinux/libsepol/src/
expand.c 2853 int cur_state, preserve_tunables = 0; local
    [all...]
  /system/bt/btif/src/
btif_hl.cc 1882 btif_hl_chan_cb_state_t cur_state = p_pcb->cb_state; local
    [all...]
  /system/bt/stack/include/
btm_ble_api_types.h 393 tBTM_BLE_BATCH_SCAN_STATE cur_state; member in struct:__anon113840
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 705 milliseconds