Home
last modified time | relevance | path

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

123

/external/v8/tools/
Dic-processor.js152 type, pc, line, column, old_state, new_state, map, name, modifier, argument
156 print(type + " (" + old_state + "->" + new_state + modifier + ") at " +
162 pc, line, column, stub, op, old_left, old_right, old_state, new_left, argument
167 old_left + "+" + old_right + "=" + old_state + ")->(" +
173 pc, line, column, stub, old_state, new_state, allocation_site) { argument
176 print("BinaryOpIC (" + old_state + "->" + new_state + ") at " +
181 pc, line, column, stub, old_state, new_state) { argument
184 print("ToBooleanIC (" + old_state + "->" + new_state + ") at " +
/external/webrtc/webrtc/libjingle/xmpp/
Dpubsubstateclient.h46 C old_state; member
199 C old_state = has_old_state ? state_by_key_[key] : default_state_; in OnItem() local
200 if ((retracted && !has_old_state) || StatesEqual(new_state, old_state)) { in OnItem()
218 change.old_state = old_state; in OnItem()
Dhangoutpubsubclient.cc240 change.published_nick, change.old_state, change.new_state); in OnPresenterStateChange()
259 bool was_muted = change.old_state; in OnAudioMuteStateChange()
324 change.published_nick, change.old_state, change.new_state); in OnVideoMuteStateChange()
341 change.published_nick, change.old_state, change.new_state); in OnVideoPauseStateChange()
358 change.published_nick, change.old_state, change.new_state); in OnRecordingStateChange()
377 bool was_blockee = change.old_state; in OnMediaBlockStateChange()
Dchatroommoduleimpl.cc405 XmppChatroomState old_state; member
531 XmppChatroomState old_state = chatroom_state_; in ChangePresence() local
534 if (old_state == new_state) in ChangePresence()
540 if (Transitions[i].old_state == old_state && in ChangePresence()
/external/fio/
Dlibfio.c218 int old_state = td->runstate; in td_bump_runstate() local
221 return old_state; in td_bump_runstate()
224 void td_restore_runstate(struct thread_data *td, int old_state) in td_restore_runstate() argument
226 td_set_runstate(td, old_state); in td_restore_runstate()
Dblktrace.c427 int fd, i, old_state; in load_blktrace() local
439 old_state = td_bump_runstate(td, TD_SETTING_UP); in load_blktrace()
510 td_restore_runstate(td, old_state); in load_blktrace()
/external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/msm_vidc/msm_vidc_common_state_change/
Dformat10 field:int old_state; offset:12; size:4; signed:1;
13 print fmt: "Moved inst: %p from 0x%x to 0x%x", REC->instp, REC->old_state, REC->new_state
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/msm_vidc/msm_vidc_common_state_change/
Dformat10 field:int old_state; offset:16; size:4; signed:1;
13 print fmt: "Moved inst: %p from 0x%x to 0x%x", REC->instp, REC->old_state, REC->new_state
/external/perfetto/src/ftrace_reader/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_sta_state/
Dformat15 field:u32 old_state; offset:72; size:4; signed:0;
18 …str(vif_name), REC->vif_type, REC->p2p ? "/p2p" : "", REC->sta_addr, REC->old_state, REC->new_state
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_old.h76 enum wpa_states old_state);
110 enum wpa_states old_state) in wpa_supplicant_dbus_notify_state_change() argument
Ddbus_old.c413 enum wpa_states old_state) in wpa_supplicant_dbus_notify_state_change() argument
430 if (new_state == old_state) in wpa_supplicant_dbus_notify_state_change()
444 old_state_str = wpa_supplicant_state_txt(old_state); in wpa_supplicant_dbus_notify_state_change()
/external/v8/src/
Dlog.h187 int column, Map* map, Object* key, char old_state,
192 const char* old_state, const char* new_left,
195 const char* old_state, const char* new_state,
198 const char* old_state, const char* new_state);
Dlog.cc1294 int column, Map* map, Object* key, char old_state, in ICEvent() argument
1303 msg.Append(old_state); in ICEvent()
1327 const char* old_right, const char* old_state, in CompareIC() argument
1336 msg.Append(",%s,%s,%s,%s,%s,%s,%s", op, old_left, old_right, old_state, in CompareIC()
1342 const char* old_state, const char* new_state, in BinaryOpIC() argument
1350 msg.Append(",%s,%s,", old_state, new_state); in BinaryOpIC()
1358 const char* old_state, const char* new_state) { in ToBooleanIC() argument
1365 msg.Append(",%s,%s,", old_state, new_state); in ToBooleanIC()
/external/v8/src/crankshaft/
Dhydrogen-escape-analysis.cc88 HCapturedObject* old_state) { in NewStateForLoopHeader() argument
92 HValue* operand = old_state->OperandAt(index); in NewStateForLoopHeader()
103 HCapturedObject* old_state) { in NewStateCopy() argument
106 HValue* operand = old_state->OperandAt(index); in NewStateCopy()
/external/v8/src/ic/
Dic-state.h175 static State NewInputState(State old_state, Handle<Object> value);
179 static State TargetState(Isolate* isolate, State old_state, State old_left,
Dic-state.cc410 CompareICState::State CompareICState::NewInputState(State old_state, in NewInputState() argument
412 switch (old_state) { in NewInputState()
462 Isolate* isolate, State old_state, State old_left, State old_right, in TargetState() argument
465 switch (old_state) { in TargetState()
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dscan_ops.py85 old_state = nest.pack_sequence_as(self._initial_state, args[:pivot])
89 ret = scan_func(old_state, input_value)
/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py343 old_state = None
351 old_state = os.readlink(STATE_FILE)
361 if old_state:
362 os.remove(old_state)
/external/wpa_supplicant_8/src/fst/
Dfst_ctrl_aux.h56 enum fst_session_state old_state; member
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.c97 enum wpa_states old_state) in wpas_notify_state_changed() argument
104 old_state); in wpas_notify_state_changed()
113 else if (old_state >= WPA_ASSOCIATED && in wpas_notify_state_changed()
121 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED) in wpas_notify_state_changed()
/external/autotest/client/site_tests/cellular_ScanningProperty/
Dcellular_ScanningProperty.py95 old_state, new_state): argument
109 if old_state == new_state:
/external/syslinux/core/lwip/src/netif/ppp/
Dchap.c524 int secret_len, old_state; in ChapReceiveResponse() local
621 old_state = cstate->serverstate; in ChapReceiveResponse()
623 if (old_state == CHAPSS_INITIAL_CHAL) { in ChapReceiveResponse()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c295 unsigned old_state = setup->state; in set_scene_state() local
297 if (old_state == new_state) in set_scene_state()
303 states[old_state], in set_scene_state()
314 if (old_state == SETUP_FLUSHED) in set_scene_state()
327 if (old_state == SETUP_CLEARED) in set_scene_state()
/external/adhd/cras/src/server/
Dcras_bt_transport.c251 enum cras_bt_transport_state old_state = in cras_bt_transport_update_properties() local
256 if (transport->state != old_state) in cras_bt_transport_update_properties()
/external/syslinux/core/lwip/src/api/
Dapi_msg.c350 enum netconn_state old_state; local
364 old_state = conn->state;
386 if ((old_state == NETCONN_WRITE) || (old_state == NETCONN_CLOSE) ||
387 (old_state == NETCONN_CONNECT)) {

123