HomeSort by relevance Sort by last modified time
    Searched full:new_state (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client.h 83 invalidation::RegistrationState new_state,
  /external/v8/src/
runtime-profiler.cc 448 Atomic32 new_state = NoBarrier_AtomicIncrement(&state_, 1); local
449 ASSERT(new_state >= 0);
450 if (new_state == 0) {
458 if (new_state != 0) {
  /external/wpa_supplicant_8/wpa_supplicant/
notify.h 23 enum wpa_states new_state,
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 64 enum eap_tnc_state new_state)
68 eap_tnc_state_txt(new_state));
69 data->state = new_state;
  /external/webkit/Tools/android/flex-2.5.4a/
flex.skl 342 static void yy_push_state YY_PROTO(( int new_state ));
1359 static void yy_push_state( int new_state )
1361 static void yy_push_state( new_state )
1362 int new_state;
1365 void yyFlexLexer::yy_push_state( int new_state )
1389 BEGIN(new_state);
    [all...]
skel.c 347 "static void yy_push_state YY_PROTO(( int new_state ));",
    [all...]
FlexLexer.h 135 void yy_push_state( int new_state );
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h 194 void set_attempt_state(TestAttemptState* new_state) { // takes ownership.
195 current_state_.reset(new_state);
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.cc 300 CloudPolicyController::ControllerState new_state) {
301 state_ = new_state;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c     [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
Borland-2.4 128 "static void yy_push_state YY_PROTO(( int new_state ));",
178 static void yy_push_state YY_PROTO(( int new_state ));
  /external/hyphenation/
hyphen.h 90 int new_state; member in struct:_HyphenTrans
hyphen.c 212 dict->states[state1].trans[num_trans].new_state = state2;
487 dict[k]->states[e->val].trans[j].new_state);
586 state = hstate->trans[k].new_state;
786 state = hstate->trans[k].new_state;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 396 * @new_state: new state wpa_supplicant is entering
403 enum wpa_states new_state,
421 if (new_state == old_state)
435 new_state_str = wpa_supplicant_state_txt(new_state);
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 210 qualcomm_camera_state change_state(qualcomm_camera_state new_state,
QualcommCameraHardware.cpp 1356 qualcomm_camera_state new_state = QCS_ERROR; local
    [all...]
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 1483 re_dfastate_t *new_state; local
1531 re_dfastate_t *new_state; local
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 794 void NotificationPanel::SetState(State new_state, const char* name) {
796 DVLOG(1) << "state transition " << ToStr(state_) << " >> " << ToStr(new_state)
799 state_ = new_state;
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 137 ProgramStateRef new_state = makeWithStore(newStore); local
139 Mgr.getOwningEngine()->processRegionChange(new_state, R) :
140 new_state;
  /external/openssl/ssl/
s23_clnt.c 151 int new_state,state; local
242 new_state=s->state;
245 s->state=new_state;
s23_srvr.c 153 int new_state,state; local
224 new_state=s->state;
227 s->state=new_state;
s2_clnt.c 151 int new_state,state; local
317 new_state=s->state;
320 s->state=new_state;
s2_srvr.c 152 int new_state,state; local
351 new_state=s->state;
354 s->state=new_state;
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py 629 def set_read_state(self, new_state):
634 new_state: state to be set. new_state must be one of followings:
642 self._read_state = new_state
    [all...]

Completed in 2335 milliseconds

12 3 4