Home
last modified time | relevance | path

Searched defs:newstate (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython2/Lib/lib2to3/pgen2/
Dparse.py175 def shift(self, type, value, newstate, context): argument
184 def push(self, type, newdfa, newstate, context): argument
/external/python/cpython3/Lib/lib2to3/pgen2/
Dparse.py178 def shift(self, type, value, newstate, context): argument
187 def push(self, type, newdfa, newstate, context): argument
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DEventCount.h92 uint64_t newstate = state - kWaiterInc + kEpochInc; in CommitWait() local
139 uint64_t newstate; in Notify() local
/external/mesa3d/src/mesa/main/
Dcontext.h210 #define FLUSH_VERTICES(ctx, newstate) \ argument
229 #define FLUSH_CURRENT(ctx, newstate) \ argument
/external/curl/lib/
Dcurl_sasl.c198 saslstate newstate) in state()
423 saslstate newstate = SASL_FINAL; in Curl_sasl_continue() local
Dsmb.c182 static void conn_state(struct connectdata *conn, enum smb_conn_state newstate) in conn_state()
205 enum smb_req_state newstate) in request_state()
Dtelnet.c321 void set_remote_option(struct connectdata *conn, int option, int newstate) in set_remote_option()
485 set_local_option(struct connectdata *conn, int option, int newstate) in set_local_option()
Deasy.c989 int newstate; in curl_easy_pause() local
Dpop3.c282 static void state(struct connectdata *conn, pop3state newstate) in state()
Dftp.c745 ftpstate newstate in _state()
3438 bool ascii, ftpstate newstate) in ftp_nb_type()
Dsmtp.c280 static void state(struct connectdata *conn, smtpstate newstate) in state()
Dimap.c384 static void state(struct connectdata *conn, imapstate newstate) in state()
/external/python/cpython3/Parser/
Dparser.c109 shift(stack *s, int type, char *str, int newstate, int lineno, int col_offset, in shift()
123 push(stack *s, int type, const dfa *d, int newstate, int lineno, int col_offset, in push()
/external/python/cpython2/Parser/
Dparser.c108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset) in shift()
120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset) in push()
/external/pdfium/core/fdrm/
Dfx_crypt_aes.cpp451 unsigned int newstate[4]; in aes_encrypt_nb_4() local
492 unsigned int newstate[4]; in aes_decrypt_nb_4() local
/external/llvm-project/openmp/runtime/src/
Dkmp_stats.h752 inline void setState(stats_state_e newstate) { state = newstate; } in setState()
/external/libcups/scheduler/
Djob.c2533 ipp_jstate_t newstate, /* I - New job state */ in cupsdSetJobState()
/external/libchromeos-rs/src/sync/
Dcv.rs228 let newstate = if waiters.is_empty() { in notify_one() localVariable
/external/crosvm/cros_async/src/sync/
Dcv.rs235 let newstate = if waiters.is_empty() { in notify_one() localVariable
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c451 newstate(void) in newstate() function
/external/libxml2/
Dxmlregexp.c1635 xmlRegStatePtr inter, newstate; in xmlFAGenerateTransitions() local
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1780 def wm_state(self, newstate=None): argument
/external/python/cpython3/Lib/tkinter/
D__init__.py2209 def wm_state(self, newstate=None): argument